An organization is updating its disaster recovery plan for a mission-critical e-commerce application. The business continuity policy mandates a Recovery Time Objective (RTO) of less than 15 minutes and a Recovery Point Objective (RPO) of near zero (under 1 minute). Which TWO of the following deployment and recovery strategies will meet both requirements?
- Implement synchronous database replication across geographically redundant active-active data centers.Cevap
- Deploy automated global server load balancing (GSLB) with short DNS TTLs for rapid traffic redirection upon primary site failure.Cevap
- CSchedule nightly full backups combined with hourly incremental file backups copied to a secondary cold site.
- DConfigure asynchronous batch database snapshots transferred to a warm site every 2 hours.
- EMaintain a warm site pre-configured with network infrastructure while restoring the latest differential backup upon disaster declaration.
Cevap
The strategy requires synchronous database replication across active-active data centers to guarantee an RPO of under 1 minute, paired with automated global server load balancing (GSLB) and short DNS TTLs to achieve an RTO of under 15 minutes.
Synchronous replication commits writes across sites simultaneously to achieve near-zero data loss (meeting the 1-minute RPO requirement). Automated GSLB with low TTLs swiftly shifts network traffic to the functional location without manual baseline server setup (meeting the 15-minute RTO requirement).
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery Site Selection, RTO, and RPO Alignment