Name Independent Fault Tolerant Routing Scheme
Alkida Balliu, Dennis Olivetti

TL;DR
This paper introduces a new name-independent fault-tolerant routing scheme capable of handling multiple edge faults in undirected weighted graphs, with efficient stretch and memory usage, improving network reliability without node naming constraints.
Contribution
The paper presents a novel construction method for name-independent fault-tolerant routing schemes, including schemes for multiple faults and specialized schemes for single or double faults, with explicit bounds on stretch and memory.
Findings
Handles any set of forbidden edges with |F|+1 connected graphs
Achieves stretch of O(k^2 |F|^3 (|F|+log^2 n) log D)
Uses compact routing tables of size ~O(k n^{1/k}(k + deg(v))) bits
Abstract
We consider the problem of routing in presence of faults in undirected weighted graphs. More specifically, we focus on the design of compact name-independent fault-tolerant routing schemes, where the designer of the scheme is not allowed to assign names to nodes, i.e., the name of a node is just its identifier. Given a set of faulty (or forbidden) edges, the goal is to route from a source node to a target avoiding the forbidden edges in . Given any name-dependent fault-tolerant routing scheme and any name-independent routing scheme, we show how to use them as a black box to construct a name-independent fault-tolerant routing scheme. In particular, we present a name-independent routing scheme able to handle any set of forbidden edges in connected graphs. This has stretch , where is the diameter of the graph. It uses…
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
TopicsCaching and Content Delivery · Interconnection Networks and Systems · Mobile Ad Hoc Networks
