# ezBFT: Decentralizing Byzantine Fault-Tolerant State Machine Replication

**Authors:** Balaji Arun, Sebastiano Peluso, Binoy Ravindran

arXiv: 1904.06023 · 2019-04-15

## TL;DR

ezBFT is a leaderless Byzantine fault-tolerant consensus protocol designed to reduce client latency in WAN deployments by involving clients actively and minimizing communication steps.

## Contribution

It introduces a novel leaderless design with active client participation and minimal communication steps, improving latency over existing BFT protocols.

## Key findings

- Reduces client-side latency by up to 40%
- Operates with only three communication steps in the common case
- Provides formal guarantees of consistency, stability, and liveness

## Abstract

We present ezBFT, a novel leaderless, distributed consensus protocol capable of tolerating byzantine faults. ezBFT's main goal is to minimize the client-side latency in WAN deployments. It achieves this by (i) having no designated primary replica, and instead, enabling every replica to order the requests that it receives from clients; (ii) using only three communication steps to order requests in the common case; and (iii) involving clients actively in the consensus process. In addition, ezBFT minimizes the potentially negative effect of a byzantine replica on the overall system performance. We developed ezBFT's formal specification in TLA+, show that it provides the classic properties of BFT protocols including consistency, stability, and liveness, and developed an implementation. Our experimental evaluation reveals that ezBFT improves client-side latency by as much as 40% over state-of-the-art byzantine fault-tolerant protocols including PBFT, FaB, and Zyzzyva.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.06023/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06023/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1904.06023/full.md

---
Source: https://tomesphere.com/paper/1904.06023