Skip to main content

Three Message Rounds

Definition

Three Message Rounds refers to a specific communication pattern in certain distributed consensus protocols where nodes exchange information three times to reach agreement on a proposed block or transaction. This sequence typically involves a proposal message, a vote or pre-commit message, and a final commit message. Protocols employing three message rounds often achieve Byzantine Fault Tolerance, ensuring network agreement even with malicious participants. This structured communication is fundamental to achieving strong consistency and finality in distributed systems.