Home     Blog

Routing Protocols

A routing protocol is the implementation of a routing algorithm in software or hardware.

A routing protocol uses metrics to determine which path to utilize to transmit a packet across an internetwork.

The metrics that routing protocols use include:

  • Number of network layer devices along the path (hop count)
  • Bandwidth
  • Delay
  • Load
  • MTU
  • Cost

Routing protocols store the results of these metrics in a routing table.

A router connects different networks with each other to share packets of data. To route a packet, a router needs to know:

  • Destination IP addresses
  • Learning sources
  • Possible routes to the destination
  • Best route to the destination
  • Verify and maintain the routing information

Routers must learn the destinations that are not directly connected through IP routing. Routing uses a route that a network routing protocol adjusts automatically for topology or traffic changes. Routing protocols are used between routers to determine paths and maintain routing table. Once the path is determined a router can route a routed protocol such as IP while RIP, the Routing Information Protocol is an example of routing protocol.

The other examples of routing protocols are as follows:

There are three classes of routing protocol:

Interior vs. Exterior Routing Protocols

Some routing protocols are designed to be used within an organization, while other routing protocols are designed for use between organizations.Routing Protocol Routing Protocols

The current lead Interior Gateway Protocol (IGP) is OSPF. Other Interior Gateway Protocols include IS-IS, RIP, and EIGRP.

The current lead Exterior Gateway Protocol is BGP. The current revision of BGP is BGP4. There are no other Exterior Gateway Routing protocols in current competition with BGP4.

Distance Vector vs. Link State Routing Protocols

Routing protocols such as RIP and EIGRP are Distance Vector routing protocols. These are called Distance Vector protocols because they base routing decisions on the “distance” of the remote destination in terms of the number of network layer hops that the packet will have to traverse.

OSPF and IS-IS are Link State routing protocols. They are called Link State protocols because they base routing decisions on messages received from other routers in the internetwork that give information about the state of the links connected to them.

Information on RIP, OSPF, EIGRP, BGP Routing Protocol

The Routing Information Protocol is an open standard based Distance-Vector routing protocol. It comes on two versions RIP v.1 and RIP v.2.

The Open Shortest Path First is an example of Link State routing protocol that supports variable length subnet masking and discontiguous subnets.

The Enhanced Interior Gateway Routing Protocol is an enhanced Distance Vector routing protocol. It is also known as hybrid routing protocols that shares the attributes of both Distance Vector and Link State. It is a scalable routing protocol, even the largest EIGRP installation in the world network is running successfully with no EIGRP offset.

The Border Gateway Protocol is an exterior gateway protocol that provides inter-autonomous system routing. It is the protocol of the internet. BGP operates in one of two modes: internal BGP and external BGP.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Comments

 

  1. radha says:

    not yet clear informatation in Ur site plz confrome the what he ask the give answer

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)
  2. jakes says:

    given a network and you are trying to configure a router,which routing protocol would you use and where would you use it?

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Related Posts

  • Distance Vector Routing Protocol

    Routing Protocols Whenever different networks connect with each other to communicate and to share the data and resources, it is called internetworking. For internetworking, routers must be used on each network or at backbone to route the packets. To route a packet, a router needs to know: Destination Addresses Sources it can learn from Possible [...]...


  • Enabling IP Routing

    WAN connects different LANs with each other to communicate and to share data and resources. As a result, routers must be used on each network or at backbone to route the IP packets and IP routing should be enabled on the routers. Routers must learn the destinations that are not directly connected by building and [...]...


  • Interior Gateway Routing Protocol

    The Interior Gateway Routing Protocol (IGRP) is a network routing protocol that is designed to enable routing inside of an Autonomous System (AS). Cisco developed this protocol in the late 1980s in response to the existing Routing Information Protocol’s (RIP) shortcomings. As Cisco routers became more popular, a number of large networks began using IGRP, [...]...


  • Routing Information Protocol

    The Routing Information Protocol (RIP) is the IGP standard protocol that is used on Local Area Networks (LANs). It helps to ensure a higher degree of network stability by quickly re-routing network packets if one of the network connections goes offline. When the RIP is active on a network, users experience little to no service [...]...


  • Routing Table

    A routing table is an electronic document that stores the routes to the various nodes in a computer network. The nodes may be any kind of electronic device connected to the network. The Routing Table is usually stored in a router or networked computer in the form of a database or file. When data needs [...]...