Question
1. Select all true statements about bloom filters in the box below: If data A was never inserted to bloom filter, it is guaranteed that
1. Select all true statements about bloom filters in the box below:
-
If data A was never inserted to bloom filter, it is guaranteed that find(A) returns false
-
If data A was inserted to bloom filter, it is guaranteed that find(A) returns true
-
To detect malicious URLs, bloom filter is in general better than hash table because of its low false positive rate.
-
For a fixed size bloom filter, using more hash functions can always help lower false positive rate.
-
Assume the bloom filter is using the same hash functions, increasing the size of the bloom filter can always help lower false positive rate.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started