nerdexam
CompTIA

SG0-001 · Question #12

Which of the following replication types is the FASTEST?

The correct answer is A. Synchronous. This question asks to identify the fastest replication type among the given options.

Storage Functionality

Question

Which of the following replication types is the FASTEST?

Options

  • ASynchronous
  • BAsynchronous
  • CIncremental
  • DDifferential

How the community answered

(29 responses)
  • A
    90% (26)
  • C
    3% (1)
  • D
    7% (2)

Why each option

This question asks to identify the fastest replication type among the given options.

ASynchronousCorrect

Synchronous replication is considered the fastest in terms of ensuring immediate data consistency and the lowest Recovery Point Objective (RPO), potentially zero data loss, between primary and secondary sites. It ensures that data is written to both locations before the application receives an acknowledgment, guaranteeing the remote copy is always up-to-date at the moment of acknowledgment.

BAsynchronous

Asynchronous replication, while good for performance over distance, is not the 'fastest' in terms of ensuring immediate remote consistency because it acknowledges writes to the application before the data is committed to the secondary site, allowing for a potential data loss window.

CIncremental

Incremental replication refers to backing up or replicating only the data that has changed since the last backup, which is an efficiency mechanism for backups, not a real-time replication type in the same category as synchronous or asynchronous.

DDifferential

Differential replication backs up all data that has changed since the last full backup, similar to incremental but capturing more data, and is also not a real-time replication type for this comparison.

Concept tested: Synchronous vs. Asynchronous replication characteristics (RPO)

Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-replica/storage-replica-overview#asynchronous-and-synchronous-replication

Topics

#Data replication#Synchronous replication#Performance

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice