written 8.4 years ago by | • modified 8.4 years ago |
Mumbai University > Information Technology > Sem6 > Distributed System
Marks: 10M
Year: May 2015
written 8.4 years ago by | • modified 8.4 years ago |
Mumbai University > Information Technology > Sem6 > Distributed System
Marks: 10M
Year: May 2015
written 8.4 years ago by |
Client –centric Consistency model-many Inconsistencies can be hidden in cheap way.
If operations in WS(xi[t1]) have also been performed at local Lj at later time t2, we write WS(xi[t1];xj[t2]).
The Client-Centric consistency models are:
1) Monotonic Reads
2) Monotonic Writes
3) Read your Writes
4) Writes follow Reads
5) Eventual Consistency
1) Monotonic reads :
A data store is said to provide monotonic read consistency if the following conditions helds.
2) Monotonic writes: in a monotonic write consistent store, the following conditions holds:
3) Read your writes:
A database is said to provide read your write consistency, if the following condition holds:
4) Write your reads:
A data store is said to provide writes follows reads consistency, if the following conditions holds:
5) Eventual Consistency: