Scalable data center multicast using multi-class Bloom Filter

  • Authors:
  • Dan Li;Henggang Cui;Yan Hu;Yong Xia;Xin Wang

  • Affiliations:
  • Computer Science Department of Tsinghua University;Computer Science Department of Tsinghua University;NEC Labs China;NEC Labs China;Stony Brook University

  • Venue:
  • ICNP '11 Proceedings of the 2011 19th IEEE International Conference on Network Protocols
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Multicast benefits data center group communications in saving network bandwidth and increasing application throughput. However, it is challenging to scale Multicast to support tens of thousands of concurrent group communications due to limited forwarding table memory space in the switches, particularly the low-end ones commonly used in modern data centers. Bloom Filter is an efficient tool to compress the Multicast forwarding table, but significant traffic leakage may occur when group membership testing is false positive. To reduce the Multicast traffic leakage, in this paper we bring forward a novel multi-class Bloom Filter (MBF), which extends the standard Bloom Filter by embracing element uncertainty. Specifically, MBF sets the number of hash functions in a per-element level, based on the probability for each Multicast group to be inserted into the Bloom Filter. We design a simple yet effective algorithm to calculate the number of hash functions for each Multicast group. We have prototyped a software based MBF forwarding engine on the Linux platform. Simulation and prototype evaluation results demonstrate that MBF can significantly reduce Multicast traffic leakage compared to the standard Bloom Filter, while causing little system overhead.