An enterprise organization operates two data centers connected via a low-latency dark fiber link. The business continuity requirement mandates a strict Recovery Point Objective of zero () for transactional database records during a primary site outage, while simultaneously preventing split-brain conditions during automated failover. Which of the following high-availability storage configurations best satisfies these requirements?
- Synchronous storage replication configured with an independent quorum witness nodeCevap
- BLocal RAID 10 array implemented with dual redundant storage controllers and multipath I/O
- CAsynchronous storage replication combined with dynamic server load balancing
- DCold site infrastructure restored continuously via differential snapshot backups
Cevap
Synchronous storage replication configured with an independent quorum witness node provides real-time zero data loss (RPO = 0) across sites while avoiding split-brain split scenarios during automated failovers.
Synchronous storage replication guarantees that data is written to both storage systems before completing the transaction, satisfying the strict requirement of zero data loss (). Adding a quorum witness node located outside the main data path provides cluster state verification, preventing split-brain conditions where both sites attempt to take control independently.
Adım Adım Çözüm
Anahtar Kavram
Synchronous Replication and Quorum Clustering for Zero RPO High Availability