nerdexam
Cisco

400-007 · Question #332

Data replication is being designed as part of a data protection setup to be run over the network. Which replication strategy is best suited when the primary and secondary systems are physically…

The correct answer is A. synchronous replication. Synchronous replication is ideal for physically close systems because it requires low network latency to maintain real-time data consistency between primary and secondary sites.

Designing Network Services

Question

Data replication is being designed as part of a data protection setup to be run over the network. Which replication strategy is best suited when the primary and secondary systems are physically close to each other?

Options

  • Asynchronous replication
  • Bsnapshot replication
  • Ctransactional replication
  • Ddirect replication

How the community answered

(23 responses)
  • A
    87% (20)
  • B
    4% (1)
  • D
    9% (2)

Why each option

Synchronous replication is ideal for physically close systems because it requires low network latency to maintain real-time data consistency between primary and secondary sites.

Asynchronous replicationCorrect

Synchronous replication ensures every write operation on the primary is immediately mirrored to the secondary before the write is acknowledged, guaranteeing zero data loss and real-time consistency. This strategy requires very low latency between sites, making it practical only when the primary and secondary systems are physically close. Over long distances, the round-trip time introduced by synchronous replication would significantly degrade application performance.

Bsnapshot replication

Snapshot replication captures point-in-time copies at scheduled intervals rather than replicating data continuously in real time, which introduces potential data loss equal to the snapshot interval.

Ctransactional replication

Transactional replication is a database-specific technique that replicates individual committed transactions, but it is not a general-purpose network replication strategy suited specifically to physically close sites.

Ddirect replication

Direct replication is not a recognized standard replication strategy and does not describe a defined method for continuous or scheduled data synchronization between systems.

Concept tested: Synchronous vs asynchronous replication strategies

Source: https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy

Topics

#synchronous replication#data protection#disaster recovery#storage design

Community Discussion

No community discussion yet for this question.

Full 400-007 Practice