Explore chapters and articles related to this topic
Efficient name matching based on a fast two-dimensional filter in named data networking
Published in International Journal of Parallel, Emergent and Distributed Systems, 2019
Roaa Shubbar, Mahmood Ahmadi
The main disadvantage of Bloom filters is the inability to support delete operations. This disadvantage has been addressed later by proposing a counting Bloom filter (CBF). Rather than a bit array, CBF defines an array of counters C ={} to implement the number of elements that are hashed to its positions. Consequently, insert/delete operations can be treated readily by increment and decrement the corresponding counters [33].