Static vs.
Dynamic
Routing
Static Routing
• A static routing table is created, maintained, and updated by a
network administrator, manually.
• A static route to every network must be configured on every router
for full connectivity. This provides a granular level of control over
routing, but quickly becomes impractical on large networks.
Static Routing cont.….
• Routers will not share static routes with each other, thus reducing
CPU/RAM overhead and saving bandwidth.
• However, static routing is not fault-tolerant, as any change to the
routing infrastructure (such as a link going down, or a new network
added) requires manual intervention.
• Routers operating in a purely static environment cannot seamlessly
choose a better route if a link becomes unavailable.
Dynamic Routing
• A dynamic routing table is created, maintained, and updated by a
routing protocol running on the router.
• Examples of routing protocols include RIP (Routing Information
Protocol), EIGRP (Enhanced Interior Gateway Routing Protocol), and
OSPF (Open Shortest Path First).
• Specific dynamic routing protocols are covered in great detail in other
guides.
Dynamic Routing cont..
• Routers do share dynamic routing information with each other, which
increases CPU, RAM, and bandwidth usage.
• However, routing protocols are capable of dynamically choosing a
different (or better) path when there is a change to the routing
infrastructure.