Atomic Broadcast is a communication primitive guaranteeing that all correct, non-faulty processes in a distributed system deliver the same set of messages in an identical, total order. This property, known as total order broadcast, is formally equivalent to solving the consensus problem, making it a cornerstone for building fault-tolerant, replicated state machines and blockchain ledgers. It ensures system-wide agreement on a sequence of events, which is critical for maintaining linearizable state across replicas.
