Abstract
Existing compact routing schemes, e.g., Thorup and Zwick [SPAA 2001] and Chechik [PODC 2013], often have no means to tolerate failures, once the system has been setup and started. This paper presents, to our knowledge, the first self-healing compact routing scheme. Besides, our schemes are developed for low memory nodes, i.e., nodes need only O(log2 n) memory, and are thus, compact schemes. We introduce two algorithms of independent interest: The first is CompactFT, a novel compact version (using only O(log n) local memory) of the self-healing algorithm Forgiving Tree of Hayes et al. [PODC 2008]. The second algorithm (CompactFTZ) combines CompactFT with Thorup-Zwick's tree-based compact routing scheme [SPAA 2001] to produce a fully compact self-healing routing scheme. In the self-healing model, the adversary deletes nodes one at a time with the affected nodes self-healing locally by adding few edges. CompactFT recovers from each attack in only O(1) time and Δ messages, with only +3 degree increase and O(logΔ) graph diameter increase, over any sequence of deletions (Δ is the initial maximum degree). Additionally, CompactFTZ guarantees delivery of a packet sent from sender s as long as the receiver t has not been deleted, with only an additional O(y log Δ) latency, where y is the number of nodes that have been deleted on the path between s and t. If t has been deleted, s gets informed and the packet removed from the network.
Original language | English |
---|---|
Title of host publication | Proceedings of the 17th International Conference on Distributed Computing and Networking, ICDCN 2016 |
Publisher | Association for Computing Machinery |
ISBN (Electronic) | 9781450340328 |
DOIs | |
State | Published - 4 Jan 2016 |
Event | 17th International Conference on Distributed Computing and Networking, ICDCN 2016 - Singapore, Singapore Duration: 4 Jan 2016 → 7 Jan 2016 |
Publication series
Name | ACM International Conference Proceeding Series |
---|---|
Volume | 04-07-January-2016 |
Conference
Conference | 17th International Conference on Distributed Computing and Networking, ICDCN 2016 |
---|---|
Country/Territory | Singapore |
City | Singapore |
Period | 4/01/16 → 7/01/16 |
Bibliographical note
Publisher Copyright:© 2016 ACM.
Keywords
- Compact algorithm
- Compact routing
- Distributed algorithm
- Forgiving Tree
- Internet of things
- Low memory
- P2P
- Self-healing