nerdexam
CompTIA

220-801 · Question #208

Which of the following levels of RAID is MOST likely to increase performance while NOT offering additional reliability?

The correct answer is A. RAID 0. RAID 0 uses disk striping to spread I/O across multiple drives for maximum performance but provides zero fault tolerance - any single drive failure destroys all data.

Hardware

Question

Which of the following levels of RAID is MOST likely to increase performance while NOT offering additional reliability?

Options

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

How the community answered

(33 responses)
  • A
    88% (29)
  • B
    3% (1)
  • C
    6% (2)
  • D
    3% (1)

Why each option

RAID 0 uses disk striping to spread I/O across multiple drives for maximum performance but provides zero fault tolerance - any single drive failure destroys all data.

ARAID 0Correct

RAID 0 distributes data in stripes across two or more drives, allowing read and write operations to occur in parallel and significantly improving throughput. It contains no parity or mirroring, so it offers no data redundancy whatsoever; a single disk failure results in complete data loss.

BRAID 1

RAID 1 mirrors data identically across two drives, providing full redundancy at the cost of usable capacity, with little to no performance gain on writes.

CRAID 5

RAID 5 stripes data with distributed parity, offering both improved read performance and fault tolerance for a single drive failure.

DRAID 10

RAID 10 combines mirroring and striping, providing both strong performance and fault tolerance, but at the cost of 50% usable capacity.

Concept tested: RAID 0 striping - performance without redundancy

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

Topics

#RAID 0#striping#disk performance#storage reliability

Community Discussion

No community discussion yet for this question.

Full 220-801 Practice