nerdexam
CompTIA

SG0-001 · Question #323

Given three hard drives, which of the following RAID levels would provide fault tolerance and the MAXIMUM amount of capacity?

The correct answer is C. 5. For three hard drives, RAID 5 offers both fault tolerance through parity and the maximum usable capacity among the given options, losing only one drive's worth of space for parity data.

Storage Functionality

Question

Given three hard drives, which of the following RAID levels would provide fault tolerance and the MAXIMUM amount of capacity?

Options

  • A0
  • B1
  • C5
  • D1+0

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    91% (29)

Why each option

For three hard drives, RAID 5 offers both fault tolerance through parity and the maximum usable capacity among the given options, losing only one drive's worth of space for parity data.

A0

RAID 0 concatenates drives to provide maximum capacity (100% of raw capacity) and performance, but it offers no fault tolerance; if any drive fails, all data is lost.

B1

RAID 1 (mirroring) requires a minimum of two drives. With three drives, it would typically mirror one drive to another, offering fault tolerance but only using 50% of the total raw capacity, or could create multiple RAID 1 arrays, which does not fit the criterion of maximum capacity for a single fault-tolerant volume.

C5Correct

RAID 5 requires a minimum of three drives and provides fault tolerance by distributing parity information across all drives. With three drives, it uses the capacity of two drives for data and one drive's worth of space for parity, utilizing 66% of the total raw capacity, which is the maximum capacity possible with fault tolerance for three drives.

D1+0

RAID 1+0 (or RAID 10) requires a minimum of four drives to combine mirroring and striping, making it impossible to implement with only three drives.

Concept tested: RAID levels, fault tolerance, and capacity utilization

Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/understanding-raid

Topics

#RAID levels#fault tolerance#storage capacity

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice