This contrasts with storage mechanisms such as tapes, magnetic discs and optical discs, which rely on the physical movement of the recording medium or a reading head. In these devices, the movement takes longer than the data transfer, and the retrieval time varies depending on the physical location of the next item.
The word RAM is mostly associated with volatile types of memory (such as DRAM memory modules), where the information is lost after the power is switched off. However, many other types of memory are RAM as well (i.e., Random Access Memory), including most types of ROM and a kind of flash memory called NOR-Flash.

Dynamic RAM(DRAM)
Dynamic RAM is a type of RAM that only holds its data if it is continuously accessed by special logic called a refresh circuit. Many hundreds of times each second, this circuitry reads the contents of each memory cell, whether the memory cell is being used at that time by the computer or not. Due to the way in which the cells are constructed, the reading action itself refreshes the contents of the memory. If this is not done regularly, then the DRAM will lose its contents, even if it continues to have power supplied to it. This refreshing action is why the memory is called dynamic.
Static RAM(SRAM)
Static RAM is a type of RAM that holds its data without external refresh, for as long as power is supplied to the circuit. SRAMs are used for specific applications within the PC, for which it is perfectly suited; cache memory needs to be very fast, and not very large. SRAM is manufactured in a way rather similar to how processors are: highly-integrated transistor patterns photo-etched into silicon. Each SRAM bit is comprised of between four and six transistors.
FPM RAM
FPM RAM, which stands for Fast Page Mode RAM is a type of Dynamic RAM (DRAM). The term Fast Page Mode comes from the capability of memory being able to access data that is on the same page and can be done with less latency. Most 486 and Pentium based systems from 1995 and earlier use FPM Memory.

EDO RAM
EDO RAM, which stands for Extended Data Out RAM came out in 1995 as a new type of memory available for Pentium based systems. EDO is a modified form of FPM RAM which is commonly referred to as Hyper Page Mode. Extended Data Out refers to fact that the data output drivers on the memory module are not switched off when the memory controller removes the column address to begin the next cycle, unlike FPM RAM. Most early Penitum based systems use EDO.
RAMBUS(RIMM) RAM

RAMBUS RDRAM is a type of ram of its own, it came out in 1999 and was developed from traditional DRAM but its architecture is totally new. The RAMBUS design gives smarter access to the ram meaning that units can prefetch data and free some CPU work. The idea behind RAMBUS RAM is to get small packets of data from the RAM, but at very high clock speeds. For example, SD RAM can get 64bit of information at 100MHz where RAMBUS RAM would get 16bits of data at 800MHz. RIMM ram was generally unsuccessful as Intel had a lot of problems with the RAM timing or signal noise. RD RAM did make an appearance in the Sony Playstation 2 and the Nintendo 64 game consoles.



