期刊名称:Journal of Computer Networks and Communications
印刷版ISSN:2090-7141
电子版ISSN:2090-715X
出版年度:2019
卷号:2019
DOI:10.1155/2019/2712417
出版社:Hindawi Publishing Corporation
摘要:Bloom filter is a probabilistic data structure to filter a membership of a set. Bloom filter returns “true” or “false” with an error tolerance depending on the presence of the element in the set. Bloom filter is used to boost up the performance of a system using small space overhead. It is extensively used since its inception. The Bloom filter has met wide area of applications. Bloom filter is used in entire computing field irrespective of application and research domain. Bloom filter poses (i) high adaptability, (ii) low memory space overhead as compared to hashing algorithms, (iii) high scalability, and (iv) high performance. In this article, we uncover the application area of Bloom filter in computer networking and its related domain.