nerdexam
IBM

000-221 · Question #40

Which technology provides the maximum amount of usable storage and resilience for a system with 6 physical volumes?

The correct answer is C. RAID 5. RAID 5 provides the best balance of usable storage capacity and fault resilience among the listed options when using 6 physical volumes.

Storage Management

Question

Which technology provides the maximum amount of usable storage and resilience for a system with 6 physical volumes?

Options

  • ARAID 0
  • BRAID 1
  • CRAID 5
  • DRAID 6

How the community answered

(64 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    84% (54)
  • D
    8% (5)

Why each option

RAID 5 provides the best balance of usable storage capacity and fault resilience among the listed options when using 6 physical volumes.

ARAID 0

RAID 0 maximizes usable storage (all 6 disks) but provides zero redundancy, meaning a single disk failure causes total data loss.

BRAID 1

RAID 1 mirrors data and yields only 3 disks of usable capacity with 6 drives, wasting 50% of raw storage.

CRAID 5Correct

RAID 5 uses striping with distributed parity, yielding N-1 usable disks - five out of six in this case - while tolerating a single disk failure. This gives significantly better storage efficiency than RAID 1 or RAID 6, and unlike RAID 0 it provides meaningful fault resilience, satisfying both requirements simultaneously.

DRAID 6

RAID 6 uses double distributed parity, yielding only N-2 usable disks (4 of 6), which is less efficient than RAID 5 while the added resilience does not satisfy the 'maximum usable storage' requirement.

Concept tested: RAID level trade-offs for storage and resilience

Source: https://www.ibm.com/docs/en/linux-on-systems?topic=configurations-raid-levels

Topics

#RAID 5#storage resilience#RAID levels#physical volumes

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice