Round robin consensus model

Round robin consensus model

A consensus model for permissioned blockchain networks where nodes are pseudo-randomly selected to create blocks, but a node must wait several block-creation cycles before being chosen again to add another new block. This model ensures that no one participant creates the majority of the blocks, and it benefits from a straightforward approach, lacking cryptographic puzzles, and having low power requirements.

📚 Reference: NISTIR 8202
🏷️ Category: Cybersecurity
📊 Commonality: common