Multiple choice technology architecture

Which of the following RAID solutions provides fault tolerance without affecting performance in the event of a drive failure ?

  1. Striping

  2. Mirroring

  3. Parity

  4. Clustering

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

Mirroring (RAID 1) provides fault tolerance through redundancy without performance degradation during a drive failure. Since both disks have identical data, reads continue normally from the surviving disk. Parity RAID (5/6) requires reconstruction and slows down during failure.