Which replication topology requires conflict resolution?
Which replication topology requires conflict resolution?
The Master-to-Master replication topology requires conflict resolution because it involves multiple masters that can independently update the same data. This can lead to conflicts when changes are made concurrently on different masters, necessitating a conflict resolution mechanism. Other topologies like Broadcast, Consolidation, and Cascading do not inherently require conflict resolution as they have a more hierarchical structure with a single point of control for updates.
Answers is C
Answers is C