A security architect is designing a high-availability infrastructure across two geographically separated cloud regions for a critical financial transactions platform. The business impact analysis specifies a Recovery Point Objective () of near-zero () and a Recovery Time Objective () of less than . The design must prevent split-brain condition states during network partitions and ensure continuous operation during full regional outage scenarios. Which TWO of the following architecture controls or configurations must be combined to meet these strict availability, consistency, and resilience requirements? (Select TWO.)
- Synchronous database replication across active regions coupled with a quorum-based witness server deployed in an independent third availability zoneAnswer
- BLocal RAID 10 disk arrays configured on primary database nodes to eliminate the need for cross-region data synchronization
- Global server load balancing (GSLB) with health probes for dynamic traffic redirection and low Time-To-Live (TTL) DNS failover recordsAnswer
- DOut-of-band Intrusion Detection System (IDS) sensors deployed at regional perimeters operating in passive monitoring mode
Answer
The architecture requires synchronous database replication with a third-zone quorum witness alongside Global Server Load Balancing (GSLB) with automated health probes and low DNS TTL records.
Achieving a near-zero RPO and sub-minute RTO across dual regions requires synchronous database replication with a third-zone quorum witness to prevent split-brain states, combined with Global Server Load Balancing (GSLB) and low DNS TTL for rapid automated traffic rerouting.
Step-by-Step Solution
Key Concept
High Availability and Multi-Site Disaster Resilience