# Scalable and Secure Computation Among Strangers: Resource-Competitive   Byzantine Protocols

**Authors:** John Augustine, Valerie King, Anisur R. Molla, Gopal Pandurangan, and, Jared Saia

arXiv: 1907.10308 · 2019-07-26

## TL;DR

This paper introduces resource-competitive Byzantine protocols that ensure honest nodes' communication cost is proportional to adversarial nodes, enabling scalable and secure agreement in permissionless systems with unknown participants.

## Contribution

It presents the first resource-competitive Byzantine agreement, leader, and committee election algorithms with provable bounds and resilience to a high fraction of Byzantine nodes.

## Key findings

- Expected communication cost is O((T+n) log n) bits.
- Algorithm achieves latency of O(polylog(n)).
- Resilient to nearly 25% Byzantine nodes.

## Abstract

Motivated, in part, by the rise of permissionless systems such as Bitcoin where arbitrary nodes (whose identities are not known apriori) can join and leave at will, we extend established research in scalable Byzantine agreement to a more practical model where each node (initially) does not know the identity of other nodes. A node can send to new destinations only by sending to random (or arbitrary) nodes, or responding (if it chooses) to messages received from those destinations. We assume a synchronous and fully-connected network, with a full-information, but static Byzantine adversary. A general drawback of existing Byzantine protocols is that the communication cost incurred by the honest nodes may not be proportional to those incurred by the Byzantine nodes; in fact, they can be significantly higher. Our goal is to design Byzantine protocols for fundamental problems which are {\em resource competitive}, i.e., the number of bits sent by honest nodes is not much more than those sent by Byzantine nodes.   We describe a randomized scalable algorithm to solve Byzantine agreement, leader election, and committee election in this model. Our algorithm sends an expected $O((T+n)\log n)$ bits and has latency $O(polylog(n))$, where $n$ is the number of nodes, and $T$ is the minimum of $n^2$ and the number of bits sent by adversarially controlled nodes. The algorithm is resilient to $(1/4-\epsilon)n$ Byzantine nodes for any fixed $\epsilon > 0$, and succeeds with high probability. Our work can be considered as a first application of resource-competitive analysis to fundamental Byzantine problems.   To complement our algorithm we also show lower bounds for resource-competitive Byzantine agreement. We prove that, in general, one cannot hope to design Byzantine protocols that have communication cost that is significantly smaller than the cost of the Byzantine adversary.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.10308/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1907.10308/full.md

## References

61 references — full list in the complete paper: https://tomesphere.com/paper/1907.10308/full.md

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