Efficient gossip and robust distributed computation

  • Authors:
  • Chryssis Georgiou;Dariusz R. Kowalski;Alexander A. Shvartsman

  • Affiliations:
  • Department of Computer Science, University of Cyprus, Nicosia, Cyprus;Instytut Informatyki, Uniwersytet Warszawski, Warszawa, Poland;Department of Computer Science and Engineering, University of Connecticut, Storrs, CT and Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, ...

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2005

Quantified Score

Hi-index 5.23

Visualization

Abstract

This paper presents an efficient deterministic gossip algorithm for p synchronous, crash-prone, message-passing processors. The algorithm has time complexity T = O(log2p) and message complexity M = O(p1+ε), for any ε 0. This substantially improves the message complexity of the previous best algorithm that has M = O(p1.77), while maintaining the same time complexity.The strength and utility of the new result is demonstrated by constructing a deterministic algorithm for performing n tasks in this distributed setting. Previous solutions used coordinator or checkpointing approaches, immediately incurring a work penalty Ω(n + f ċ p) for f crashes, or relied on strong communication primitives, such as reliable broadcast, or had work too close to the trivial Θ(p ċ n) bound of oblivious algorithms. The new algorithm uses p crash-prone processors to perform n similar and idempotent tasks so long as one processor remains active. The work of the algorithm is W = O(n + p ċ min{f + 1, log3p}) and its message complexity is M = O(fpepsiv; + p min{f + 1, log p}), for any ε 0. This substantially improves the work complexity of previous solutions using simple point-to-point messaging, while "meeting or beating" the corresponding message complexity bounds.The new algorithms use communication graphs and permutations with certain combinatorial properties that are shown to exist. The algorithms are correct for any permutations, and in particular, the same expected bounds can be achieved using random permutations.