nerdexam
CompTIA

SK0-003 · Question #910

As a best practice, which of the following RAID levels should NOT be used on an OS partition?

The correct answer is A. 0. RAID 0 should not be used for an OS partition because it offers no data redundancy, making it a single point of failure and highly susceptible to data loss if any drive fails.

Server hardware installation and management

Question

As a best practice, which of the following RAID levels should NOT be used on an OS partition?

Options

  • A0
  • B1
  • C5
  • D6

How the community answered

(40 responses)
  • A
    90% (36)
  • B
    3% (1)
  • C
    5% (2)
  • D
    3% (1)

Why each option

RAID 0 should not be used for an OS partition because it offers no data redundancy, making it a single point of failure and highly susceptible to data loss if any drive fails.

A0Correct

RAID 0 provides striping across multiple disks for performance but offers no fault tolerance or data redundancy, meaning a single disk failure will result in the complete loss of the operating system and all data on the array. For an OS partition, data integrity and availability are paramount, making RAID 0 unsuitable.

B1

RAID 1 provides mirroring, creating an exact copy of data on two or more disks, which is an excellent choice for an OS partition due to its high fault tolerance and quick recovery from disk failure.

C5

RAID 5 uses striping with parity, providing both performance benefits and fault tolerance for single disk failures, making it a viable option for an OS partition, though recovery can be slower than RAID 1.

D6

RAID 6 uses striping with dual parity, allowing for tolerance of up to two simultaneous disk failures, which provides even greater fault tolerance than RAID 5 and is also a suitable option for an OS partition.

Concept tested: RAID levels for OS partitions

Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc782531(v=ws.10)

Topics

#RAID levels#RAID 0#data redundancy#OS partitions

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice