A lightweight algorithm for traffic filtering over sliding windows

Altres autors/es

Universitat Politècnica de Catalunya. Departament d'Arquitectura de Computadors

Universitat Politècnica de Catalunya. CBA - Sistemes de Comunicacions i Arquitectures de Banda Ampla

Data de publicació

2012

Resum

The problem of testing whether a packet belongs to a set of filtered addresses has been traditionally addressed using Bloom filters. They have a small memory footprint and require few memory accesses per query and insertion, while presenting a small probability of false positive. The problem of automatic eviction of filtered addresses after a pre-configured time window is more challenging, since it requires tracking insertion times for later removal. This has been achieved in the literature by replacing the Bloom filter's vector of bits for a vector of timestamps. This approach precisely expires old items from the filter, but has a large memory footprint. We present a novel Bloom filter based data structure that features approximate information expiration. This small extra source of error allows for a more compact filter representation, thus becoming more suitable to fit in more expensive, faster memory. Additionally, our data structure is more flexible in that it allows for balancing the trade-off between filtering and expiration accuracy. Our experiments show that this method can obtain up to orders of magnitude higher overall accuracy than the time-stamp approach using the same amount of memory.


Peer Reviewed


Postprint (published version)

Tipus de document

Conference report

Llengua

Anglès

Documents relacionats

http://ieeexplore.ieee.org/xpl/abstractAuthors.jsp?reload=true&arnumber=6363985

Citació recomanada

Aquesta citació s'ha generat automàticament.

Drets

http://creativecommons.org/licenses/by-nc-nd/3.0/es/

Restricted access - publisher's policy

Attribution-NonCommercial-NoDerivs 3.0 Spain

Aquest element apareix en la col·lecció o col·leccions següent(s)

E-prints [72986]