nerdexam
Cisco

300-610 · Question #144

An end user is experiencing network latency when accessing a database in a disaster recovery site. The monitoring team concluded that the database was writing simultaneously to the storage arrays on t

The correct answer is A. asynchronous replication between data centers. The latency experienced when writing simultaneously to primary and disaster recovery storage arrays is characteristic of synchronous replication. To resolve this, asynchronous replication between data centers should be implemented.

Storage Network Design

Question

An end user is experiencing network latency when accessing a database in a disaster recovery site. The monitoring team concluded that the database was writing simultaneously to the storage arrays on the primary and disaster recovery sites. Which design resolves this issue?

Options

  • Aasynchronous replication between data centers
  • Bsynchronous replication between data centers
  • CFCoE tunnel between data center
  • DFCIP tunneling between data center

How the community answered

(31 responses)
  • A
    84% (26)
  • B
    3% (1)
  • C
    10% (3)
  • D
    3% (1)

Why each option

The latency experienced when writing simultaneously to primary and disaster recovery storage arrays is characteristic of synchronous replication. To resolve this, asynchronous replication between data centers should be implemented.

Aasynchronous replication between data centersCorrect

Asynchronous replication resolves network latency issues by decoupling the write operations between the primary and disaster recovery sites. Data is written and acknowledged at the primary storage array first, and then replicated to the disaster recovery site, meaning primary site writes are not delayed waiting for remote acknowledgments. This design eliminates the latency introduced by geographical distance and simultaneous writes, improving primary site performance.

Bsynchronous replication between data centers

Synchronous replication requires that a write operation be committed and acknowledged on both the primary and disaster recovery storage arrays before it is considered complete, which inherently introduces latency proportional to the distance between sites, and is the likely cause of the described issue.

CFCoE tunnel between data center

An FCoE tunnel between data centers is a method for extending Fibre Channel over Ethernet, providing connectivity but not determining the replication method. Therefore, it does not inherently resolve latency issues caused by the replication type itself.

DFCIP tunneling between data center

FCIP tunneling (Fibre Channel over IP) is a technology used to extend Fibre Channel networks over IP for long distances. While it enables connectivity, it does not dictate the replication methodology (synchronous or asynchronous) and thus will not resolve latency issues caused by the chosen replication method.

Concept tested: Storage Replication Types (Synchronous vs. Asynchronous)

Source: https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Data_Center/san/SAN_Design_WP.html

Topics

#storage replication#asynchronous replication#disaster recovery#latency

Community Discussion

No community discussion yet for this question.

Full 300-610 Practice