InterviewSolution
| 1. |
What Are Advantages Of Peer-peer Replication? |
|
Answer» Peer-Peer Replication decreases / nullifies the dependency on Distributor. In this Replication TOPOLOGY each node is Publisher, Distributor and Subscriber. This INCREASES availability of the database system and Failure of any node does not impact the health of Replication PROCESS. This topology ALSO offers automatic conflict detection and correction. Hence, recommended in Realtime. Peer-Peer Replication decreases / nullifies the dependency on Distributor. In this Replication topology each node is Publisher, Distributor and Subscriber. This increases availability of the database system and Failure of any node does not impact the health of Replication process. This topology also offers automatic conflict detection and correction. Hence, recommended in Realtime. |
|