An enterprise organization recently deployed a critical application database server equipped with redundant hot-swappable power supplies and a RAID 5 disk array to fulfill a high-availability SLA. Following a malicious script execution, essential database tables were logically corrupted and encrypted. The network administrator confirmed that all hard drives and hardware components remained fully operational with active green status indicators, yet data restoration from the local array was impossible. Which of the following best explains why this high-availability configuration failed to preserve data access, and what control should be implemented?
- RAID provides hardware fault tolerance against disk failures but does not protect against logical corruption; versioned offsite data backups are required.Cevap
- BRAID 5 lacks single-drive write protection when parity calculations fail; upgrading to a RAID 6 configuration is required to maintain availability during data corruption events.
- CThe redundant power supplies failed to act as a corrective control against state changes; an inline uninterruptible power supply must be installed to reverse corrupted transactions.
- DHardware redundancy controls ensure non-repudiation rather than integrity; implementing asymmetric digital signatures on disk controllers is required to roll back file changes.
Cevap
The correct answer states that RAID provides hardware fault tolerance against physical disk failures but does not protect against logical corruption, requiring versioned offsite backups to ensure data recovery.
The correct option highlights the fundamental distinction between high-availability fault tolerance and data backup recovery. RAID 5 provides redundancy at the hardware layer, allowing a system to stay online if a physical disk fails. However, because RAID transparently duplicates all write operations, logical corruption or malicious encryption is written across the array instantly. To recover from logical corruption, an organization must maintain independent, versioned backups separated from the live system.
Adım Adım Çözüm
Anahtar Kavram
High Availability and Fault Tolerance vs. Data Backup and Recovery
Tahmini Süre:1m 30s