Top 5 Network Routing Protocols Explained (2024)

> Home Networking

251

251 people found this article helpful

The most popular routing protocols

By

Bradley Mitchell

Bradley Mitchell

Writer

  • Massachusetts Institute of Technology
  • University of Illinois

An MIT graduate who brings years of technical experience to articles on SEO, computers, and wireless networking.

lifewire's editorial guidelines

Updated on June 25, 2021

Reviewed by

Michael Barton Heine Jr

Top 5 Network Routing Protocols Explained (1)

Reviewed byMichael Barton Heine Jr

Michael Heine is a CompTIA-certified writer, editor, and Network Engineer with 25+ years' experience working in the television, defense, ISP, telecommunications, and education industries.

lifewire's editorial guidelines

In This Article

Jump to a Section

Trending Videos

Hundreds of network protocols have been created for supporting communication between computers and other types of electronic devices. So-called routing protocols are the family of network protocols that enable computer routers to communicate with each other and, in turn, to intelligently forward traffic between their respective networks.

How Routing Protocols Work

Every network routing protocol performs three basic functions:

  • Discovery: Identify other routers on the network.
  • Route management: Keep track of the possible destinations (for network messages) along with some data describing the pathway of each.
  • Path determination: Make dynamic decisions for where to send each network message.

A few routing protocols (called link-state protocols)enable a router to build and track a full map of all network links in a region while others (calleddistance-vector protocols)allow routers to work with less information about the network area.

Top 5 Network Routing Protocols Explained (2)

Five Most Popular Routing Protocols

The network protocols described below each allow computer routers to communicate with each other while forwarding traffic between networks. They are among the most popular protocols used.

RIP

Researchers developed Routing Information Protocol in the 1980s for use on small- or medium-sized internal networks that connected to the early internet. RIP is capable of routing messages across networks up to a maximum of 15 hops.

RIP-enabled routers discover the network by first sending a message requesting router tables from neighboring devices. Neighbor routers running RIP respond by sending the full routing tables back to the requestor, whereupon the requestor follows an algorithm to merge these updates into its own table. At scheduled intervals, RIP routers then periodically send their router tables to their neighbors so that any changes can be propagated across the network.

Traditional RIP supported only IPv4 networks but the newer RIPng standard also supports IPv6. RIP uses either UDP ports 520 or 521 (RIPng) for its communication.

OSPF

Open Shortest Path First was created to overcome some of the limitations of RIP, including:

  • 15 hop count restriction.
  • Inability to organize networks into a routing hierarchy, important for manageability and performance on large internal networks.
  • Significant spikes of network traffic generated by repeatedly re-sending full router tables at scheduled intervals.

OSPF is an open public standard with widespread adoption across many industry vendors. OSPF-enabled routers discover the network by sending identification messages to each other followed by messages that capture specific routing items rather than the entire routing table. It is the only link-state routing protocol listed in this category.

EIGRP and IGRP

Cisco developed Internet Gateway Routing Protocol as another alternative to RIP. The newer Enhanced IGRP (EIGRP) made IGRP obsolete starting in the 1990s. EIGRP supports classless IP subnets and improves the efficiency of the routing algorithms compared to older IGRP. It does not support routing hierarchies, like RIP.

Originally created as a proprietary protocol runnable only on Cisco family devices, EIGRP was designed with the goals of easier configuration and better performance than OSPF.

IS-IS

The Intermediate System to Intermediate System protocol functions similarly to OSPF. While OSPF became the popular choice, IS-IS remains in widespread use by service providers who have benefitted from the protocol being adaptable to their specialized environments. Unlike the other protocols in this category, IS-IS does not run over Internet Protocol (IP) and uses its own addressing scheme.

BGP and EGP

The Border Gateway Protocol is the internet standard External Gateway Protocol (EGP). BGP detects modifications to routing tables and selectively communicates those changes to other routers over TCP/IP.

Internet providers commonly use BGP to join their networks together. Additionally, larger businesses sometimes use BGP to connect multiple internal networks. Professionals consider BGP the most challenging routing protocol to perfect due to its configuration complexity.

Was this page helpful?

Thanks for letting us know!

Get the Latest Tech News Delivered Every Day

Subscribe

Tell us why!

Top 5 Network Routing Protocols Explained (2024)

FAQs

What are the best routing protocols? ›

BGP and OSPF are two of the most common routing protocols. While BGP excels with dynamic routing for large networks, OSPF offers more efficient path choice and convergence speed.

What are the 7 network protocols? ›

Below are some of the types of Network protocols:
  • Transmission Control Protocol (TCP) ...
  • Internet Protocol (IP) ...
  • Hypertext Transfer Protocol (HTTP) ...
  • Simple Mail Transfer Protocol (SMTP) ...
  • Post Office Protocol (POP) and Internet Message Access Protocol (IMAP) ...
  • File Transfer Protocol (FTP)
Aug 24, 2023

What are the different types of routing protocol explain each of them? ›

Classifications for routing protocols include classful or classless, distance vector or link-state, and Interior Gateway Protocol or Exterior Gateway Protocol. Distance vector protocols utilize routers as "sign posts" on the way to the final destination.

What is the most common routing protocol used for the internet? ›

Two of the most popular routing protocols used today are Open Shortest Path First (OSPF) and Border Gateway Protocol (BGP).

What is BGP vs OSPF vs EIGRP? ›

BGP is a networking protocol to exchange routing data among autonomous systems. OSPF is a link-state routing protocol to find the optimum path between the source and the destination router. EIGRP is a distance-vector protocol for automating routing configuration and decisions on a network.

Which type of routing is best? ›

Static routing is best used in smaller networks with fewer routers and is ideal for networks with unchanging network architecture. Dynamic routing is well suited for larger, more complex networks that have multiple routers, and its flexibility makes it ideal for network architectures that frequently change.

What are the 3 main protocols? ›

There are three main types of network protocols. These include network management protocols, network communication protocols and network security protocols: Communication protocols include basic data communication tools like TCP/IP and HTTP.

What are the five protocols used in networking? ›

Types of network communication protocols include TCP, UDP, IP, HTTP, IRC, BGP and ARP. Network security protocols – Security protocols are protocols that use security measures such as cryptography and encryption to protect data. Examples include SFTP, SSL and HTTPS.

What are the 10 types of computer network protocols? ›

Types of Internet Protocol
  • TCP/IP(Transmission Control Protocol/ Internet Protocol)
  • SMTP(Simple Mail Transfer Protocol)
  • PPP(Point-to-Point Protocol)
  • FTP (File Transfer Protocol)
  • SFTP(Secure File Transfer Protocol)
  • HTTP(Hyper Text Transfer Protocol)
  • HTTPS(HyperText Transfer Protocol Secure)
  • TELNET(Terminal Network)
Mar 24, 2023

What is the simplest routing protocol? ›

Routing Information Protocol (RIP) is the simplest routing protocol that uses a "distance vector" algorithm to determine the best routing path. It uses the number of hops, or hop count (also referred as the metric) to determine the best possible route to a host or network.

Which protocol is used for routing? ›

RIP: The Routing Information Protocol (RIP) uses "hop count" to find the shortest path from one network to another, where "hop count" means number of routers a packet must pass through on the way. (When a packet goes from one network to another, this is known as a "hop.")

What are the three network routing protocols? ›

7 types of routing protocols
  • Routing information protocol (RIP) ...
  • Interior gateway protocol (IGRP) ...
  • Enhanced interior gateway routing protocol (EIGRP) ...
  • Open shortest path first (OSPF) ...
  • Exterior Gateway Protocol (EGP) ...
  • Border gateway protocol (BGP) ...
  • Immediate system-to-immediate system (IS-IS)
Feb 3, 2023

What is the most complex routing protocol? ›

BGP and EGP

Internet providers commonly use BGP to join their networks together. Additionally, larger businesses sometimes use BGP to connect multiple internal networks. Professionals consider BGP the most challenging routing protocol to perfect due to its configuration complexity.

Which routing protocol is faster? ›

RIP vs OSPF: What Is the Difference?
FeaturesRIP ProtocolOSPF Protocol
Convergence TimeSlowFast
Device Resource RequirementsMuch less memory and CPU intensive than OSPFMemory and CPU intensive
Network Resource RequirementsBandwidth consuming; whole routing table is sentLess than RIP; only small updates are sent
10 more rows
Dec 15, 2021

Which protocol is better EIGRP or OSPF? ›

EIGRP is a Cisco proprietary protocol, while OSPF is an open standard supported by multiple vendors. EIGRP is known for its fast convergence and simplicity in Cisco environments, whereas OSPF offers greater scalability, flexibility, and interoperability across different network devices.

Why is EIGRP the best routing protocol? ›

EIGRP is used on a router to share routes with other routers within the same autonomous system. Unlike other well known routing protocols, such as RIP, EIGRP only sends incremental updates, reducing the workload on the router and the amount of data that needs to be transmitted.

Which routing protocol is better RIP or OSPF? ›

OSPF uses cost as its metric when deciding which route to take, while RIP uses hop count as its metric. OSPF is better suited for larger networks than RIP because it can handle more complex topologies and has faster convergence times.

Top Articles
Latest Posts
Article information

Author: Msgr. Benton Quitzon

Last Updated:

Views: 6150

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Msgr. Benton Quitzon

Birthday: 2001-08-13

Address: 96487 Kris Cliff, Teresiafurt, WI 95201

Phone: +9418513585781

Job: Senior Designer

Hobby: Calligraphy, Rowing, Vacation, Geocaching, Web surfing, Electronics, Electronics

Introduction: My name is Msgr. Benton Quitzon, I am a comfortable, charming, thankful, happy, adventurous, handsome, precious person who loves writing and wants to share my knowledge and understanding with you.