0Pricing
Network+ Academy · Lesson

Static vs Dynamic Routing

Compare hand-entered routes with protocols that learn paths.

Two Ways to Route

How does a router learn the entries in its routing table? There are two approaches: static routing, where an administrator types in routes by hand, and dynamic routing, where routers run a protocol to learn routes automatically. Each has strengths and weaknesses. This lesson compares them so you can choose the right tool for a given network.

Static Routing

Static routing means an administrator manually enters each route, specifying the destination network and the next hop. The router uses exactly what it is told and nothing more. Static routes are predictable and use no extra bandwidth or CPU to maintain, because there is no protocol chatter. The router simply follows the instructions it was given.

ip route 192.168.50.0 255.255.255.0 10.0.0.2
# destination network, mask, next-hop address

All lessons in this course

  1. The Default Gateway's Job
  2. Inside the Routing Table
  3. Static vs Dynamic Routing
  4. Meeting RIP, OSPF, and BGP
← Back to Network+ Academy