Types of Memory
  • Main Memory
    • DRAM (Dynamic Random Access Memory)
    • volatile
    • destructive reads
    • requires refreshing
    • 8 to 16 times cheaper than cache
  • Cache
    • SRAM (Static Random Access Memory)
    • nondestructive reads
    • requires more transitors
    • 8 to 16 faster than DRAM
Chapter 1: Computer Abstractions and Technology - 12 of 22