Routing Protocols & IGPs

Dynamic Path Selection and Protocol Classifications

Routing protocols are the set of rules used by routers to communicate and exchange information, enabling them to select the best path to any destination network.

IGP vs. EGP

Protocol Classifications

1. Distance Vector

Routers tell their neighbors what they know (entire table) periodically. They know "distance" (metric) and "vector" (direction).

2. Link State

Routers build a complete map of the topology and run the SPF algorithm to find the shortest path.

Administrative Distance (AD)

AD represents the trustworthiness of a routing source. If a router learns about a network from two different protocols, it chooses the one with the lower AD.

Source Default AD
Connected 0
Static Route 1
EIGRP (Internal) 90
OSPF 110
RIP 120
Expert Rule

Metric is used to choose the best path within a protocol; Administrative Distance is used to choose between different protocols.

Go to RIPv2 Routing Lab →