Interconnection · Lesson 05

How can an administrator define a route?

A static route is an explicit instruction: for this destination prefix, send traffic through this next hop or interface. It makes the forwarding decision visible before dynamic routing protocols take over.

The explicit path

A route is a decision attached to a destination.

A router compares a packet's destination IP (Internet Protocol) address with its routing table. A static route adds one deliberate entry: a destination prefix and the next step used to reach it.

Static routes are useful for small, stable topologies, special paths, or a default route. They become harder to maintain when networks change frequently or grow large.

Static means configured, not necessarily permanent.An administrator can change or remove the route. The point is that the route is not being learned automatically from a routing protocol.

Build the model

Four route ingredients

01

Destination prefix

The network range the route should match.

02

Next hop

The neighboring router that receives the next packet.

03

Interface

The local connection used to send the packet onward.

04

Default route

A broad last-resort route used when no more specific entry matches.

Mini experiment

Build a route

Select a destination range and compare a specific route with the default route.

DESTINATION10.20.0.0/16
NEXT HOP192.0.2.1
MEANINGSpecific route: this entry matches the private destination range.

The specific route is preferred when it matches the destination.

Knowledge check

Test your static route model

Answer five questions. The answer order changes each time.

0 / 5