
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.