D-UN-OE-23 · Question #72
How many destination systems does a synchronous replication session support?
The correct answer is A. 1. Synchronous replication requires that every write be confirmed by the destination before the source acknowledges it as complete, creating a tightly coupled, one-to-one relationship - meaning only 1 destination system is supported (A). Options B, C, and D are incorrect because…
Question
How many destination systems does a synchronous replication session support?
Options
- A1
- B2
- C4
- D8
How the community answered
(54 responses)- A94% (51)
- B2% (1)
- D4% (2)
Explanation
Synchronous replication requires that every write be confirmed by the destination before the source acknowledges it as complete, creating a tightly coupled, one-to-one relationship - meaning only 1 destination system is supported (A). Options B, C, and D are incorrect because adding multiple destinations would require the source to wait for acknowledgment from all of them simultaneously, multiplying latency to an impractical degree and defeating the purpose of synchronous consistency guarantees. Asynchronous replication is the technology that scales to multiple destinations, since it doesn't block on remote confirmation. Memory tip: Think "sync = single handshake" - synchronous replication is a strict two-way conversation between exactly one source and one destination, with no room for a third party to join.
Topics
Community Discussion
No community discussion yet for this question.