Consistency
Consistency
• Introduction
• Consistency models
– Data-centric consistency models
– Client-centric consistency models
Why replicate?
Consistency Description
Sequential All processes see all shared accesses in the same order. Accesses are not ordered in time
Causal All processes see causally-related shared accesses in the same order.
All processes see writes from each other in the order they were used. Writes from different processes
FIFO
may not always be seen in that order
Eventual Consistency