Routing Protocol Foundations Demo 2
Which Routing Protocol Should NovaTech Use?
Change the company's requirements and compare OSPF, EIGRP, IS-IS, RIP, and static routing. This lab teaches an architecture decision: choosing a routing approach for the network—not choosing a route from an already-populated routing table.
Design the network
Architecture recommendation
Scores are teaching aids for this fictional scenario. They show how the selected requirements affect fit; they are not protocol benchmarks.
Protocol comparison
OSPF
Common enterprise choice with areas, automatic route calculation, and broad multi-vendor support.
EIGRP
Strong dynamic-routing option, especially where the organization intentionally standardizes on and operates EIGRP.
IS-IS
Highly scalable link-state design frequently associated with large backbone and service-provider environments.
RIP
Simple and useful for teaching or legacy scenarios, but generally a poor fit for a large modern routed network.
Static
Predictable and simple for tiny stable networks, but manual route management becomes difficult as topology grows.
What should architects compare?
| Factor | OSPF | EIGRP | IS-IS | RIP | Static |
|---|---|---|---|---|---|
| Automatic route learning | Yes | Yes | Yes | Yes | No |
| Large-network fit | Strong | Strong | Very strong | Weak | Weak |
| Hierarchical design | Areas | Different design model | Levels | Limited | Manual |
| Multi-vendor design goal | Strong fit | Verify platform/support strategy | Strong fit | Interoperable but limited | Not protocol-dependent |
| Typical teaching scenario | Enterprise | EIGRP environment | Backbone / SP | Small / legacy | Tiny stable network |
Protocol selection ≠ route selection
Architecture question: “Should NovaTech deploy OSPF, EIGRP, or IS-IS?”
Routing-table question: “R1 learned 10.20.0.0/16 from OSPF and EIGRP. Which candidate does R1 prefer?”
Those are different decisions made at different stages.
You're the network architect
A company expects dozens of sites, rapid growth, redundant paths, and a multi-vendor environment. Which reasoning is strongest?