
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XV, Issue II, February 2026
www.rsisinternational.org
Efficient Routing Using the Open Shortest Path First (OSPF)
Protocol
Renuka Sunil Kapare
1
; Dr. D.Y. Pati
2
1
Department of Computer Science
2
ACS College Pimpri, Pune
DOI:
https://doi.org/10.51583/IJLTEMAS.2026.15020000143
Received: 19 March 2026; Accepted: 24 March 2026; Published: 27 March 2026
ABSTRACT —
Open Shortest Path First (OSPF) is a widely deployed link-state Interior Gateway Protocol (IGP) designed for
routing IP packets within a single Autonomous System (AS). This report details the methodology of
implementing OSPF, highlighting its mechanism of building a topological map of the network and using
Dijkstra’s Shortest Path First (SPF) algorithm to calculate optimal routes. Key aspects such as LSA flooding,
neighbor adjacency formation, and multi-area design are examined. Results indicate OSPF provides fast
convergence, efficient path determination, and loop-free topology, making it ideal for large enterprise
networks.
Keywords: Cisco Router, Routing Table, Network Topology, Packet Tracer, OSPF
INTRODUCTION
The process of selecting the most effective paths for network traffic is known as routing. In compared to
distance-vector protocols that exchange routing tables, OSPF is a link-state protocol in which routers exchange
details about their direct links, enabling each router to create an identical, comprehensive picture of the
network topology. OSPF is an open standard protocol (RFC 2328) designed to address RIP's weaknesses in
regards to bandwidth efficiency, scalability, and convergence speed.
LITERATURE REVIEW
OSPF has been created to supply TCP/IP networks with a dependable, open-standard IGP. It functions within
an Autonomous System (AS) and uses Area Zero, or the backbone, to link different network components.
Link-State Routing: frequently referred to as link-state advertisements or LSAs, each router acts as a node,
flooding the other routers with data about its connected links.
Dijkstra's Algorithm: Routers employ Dijkstra's algorithm to find the shortest path to each destination using
the link cost (bandwidth) as the metric.
Support for variable-length subnet masks (VLSM), CIDR, classless routing, and quick, low-second
convergence are important features. There are various essential components involved in OSPF routing
implementation:
Neighbor Discovery: To find and create adjacencies with nearby routers on a single link, OSPF routers issue
Hello packets. Link State Advertisements (LSAs), which contain the state of their links, is shared by routers
through LSA exchange and synchronization. A Link State Database (LSDB), which is synchronized across all
routers in a region, stores these LSAs.