Home     Blog

DRAM (Dynamic Random Access Memory)

DRAM is Dynamic Random Access Memory.

DRAM is the most common form of RAM.

When someone says that a computer has "one gigabyte of RAM", what they really mean is that the computer has one gigabyte of DRAM.

DRAM is called dynamic because it must constantly be refreshed or it will lose the data which it is supposed to be storing.

Refreshing DRAM consists of reading the contents from the DRAM and immediately writing them back to the DRAM.

DRAM is made up of large arrays of very small capacitors. Each of these capacitors is slowly leaking energy, and if the DRAM is not refreshed, eventually one or more of the capacitors will leak enough energy that a 1 will become a 0 and data corruption will occur.DRAM DRAM (Dynamic Random Access Memory)

DRAM is often contrasted with SRAM (Static RAM). SRAM is able to store data as long as power is applied to it, without needing to be refreshed. SRAM is also able to be faster than DRAM. The drawback, of course, is that SRAM is much more expensive than DRAM.

Both DRAM and SRAM lose their contents when the power to them is turned off.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Leave a Reply

Related Posts

  • SRAM (Static Random Access Memory)

    SRAM, or Static Random Access Memory, is a type of memory device that stores accessed files and commands in a semi-permanent chip that only empties itself of stored data when it is no longer being powered, i.e. when the computer is unplugged or turned off. SRAM differs from DRAM, or Dynamic Random Access Memory, which [...]...


  • Random Access Memory

    Random-access memory is a type of data storage for computers. Commonly known as the acronym RAM or simply memory, random-access memory details the speed in which data that is stored can be accessed at random. This means that the strength of the RAM determines, at random, how fast a piece of data can be pulled [...]...


  • NVRAM (Non-Volatile Random Access Memory)

    NVRAM is an acronym for Non-Volatile Random Access Memory. NVRAM is a type of Random Access Memory (RAM) that retains its information when power is turned off. The NVRAM is a small 24 pin DIP (Dual Inline Package) integrated circuit chip and is thus able to obtain the power needed to keep it running from [...]...


  • RAM (Random Access Memory)

    RAM (Random Access Memory) usually refers to “temporary” memory, meaning that when the system is shut down, the memory is lost. This is why the memory is considered “random,” as any piece of information can be circulated through the memory regardless of its location and relation to any other information within the RAM. The first [...]...


  • What does RAM Stand For?

    Random Access Memory (RAM) is a type of computer memory. It derives its name from the fact that any piece of data stored on it can be accessed at any time. RAM however stores data for as long as the computer is switched on or is in use. It is the most common type of [...]...