What is the difference between 'synchronous' and 'asynchronous' replication?
-
A
Synchronous replication is faster; asynchronous is more reliable
-
B
Synchronous replication confirms writes on both primary and secondary before acknowledging the host, ensuring zero data loss; asynchronous replicates after acknowledging the host, tolerating some data loss
-
C
Synchronous uses Fibre Channel; asynchronous uses Ethernet
-
D
Synchronous replication is for files; asynchronous is for block storage