Address Cache-the Application of Hash Table
Wen Chen
Abstract
Wen Chen
Abstract
When routing switch forwarding IP packet,it will check its router table entries for best path to the destination.It's a time consuming processing to realize this function at network layer.With network scale grows,the router table expands much bigger and searching path in routing table becomes a bottleneck.Address cache can be used to speed up the routing process.This is done by routing first packet normally and forwarding subsequent packets directly using the route information found in first packet routing process.To realize this concept,an address cache is needed to caching the route information so that subsequent packets can be flown through the routing switch directly.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
When routing switch forwarding IP packet,it will check its router table entries for best path to the destination.It's a time consuming processing to realize this function at network layer.With network scale grows,the router table expands much bigger and searching path in routing table becomes a bottleneck.Address cache can be used to speed up the routing process.This is done by routing first packet normally and forwarding subsequent packets directly using the route information found in first packet routing process.To realize this concept,an address cache is needed to caching the route information so that subsequent packets can be flown through the routing switch directly.
Key concepts: Computer science, Routing table, Computer network, Equal-cost multi-path routing, Source routing, Packet forwarding, IP forwarding, Static routing