A network engineering team is updating the disaster recovery policy for a critical real-time payment processing application. The Business Impact Analysis (BIA) establishes a Recovery Point Objective (RPO) of less than 5 minutes and a Recovery Time Objective (RTO) of less than 15 minutes. Which TWO of the following technical solutions should the team implement to meet both requirements?
- Synchronous database replication across an active-active high-availability clusterAnswer
- Automated traffic redirection utilizing Global Server Load Balancing (GSLB) with continuous health checksAnswer
- CNightly differential backups paired with weekly full backups shipped to a secure off-site cold facility
- DAn on-demand warm site initialized via manual provisioning scripts upon disaster declaration
- EHourly incremental backups copied over an IPsec tunnel to a local Network-Attached Storage (NAS) array
Answer
The team must implement synchronous database replication across an active-active high-availability cluster and automated traffic redirection utilizing Global Server Load Balancing (GSLB) with continuous health checks.
Synchronous database replication ensures that transactions are committed to the secondary site in real time before completion, meeting the 5-minute RPO threshold. Automated GSLB health monitoring and traffic shifting immediately reroute production traffic to the active secondary site upon failure detection, fulfilling the sub-15-minute RTO requirement.
Step-by-Step Solution
Key Concept
Disaster Recovery Metrics (RTO and RPO) and Site Redundancy Strategies