Quorum consensus is a distributed computing technique used to ensure consistency and fault tolerance by requiring a majority of nodes, or a quorum, to agree on a transaction before it is committed. This approach balances the trade-off between availability and consistency in distributed systems, especially in the presence of network partitions or node failures.
Relevant Degrees