Consensus

Turkish equivalent: UzlaşımDomain: Distributed Systems

The process by which distributed participants agree on a single value, order, or state despite failures and message delays.

Boundaries

Consensus establishes agreement under a fault model; replication alone does not guarantee that replicas agree on one authoritative order.

  • Raft
  • Paxos
  • Quorum
  • Leader Election