2021
DOI: 10.1016/j.comnet.2021.108232
|View full text |Cite
|
Sign up to set email alerts
|

A survey on the roles of Bloom Filter in implementation of the Named Data Networking

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
11
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
5
1
1

Relationship

1
6

Authors

Journals

citations
Cited by 18 publications
(11 citation statements)
references
References 90 publications
0
11
0
Order By: Relevance
“…Finally, issues and challenges in V-NDN data transmission are discussed, as well as future-oriented solutions. [59] Bloom filter implementation in NDN The role of Bloom Filter in implementing NDN is discussed in depth in this article. The paper also goes through Bloom Filter and the NDN architecture's core components, including Packet, CS, PIT and FIB.…”
Section: Yearmentioning
confidence: 99%
“…Finally, issues and challenges in V-NDN data transmission are discussed, as well as future-oriented solutions. [59] Bloom filter implementation in NDN The role of Bloom Filter in implementing NDN is discussed in depth in this article. The paper also goes through Bloom Filter and the NDN architecture's core components, including Packet, CS, PIT and FIB.…”
Section: Yearmentioning
confidence: 99%
“…A detailed description of Bloom Filters may be found in [Blo70], [Mit09], however the main properties of B H k,m (A) that we incorporate are: 1) no "false negative" identification, i.e., if for any H i ∈ H it holds that F [H i (a)] == 0 then a / ∈ A; 2) the probability of "false positives" can be kept arbitrarily small by adjusting the length of the filter and the number of hash functions used, i.e., the probability of false positives is (1 − e −kn/m ) k , and 3) for fixed m and n, the number of hash functions that minimizes the false positive probability is k = m n ln 2. Bloom filter is often used to improve performance and storage requirements of algorithms, e.g., it can speed up computation of Private Set Intersection (PSI) of massive datasets [QZL + 22], and it could resolve scalability issues of IP-based Internet by enhancing the performance of Named Data Networking (NDN) [NPB21].…”
Section: Bloom Filter Based Ibs a Bloom Filtersmentioning
confidence: 99%
“…Bloom Filter [20] is an approximate set membership filtering data structure which is defined in Definition 1. It is extremely popular in diverse domains, particularly, Big Data [34], IoT, Cloud Computing, Networking [35], Security [21,36], Database, Bioinformatics [37], and Biometrics. Bloom Filter is applied to reduce the main memory footprint.…”
Section: Bloom Filtermentioning
confidence: 99%
“…In insertion, all corresponding k bit positions of the bit array are set to 1 using k hash functions. In a query operation, all k bit positions of the bit array must be 1 to return true; otherwise, Bloom Filter returns false, which refers that the queried item is not in the set [31] .…”
Section: Bloom Filtermentioning
confidence: 99%
See 1 more Smart Citation