A storage engineer is configuring replication between two data centers. The distance is 500 km with a round-trip latency of 10 ms. The application requires zero data loss in the event of a primary site failure. Which replication method should be chosen?
Synchronous replication provides zero data loss, but performance may suffer due to latency.
Why this answer
Synchronous replication ensures zero data loss (RPO=0) as writes are acknowledged only after being committed on both sites. However, it is sensitive to latency; with 10 ms RTT, performance may degrade but it meets the requirement.