- Node (computer or router)
receives an IP packet
(inside an Ethernet frame !!!)
- It will
first extract
the IP packet and
- Examine the
destination IP address
(in the IP protocol header)
|
- First, it check whether the
destination IP address is
one of the IP addresses
in the IP forwarding table
- Otherwise, check whether the
destination IP address is
one of the IP addresses
in the routing table
- If so, the IP packet is
sent of the corresponding
router
|
- Otherwise, check if the
routing table has a
default entry
- If so, the IP packet is
sent of the corresponding
default router
|
- Final option: drop the packet....
(cannot find a
route to the
destination)
|