IP routing


How do packets get from one place to another (when they do)?

Hosts have tables listing available network interfaces and the IP networks reachable from them, containing:

A netmask is literally just a bitmask used with logical operations to manipulate address bits

A router is just a host that has multiple physical network interfaces and knows how to move packets between multiple networks

Both routers and normal hosts have routing tables, but a router's table is usually more complicated

Next ->


Steve VanDevender
Last modified: Thu Jul 8 14:45:29 PDT 2010