Routing Table

A routing table is one of the most important elements inside a router. In this lesson you will learn how it works, what it contains, and why it is essential for packet forwarding.

  • When your router receives a packet for a remote network, it has to decide which path the packet should take. Without a routing table, your router doesn’t know where to send it, and the packet cannot reach its destination.

    routing table example with packet from source ip 192.168.1.1 to destination ip 192.168.3.1 entering router r1 via g0/0

    Figure 1 – Packet entering R1, routing table needed for decision

    To solve this problem, every router is equipped with a routing table. This table is essential because it tells your router which path a packet should take to reach its destination. The process of choosing this path is called a routing decision, and it gives your router the ability to forward packets instead of staying blocked.

    Answer the question below