English

Overlay Network Construction: Improved Overall and Node-Wise Message Complexity

Distributed, Parallel, and Cluster Computing 2025-10-14 v2 Data Structures and Algorithms

Abstract

We consider the problem of constructing distributed overlay networks, where nodes in a reconfigurable system can create or sever connections with nodes whose identifiers they know. Initially, each node knows only its own and its neighbors' identifiers, forming a local channel, while the evolving structure is termed the global channel. The goal is to reconfigure any connected graph into a desired topology, such as a bounded-degree expander graph or a well-formed tree (WFT) with a constant maximum degree and logarithmic diameter, minimizing the total number of rounds and message complexity. This problem mirrors real-world peer-to-peer network construction, where creating robust and efficient systems is desired. We study the overlay reconstruction problem in a network of nn nodes in two models: \textsf{GOSSIP-reply}{} and \textsf{HYBRID}{}. In the \textsf{GOSSIP-reply}{} model, each node can send a message and receive a corresponding reply message in one round. In the \textsf{HYBRID}{} model, a node can send O(1)O(1) messages to each neighbor in the local channel and a total of O(logn)O(\log n) messages in the global channel. In both models, we propose protocols for WFT construction with O(nlogn)O\left(n \log n\right) message complexities using messages of O(logn)O(\log n) bits. In the \textsf{GOSSIP-reply}{} model, our protocol takes O(logn)O(\log n) rounds while in the \textsf{HYBRID} model, our protocol takes O(log2n)O(\log^2 n) rounds. Both protocols use O(nlog2n)O\left(n \log^2 n\right) bits of communication.

Keywords

Cite

@article{arxiv.2412.04771,
  title  = {Overlay Network Construction: Improved Overall and Node-Wise Message Complexity},
  author = {Yi-Jun Chang and Yanyu Chen and Gopinath Mishra},
  journal= {arXiv preprint arXiv:2412.04771},
  year   = {2025}
}
R2 v1 2026-06-28T20:25:10.235Z