Logical clock algorithms

ID: logical-clock-algorithms

Logical clock algorithms are mechanisms used in distributed systems to achieve a consistent ordering of events. Since there is no global clock that can be used to synchronize events in distributed systems, logical clocks provide a means to order these events based on the knowledge of the system’s partial ordering.

New to topics? Read the docs here!