Keyun Cheng

Reading Notes: paper

Title: Practical Byzantine fault tolerance

Conference (OSDI’1999): Link

Journal (): Link

Summary

This paper describes the PBFT consensus algorithm that solves the BFT problem with practicality consideration (efficient and simple in implementation).

Main Contributions

Details

It’s a replication-based consensus algorithm that replicates data with 3f + 1 copies, and tolerates at most f faulty replicas.

Algorithm sketch:

Strength

Weakness