English

Universal Finite-State and Self-Stabilizing Computation in Anonymous Dynamic Networks

Distributed, Parallel, and Cluster Computing 2025-08-26 v3

Abstract

A communication network is said to be "anonymous" if its agents are indistinguishable from each other; it is "dynamic" if its communication links may appear or disappear unpredictably over time. Assuming that each of the nn agents of an anonymous dynamic network is initially given an input, it takes 2τn2\tau n communication rounds for the agents to compute an arbitrary (frequency-based) function of such inputs (Di Luna-Viglietta, DISC 2023), where τ\tau is a parameter called "dynamic disconnectivity", and measures how far the network is from being always connected (for always connected dynamic networks, τ=1\tau=1). It is known that, without making additional assumptions on the network and without knowing the number of agents nn, it is impossible to compute most functions and explicitly terminate. In fact, current state-of-the-art algorithms only achieve stabilization, i.e., allow each agent to return an output after every communication round. Outputs can be changed, and are guaranteed to be all correct after 2τn2\tau n rounds. Such algorithms rely on the incremental construction of a data structure called "history tree", which is augmented at every round. Thus, they end up consuming an unlimited amount of memory, and are also prone to errors in case of memory loss or corruption. In this paper, we provide a general self-stabilizing algorithm for anonymous dynamic networks that stabilizes in max{4τn2μ,2μ}\max\{4\tau n-2\mu,2\mu\} rounds (where μ\mu measures the amount of corrupted data initially present in the memory of each agent), as well as a general finite-state algorithm that stabilizes in τ(2n2+n)\tau(2n^2+n) rounds. Our work improves upon previously known methods that only apply to static networks (Boldi-Vigna, Dist. Comp. 2002). In addition, we develop new fundamental techniques and operations involving history trees, which are of independent interest.

Keywords

Cite

@article{arxiv.2409.00688,
  title  = {Universal Finite-State and Self-Stabilizing Computation in Anonymous Dynamic Networks},
  author = {Giuseppe A. Di Luna and Giovanni Viglietta},
  journal= {arXiv preprint arXiv:2409.00688},
  year   = {2025}
}

Comments

28 pages, 5 figures

R2 v1 2026-06-28T18:30:30.109Z