SNOSRAM DRAM
1Static Random Access MemoryDynamic Random Access Memory
2It uses flip-flops to store data in each bitIt uses  capacitors to store the data
3SRAM is faster than DRAMDRAM is slower than SRAM
4It is does not need to be refreshedIt needs to be periodically refreshed
5SRAM is more expensive than DRAM DRAM is comparatively cheaper than SRAM 
6SRAM is mainly used as ‘ Caching’ memory in processors.DRAM is mainly used as ‘main memory’ of computers 
7As no external refreshing refreshing required circuit of SRAM is not complex.Data is stored in capacitor slowly leaks off hence external refreshing is required. This increases in complexity involved in DRAM circuitry 
8Memory density is less in SRAM because four to six transistors are required to store a single bit of dataMemory density is more in DRAM because one capacitor and one transistor is required to store a single bit.    
9Power Consumption is less in SRAM Power consumption is more in DRAM