What is the correct order of operations for array-based synchronous replication?
1) Write is received by the source array from host/server
2) Remote array sends acknowledgement to the source array
3) Source array signals write complete to host/server
4) Write is transmitted by source array to the remote array
A.
1, 2, 3, 4
B.
1, 4, 2, 3
C.
3, 4, 2, 1
D.
4, 3, 2, 1