Proof-of-Work Solves the Byzantine Generals Problem?

Overview of how proof-of-work blockchain systems achieve byzantine fault tolerance

November 2, 2023 · 6 min · Antonio Pancorbo

Breaking Down the Byzantine Generals Problem

Exploration of the Byzantine Generals Problem and its role in building reliable distributed systems

September 15, 2023 · 7 min · Antonio Pancorbo
[The Byzantine Generals Problem](https://lamport.azurewebsites.net/pubs/byz.pdf)

The Byzantine Generals Problem

Reliable computer systems must handle malfunctioning components that give conflicting information to different parts of the system. This situation can be expressed abstractly in terms of a group of generals of the Byzantine army camped with their troops around an enemy city. Communicating only by messenger, the generals must agree upon a common battle plan. However, one or more of them may be traitors who will try to confuse the others. The problem is to find an algorithm to ensure that the loyal generals will reach agreement. It is shown that, using only oral messages, this problem is solvable if and only if more than two-thirds of the generals are loyal; so a single traitor can confound two loyal generals. With unforgeable written messages, the problem is solvable for any number of generals and possible traitors. Applications of the solutions to reliable computer systems are then discussed. ...

Leslie Lamport, Robert Shostak, Marshall Pease