7. Routing
  •  Routing is a process directing a packet move from its source to its destination through networks.
  • Each machine maintains a route table in the kernel that gives the best path to a destination. Route table can be viewed with the command netstat -r -n.
  • When a packet comes in on one interface, it is either delivered locally or compared to the route table to determine where it should be forwarded.

 previous   next