English

The Forgiving Graph: A distributed data structure for low stretch under adversarial attack

Data Structures and Algorithms 2012-08-08 v1 Distributed, Parallel, and Cluster Computing

Abstract

We consider the problem of self-healing in peer-to-peer networks that are under repeated attack by an omniscient adversary. We assume that, over a sequence of rounds, an adversary either inserts a node with arbitrary connections or deletes an arbitrary node from the network. The network responds to each such change by quick "repairs," which consist of adding or deleting a small number of edges. These repairs essentially preserve closeness of nodes after adversarial deletions, without increasing node degrees by too much, in the following sense. At any point in the algorithm, nodes vv and ww whose distance would have been \ell in the graph formed by considering only the adversarial insertions (not the adversarial deletions), will be at distance at most logn\ell \log n in the actual graph, where nn is the total number of vertices seen so far. Similarly, at any point, a node vv whose degree would have been dd in the graph with adversarial insertions only, will have degree at most 3d in the actual graph. Our algorithm is completely distributed and has low latency and bandwidth requirements.

Keywords

Cite

@article{arxiv.0902.2501,
  title  = {The Forgiving Graph: A distributed data structure for low stretch under adversarial attack},
  author = {Tom Hayes and Jared Saia and Amitabh Trehan},
  journal= {arXiv preprint arXiv:0902.2501},
  year   = {2012}
}

Comments

Submitted to Principles of Distributed Computing (PODC) 2009

R2 v1 2026-06-21T12:11:39.654Z