Computer MemoryPackagingMemory chips are called DIPs which stands for Dual Inline Packages. They are black chips with pins on both sides. Some say they look like black bugs. To make memory installation easier than it was in the past, these DIP chips were places on modules. There are two main module types that memory comes packaged on today.
To install these packages, you press them into the socket on the motherboard and latch them in with a plastic latch on both sides. Normally as the memory module is pressed into place the latch will automatically latch the module in place. This is the essential knowledge required to understand enough to buy and install memory on your motherboard. The following sections give further technical details. DRAM AccessDRAM memory is is accessed in chunks called cells. Every cell contains a certain number of bits or bytes. A row, column scheme is used to specify the section being accessed. The cells are arranged similar to the following table.
When the DRAM is accessed, the row, then the column address is specified. A page in memory is considered to be the memory available in the row. Types of DRAMThe term DRAM stands for Dynamic Random Access Memory. There are three common types of DRAM today.
|
Another new type of DRAM is called RDRAM developed by Rambus, Inc. It uses a high bandwidth channel to transmit data at very high rates. It attempts to eliminate the time it takes to access memory. Synclink DRAM (SLDRAM) competes with RDRAM and uses 16 bank architecture rather than 4 along with other performance enhancing improvements.
Cache memory is special memory that operates much faster than SDRAM memory. It is also more expensive. It would be impractical to use this memory for the entire system both for reasons of expense and physical board and bus channel design requirements. Cache memory lies between the microprocessor and the system RAM. It is used as a buffer to reduce the time of memory access. There are two levels to this memory called L1 (level 1) and L2 (level 2). The level 1 memory is a part of the microprocessor, and the level 2 memory is just outside the microprocessor.
