# Fault Tolerant Consensus Agreement Algorithm

**Authors:** Marius Rafailescu

arXiv: 1706.03317 · 2017-06-13

## TL;DR

This paper analyzes a new fault-tolerant consensus algorithm that uses message validation and a dispatcher node, providing proofs of correctness and safety along with performance evaluation.

## Contribution

It introduces a novel fault-tolerant consensus mechanism based on message validation and a dispatcher node, with formal correctness proofs and performance analysis.

## Key findings

- Proved the correctness and safety of the algorithm.
- Demonstrated the algorithm's performance through analysis.
- Validated the mechanism's fault tolerance capabilities.

## Abstract

Recently a new fault tolerant and simple mechanism was designed for solving commit consensus problem. It is based on replicated validation of messages sent between transaction participants and a special dispatcher validator manager node. This paper presents a correctness, safety proofs and performance analysis of this algorithm.

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