Types of Memory
Types of Memory
Types of Memory
Types Of Memory
Random Access memory (RAM)
Flash Memory
Dynamic RAM (DRAM) and static RAM (SRAM) chips are the "working
storage" in every computer. DRAM is the main memory in a computer and SRAM
is used for high-speed caches and buffers. Both types are "byte addressable," which
means that data can be read and written one byte at a time. Their major drawback
is that DRAM and SRAM require power to hold their content. See dynamic
RAM, static RAM and byte addressable.
Future Memories
The Holy Grail for future computer memories is to create a byte addressable
RAM chip with the speed of static RAM, the density of dynamic RAM and the
non-volatility of flash.
Non-Volatile
This RAM will maintain it’s data as long as power is provided to the memory
chips. It does not need to be re-written periodically. In fact, the only time the data on
the memory is refreshed or changed is when an actual write command is executed.
SRAM is very fast, but is much more expensive than DRAM. SRAM is often used
as cache memory due to its speed.
There are a few types of SRAM:
ASync SRAM
An older type of SRAM used in many PC’s for L2 cache. It is asynchronous,
meaning that it works independently of the system clock. This means that the CPU
found itself waiting for info from the L2 cache.
Sync SRAM
Original EDO RAM was too slow for the newer systems coming out at the time.
Therefore, a new method of memory access had to be developed to speed up the
memory. Bursting was the method devised. This means that larger blocks of data
were sent to the memory at a time, and each “block” of data not only carried the
memory address of the immediate page, but info on the next several pages.
Therefore, the next few accesses would not experience any delays due to the
preceding memory requests. This technology increases EDO RAM speed up to
around 10 ns, but it did not give it the ability to operate stably at bus speeds over
66MHz. BEDO RAM was an effort to make EDO RAM compete with SDRAM.
SDRAM became the new standard after EDO bit the dust. Its speed is
synchronous, meaning that it is directly dependent on the clock speed of the entire
system. Standard SDRAM can handle higher bus speeds. In theory, it could operate
at up to 100MHz, although it was found that many other variable factors went into
whether or not it could stabily do so. The actual speed capacity of the module
depended on the actual memory chips as well as design factors in the memory PCB
itself.To get around the variability, Intel created the PC100 standard. The PC100
standard ensures compatibility of SDRAM subsystems with Intel’s 100MHz FSB
processors. The new design, production, and test requirements created challenges for
semiconductor companies and memory module suppliers. Each PC100 SDRAM
module required key attributes to guarantee full compliance, such as the use of 8ns
DRAM components (chips) that are capable of operating at 125MHz. This provided
a margin of safety in ensuring that that the memory module could run at PC100
speeds. Additionally, SDRAM chips must be used in conjunction with a correctly
programmed EEPROM on a properly designed printed circuit board. The shorter the
distance the signal needs to travel, the faster it runs. For this reason, there were
additional layers of internal circuitry on PC100 modules.
As PC speeds increased, the same problem was encountered for the 133 MHz bus,
so the PC133 standard was developed.
DDR-SDRAM (DDR)
This type of memory is the natural evolution from SDRAM and most
manufacturers prefer this to Rambus because not much needs to be changed to make
it. Also, memory makers are free to manufacture it because it is an open standard,
whereas they would have to pay license fees to Rambus, Inc. in order make
RDRAM. DDR stands for Double Data Rate. DDR shuffles data over the bus over
both the rise and fall of the clock cycle, effectively doubling the speed over that of
standard SDRAM. Due to its advantages over RDRAM, DDR-SDRAM support was
implemented by almost all major chipset manufacturers, and quickly became the
new memory standard for the majority of PC’s. Speeds ranged from 100mhz DDR
(with operating speed of 200MHz), or pc1600 DDR-SDRAM, all the way to current
rates of 200mhz DDR (with operating speed of 400MHz), or pc3200 DDR-
SDRAM. Some memory manufactures produce even faster DDR-SDRAM memory
modules which readily appeal to the over clocker crowd.
DDR-SDRAM 2 (DDR2)
The latest DDR-SDRAM technology to hit the market for PC’s has become
known simply as DDR-SDRAM 2 or DDR2. It features several advantages over
conventional DDR-SDRAM (DDR), with the main one being that in each memory
cycle DDR2 now transmits for 4 bits of information from logical (internal) memory
to the I/O buffers. standard DDR-SDRAM only transmits 2 bits of information each
memory cycle. Because of this, normal DDR-SDRAM requires the internal memory
and I/O buffers to both operate at 200MHz to reach a total external operating speed
of 400MHz. Due to DDR2′s ability to transmit twice as many bits per cycle from
logical (internal) memory to the I/O buffers (this technology is formally known as 4
bit prefetch), the internal memory speed can actually run at 100MHz instead of
200MHz, and the total external operating speed will still be 400MHz. Mainly what
all this comes down to is that DDR-SDRAM 2 will be able to operate at higher total
operating frequencies thanks to its 4 bit prefetch technology (e.g. a 200mhz internal
memory speed would yield a total external operating speed of 800mhz!) than DDR-
SDRAM. Currently, this is the memory standard on most new motherboards.