English

A Uniform Self-Stabilizing Minimum Diameter Spanning Tree Algorithm

Distributed, Parallel, and Cluster Computing 2013-12-12 v1 Data Structures and Algorithms

Abstract

We present a uniform self-stabilizing algorithm, which solves the problem of distributively finding a minimum diameter spanning tree of an arbitrary positively real-weighted graph. Our algorithm consists in two stages of stabilizing protocols. The first stage is a uniform randomized stabilizing {\em unique naming} protocol, and the second stage is a stabilizing {\em MDST} protocol, designed as a {\em fair composition} of Merlin--Segall's stabilizing protocol and a distributed deterministic stabilizing protocol solving the (MDST) problem. The resulting randomized distributed algorithm presented herein is a composition of the two stages; it stabilizes in O(nΔ+D2+nloglogn)O(n\Delta+{\cal D}^2 + n \log\log n) expected time, and uses O(n2logn+nlogW)O(n^2\log n + n \log W) memory bits (where nn is the order of the graph, Δ\Delta is the maximum degree of the network, D\cal D is the diameter in terms of hops, and WW is the largest edge weight). To our knowledge, our protocol is the very first distributed algorithm for the (MDST) problem. Moreover, it is fault-tolerant and works for any anonymous arbitrary network.

Keywords

Cite

@article{arxiv.1312.3303,
  title  = {A Uniform Self-Stabilizing Minimum Diameter Spanning Tree Algorithm},
  author = {Franck Butelle and Christian Lavault and Marc Bui},
  journal= {arXiv preprint arXiv:1312.3303},
  year   = {2013}
}

Comments

14 pages; International conf\'erence; Uniform self-stabilizing variant of the problem, 9th International Workshop on Distributed Algorithms (WDAG'95), Mont-Saint-Michel : France (1995)

R2 v1 2026-06-22T02:25:48.096Z