Distributed Consensus
Everything on SkillVeris tagged Distributed Consensus — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is the Raft Consensus Algorithm?
Raft is a consensus algorithm that lets a cluster of nodes agree on a single, replicated sequence of operations by electing one leader per term who owns all wr…
What is the Paxos Consensus Algorithm?
Paxos is a consensus algorithm that lets a group of nodes agree on a single value even with failures and message loss, using two phases (prepare/promise, then…
What are Lamport Timestamps and How Do They Order Events?
A Lamport timestamp is a single logical counter each node maintains and increments for every local event, and sends along with every outgoing message so that r…