RAM types Flashcards
DRAM
Dynamic RAM. Older tech, not used in modern computers.
FPM
Fast Page Mode. The CPU send a row address, followed by a column address.
VRAM
Video RAM. A modified version of FPM. VRAM has two ports, one port can be read to refresh the image on the screen while the other can be used to generate the next image to be displayed.
EDO
Extended Data Out. Works essentially like FPM, except that a new cell access request can begin before a previous request has finished.
BEDO
Burst Extended Data Out. Adds pipelining technology to EDO to improve performance. This technology never caught on.
SDR RAM
Synchronous RAM. Is synchronized with the system clock to improve performance. Internal interleaving enables overlapped accesses, as with
EDO and BEDO.
DRDRAM
Direct Rambus RAM. Uses a 16-bit data bus running at up to 800 MHz, transferring data on both the rise and fall of the clock signal.
DDR SDRAM
Double Data Rate SDRAM. Doubles the transfer rate by transferring data on both the rise and the fall of the clock. (Compared to SDRAM, which transfers on just the rise.)
DDR2 SDRAM
Double Data Rate 2. Doubles the transfer rate of DDR SDRAM by placing twice as much data on the rising edge and twice as much on the falling edge.
DDR3 SDRAM
Double Data Rate 3. Doubles the transfer rate of DDR2 SDRAM.