nerdexam
CompTIA

220-801 · Question #66

A new server has recently been purchased and needs to have the RAID configured for its four drives. Which of the following RAID levels would be set up to provide the BEST performance and data…

The correct answer is D. 5. RAID 5 uses block-level striping with distributed parity across all drives, balancing read/write performance with single-drive fault tolerance across four drives.

Hardware

Question

A new server has recently been purchased and needs to have the RAID configured for its four drives. Which of the following RAID levels would be set up to provide the BEST performance and data protection?

Options

  • A0
  • B1
  • C4
  • D5

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    15% (4)
  • C
    7% (2)
  • D
    74% (20)

Why each option

RAID 5 uses block-level striping with distributed parity across all drives, balancing read/write performance with single-drive fault tolerance across four drives.

A0

RAID 0 stripes data across drives for maximum performance but includes no redundancy or parity, meaning any single drive failure results in total data loss.

B1

RAID 1 mirrors data between drives providing strong redundancy but offers no performance improvement from striping, and with four drives it wastes 50% of capacity compared to RAID 5.

C4

RAID 4 uses a single dedicated parity drive which creates a write bottleneck since every write operation must update the dedicated parity disk; RAID 5 resolves this by distributing parity.

D5Correct

RAID 5 distributes parity information across all member drives rather than dedicating a single parity disk, which eliminates I/O bottlenecks and provides both improved read performance through striping and fault tolerance allowing recovery from one failed drive. With four drives, RAID 5 uses three drives' worth of capacity for data and one drive's worth for parity, making it the most efficient combination of performance and protection available in this scenario.

Concept tested: RAID 5 performance and fault tolerance with four drives

Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-fault-tolerance

Topics

#RAID 5#data protection#storage performance#RAID levels

Community Discussion

No community discussion yet for this question.

Full 220-801 Practice