Authors:
Lenuţa Alboaie, Sînică Alboaie, Cristina Georgiana Calancea
Conference: Networking in Education and Research (RoEduNet 2021), Iasi, 4-6 November 2021
Abstract:
In this paper, we propose the “Optimal Byzantine Fault Tolerance” consensus algorithm for permissioned replicated distributed systems with Byzantine fault tolerance. It seems to achieve total fairness, in the sense that it is impossible for an attacker to manipulate which of two transactions will be chosen to be first in the consensus order. It has asynchrony, no leaders, no round robin and no Proof-of-Work. A main characteristic for this algorithm is the digital signatures and broadcast usage to record network activity. The consensus participants inform everyone else about the set of accepted or rejected transactions in a time frame. As to the ordering of transactions, three mechanisms have been proposed: computer clocks, lexicographical order for message hashes and the semantic order given by the versioned data, manipulated inside transactions. Considering these traits, we can say the algorithm yields fair Byzantine agreement and a total order for all transactions, with very little communication overhead beyond the transactions themselves.

You can find the whole article here: https://ieeexplore.ieee.org/document/9638279