SK0-004 · Question #610
A server is installed in a location that is prone to power failures. While the server is connected to a UPS, the systems administrator is still concerned about ensuring the integrity of the data…
The correct answer is C. Install battery-backed cache on the RAID controller. Battery-backed cache on a RAID controller preserves in-flight write data during a power failure, protecting RAID array integrity.
Question
A server is installed in a location that is prone to power failures. While the server is connected to a UPS, the systems administrator is still concerned about ensuring the integrity of the data being written to the RAID array. Which of the following is the systems administrator MOST likely to do?
Options
- AInstall additional memory on the RAID controller.
- BInstall redundant RAID controllers.
- CInstall battery-backed cache on the RAID controller.
- DInstall updated firmware on the RAID controller.
How the community answered
(25 responses)- A8% (2)
- B4% (1)
- C76% (19)
- D12% (3)
Why each option
Battery-backed cache on a RAID controller preserves in-flight write data during a power failure, protecting RAID array integrity.
Adding memory to the RAID controller increases cache capacity for performance but does not protect cached data from loss when power is suddenly removed.
Redundant RAID controllers provide failover for controller hardware failures but do not preserve write-cache data lost to a power outage.
RAID controllers use a write-back cache to buffer disk writes, which accelerates performance but risks data loss if power is cut before the cache is flushed to disk. A battery-backed write cache (BBWC) or flash-backed write cache (FBWC) module attached to the controller supplies enough power to flush all cached data to disk after an outage, ensuring no writes are lost. This directly addresses the administrator's concern about data integrity on the RAID array during power failures.
Updating firmware may fix bugs or add features but does not provide the physical backup power needed to protect cached writes during a power failure.
Concept tested: Battery-backed write cache for RAID data integrity
Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-fault-tolerance
Topics
Community Discussion
No community discussion yet for this question.