Minimalist Leader Election Under Weak Communication
Robin Vacus, Isabella Ziccardi
TL;DR
This work tackles Leader Election in ultra-sparse distributed models (beeping and stone-age) under minimal assumptions by introducing a uniform, six-state protocol (BFW) that does not rely on unique IDs or prior network knowledge. The method uses random beeps and a one-round freezing mechanism to generate outward beep waves, whose interactions deterministically eliminate leaders until one remains; an Ohm-like flow analysis underpins the correctness, with a probabilistic argument ensuring convergence whp. The main results prove almost-sure convergence with a high-probability time bound of $O(D^2 \log n)$, with a faster $O(D \log n)$ bound achievable when a constant-factor approximation of the diameter is available. The work highlights a favorable trade-off between extreme simplicity and performance, making it appealing for simple biological or nano-scale systems, while acknowledging limitations such as lack of termination detection and the overhead tied to diameter. Overall, it advances the understanding of what can be computed in the beeping/stone-age regime with minimal memory and symmetry-breaking resources, and it frames clear avenues for tightening bounds and exploring robustness.
Abstract
We propose a protocol to solve Leader Election within weak communication models such as the beeping model or the stone-age model. Unlike most previous work, our algorithm operates on only six states, does not require unique identifiers, and assumes no prior knowledge of the network's size or topology, i.e., it is uniform. We show that under our protocol, the system almost surely converges to a configuration in which a single node is in a leader state. With high probability, this occurs in fewer than $O(D^2 \log n)$ rounds, where $D$ is the network diameter. We also show that this can be decreased to $O(D \log n)$ when a constant factor approximation of $D$ is known. The main drawbacks of our approach are a $\TildeΩ(D)$ overhead in the running time compared to algorithms with stronger requirements, and the fact that nodes are unaware of when a single-leader configuration is reached. Nevertheless, the minimal assumptions and natural appeal of our solution make it particularly well-suited for implementation in the simplest distributed systems, especially biological ones.
