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.
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)- A89% (24)
- B7% (2)
- D4% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.