Please enable JavaScript.
Coggle requires JavaScript to display documents.
Distributed Systems (Termination Detection (Using Distributed Snapshots,…
Distributed Systems
-
-
-
-
-
-
Logical Time
Types of Logical Clocks
Scalar
Can enforce total ordering, but requires some arbitrary priority, such as ordering by the process identifiers, when there is a conflict in the timestamps. Not strongly consistent
Vector
Each node maintains a list of timestamps, one for itself and each other node. This preserves more information. Strongly consistent.
-
-
-
-
-