Capacity and Robustness Tradeoffs in Bloom Filters for Distributed Applications

  • Authors:
  • Marcelo D. D. Moreira;Rafael P. Laufer;Pedro B. Braconnot Velloso;Otto Carlos M. B. Duarte

  • Affiliations:
  • Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro;Bell Labs, Alcatel-Lucent, Holmdel;Universidade Federal Fluminense, Niteroi;Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Bloom filter is a space-efficient data structure often employed in distributed applications to save bandwidth during data exchange. These savings, however, come at the cost of errors in the shared data, which are usually assumed low enough to not disrupt the application. We argue that this assumption does not hold in a more hostile environment, such as the Internet, where attackers can send a carefully crafted Bloom filter in order to break the application. In this paper, we propose the concatenated Bloom filter (CBF), a robust Bloom filter that prevents the attacker from interfering on the shared information, protecting the application data while still providing space efficiency. Instead of using a single large filter, the CBF concatenates small subfilters to improve both the filter robustness and capacity. We propose three CBF variants and provide analytical results that show the efficacy of the CBF for different scenarios. We also evaluate the performance of our filter in an IP traceback application and simulation results confirm the effectiveness of the proposed mechanism in the face of attackers.