Papers
Topics
Authors
Recent
Search
2000 character limit reached

Connectivity Labeling and Routing with Multiple Vertex Failures

Published 12 Jul 2023 in cs.DS and cs.DM | (2307.06276v3)

Abstract: We present succinct labeling schemes for answering connectivity queries in graphs subject to a specified number of vertex failures. An ff-vertex/edge fault tolerant (ff-V/EFT) connectivity labeling is a scheme that produces succinct labels for the vertices (and possibly to the edges) of an nn-vertex graph GG, such that given only the labels of two vertices s,ts,t and of at most ff faulty vertices/edges FF, one can infer if ss and tt are connected in GFG-F. The primary complexity measure is the maximum label length (in bits). The ff-EFT setting is relatively well understood: [Dory and Parter, PODC 2021] gave a randomized scheme with succinct labels of O(log<sup>3</sup>n)O(\log<sup>3</sup> n) bits, which was subsequently derandomized by [Izumi et al., PODC 2023] with O~(f<sup>2)\tilde{O}(f<sup>2)-bit labels. As both noted, handling vertex faults is more challenging. The known bounds for the ff-VFT setting are far away: [Parter and Petruschka, DISC 2022] gave O~(n<sup>11/2<sup>Θ(f))\tilde{O}(n<sup>{1-1/2<sup>{\Theta(f)}})-bit labels, which is linear in nn already for f=Ω(loglogn)f =\Omega(\log\log n). In this work we present an efficient ff-VFT connectivity labeling scheme using poly(f,logn)poly(f, \log n) bits. Specifically, we present a randomized scheme with O(f<sup>3</sup>log<sup>5</sup>n)O(f<sup>3</sup> \log<sup>5</sup> n)-bit labels, and a derandomized version with O(f<sup>7</sup>log<sup>13</sup>n)O(f<sup>7</sup> \log<sup>{13}</sup> n)-bit labels, compared to an Ω(f)\Omega(f)-bit lower bound on the required label length. Our schemes are based on a new low-degree graph decomposition that improves on [Duan and Pettie, SODA 2017], and facilitates its distributed representation into labels. Finally, we show that our labels naturally yield routing schemes avoiding a given set of at most ff vertex failures with table and header sizes of only poly(f,logn)poly(f,\log n) bits. This improves significantly over the linear size bounds implied by the EFT routing scheme of Dory and Parter.

Citations (4)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.