A Scalable Parallel Lookup Framework Avoiding Longest Prefix Match

Zy Liang,K Xu,Jp Wu
DOI: https://doi.org/10.1007/978-3-540-25978-7_62
2004-01-01
Abstract:Fast routing lookups are crucial for the forwarding performance of IP routers. Longest prefix match makes routing lookups difficult. This paper proposes a method to partition a routing table. The method can divide all prefixes in a routing table into several prefix sets where prefixes don't overlap. Based on the method, this paper also presents a common parallel lookup framework(PRLF) that reduces "longest prefix matching" in all the prefixes to "only prefix matching" in several prefix sets. The framework can effectively simplify the design of lookup algorithms and improve lookup performance. The framework is suitable for most lookup algorithms. For simple binary search algorithm, the framework can reach log(2)2N/B lookup complexity (where N is prefix number in a routing table and B is an integer bigger than 4). Also, the framework can scale to IPv6 easily.
What problem does this paper attempt to address?