English

Pull and Push&Pull in Random Evolving Graphs

Data Structures and Algorithms 2018-02-06 v2 Combinatorics

Abstract

The Push, the Pull and the Push&Pull algorithms are well-studied rumor spreading protocols. In all three, in the beginning one node of a graph is informed. In the Push setting, every round every informed node chooses a neighbor uniformly at random and, if it is not already informed anyway, informs it. In the Pull setting, each round each uninformed node chooses a neighbor uniformly at random and asks it for the rumor; if the asked neighbor is informed, now also the asking node is informed. Push&Pull is a combination of Push and Pull: In each round, each node picks a neighbor uniformly at random. If at least one of both knows the rumor, after this round, both know the rumor. Clementi et al. have considered Push in settings where the underlying graph changes each round. In one setting they investigated, in each round the underlying graph is a newly sampled Erd\H{o}s-R\'enyi random graph G(n,p)G(n,p). They show that if p1/np\geq 1/n then with probability 1o(1)1-o(1) (as nn\rightarrow \infty) the number of rounds needed until all nodes are informed is O(ln(n))\mathcal{O}(\ln(n)). Doerr and Kostrygin introduced a general framework to analyze rumor spreading algorithms; using this framework, for a>0a>0 and p=a/np=a/n they improved the previous results in the described setting: The expected number of rounds needed by Push was determined to be log2ea(n)+1/(1ea)ln(n)+O(1)\log_{2-e^{-a}}(n)+1/(1-e^{-a})\ln(n)+\mathcal{O}(1); also large deviation bounds were obtained. Using their framework, we investigate Pull and Push&Pull in that setting: We prove that the expected number of rounds needed by Pull to inform all nodes is log2ea(n)+1/aln(n)+O(1)\log_{2-e^{-a}}(n)+1/a \ln(n)+\mathcal{O}(1). Let γ:=2(1ea)(1ea)2/a\gamma := 2(1-e^{-a})-(1-e^{-a})^2/a; we prove that the expected number of rounds needed by Push&Pull is log1+γ(n)+1/aln(n)+O(1)\log_{1+\gamma}(n)+1/a\ln(n)+\mathcal{O}(1); as a byproduct, we obtain large deviation bounds, too.

Keywords

Cite

@article{arxiv.1801.00316,
  title  = {Pull and Push&Pull in Random Evolving Graphs},
  author = {Rami Daknama},
  journal= {arXiv preprint arXiv:1801.00316},
  year   = {2018}
}

Comments

13 pages; corrected mistake in the proof for Push&Pull, results unchanged