💾 Secondary Storage Devices
📘 Exam Oriented Notes + Important MCQs | Competitive Exams
📌 Sequential vs Direct Access
| Sequential Access | Direct / Random Access |
|---|---|
| Data accessed in stored order (e.g., Magnetic Tape) | Any location directly, ≈ equal access time |
| Access time varies by position | e.g., Magnetic Disk, Optical Disk, SSD |
🎞️ Magnetic Tape (Sequential)
- IRG – Inter-Record Gap, IBG – Inter-Block Gap (blocking factor = records/block)
- Capacity = Density (bpi) × Length | Transfer rate = Density × Tape Speed
- Types: ½-inch reel, ½-inch cartridge, ¼-inch streamer (QIC), 4mm DAT (helical scan, DDS)
- ✅ Advantages: unlimited capacity, low cost, portable & reusable
- ⚠️ Limitations: no random access, dust/temp sensitive
💿 Magnetic Disk (Direct Access)
Organization: Platters → Tracks (concentric) → Sectors (512 bytes) → Cylinders. CHS addressing (Cylinder-Head-Sector).
Access time = Seek time + Latency + Transfer time
- Seek time – position R/W head on track
- Latency – rotational delay (average = half rotation)
- Types: Zip/Bernoulli, Disk pack (interchangeable), Winchester (fixed, sealed, higher density)
- 📈 Advantages: random access, shared on-line storage, good for multi-user
- ⚠️ Disadvantages: sequential processing less efficient, crash risk, dust-free needed
🔆 Optical Disks (Laser)
- Track pattern: single spiral (not concentric) → sectors equal length → variable rotation speed.
- Read mechanism: Land (strong reflection=1), Pit (weak=0).
- Types: CD-ROM (read only, ISO9660), WORM/CD-R (write once), CD-RW (~100 cycles), DVD (4.7GB/8.5GB, MPEG-2)
- ⚡ Access time: slower (100–300 ms) vs magnetic disks.
- ✅ Very low cost per bit, 30+ years archival life, reliable, portable.
- ⚠️ Slower access, sensitive to scratches/dust.
⚡ Solid State Drives & Flash Memory
Mechanical, spinning platters, cheaper per GB, up to 10TB, more power & noise.
No moving parts, flash memory, 3-4x faster, silent, low power, reliable (MTBF ~2M hrs), but costlier.
Flash Drive (Pen Drive): USB, EEPROM, 1GB–256GB. Memory Card (SD/MMC): 8MB–128GB, used in cameras/phones.
Hybrid configurations: Dual-drive (OS on SSD + user on HDD) | SSD as cache (boot + frequent files).
🗄️ Mass Storage, Backup & HSS
Mass Storage: Disk Array (RAID – Redundant Array of Inexpensive Disks), Automated Tape Library, CD Jukebox.
Backup types: Full backup (all files) | Incremental backup (only new/changed files). Backup policy defines periodicity, media, off-site storage.
Storage Hierarchy (pyramid): Cache → Main memory → SSD → HDD → Near-line (tape library) → Off-line. HSM software auto-moves frequent data upward.
Online: always ready (HDD/SSD) | Near-line: auto without human (jukebox) | Off-line: requires human (tape, pen drive).