2007
DOI: 10.1016/j.comnet.2007.01.023
|View full text |Cite
|
Sign up to set email alerts
|

A longest prefix first search tree for IP lookup

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
9
0

Year Published

2010
2010
2020
2020

Publication Types

Select...
5
4

Relationship

0
9

Authors

Journals

citations
Cited by 16 publications
(9 citation statements)
references
References 10 publications
0
9
0
Order By: Relevance
“…However, due to the rapid growth of network traffic and bandwidth, currently a router becomes a bottleneck for higher link. Therefore, a variety of algorithms have been presented such as LPM, binary trie [6] , level and path compression trie (LC-trie) [7], Binary prefix tree (BPT) [9], priority trie (P-trie) [8], content addressable memories (CAM), ternary content addressable memories (TCAM) [10] and blooming tree (BT) [11] trying to improve the efficiency and speed of the lookup. In addition, [12] gave an outline for those algorithms.…”
Section: A Routing Forward Design Of Netfpga-basedmentioning
confidence: 99%
“…However, due to the rapid growth of network traffic and bandwidth, currently a router becomes a bottleneck for higher link. Therefore, a variety of algorithms have been presented such as LPM, binary trie [6] , level and path compression trie (LC-trie) [7], Binary prefix tree (BPT) [9], priority trie (P-trie) [8], content addressable memories (CAM), ternary content addressable memories (TCAM) [10] and blooming tree (BT) [11] trying to improve the efficiency and speed of the lookup. In addition, [12] gave an outline for those algorithms.…”
Section: A Routing Forward Design Of Netfpga-basedmentioning
confidence: 99%
“…Additionally, to compare our algorithms with other solutions, two recent B-tree solutions PIBT [10] and BTLPT [11] and one Trie based solution LPFST [12] were implemented in software for both IP versions IPv4 and IPv6. A simple hardware implementation is also done using FPGA.…”
Section: Software and Hardware Implementationsmentioning
confidence: 99%
“…One of the most recent range-based lookup algorithms is BTLPT [11]. This algorithm uses two structures: a Btree for disjoint prefixes and a Trie based structure called LPFST [12] for the remaining prefixes. Simulation results of [11] show that the performance of BTLPT is better than PIBT in average search and update times and also for the storage requirement.…”
Section: Introductionmentioning
confidence: 99%
“…However, its worstcase memory access is so large that many techniques have been incorporated to reduce the height of the trie (like Patricia [6], LC trie [7], LPFST [13] etc). Unfortunately these techniques lead to complicated update, or to memory expansion.…”
Section: Introductionmentioning
confidence: 99%