Skip to content
Skip to main content

About this free course

Download this course

Share this free course

Discovering computer networks: hands on in the Open Networking Lab
Discovering computer networks: hands on in the Open Networking Lab

Start this free course now. Just create an account and sign in. Enrol and complete the course for a free statement of participation or digital badge if available.

14.6 Summary of Session 14

In this session you have looked in detail at routing. A router uses its routing table to determine where to forward IP packets that arrive at its interface. Each entry in the routing table links a network address or a device address to an interface. Incoming IP packets are checked against each line of the table: when an incoming IP address matches an address, the router will forward the packet to the corresponding interface.

Creating the routing table can be done manually by using the ip route command. Static routing like this is only appropriate for small networks that rarely change. Dynamic routing protocols such as RIP allow the router to build the routing table by learning which networks are connected to each interface. Dynamic routing can deal with more complex and dynamic networks.

New terms

In this session you have met the following terms.

Table _unit8.2.4

Routing Information Protocol (RIP)

A simple dynamic routing protocol used on small networks to enable a router to learn about networks from other routers it is connected to.

Quad zero route

The default route in IPv4.