Lamport Logical Clocks
Step through Lamport's clock algorithm. Each event increments a node's counter. When a message is received, the clock updates to max(C_local, C_sender + 1). This creates a partial ordering of all events in the system.
Step through Lamport's clock algorithm. Each event increments a node's counter. When a message is received, the clock updates to max(C_local, C_sender + 1). This creates a partial ordering of all events in the system.