English

Byzantine-Resilient Counting in Networks

Distributed, Parallel, and Cluster Computing 2022-04-27 v1

Abstract

We present two distributed algorithms for the {\em Byzantine counting problem}, which is concerned with estimating the size of a network in the presence of a large number of Byzantine nodes. In an nn-node network (nn is unknown), our first algorithm, which is {\em deterministic}, finishes in O(logn)O(\log{n}) rounds and is time-optimal. This algorithm can tolerate up to O(n1γ)O(n^{1 - \gamma}) arbitrarily (adversarially) placed Byzantine nodes for any arbitrarily small (but fixed) positive constant γ\gamma. It outputs a (fixed) constant factor estimate of logn\log{n} that would be known to all but o(1)o(1) fraction of the good nodes. This algorithm works for \emph{any} bounded degree expander network. However, this algorithms assumes that good nodes can send arbitrarily large-sized messages in a round. Our second algorithm is {\em randomized} and most good nodes send only small-sized messages (Throughout this paper, a small-sized message is defined to be one that contains O(logn)O(\log{n}) bits in addition to at most a constant number of node IDs.). This algorithm works in \emph{almost all} dd-regular graphs. It tolerates up to B(n)=n12ξB(n) = n^{\frac{1}{2} - \xi} (note that nn and B(n)B(n) are unknown to the algorithm) arbitrarily (adversarially) placed Byzantine nodes, where ξ\xi is any arbitrarily small (but fixed) positive constant. This algorithm takes O(B(n)log2n)O(B(n)\log^2{n}) rounds and outputs a (fixed) constant factor estimate of logn\log{n} with probability at least 1o(1)1 - o(1). The said estimate is known to most nodes, i.e., (1β)n\geq (1 - \beta)n nodes for any arbitrarily small (but fixed) positive constant β\beta. To complement our algorithms, we also present an impossibility result that shows that it is impossible to estimate the network size with any reasonable approximation with any non-trivial probability of success if the network does not have sufficient vertex expansion.

Keywords

Cite

@article{arxiv.2204.11951,
  title  = {Byzantine-Resilient Counting in Networks},
  author = {Soumyottam Chatterjee and Gopal Pandurangan and Peter Robinson},
  journal= {arXiv preprint arXiv:2204.11951},
  year   = {2022}
}

Comments

arXiv admin note: text overlap with arXiv:2102.09197

R2 v1 2026-06-24T10:58:20.208Z