3.3 - Given a scenario, install RAM types. Flashcards
What is memory?
Random Access Memory (RAM) is the most common.
But it’s not the only kind of memory.
RAM is not referring to hard drive or SSD storage Don’t mix the two terms.
Data is stored permanently on the drive.
Data and programs can only be used when moved to RAM.
SO-DIMM
Small Outline Dual In-line Memory Module.
About half the width as a DIMM.
DDR2, DDR3, and DDR4 SDRAM.
Used in laptops and mobile devices.
DIMM
Dual inline memory module.
Electrical contacts are different on each side.
64 bit data width.
DRAM
Dynamic Random Access Memory.
The memory on the DIMM.
Dynamic - Needs constant refreshing.
• Without refreshing, the data disappears.
Random access.
• Any storage location can be accessed directly.
• Unlike magnetic tape.
SDRAM
Synchronous Dynamic Random Access Memory.
or Synchronous DRAM.
SDRAM is synchronous with the common system clock.
- Queue up one process while waiting for another.
- Classic DRAM didn’t wait for a clock signal.
RAM
Random-access memory.
Form of computer memory that can be read and changed in any order, typically used to store working data and machine code.
DDR vs SDR
Double Date Rate RAM vs Syncronous Dynamic RAM.
DDR2
Double Data Rate 2.
Twice as fast as DDR.
DDR2 will not work in DDR slots.
DDR3
Double Data Rate 3.
Twice the data rate of DDR2.
• Larger chip capacities - Maximum 16 GB per DIMM.
• No backwards compatibility.
DDR4
Double Date Rate 4.
Speed increases over DDR3.
• Faster frequencies.
• Maximum 64 GB per DIMM.
• Again, no backwards compatibility.
Multi-channel memory
Dual-channel, triple-channel, or quad-channel.
- Memory combinations should match.
- Exact matches are best.
- Memory module slots are often coloured differently.
Memory that checks itself.
Used on critical computer systems.
VM servers, database servers, any server.
Parity memory
Adds an additional parity bit.
Won’t always detect an error.
Can’t correct an error.
Error Correcting Code (ECC)
Detects errors and corrects on the fly.
Not all systems use ECC.
It looks the same as non-ECC memory.