Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Q 2 . Consider the Bloom filter. Define k = number of hash functions; N = number of bits in hash table; and D =

Q2. Consider the Bloom filter. Define k= number of hash functions; N= number of bits in hash table; and D= number of words in dictionary. (a) Show that the expected number of bits in the hash table that are equal to zero is expressed as
=(1-kN)D
(b) Show that the probability that an input word, not in the dictionary, will be falsely accepted as being in the dictionary is
P=(1-)k
(c) Show that the preceding expression can be approximated by
P~~(1-e-kDN)k
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions