A Self-Stabilizing General De Bruijn Graph
Michael Feldmann, Christian Scheideler

TL;DR
This paper presents a self-stabilizing protocol for a q-ary d-dimensional de Bruijn graph that guarantees routing in at most d hops with low node degree and message overhead, optimizing distributed search efficiency.
Contribution
It introduces a novel self-stabilizing protocol for de Bruijn graphs that achieves fixed-hop routing with minimal node degree and message complexity, improving scalability.
Findings
Routing in at most d hops with high probability
Node degree is (rac{d}{}n) and asymptotically optimal
Expected edge redirections per node are (rac{d}{}n)
Abstract
Searching for other participants is one of the most important operations in a distributed system. We are interested in topologies in which it is possible to route a packet in a fixed number of hops until it arrives at its destination. Given a constant , this paper introduces a new self-stabilizing protocol for the -ary -dimensional de Bruijn graph () that is able to route any search request in at most hops w.h.p., while significantly lowering the node degree compared to the clique: We require nodes to have a degree of , which is asymptotically optimal for a fixed diameter . The protocol keeps the expected amount of edge redirections per node in , when the number of nodes in the system increases by factor . The number of messages that are periodically sent out by nodes is constant.
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
TopicsOpportunistic and Delay-Tolerant Networks · Distributed systems and fault tolerance · Advanced Data Storage Technologies
