Awake Complexity of Distributed Minimum Spanning Tree
John Augustine, William K. Moses Jr., and Gopal Pandurangan

TL;DR
This paper introduces resource-efficient distributed algorithms for the minimum spanning tree problem in the sleeping model, achieving optimal awake complexity and establishing fundamental trade-offs between awake and round complexities.
Contribution
It presents the first optimal awake complexity algorithms for distributed MST and characterizes the fundamental trade-offs with round complexity in resource-constrained networks.
Findings
Deterministic and randomized algorithms with $O(\log n)$ awake complexity.
Lower bounds showing the optimality of the awake complexity.
Trade-off algorithms balancing awake and round complexities.
Abstract
We study the distributed minimum spanning tree (MST) problem, a fundamental problem in distributed computing. It is well-known that distributed MST can be solved in rounds in the standard CONGEST model (where is the network size and is the network diameter) and this is essentially the best possible round complexity (up to logarithmic factors). However, in resource-constrained networks such as ad hoc wireless and sensor networks, nodes spending so much time can lead to significant spending of resources such as energy. Motivated by the above consideration, we study distributed algorithms for MST under the \emph{sleeping model} [Chatterjee et al., PODC 2020], a model for design and analysis of resource-efficient distributed algorithms. In the sleeping model, a node can be in one of two modes in any round -- \emph{sleeping} or \emph{awake} (unlike the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data · Distributed systems and fault tolerance
