Skip to main content

Total-Order Broadcast

Definition

Total-order broadcast is a distributed systems primitive that ensures all participating nodes receive messages in the exact same sequence. This guarantees that all nodes reach a consistent state, which is fundamental for the operation of many fault-tolerant systems, including blockchains. It establishes a universally agreed-upon order for all delivered messages.