DCMay 9

Why Canonical Rounds Fail for Optimal Byzantine Resilience

arXiv:2510.0431011.52 citationsh-index: 45
Predicted impact top 82% in DC · last 90 daysOriginality Highly original
AI Analysis

For distributed computing researchers, this work establishes fundamental limitations of a widely used abstraction and provides a path to optimal resilience via gather.

The paper proves that canonical asynchronous rounds cannot achieve optimal Byzantine resilience (n > 3f) when n ≤ 5f, even with randomization, and that communication-closed variants fail entirely. It identifies a sharp boundary and shows that the gather primitive enables optimal resilience.

Canonical asynchronous rounds are a widely used abstraction for structuring distributed algorithms, making asynchronous executions appear synchronous and enabling modular reasoning. We show that this abstraction is fundamentally incompatible with optimal resilience in the Byzantine setting, even when randomization is allowed. Specifically, we prove that when $3f < n \le 5f$, where $n$ is the number of processes and at most $f$ may be Byzantine faulty, no randomized canonical-round algorithm can solve consensus with bounded expected round complexity, and that communication-closed variants fail to solve consensus altogether in this regime. We establish these lower bounds via a unifying notion of nontrivial convergence, which captures consensus as well as classical relaxations, such as approximate agreement and connected consensus. Using simple reductions, the same impossibility extends to fundamental communication primitives such as reliable broadcast and gather. Our results identify a sharp boundary: while bounded canonical-round algorithms for these problems exist when $n > 5f$, they cannot when $n \le 5f$. Thus optimal resilience, $n > 3f$, cannot be achieved within the canonical-round framework. On the positive side, we show that the gather primitive captures the content-dependent communication needed to bypass this limitation. We use gather to obtain a simple and modular algorithm for connected consensus with optimal resilience, clarifying the communication structures required for optimal resilience.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes