English

Structured Gossip: A Partition-Resilient DNS for Internet-Scale Dynamic Networks

Networking and Internet Architecture 2026-03-10 v1 Databases Distributed, Parallel, and Cluster Computing Data Structures and Algorithms Operating Systems

Abstract

Network partitions pose fundamental challenges to distributed name resolution in mobile ad-hoc networks (MANETs) and edge computing. Existing solutions either require active coordination that fails to scale, or use unstructured gossip with excessive overhead. We present \textit{Structured Gossip DNS}, exploiting DHT finger tables to achieve partition resilience through \textbf{passive stabilization}. Our approach reduces message complexity from O(n)O(n) to O(n/logn)O(n/\log n) while maintaining O(log2n)O(\log^2 n) convergence. Unlike active protocols requiring synchronous agreement, our passive approach guarantees eventual consistency through commutative operations that converge regardless of message ordering. The system handles arbitrary concurrent partitions via version vectors, eliminating global coordination and enabling billion-node deployments.

Keywords

Cite

@article{arxiv.2603.07750,
  title  = {Structured Gossip: A Partition-Resilient DNS for Internet-Scale Dynamic Networks},
  author = {Priyanka Sinha and Dilys Thomas},
  journal= {arXiv preprint arXiv:2603.07750},
  year   = {2026}
}

Comments

Rejected from ACM SIGMOD 2026 Demo Track

R2 v1 2026-07-01T11:09:20.772Z