Skip to main content

Quorum Based SMR

Definition

Quorum based SMR, or State Machine Replication, is a distributed computing approach that maintains a consistent, ordered log of operations across multiple nodes by requiring a supermajority of participants to agree on each step. This method ensures fault tolerance and data consistency even if some nodes fail or act maliciously. It forms the basis for many distributed ledger technologies.