3.4 Compare and contrast storage devices.
📘CompTIA A+ Core 1 (220-1201)
Drive configurations define how storage devices (like hard drives or SSDs) are set up together to improve speed, reliability, or both. There are several types you need to know: RAID levels, flash drives, and memory cards.
1. RAID (Redundant Array of Independent Disks)
RAID is a way to combine multiple drives into a single system to improve performance, data protection, or both.
Here’s what you need to know about the main RAID types:
RAID 0 – Striping
- How it works: Data is split into pieces and written across two or more drives.
- Pros: Very fast read/write speed.
- Cons: No data protection—if one drive fails, all data is lost.
- Use in IT: Used for video editing workstations or other tasks where speed is critical and data loss is less risky.
RAID 1 – Mirroring
- How it works: Data is copied identically on two drives.
- Pros: High data protection—if one drive fails, the other has all the data.
- Cons: Storage is halved (two 1TB drives = 1TB usable storage).
- Use in IT: Used for critical servers like database servers where uptime and data integrity are important.
RAID 5 – Striping with Parity
- How it works: Data and parity (error-checking info) are spread across three or more drives. Parity allows the system to rebuild data if a drive fails.
- Pros: Good balance of speed, storage efficiency, and data protection.
- Cons: Slower writes because of parity calculations; needs 3+ drives.
- Use in IT: Common for file servers or small business NAS devices.
RAID 6 – Striping with Double Parity
- How it works: Similar to RAID 5 but with two sets of parity, so it can survive two drive failures.
- Pros: More fault tolerance than RAID 5.
- Cons: Even slower writes and requires 4+ drives.
- Use in IT: Used for enterprise storage where uptime is crucial.
RAID 10 (1+0) – Mirrored and Striped
- How it works: Combines RAID 1 (mirroring) and RAID 0 (striping). Data is mirrored for safety, then striped for speed.
- Pros: Very fast and very reliable.
- Cons: Needs at least 4 drives and halves total storage.
- Use in IT: Used for high-performance databases or virtualization servers where speed and reliability are critical.
2. Flash Drives (USB Drives / Thumb Drives)
- What it is: Small, portable storage that uses flash memory (no moving parts).
- Pros: Portable, easy to use, compatible with almost all computers.
- Cons: Limited capacity compared to hard drives, slower for very large data transfers.
- Use in IT: Often used for backing up configs, installing software, or moving files between computers.
3. Memory Cards
- What it is: Tiny storage cards using flash memory, commonly used in cameras, smartphones, and laptops.
- Types: SD, microSD, CompactFlash, etc.
- Pros: Small, portable, and can be used in multiple devices.
- Cons: Limited write cycles; can be easily lost.
- Use in IT: Used for transferring data from cameras, expanding laptop storage, or embedded systems like IoT devices.
Summary Table for Exam
| Type | How It Works | Pros | Cons | Common IT Use |
|---|---|---|---|---|
| RAID 0 | Split data across drives | Fast | No redundancy | High-speed tasks |
| RAID 1 | Duplicate data on two drives | Safe | Halves storage | Critical servers |
| RAID 5 | Data + parity across 3+ drives | Safe + efficient | Slower writes | File servers, NAS |
| RAID 6 | Data + double parity across 4+ drives | Very safe | Slower writes | Enterprise storage |
| RAID 10 | Mirrors + stripes | Fast & safe | Expensive, halves storage | High-performance DBs, virtualization |
| Flash Drive | Portable flash memory | Portable, easy | Limited capacity | Backup, file transfer |
| Memory Card | Tiny flash memory card | Portable, flexible | Limited life | Cameras, laptops, embedded devices |
✅ Exam Tip:
- Remember RAID 0 = speed only, RAID 1 = safety only, RAID 5/6 = balance of speed and safety, RAID 10 = speed + safety.
- Flash drives and memory cards are portable flash storage, not for heavy-duty server storage.
