Computer Rams: The Types And The Uses Of Computer Rams

Every computer comes with a certain amount ofAlmost all systems used to ship with 3.3 volt, 168-pin
physical memory, usually referred to as main memorySDRAM DIMMs. SDRAM is not an extension of older
or RAM. You can think of main memory as an arrayEDO DRAM but a new type of DRAM altogether.
of boxes, each of which can hold a single byte ofSDRAM started out running at 66 MHz, while older
information. A computer that has 1 megabyte offast page mode DRAM and EDO max out at 50 MHz.
memory, therefore, can hold about 1 million bytes (orSDRAM is able to scale to 133 MHz (PC133) officially,
characters) of information.and unofficially up to 180MHz or higher. As processors
Types Of RAMs And Its Uses The type of RAMget faster, new generations of memory such as DDR
doesn't really matter but using plain old SDRAMand RDRAM are required to get proper performance.
memory might slow you down. Discussed below areDDR (Double Data Rate SDRAM)
the types of RAMs its uses.DDR basically doubles the rate of data transfer of
FPM RAMstandard SDRAM by transferring data on the up and
FPM RAM, which stands for Fast Page Mode RAM isdown tick of a clock cycle. DDR memory operating at
a type of Dynamic RAM (DRAM). The term Fast333MHz actually operates at 166MHz * 2 (aka PC333
Page Mode comes from the capability of memoryPC2700) or 133MHz*2 (PC266 / PC2100). DDR is a
being able to access data that is on the same page2.5 volt technology that uses 184 pins in its DIMMs. It is
and can be done with less latency. Most 486 andincompatible with SDRAM physically, but uses a similar
Pentium based systems from 1995 and earlier useparallel bus, making it easier to implement than
FPM Memory.RDRAM, which is a different technology.
EDO RAMRambus DRAM (RDRAM)
EDO RAM, which stands for Extended Data OutDespite it's higher price, Intel has given RDRAM it's
RAM came out in 1995 as a new type of memoryblessing for the consumer market, and it will be the
available for Pentium based systems. EDO is asole choice of computer memory for Intel's Pentium 4.
modified form of FPM RAM which is commonlyRDRAM is a serial memory technology that arrived in
referred to as Hyper Page Mode. Extended Data Outthree flavors, PC600, PC700, and PC800. PC800
refers to fact that the data output drivers on theRDRAM has double the maximum throughput of old
memory module are not switched off when thePC100 SDRAM, but a higher latency. RDRAM designs
memory controller removes the column address towith multiple channels, such as those in Pentium 4
begin the next cycle, unlike FPM RAM. Most earlymotherboards, are currently at the top of the heap in
Penitum based systems use EDO.memory throughput, especially when paired with
SDRAM (Synchronous DRAM)PC1066 RDRAM memory.