Open Shortest Path First (OSPF) Protocol Fundamentals
Last Updated : 8 Oct, 2025
Open Shortest Path First (OSPF) is a link-state Interior Gateway Protocol (IGP) developed by the Internet Engineering Task Force (IETF) to provide efficient routing within an Autonomous System (AS). OSPF uses the Shortest Path First (SPF) algorithm, developed by Dijkstra, to determine the best route to each destination.
Note: Unlike distance-vector protocols (like RIP), OSPF does not send periodic updates, instead, it triggers updates only when a change occurs in the network. This makes OSPF faster, more scalable and more efficient, making it widely used in large enterprise and service provider networks.
Open Shortest Path First (OSPF) Basics
Protocol Type: Interior Gateway Protocol (IGP).
Protocol Number: 89.
Administrative Distance (AD): 110.
Classless Protocol: Supports VLSM and CIDR.
OSPF Multicast Addresses:
224.0.0.5: All OSPF routers. 224.0.0.6: Designated Router (DR) and Backup Designated Router (BDR).