A network engineering team is designing a disaster recovery architecture for a multi-tier financial portal. The business impact analysis mandates a Recovery Point Objective (RPO) of near-zero seconds for transactional data and a Recovery Time Objective (RTO) of under 2 hours for all network services. Which TWO of the following technical controls must be combined to satisfy these operational requirements?
- Implementation of real-time synchronous database replication across geographically distinct data centersAnswer
- Deployment of an active-hot recovery site with pre-configured infrastructure and automated global server load balancingAnswer
- CExecution of hourly incremental backups coupled with night-time full system snapshots stored offsite
- DMaintenance of a cold site equipped with space and power contracts for rapid hardware delivery
- EDaily differential backups combined with weekly full bare-metal server images
Answer
The correct controls are real-time synchronous database replication across data centers and the deployment of an active-hot recovery site with automated global server load balancing.
To satisfy a near-zero RPO, data must be replicated immediately as transactions occur, which requires synchronous replication. To satisfy an RTO of under 2 hours, network infrastructure must already be live and synchronized in a hot site configuration with automatic global load balancing to redirect user sessions instantly.
Step-by-Step Solution
Key Concept
RTO and RPO Alignment with Site Selection and Replication Mechanisms