An e-commerce platform requires local disk storage resilience for its transaction database host. The requirement states that if a single physical drive experiences a total hardware failure, the database must remain fully operational without service disruption or data loss while the failed hardware is replaced. Which of the following resilience controls best satisfies this requirement?
- A RAID 5 array configured with hot-swappable drivesCevap
- BDaily automated disk snapshots copied to an off-site cloud repository
- CA cold disaster recovery facility maintained for manual server rebuilds
- DDual power supply units connected to independent power distribution feeds
Cevap
A RAID 5 array configured with hot-swappable drives
Configuring a RAID 5 array with hot-swappable drives provides disk-level fault tolerance through distributed parity. If a single drive fails, data remains immediately accessible without system downtime, and hot-swappable hardware allows drive replacement while the system remains fully online.
Adım Adım Çözüm
Anahtar Kavram
Disk Fault Tolerance and RAID Storage Resilience