An enterprise organization requires a disaster recovery strategy for its mission-critical database cluster across dual data centers separated by 120 km. The business demands a Recovery Point Objective (RPO) of absolute zero data loss and a Recovery Time Objective (RTO) under 5 minutes. Which of the following technical controls and redundancy configurations MUST be combined to satisfy these stringent business continuity metrics? (Select TWO)
- Synchronous storage block-level replication between active-active multi-site cluster nodesAnswer
- Continuous Data Protection (CDP) paired with automated BGP route advertisement or DNS failover triggersAnswer
- CAsynchronous database log shipping combined with manual administrator failover scripts
- DHourly incremental backups combined with weekly full backups retained on cloud object storage
- EDaily differential backups layered over full Sunday image captures sent to a remote cold site
Answer
Meeting an RPO of zero requires synchronous replication or Continuous Data Protection (CDP) so no committed transaction is lost. Achieving an RTO under 5 minutes necessitates automated active-active cluster failover or dynamic BGP/DNS redirection without manual intervention.
Synchronous block-level storage replication and Continuous Data Protection (CDP) ensure every transaction is committed at the remote site before completion, guaranteeing zero data loss (RPO = 0). Pairing these with automated failover mechanisms such as active-active clustering or dynamic BGP/DNS updates enables service restoration within minutes, meeting the RTO threshold.
Step-by-Step Solution
Key Concept
RPO and RTO Trade-off Analysis in High Availability and Disaster Recovery Design