400-007 · Question #273
A company requires an RPO of less than 10 seconds to ensure business continuity. Which technology should be deployed?
The correct answer is C. geographically dispersed data centers with synchronous replication. Synchronous replication across geographically dispersed data centers ensures near-zero RPO by writing data to both sites simultaneously before confirming each transaction.
Question
A company requires an RPO of less than 10 seconds to ensure business continuity. Which technology should be deployed?
Options
- Aa single data center with duplicated infrastructure, dual PSUs, and a UPS
- Bgeographically dispersed data centers with asynchronous replication
- Cgeographically dispersed data centers with synchronous replication
- Da single data center with duplicated infrastructure and dual PSUs
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C82% (28)
- D12% (4)
Why each option
Synchronous replication across geographically dispersed data centers ensures near-zero RPO by writing data to both sites simultaneously before confirming each transaction.
A single data center with redundant hardware protects against component failure but cannot meet a sub-10-second RPO in the event of a facility-wide outage such as a power failure or fire.
Asynchronous replication introduces a lag between the primary and secondary site that may range from seconds to minutes depending on I/O load and network latency, making a guaranteed sub-10-second RPO impossible.
Synchronous replication requires every write to be committed at both the primary and secondary site before the transaction is acknowledged, resulting in an RPO that is effectively zero or measured in milliseconds - well under 10 seconds. Geographic dispersion protects against site-level disasters that would otherwise cause complete data loss. This is the only listed option that can guarantee sub-10-second RPO regardless of failure scenario.
A single data center with duplicated infrastructure and dual PSUs provides hardware-level redundancy only and has no off-site data copy, meaning a site-level disaster would result in data loss far exceeding 10 seconds.
Concept tested: Synchronous replication for sub-10-second RPO
Source: https://learn.microsoft.com/en-us/azure/architecture/framework/resiliency/backup-and-recovery
Topics
Community Discussion
No community discussion yet for this question.