Connected: An Internet Encyclopedia
Routing

Up: Connected: An Internet Encyclopedia
Up: Topics
Up: Functions
Prev: TELNET Protocol Overview
Next: Routing Tables

Routing

Routing

Routing is the main process used by Internet hosts to deliver packets. Internet uses a hop-by-hop routing model, which means that each host or router that handles a packet examines the Destination Address in the IP header, computes the next hop that will bring the packet one step closer to its destination, and delivers the packet to the next hop, where the process is repeated. To make this work, two things are needed. First, routing tables match destination addresses with next hops. Second, routing protocols determine the contents of these tables.

Routing Protocols

"Real network engineers construct routing tables by hand," but the rest of us use routing protocols. Routing protocols form the core of the hacker's Internet, because it is here that all the decisions get made. Network engineers assign costs to network paths, and routing protocols select the least-cost path to the destination.


Next: Routing Tables

Connected: An Internet Encyclopedia
Routing