nerdexam
CompTIA

SK0-003 · Question #960

A server administrator builds a disk array with data striping. Several months later, a disk fails and the server crashes. Which of the following is the problem?

The correct answer is A. Data striping provides no fault tolerance.. The server crash after a single disk failure in a data-striped array indicates that data striping, typically RAID 0, provides no fault tolerance.

Server hardware installation and management

Question

A server administrator builds a disk array with data striping. Several months later, a disk fails and the server crashes. Which of the following is the problem?

Options

  • AData striping provides no fault tolerance.
  • BThe block sizes were set incorrectly.
  • CThe parity disk failed.
  • DThe drive head broke off causing a cascade failure.

How the community answered

(27 responses)
  • A
    89% (24)
  • B
    7% (2)
  • D
    4% (1)

Why each option

The server crash after a single disk failure in a data-striped array indicates that data striping, typically RAID 0, provides no fault tolerance.

AData striping provides no fault tolerance.Correct

Data striping, typically referring to RAID 0, distributes data across multiple disks without any redundancy or parity information. If one disk in a RAID 0 array fails, the entire array becomes unreadable because parts of every file are missing, leading to data loss and a server crash.

BThe block sizes were set incorrectly.

Incorrect block sizes might impact performance but would not directly cause a server crash due to a single disk failure if the array itself had fault tolerance.

CThe parity disk failed.

A 'parity disk' is part of RAID levels that provide fault tolerance (e.g., RAID 5 or RAID 6); an array with only data striping (RAID 0) does not utilize parity disks.

DThe drive head broke off causing a cascade failure.

While a drive head breaking off is a type of disk failure, the problem described is why the server crashed *because* of the disk failure in the context of data striping, not the specific mechanical reason for the disk failure itself.

Concept tested: RAID levels and fault tolerance

Source: https://learn.microsoft.com/en-us/windows-server/storage/raid/overview#raid-level-details

Topics

#RAID 0#Data striping#Fault tolerance#Disk failure

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice