Software Engineering KB

Home

❯

04 Systems and Infrastructure

❯

02 Distributed Systems

❯

00 Category

❯

Consensus Algorithms

Consensus Algorithms

Feb 10, 20261 min read

  • distributed-systems
  • consensus

Consensus Algorithms

Back: Distributed Systems

Protocols that allow distributed nodes to agree on a single value or sequence of values, even in the presence of failures. Consensus is the foundation of coordination services, distributed databases, and replicated state machines.

Concepts

  • Paxos
  • Raft
  • Zab
  • Byzantine Fault Tolerance

distributed-systems consensus


Graph View

  • Consensus Algorithms
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Byzantine Fault Tolerance
  • Distributed Time
  • Paxos
  • Raft
  • Zab
  • Distributed Systems

Created with Quartz v4.5.2 © 2026

  • GitHub