This page provides demonstrations of a number of MCK scripts developed in the course of project DST RA ID10136.
The project is considering protocols for solving the consensus problem in faulty distributed systems: a number of agents each start the protocol with a vote for a value to be agreed upon by the participating agents. An unknown subset of these agents may be faulty, possibly behaving incorrectly in ways that depend on the failure model. The end goal of the protocol is to ensure that the non-faulty agents all decide upon the same value, which should be the vote of one of the non-faulty agents.
On this page, we focus on the Synchronous Byzantine Agreement (SBA) version of this problem, in which the non-faulty agents are required to make their decision simultaneously. We also restrict to the case where there are just two options for the decision: 0 or 1 (e.g., commit or abort a transaction).
A knowledge-theoretic analysis by Dwork and Moses (1990) of SBA has established that the exact information required by agents to make a simutaneous decision is a kind of common knowledge. For example, to decide a 0, the nonfaulty agents should know the (infinite) conjunction
Parameters for the models include:
Select an MCK script, and click "verify" to submit the script for processing.