bloom filter amp hashing
play

Bloom Filter & Hashing Barna Saha Bloom Filter Checks for SET - PowerPoint PPT Presentation

Bloom Filter & Hashing Barna Saha Bloom Filter Checks for SET MEMBERSHIP efficiently Is element x in the set? MoAvaAng Example Spam Filtering We have a set of 1 billion email addresses that we consider to be non-spam. Each


  1. Bloom Filter & Hashing Barna Saha

  2. Bloom Filter • Checks for SET MEMBERSHIP efficiently Is element x in the set?

  3. MoAvaAng Example • Spam Filtering Ø We have a set of 1 billion email addresses that we consider to be non-spam. Ø Each stream element is of the form (email address, email). Ø Before accepAng the email, a mail-client needs to check if this address belongs to set S. Ø Each typical email address requires 20 bytes of storage whereas in the main memory we only have say 1 billion byte (roughly 1 Gigabyte), or 8 billion bits. Ø We cannot store all the valid email addresses in the main memory.

  4. MoAvaAng Example • Spam Filtering – All valid emails must be delivered – Number of spam emails delivered should be as low as possible

  5. Bloom Filter

  6. Bloom Filter

  7. Analysis of Bloom Filter

  8. Analysis of Bloom Filter

  9. Spam Filtering Example • We have

  10. OpAmum Value of k • As the number of hash funcAons increase, higher is the chance of finding a 0 bit cell • Also with increasing number of hash funcAons, the number of cells with 0 bits decreases • OpAmum value obtained by differenAaAon

  11. ApplicaAons of Bloom Filter • Bloom Filter has found innumerable applicaAons in networking and web technology

  12. Analysis of Bloom Filter Analysis uses fully random hash funcAons—difficult to obtain with high space and compuAng requirements

  13. Strongly 2-wise Universal Hash FuncAon • Mapping set of keys U=[0,1,2,…,m-1] to range R=[0,1,2,…,n-1] – H={h a,b =[(ax+b) mod p] mod n} • p >=m is a prime, 1 <= a <=p-1, 0<=b <=p-1 • Easy to compute and store: O(1) • SaAsfies (almost) for all ,

  14. Strongly 3-wise Universal Hash FuncAon • Mapping set of keys U=[0,1,2,…,m-1] to range R=[0,1,2,…,n-1] – H={h a,b =[(ax 2 +bx+c) mod p] mod n} • p >=m is a prime, 1 <= a <=p-1, 0<=b,c<=p-1 • Easy to compute and store: O(1) • SaAsfies (almost)

  15. Strongly 2-Universal • Mapping set of keys U=[0,1,2,…,p-1] to range R=[0,1,2,…,p-1] – H={h a,b =(ax+b) mod p}, 0<= a,b <=p-1 • Fix . – What is ? – Number of hash funcAons – Number of soluAons for “a” and “b”=1

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend