3.4 Resilience Engineering, RAID Arrays, and Disaster Recovery Sites
Build resilient enterprise architectures utilizing active clustering, RAID storage redundancy, geographically dispersed sites, and disaster recovery tiers.
🎯 Key CompTIA Security+ Exam Takeaways
- Active-active clustering handles traffic concurrently across all nodes, maximizing performance and providing seamless zero-downtime failover.
- Active-passive clustering maintains an idle standby node that activates only when the primary node fails.
- RAID 10 (1+0) combines mirroring and striping across 4+ disks, delivering high performance and surviving multiple disk failures in separate mirror sets.
- Hot sites provide real-time synchronized duplicate facilities ready for near-instantaneous (minutes) operational cutover.
- Warm sites possess hardware and networks but require hours to restore data backups before becoming operational.
- Cold sites provide empty physical facility space (power, cooling, rack space) with no pre-installed hardware, requiring days or weeks to activate.
Resilience engineering ensures that systems anticipate, withstand, recover from, and adapt to adverse conditions or hardware failures. High availability is achieved through load balancing and clustering. In an active-active cluster, all server nodes process incoming client requests simultaneously, maximizing throughput while ensuring that if a node fails, the remaining nodes instantly absorb the load. In an active-passive configuration, standby nodes remain powered and ready but process no traffic until a health check detects failure of the active node.
At the storage tier, Redundant Arrays of Independent Disks (RAID) provide hardware fault tolerance. RAID 0 provides striping for performance but zero fault tolerance; a single drive failure destroys the entire array. RAID 1 mirrors data across two drives. RAID 5 stripes data and parity across 3+ drives, surviving a single disk failure. RAID 10 (1+0) stripes data across mirrored pairs (requiring 4+ disks), delivering the high I/O performance of striping with the robust redundancy of mirroring, capable of surviving multiple disk failures as long as they reside in different mirror pairs.
For catastrophic facility-level disasters, organizations maintain alternate sites. A hot site is an exact operational duplicate of the primary datacenter, featuring live real-time data replication and ready staff capable of absorbing production workloads in minutes. A warm site houses server hardware and network links but requires hours to restore data backups and configure software. A cold site provides only basic physical infrastructure (power, space, cooling) with no servers or pre-installed equipment, requiring days or weeks to bring online.
⚠️ Common Pearson VUE Exam Traps
- Believing RAID replaces backups; RAID protects only against physical drive hardware failure, not against accidental deletion, file corruption, or ransomware.
- Confusing a warm site with a hot site; a warm site does not maintain live synchronized data and requires manual backup restoration before serving traffic.
Knowledge Checkpoint
An international investment bank establishes an alternate disaster recovery facility located 500 miles from its primary datacenter. The facility features duplicate server hardware, active live data synchronization, and fully staffed operations, enabling complete workload cutover within 15 minutes of a primary site failure. How is this DR facility classified?