Fault-Tolerant Distributed Directories

07/20/2022
by   Judith Beestermöller, et al.
0

A distributed directory is an overlay data structure on a graph G that helps to access a shared token t. The directory supports three operations: publish, to announce the token, lookup, to read the contents of the token, and move, to get exclusive update access to the token. The directory is built upon a hierarchical partition of the graph using either weak or strong clusters. The main mechanism is the maintenance of a directory path that starts at the root node in the hierarchy and points to the current owner of the token. In the literature, there are known directory algorithms based on hierarchical graph structures, but none of them have considered failures. Given a hierarchical partition, we consider the impact of f edge failures on the functionality and performance of the distributed directory. The edge failures may result in the splitting of clusters into up to f+1 connected components. To recover the hierarchical partition after failures, we maintain spanning trees in the clusters and their connected components. If G remains connected, we show that the directory path length is dilated by only a factor f. We also show that the performance of the directory operations is affected in the worst case by a factor f with respect to the message complexity.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/15/2018

Strongly connected components-Algorithm for finding the strongly connected components of a graph

A directed graph G (V, E) is strongly connected if and only if, for a pa...
research
05/04/2021

Determining 4-edge-connected components in linear time

In this work, we present the first linear time deterministic algorithm c...
research
03/26/2017

Token-based Function Computation with Memory

In distributed function computation, each node has an initial value and ...
research
09/08/2022

Epic Fail: Emulators can tolerate polynomially many edge faults for free

A t-emulator of a graph G is a graph H that approximates its pairwise sh...
research
10/04/2020

Distributed Constructions of Dual-Failure Fault-Tolerant Distance Preservers

Fault tolerant distance preservers (spanners) are sparse subgraphs that ...
research
03/11/2021

Hardness of Token Swapping on Trees

Given a graph where every vertex has exactly one labeled token, how can ...
research
05/15/2020

Efficient Load-Balancing through Distributed Token Dropping

We introduce a new graph problem, the token dropping game, and we show h...

Please sign up or login with your details

Forgot password? Click here to reset