Consensus algorithms

Home > Computer Science > Algorithms and data structures > Distributed algorithms > Consensus algorithms

Consensus algorithms are used in distributed systems to achieve agreement among multiple nodes or processes. Some popular consensus algorithms include Paxos, Raft, Byzantine Fault Tolerance (BFT), and Practical Byzantine Fault Tolerance (PBFT).