Logical Clocks

In this short presentation, we cover logical clocks. Namely, Lamport and Vector clocks.

The core takeaways are that logical clocks provide a total order and preserve causality (if causality exists between two events). Whereas, vector clocks provide a partial order reflecting causal order (i.e, if vector timestamps can be ordered then this order preserves causality).

[Slides Download Slides]