DRAM is a form of computer memory that is used as system RAM.
All modern computing devices use one flavor or another of Synchronous DRAM as their system RAM.
The current generation is DDR4, though DDR5 has just made it to market.
Before DDR RAM, though, there was SDR RAM.
This made it distinct from previous forms of DRAM, which were asynchronous.
Unlike in synchronous DRAM, the memory clock is not synchronized with the CPU clock for asynchronous DRAM.
This means that the CPU is unaware of the speed at which the RAM operates.
This meant the CPU needed to send commands less often than the specification allowed.
If a second command was sent too quickly, its operation could impact the first one.
This sort of situation would have led to data corruption and non-sensical responses.
History of Asynchronous DRAM
The first iteration of asynchronous DRAM had an inefficiency in it.
All DRAM is interacted with by providing a row and column of memory cells.
Only once the row has been opened can a column be selected for interaction with specific memory cells.
The first iteration of asynchronous DRAM required the row address to be provided for each interaction.
Importantly, this meant the slow process of opening the row had to happen every time.
Even if the interaction was with the same row.
Page Mode DRAM was later improved on with Fast Page Mode DRAM.
Page Mode DRAM only allowed an actual column address to be specified after opening a row.
A separate command was issued that gave instructions to select a column.
EDO DRAM
EDO DRAM or Extended Data Out DRAM added the ability to select a new column.
At the same time, data is still being read out of the previously specified column.
This allowed for commands to be pipelined and provided a performance boost of up to 30%.
Burst EDO RAM was the last asynchronous DRAM standard.
This worked well enough while CPU frequencies were low.
But as they increased, it started showing its weakness.
Synchronous RAM eventually became the dominant player in the DRAM market.
Its increased efficiency and scalable performance continue to improve.
Currently, essentially no asynchronous DRAM is actively made as nothing really uses it.
Its unlikely to ever make a comeback.