Memory Flashcards
(33 cards)
What are the best RAM slots to use for dual channel memory with four slots?
A2 and B2 (or 2 and 4)
What is asymmetric dual channel mode?
For example, you have 4GB and 8GB. The lower half of the 8GB and the 4GB run in dual channel mode and the top half of the 8GB runs in single channel mode
What are the differences between single channel and dual channel?
At the same total channel size, Dual channel is slightly faster than single channel and allows you to get your RAM cheaper (for example, 16GB vs 8GB+8GB)
What hardware components need to support multi-channel for it to work?
The motherboard and the CPU
What is a common size per channel for multichannel motherboards (in bits)?
Often each channel is a 64-bit channel
What is the difference between MHz and MT/s in RAM speeds?
MHz is a million cycles per second. MT/s is a million transfers per second. Because DDR RAM completes 2 cycles per second, the MT/s rate is the effective MHz. In DDR RAM, the effective frequency (twice the base frequency) is equal to the data transfer rate.
How do you get from Transfers/s to Bytes/s?
Data is transferred 64 bits at a time (with 64-bit architecture), divided by 8 bits per byte. So the Transfers/second or the effective frequency is multiplied by 8 as each transfer constitutes 8 bytes.
What does DDRX-XXXX represent?
The type and transfer rate of the chips on a memory module in MT/s (Million Transfers per second) or effective cycles/second (effective MHz). The Base speed is 1/2 the effective speed.
What does PCX-XXXX represent?
The type and transfer rate of the module in MB/s
What is the difference between SIMM and DIMM?
SIMM is 32 bit and DIMM is 64 bit. They are two form factors
How many pins does DDR memory have?
184
How many pins does DDR2 have?
240
How many pins does DDR3 have?
240
How many pins does DDR4 have (DIMM and SODIMM)?
288 DIMM
260 SODIMM
What is SRAM?
Static Random access Memory: generally used in CPU caching. Faster and more expensive, doesn’t need voltage to retain data
What are the common types of DRAM?
DRAM, SDRAM (includes SDRAM, DDR, DDR2, DDR3, and DDR4)
What is SODIMM?
Small Outline dual inline memory module (laptop form factor)
Are DDR memory standards backwards compatible (DDR, DDR2, DDR3, DDR4)?
No
What are the voltages of different types of DDR RAM?
DDR: 2.5/2.6 V
DDR2: 1.8 V
DDR3: 1.35/1.5 V
DDR4: 1.2 V
Does the FSB (Front Side Bus) Frequency Capacity limit the speed of RAM?
Yes - if the RAM frequency is higher than the Front Side Bus it will lower the speed to match the frequency of the Front Side Bus
What is the range of transfer rate in GB/S for DDR4?
Ranges from 19.2 GB/s to 35.2 GB/s
What is the range of Transfers/s for DDR4 RAM?
Ranges from 2.4 GT/s to 4.4 GT/s (or 2400 MT/s to 4400 MT/s)
What is ECC RAM?
It is a type of RAM that detects and corrects errors or integrity issues. Typically more expensive, slower, and used in commercial applications or servers. Non-ECC is more common. Motherboard and CPU will need to be able to support it and often requires higher-end Motherboards and CPU
What is the benefit of getting RAM with parity?
Parity detects and discards errors without correction.