In Depth
See Also

Random access memory

Random-access memory refers to data storage Computer storage

Computer storage, computer memory, and often casually memory refer to computer [i] component ... 

 formats and equipment that allow the storing data to be accessed in any order — that is, at random, not just in sequence. In contrast, other types of memory devices can access data on the storage medium only in a predetermined order due to constraints in their mechanical design. Generally, RAM in a computer is considered main memory : the working area used for loading, displaying and manipulating applications and data. This type of RAM is usually in the form of integrated circuits Integrated circuit

A monolithic integrated circuit is a miniaturized electronic circuit [i] which has been manufactured i ... 

.

Discussions

  Discussion Features

   Ask a question about 'Random access memory'

   Start a new discussion about 'Random access memory'

   Answer questions about 'Random access memory'

   'Random access memory' discussion forum

Timeline

1953   The UNIVAC 1103 is the first commercial computer Computer

A computer is a machine [i] for manipulating data [i] according to a list of instructions [i] ... 

 to use random access memory.



Encyclopedia

Random-access memory refers to data storage Computer storage

Computer storage, computer memory, and often casually memory refer to computer [i] component ... 

 formats and equipment that allow the storing data to be accessed in any order — that is, at random, not just in sequence. In contrast, other types of memory devices can access data on the storage medium only in a predetermined order due to constraints in their mechanical design.

Generally, RAM in a computer is considered main memory : the working area used for loading, displaying and manipulating applications and data. This type of RAM is usually in the form of integrated circuits Integrated circuit

A monolithic integrated circuit is a miniaturized electronic circuit [i] which has been manufactured i ... 

. These are commonly called memory sticks or RAM sticks because they are manufactured as small circuit board Printed circuit board

In electronics [i], printed circuit boards, or PCBs, are used to mechanically support and el ... 

s with plastic packaging and are about the size of a few sticks of gum. Most personal computers Personal computer

A personal computer is usually a microcomputer [i] whose price, size, and capabilities make it suitable ... 

 have slots for adding and replacing memory chips.

Most RAM can be both written to and read from, so "RAM" is often used interchangeably with "read-write memory." In this sense, RAM is the opposite of Sequential Access Memory.

Overview


Computer Computer

A computer is a machine [i] for manipulating data [i] according to a list of instructions [i] ... 

s use RAM to hold the program code and data during computation. A defining characteristic of RAM is that all memory locations can be accessed at almost the same speed. Most other technologies have inherent delays for reading a particular bit or byte.

History


Early main memory systems built from vacuum tube Vacuum tube

In electronics [i], a vacuum tube or valve is a device generally used to amplify [i], ... 

s behaved much like modern RAM, except that they failed frequently. Core memory Magnetic core memory

Magnetic core memory, or ferrite-core memory, is an early form of computer memory [i]. ... 

, which used wires attached to small ferrite electromagnetic cores, also had roughly equal access time. The term “core” is still used by some programmers to describe the RAM main memory of a computer. The basic concepts of tube and core memory are used in modern RAM implemented with integrated circuit Integrated circuit

A monolithic integrated circuit is a miniaturized electronic circuit [i] which has been manufactured i ... 

s.


RAM Infomation


Alternative primary storage mechanisms usually involved a non-uniform delay for memory access. Delay line memory Delay line memory

[i] [[computer]... 

 used a sequence of sound wave Sound

Sound is a disturbance of mechanical energy [i] that propagates through matter [i] as a wave [i]. ... 

 pulses in mercury-filled tubes to hold a series of bits. Drum memory Drum memory

Drum memory was an early form of computer memory [i] that was widely used in the 1950s [i] and into the ... 

 acted much like the modern hard disk Hard disk

A hard disk drive is a digitally encoded non-volatile storage [i] device which stores data on the magnetic [i] ... 

, storing data magnetically Magnetism

In physics [i], magnetism is one of the phenomena [i] by which materials [i] exert an attractive or repu ... 

 in continuous circular bands.

Many types of RAM are volatile, which means that unlike some other forms of computer storage such as disk storage and tape storage Magnetic tape

Magnetic tape is a non-volatile [i] storage medium [i] consisting of a magnetic coa ... 

, they lose all data when the computer is powered down. Modern RAM generally stores a bit of data as either a charge in a capacitor Capacitor

A capacitor is an electric [i]al device that can store energy [i] in the electric field [i] between a pair of ... 

, as in dynamic RAM Dynamic random access memory

Dynamic random access memory is a type of random access memory [i] that stores each bit [i] of data in a ... 

, or the state of a flip-flop Flip-flop

In footwear [i] and fashion [i], flip-flops are a kind of flat, backless sandal [i] that consist ... 

, as in static RAM Static random access memory

Static random access memory is a type of semiconductor [i] memory. ... 

.

Currently, several types of non-volatile RAM are under development, which will preserve data while powered down. The technologies used include carbon nanotube Carbon nanotube

Carbon nanotubes are a recently discovered allotrope of carbon [i]. ... 

s and magnetic tunnel effect.

In summer 2003, a 128 kB Magnetic RAM chip was introduced, which was manufactured with 0.18 µm technology. The core technology of MRAM is based on the magnetic tunnel effect. In June of 2004, Infineon Technologies Infineon Technologies

Infineon Technologies AG [i] was founded in April 1999 when the semiconductor [i] ope ... 

 unveiled a 16 MB prototype based on 0.18 µm technology once again.

As for carbon nanotube memory, a high-tech startup built a functioning prototype 10 GB array in 2004.

Software can "partition" a portion of a computer's RAM, allowing it to act as a much-faster hard drive Hard disk

A hard disk drive is a digitally encoded non-volatile storage [i] device which stores data on the magnetic [i] ... 

, which is referred to as a RAM disk. Unless the memory used is non-volatile, a RAM disk does not maintain the stored data if the computer is shut down.

Some types of RAM can detect or correct random unintentional faults called memory errors in the stored data .

The Memory Wall


The term "memory wall", first officially coined in , refers to the growing disparity between CPU and memory speed. From 1986 to 2000, CPU Central processing unit

A central processing unit , or sometimes simply processor, is the component in a digital computer [i] ... 

 speed improved at an annual rate of 55% while memory speed only improved at 10%. Given these trends, it was expected that memory latency would become an overwhelming bottleneck Bottleneck

A bottleneck is literally the neck of a glass or pottery bottle [i]. ... 

 in computer performance.

Currently, CPU speed improvements have slowed significantly partly due to major physical barriers and partly because we have already hit the memory wall in some sense. Intel summarized these causes in their [ftp://download.intel.com/technology/computing/archinnov/platform2015/download/Platform_2015.pdf Platform 2015 documentation ]: "First of all, as chip geometries shrink and clock frequencies rise, the transistor leakage current increases, leading to excess power consumption and heat . Intel's new could solve this problem. Secondly, the advantages of higher clock speeds are in part negated by memory latency, since memory access times have not been able to keep pace with increasing clock frequencies. Third, for certain applications, traditional serial architectures are becoming less efficient as processors get faster , further undercutting any gains that frequency increases might otherwise buy. In addition, resistance-capacitance delays in signal transmission are growing as feature sizes shrink, imposing an additional bottleneck that frequency increases don't address."

The RC delays in signal transmission were also noted in which projects a maximum of 12.5% average annual CPU performance improvement between 2000 and 2014. The data on clearly shows a slowdown in performance improvements in recent processors. However Intel's new processors, Core 2 shows a significant improvement over previous Pentium 4 processors.

Shadow RAM


Shadow RAM is RAM whose contents are copied from read-only memory Read-only memory

Read-only memory is a class of storage media used in computer [i]s and other electronic devices. ... 

  to allow shorter access times , as ROM is in general slower than RAM. The original ROM is disabled and the new location on the RAM is write-protected. This process is called shadowing.

RAM packaging



General RAM packaging formats


Semiconductor RAM is produced as integrated circuit Integrated circuit

A monolithic integrated circuit is a miniaturized electronic circuit [i] which has been manufactured i ... 

s or commonly RAM chips. RAM chips are often assembled into plug-in modules. Some standard module types are:
  • RAM chip
    • Dual in-line Package
  • RAM modules
    • Single In-line Pin Package
    • Single in-line memory module
    • Dual in-line memory module
    • Rambus Rambus

      Rambus Incorporated is a provider of high-speed interface technology, most notably their Rambus Direct RAM memory technology [i] ... 

       modules are technically DIMM DIMM

      A DIMM, or dual in-line memory module comprises a series of random access memory [i] integrated circuit [i] ... 

      s, but are usually referred to as RIMMs RDRAM

      Direct Rambus DRAM or DRDRAM is a type of synchronous dynamic RAM [i], designed by the Rambus [i] ... 

       due to their proprietary slot.
    • Small outline DIMM . Smaller version of the DIMM, used in laptop Laptop

      A laptop computer or simply laptop is a small mobile personal computer [i], usually weighing from ... 

      s. Comes in versions with:
      • 72 pins
      • 144 pins
      • 200 pins
    • Small outline RIMM . Smaller version of the RIMM, used in laptops.
  • Stacked v. non-stacked RAM modules
    • Stacked RAM chips use two RAM wafers that are stacked on top of each other. This allows large module to be manufactured using cheaper low density wafers. Stacked chip modules draw more power.

Common RAM modules


Common RAM packages as illustrated to the right, from top to bottom:
  1. DIP 16-pin
  2. SIPP
  3. SIMM 30-pin
  4. SIMM 72-pin
  5. DIMM 168-pin
  6. DIMM 184-pin
  7. DIMM 240-pin

History of RAM modules used in PCs

An interactive application to learn more about RAM.

RAM manufacturers

Major manufacturers of semiconductor RAM as of 2006:

Company name Website
Corsair Memory Corsair Memory

Corsair Memory is a company which produces computer memory [i], primarily for the computer enthusiast [i] ... 

 
Crucial Technology Micron Technology

Micron Technology is a multinational company [i] based in Boise [i] ... 

 
EDGE Memory 
GEIL GEIL

Golden Emperor International, Ltd., more commonly known as GEIL, is a Taiwanese [i] ... 

 
G.Skill 
Hynix 
Infineon Technologies Infineon Technologies

Infineon Technologies AG [i] was founded in April 1999 when the semiconductor [i] ope ... 

 
now
Kingston Technology Kingston Technology

Kingston Technology Co. is a US-based producer of computer memory [i] products. ... 

 
Legend 
Micron Technology Micron Technology

Micron Technology is a multinational company [i] based in Boise [i] ... 

 
Mushkin 
OCZ Technology OCZ Technology

OCZ Technology is a manufacturer of random access memory [i] based in Sunnyvale, California. ... 

 
Samsung Samsung Group

The Samsung Group is composed of numerous South Korea [i]n business [i] sectors including Samsung Electronics [i] ... 

 
SimpleTech SimpleTech

SimpleTech, Inc. is a multinational company [i] based in Santa Ana [i] ... 

 
Super Talent Technology 
Ultra Products 

See also

  • DIMM DIMM

    A DIMM, or dual in-line memory module comprises a series of random access memory [i] integrated circuit [i] ... 

  • Registered/Buffered memory
  • Compact Flash CompactFlash

    CompactFlash was originally a type of data storage device [i], used in portable electronic devices. ... 

  • PCMCIA PC card

    In computing [i], PC card is the form factor [i] of a peripheral interface designed for laptop [i] comp... 

  • Static RAM Static random access memory

    Static random access memory is a type of semiconductor [i] memory. ... 

  • Non-Volatile RAM
  • Dynamic RAM Dynamic random access memory

    Dynamic random access memory is a type of random access memory [i] that stores each bit [i] of data in a ... 

    • Fast Page Mode DRAM Dynamic random access memory

      Dynamic random access memory is a type of random access memory [i] that stores each bit [i] of data in a ... 

    • EDO RAM Dynamic random access memory

      Dynamic random access memory is a type of random access memory [i] that stores each bit [i] of data in a ... 

       or Extended Data Out DRAM
    • XDR DRAM
    • SDRAM SDRAM

      SDRAM means synchronous dynamic random access memory [i] which is a type of solid state [i] ... 

       or Synchronous DRAM
      • DDR SDRAM DDR SDRAM

        DDR SDRAM or double-data-rate synchronous dynamic random access memory [i] is a type of memory integrated circuit [i] ... 

         or Double Data Rate Synchronous DRAM; now being replaced by DDR2 SDRAM
      • RDRAM RDRAM

        Direct Rambus DRAM or DRDRAM is a type of synchronous dynamic RAM [i], designed by the Rambus [i] ... 

         or Rambus Rambus

        Rambus Incorporated is a provider of high-speed interface technology, most notably their Rambus Direct RAM memory technology [i] ... 

         DRAM

External links

  • – From searchMobileComputing.com
  • – From Darrell's Computer Help and Information
  • – Article by Jeff Tyson and Dave Coustan
  • – From RAM
  • – From Kingston






Categories: