CV0-003 · Question #68
An administrator, who operates a public cloud, has been tasked with implementing a secondary datacenter for failover purposes. Immediate replication has too much of an impact on the WAN link during…
The correct answer is A. Asynchronous replication. Asynchronous replication queues and transmits replication data to the secondary site without blocking production writes, reducing WAN link utilization during peak hours.
Question
An administrator, who operates a public cloud, has been tasked with implementing a secondary datacenter for failover purposes. Immediate replication has too much of an impact on the WAN link during production hours. Which of the following is the BEST option?
Options
- AAsynchronous replication
- BStorage deduplication
- CCold site failover with offsite archiving
- DSite mirroring
How the community answered
(37 responses)- A78% (29)
- B14% (5)
- C5% (2)
- D3% (1)
Why each option
Asynchronous replication queues and transmits replication data to the secondary site without blocking production writes, reducing WAN link utilization during peak hours.
Asynchronous replication does not require the primary site to wait for write confirmation from the secondary site before acknowledging I/O operations, so production workloads are unaffected by replication lag. This decoupling allows replication traffic to be batched and scheduled, preventing it from saturating the WAN link during production hours while still maintaining a secondary datacenter capable of failover.
Storage deduplication reduces the total volume of stored data but does not control when or how replication traffic is transmitted, so it does not relieve WAN congestion during production hours.
A cold site requires manual provisioning before it can accept failover traffic, making it unsuitable as an active replication target; offsite archiving provides point-in-time backups, not continuous replication.
Site mirroring relies on synchronous replication, which requires every write to be acknowledged by both sites in real time, increasing rather than reducing WAN utilization.
Concept tested: Asynchronous replication for WAN-friendly disaster recovery
Source: https://learn.microsoft.com/en-us/azure/site-recovery/concepts-azure-to-azure-architecture
Topics
Community Discussion
No community discussion yet for this question.