English

Fault-Tolerant Approximate Shortest-Path Trees

Data Structures and Algorithms 2016-11-07 v2

Abstract

The resiliency of a network is its ability to remain \emph{effectively} functioning also when any of its nodes or links fails. However, to reduce operational and set-up costs, a network should be small in size, and this conflicts with the requirement of being resilient. In this paper we address this trade-off for the prominent case of the {\em broadcasting} routing scheme, and we build efficient (i.e., sparse and fast) \emph{fault-tolerant approximate shortest-path trees}, for both the edge and vertex \emph{single-failure} case. In particular, for an nn-vertex non-negatively weighted graph, and for any constant ε>0\varepsilon >0, we design two structures of size O(nlognε2)O(\frac{n \log n}{\varepsilon^2}) which guarantee (1+ε)(1+\varepsilon)-stretched paths from the selected source also in the presence of an edge/vertex failure. This favorably compares with the currently best known solutions, which are for the edge-failure case of size O(n)O(n) and stretch factor 3, and for the vertex-failure case of size O(nlogn)O(n \log n) and stretch factor 3. Moreover, we also focus on the unweighted case, and we prove that an ordinary (α,β)(\alpha,\beta)-spanner can be slightly augmented in order to build efficient fault-tolerant approximate \emph{breadth-first-search trees}.

Keywords

Cite

@article{arxiv.1407.0637,
  title  = {Fault-Tolerant Approximate Shortest-Path Trees},
  author = {Davide Bilò and Luciano Gualà and Stefano Leucci and Guido Proietti},
  journal= {arXiv preprint arXiv:1407.0637},
  year   = {2016}
}

Comments

20 pages, 4 figures

R2 v1 2026-06-22T04:53:37.399Z