Foundation of National High-tech R&D Program of China (863 Program) (No.2011AA010703);Chinese Academy of Sciences Strategic Pilot Project Fund (No.XDA06030200);National Natural Science Foundation of China (No.61402474)
ZHOU Zhou, FU Wen-liang, SONG Tian, et al. Fast URL Lookup Using Parallel Bloom Filters[J]. Acta Electronica Sinica, 2015, 43(9): 1833-1840.
DOI:
ZHOU Zhou, FU Wen-liang, SONG Tian, et al. Fast URL Lookup Using Parallel Bloom Filters[J]. Acta Electronica Sinica, 2015, 43(9): 1833-1840. DOI: 10.3969/j.issn.0372-2112.2015.09.023.
URL lookup is fundamental to numerous networking systems
including URL filters
web caches
etc.With the explosive development of the Internet
the main challenge in implementing URL lookup operation is to achieve fast lookup speed and accommodate large URL sets while keeping memory and power consumption low.This paper presents a new URL lookup scheme based on parallel Bloom Filters.It can adapt to set cardinality and perform fast longest prefix matching(LPM)with large URL sets in a highly parallel fashion.The theoretical analysis and experiments on real-life data traces show that the proposed approach leads to reduced false positive probability for up to an order of magnitude(or reduced memory and hardware logic resources with the same false positive probability guaranteed)compared with the existing methods.Moreover
the architecture can be easily mapped to the state-of-the-art FPGAs with moderate resource consumption to provide over 150M lookups per second.