ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Journal Article Improving Routing Table Lookup in Software Routers
Cited 8 time in scopus Share share facebook twitter linkedin kakaostory
Authors
HyunYong Lee, Akihiro Nakao
Issue Date
2015-04
Citation
IEEE Communications Letters, v.19, no.6, pp.957-960
ISSN
1089-7798
Publisher
IEEE
Language
English
Type
Journal Article
DOI
https://dx.doi.org/10.1109/LCOMM.2015.2418759
Abstract
For the speed-up in the routing table lookup in software routers, we introduce a new data structure called, sTable that achieves space efficiency while causing low processing overhead without hardware parallelism. Using a hash table-like approach, sTable stores only next hop information to handle most packets within the on-chip fast memory while causing some accesses to the off-chip slow memory to handle lookup errors. Routing table lookup experiments using Click show that, causing less processing overhead and a smaller number of lookup errors than Bloom filter, sTable reduces the average table lookup time by 44% (i.e., from 119 ns to 67 ns) compared to Bloom filter.
KSP Keywords
Bloom Filter, Data structure, Hardware parallelism, Hash table, On-chip, Routing table lookup, Space efficiency, Speed-up, Table-like, next hop, off-chip