fault-tolerant consensus protocol
C41036
concept
A fault-tolerant consensus protocol is a distributed algorithm that enables a group of nodes to reliably agree on a shared state or value even when some nodes fail or behave maliciously.
Observed surface forms (2)
| Surface form | Occurrences |
|---|---|
| Byzantine fault tolerant consensus protocol | 1 |
| crash-recovery protocol | 1 |
Instances (3)
| Instance | Via concept surface |
|---|---|
| Raft consensus algorithm | — |
| Zab protocol | crash-recovery protocol |
| Avalanche consensus | Byzantine fault tolerant consensus protocol |