![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWdeFAycPHaj2q3OT6-reNwaOq1tKjzOQGNReoFAPO2NzADMycfWwpN3GbARxC0LClURzpZWESLt80gMCvjLchS1MAycFYbushVuMw4ETZUtNfNXT9Kw6a-EVT9u1i54tPH6cYANZy1AU/s320/ddr4_2.jpg)
Random Access Memory(RAM) is temporary memory of computer system.It is also known as volatile memory.It is divided into two types: SRAM and DRAM where SRAM stands for Static Random Access Memory and DRAM stands for Dynamic Random Access Memory.
The six differences between SRAM and DRAM are as follows:
- SRAM is faster than DRAM.
- SRAM is static but DRAM is dynamic.
- SRAM consumes less power than DRAM.
- SRAM is used as Cache Memory but DRAM is used as Main Memory.
- DRAM is cheaper than SRAM.
- DRAM uses less transistors per bit of memory than SRAM.