Decentralized Schemes for Size Estimation in Large and Dynamic Groups

  • Authors:
  • Dionysios Kostoulas;Dimitrios Psaltoulis;Indranil Gupta;Ken Birman;Al Demers

  • Affiliations:
  • Dept. of Computer Science University of Illinois, Urbana-Champaign;Dept. of Computer Science University of Illinois, Urbana-Champaign;Dept. of Computer Science University of Illinois, Urbana-Champaign;Dept. of Computer Science Cornell University;Dept. of Computer Science Cornell University

  • Venue:
  • NCA '05 Proceedings of the Fourth IEEE International Symposium on Network Computing and Applications
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Large-scale and dynamically changing distributed systems such as the Grid, peer-to-peer overlays, etc., need to collect several kinds of global statistics in a decentralized manner. In this paper, we tackle a specific statistic collection problem called Group Size Estimation, for estimating the number of non-faulty processes present in the global group at any given point of time. We present two new decentralized algorithms for estimation in dynamic groups, analyze the algorithms, and experimentally evaluate them using real-life traces. One scheme is active: it spreads a gossip into the overlay first, and then samples the receipt times of this gossip at different processes. The second scheme is passive: it measures the density of processes when their identifiers are hashed into a real interval. Both schemes have low latency, scalable perprocess overheads, and provide high levels of probabilistic accuracy for the estimate. They are implemented as part of a size estimation utility called PeerCounter that can be incorporated modularly into standard peer-to-peer overlays. We present experimental results from both the simulations and PeerCounter, running on a cluster of 33 Linux servers.