Multiple choice technology architecture

You want to implement a cost effective, fault tolerant and high performance RAID solution for an application that is read intensive. Which RAID level is the most appropriate ?

  1. RAID 0

  2. RAID 1

  3. RAID 3

  4. RAID 5

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

RAID 5 provides fault tolerance through distributed parity and excellent read performance through striping across multiple disks, making it ideal for read-intensive applications. RAID 0 has no fault tolerance. RAID 1 mirrors but has lower performance. RAID 3 has dedicated parity creating a bottleneck. RAID 5 balances performance, cost, and redundancy.