Lukas' Notes

Dynamic Random-Access Memory

May 01, 20261 min read

computer-architecture memory

Definition

Dynamic Random-Access Memory

Dynamic random-access memory is a kind of random-access memory that stores each bit in a form that must be refreshed periodically.

Because of this refresh requirement, DRAM is slower than static random-access memory, but it is cheaper and denser.

DRAM is therefore commonly used as main memory.


Graph View

Backlinks

  • 191.003 Computer Systems
  • Double Data Rate Synchronous Dynamic Random-Access Memory
  • High Bandwidth Memory
  • Main Memory
  • Static Random-Access Memory

Created with Quartz v4.4.0 © 2026

  • GitHub