Multiple choice technology performance

This RAID configuration stripes data across multiple volumes. One volume is devoted to "parity bits." The bits are used to reconstruct data should you lose a data volume.

  1. RAID 1

  2. RAID 0+1

  3. RAID 3

  4. RAID 5

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

RAID 3 uses byte-level striping with a dedicated parity disk. Data is striped across multiple volumes while one entire volume stores parity bits used to reconstruct data if a drive fails. RAID 5 also uses parity but distributes it across all drives rather than dedicating one volume.