nerdexam
CompTIA

SG0-001 · Question #450

A company has two data centers, 25 kilometers (15.5 miles) apart. Data is replicated from the primary to the secondary site using a method that commits data to storage at both sites before the write i

The correct answer is B. Synchronous remote replication. The described replication method, where data is committed at both primary and secondary sites before acknowledging the write to the host, across a 25 km distance, is known as synchronous remote replication. This ensures zero data loss between sites but is sensitive to latency.

Storage Functionality

Question

A company has two data centers, 25 kilometers (15.5 miles) apart. Data is replicated from the primary to the secondary site using a method that commits data to storage at both sites before the write is acknowledged to the host. This is BEST described as which of the following?

Options

  • AAsynchronous continuous replication
  • BSynchronous remote replication
  • CRedundant offsite backup
  • DAsynchronous Local replication

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    88% (29)
  • C
    6% (2)
  • D
    3% (1)

Why each option

The described replication method, where data is committed at both primary and secondary sites before acknowledging the write to the host, across a 25 km distance, is known as synchronous remote replication. This ensures zero data loss between sites but is sensitive to latency.

AAsynchronous continuous replication

Asynchronous continuous replication acknowledges the write to the host once data is committed to the primary storage, then replicates to the secondary site, allowing for a potential data loss window (non-zero RPO).

BSynchronous remote replicationCorrect

Synchronous remote replication ensures that data is written to both the primary storage and the remote secondary storage array before the I/O write is acknowledged back to the host. This method provides zero Recovery Point Objective (RPO) because no data is lost during a failover, making it suitable for high-availability scenarios over distances where latency is acceptable, such as 25 km.

CRedundant offsite backup

Redundant offsite backup refers to storing copies of data at a different location for disaster recovery, but it is not a real-time replication method that commits writes to both sites before host acknowledgement.

DAsynchronous Local replication

Asynchronous local replication usually refers to replication within the same data center or even within the same storage array, and it does not guarantee immediate commitment at two separate sites before host acknowledgment.

Concept tested: Synchronous vs. asynchronous remote replication

Source: https://www.ibm.com/docs/en/cap/3.2.0?topic=dr-replication-types

Topics

#synchronous replication#remote replication#data protection#BCDR

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice