English

Breaking the log n barrier on rumor spreading

Data Structures and Algorithms 2015-12-10 v1

Abstract

O(logn)O(\log n) rounds has been a well known upper bound for rumor spreading using push&pull in the random phone call model (i.e., uniform gossip in the complete graph). A matching lower bound of Ω(logn)\Omega(\log n) is also known for this special case. Under the assumption of this model and with a natural addition that nodes can call a partner once they learn its address (e.g., its IP address) we present a new distributed, address-oblivious and robust algorithm that uses push&pull with pointer jumping to spread a rumor to all nodes in only O(logn)O(\sqrt{\log n}) rounds, w.h.p. This algorithm can also cope with F=O(n/2logn)F= O(n/2^{\sqrt{\log n}}) node failures, in which case all but O(F)O(F) nodes become informed within O(logn)O(\sqrt{\log n}) rounds, w.h.p.

Keywords

Cite

@article{arxiv.1512.03022,
  title  = {Breaking the log n barrier on rumor spreading},
  author = {Chen Avin and Robert Elsässer},
  journal= {arXiv preprint arXiv:1512.03022},
  year   = {2015}
}
R2 v1 2026-06-22T12:05:41.491Z