Everything you need to remember from this presentation.
1
Routers forward packets by checking the destination IP against the routing table and selecting the longest prefix match.
2
The default gateway is the router interface on the local subnet. Hosts use it for all traffic to remote networks.
3
ARP resolves IP to MAC on the local segment (broadcast request, unicast reply). ARP cache entries expire after ~300 seconds.
4
ICMP provides error reporting (Destination Unreachable, Time Exceeded) and diagnostics (ping, traceroute).
5
TTL is decremented at each hop. When it reaches 0, the packet is dropped and an ICMP Time Exceeded is sent back.
6
Static routing is manual; dynamic routing (RIP, OSPF, EIGRP) automates route discovery and adapts to changes.
7
IP addresses stay constant end-to-end; MAC addresses are rewritten at every hop.
Back to our scenario: the user at 10.0.1.5 cannot reach 172.16.0.10. Check the routing table on R1 — does it have a route for 172.16.0.0/16? If not, add a static route or enable OSPF. Once the route exists, packets will flow.