Skip to main content

Routing Protocols - Define Top Network Routing Protocols

Routing is a process in which the layer 3 devices (either router or layer 3 switch) finds the optimal path to deliver a packet from one network to another. Dynamic routing protocols uses metric, cost and hop count to identify the best path from the path available for destination network.


Routing Protocols - Define Top Network Routing Protocols

Below are the types of Routing Protocol:

- Distance Vector Routing Protocol
RIP
IGRP
- Link State Routing Protocol
OSPF
IS-IS
- Advanced Distance vector routing protocol
EIGRP

Distance Vector Routing Protocol:


Distance vector protocols usually send the complete routing table to each neighbor (a neighbor is directly connected router that runs the same routing protocol). They employ some version of Bellman-Ford algorithm to calculate the best routes. Compared with link state routing protocols.

Distance vector protocols are easier to configure and require little management, but are susceptible to routing loops and converge slower than the link state routing protocols. Distance vector protocols also use more bandwidth because they send complete routing table, while the link state protocol send specific updates only when topology changes occur.

Distance vector protocol selects best path in the basis of hop counts to reach a destination network in a specific way. The path will the least hop count will be chosen as best path.



Link State Routing Protocol:

Link state routing protocols are the second type of routing protocols. They have the same basic purpose as distance vector protocols, to find a best path to a destination, but use different methods to do so. Unlike distance vector protocols, link state protocols don’t advertise the entire routing table. Instead, they advertise information about a network topology (directly connected links, neighboring routers…), so that in the end all routers running a link state protocol have the same topology database.

Link state routing protocols converge much faster than distance vector routing protocols, support classless routing, send updates using multicast addresses and use triggered routing updates. They also require more router CPU and memory usage than distance-vector routing protocols and can be harder to configure.

The Link State Routing protocol also known as SPF – Shortest Path First protocol

The main thing is need to understand about the Link routing as an Each router running a link state routing protocol creates three different tables:
  • neighbor table – the table of neighboring routers running the same link state routing protocol. 
  • topology table – the table that stores the topology of the entire network.
  • routing table – the table that stores the best routes.

Shortest Path First algorithm is used to calculate the best route. OSPF and IS-IS are examples of link state routing protocols.


Advance Distance Vector Routing Protocol:


This is also known as hybrid routing protocol which uses the concept of both the Distance Vector and Link State Routing protocols.

EIGRP as Enhanced Interior Gateway Routing Protocol is an example of this routing protocol. EIGRP acts as a link state routing protocol as it uses the concept for neighbor discovery also the EIGRP acts as distance vector routing protocol as it leaned routes from directly connected neighbors.


Popular posts from this blog

What is STP? - Explain Advantages and Disadvantages

The Spanning Tree Protocol is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. STP is a protocol. It actively monitors all links of the network. To finds a redundant link, it uses an algorithm, known as the STA (spanning-tree algorithm). The STA algorithm first creates a topology database then it finds and disables the redundant links. Once redundant links are disabled, only the STP-chosen links remain active. If a new link is added or an existing link is removed, the STP re-runs the STA algorithm and re-adjusts all links to reflect the change. STP (Spanning Tree Protocol) automatically removes layer 2 switching loops by shutting down the redundant links. A redundant link is an additional link between two switches. A redundant link is usually created for backup purposes. Just like every coin has two sides, a redundant link, along with

What are the Advantages and Disadvantages of TCP/UDP ?? Difference between TCP and UDP

As in previous blog we have define and explain about what is TCP and UDP and from now we are moving ahead with Advantages, Disadvantages and Difference of TCP and UDP but for this you have to know about TCP and UDP hence to understand it go for a What is TCP and UDP . Advantage of TCP Here, are pros/benefits of TCP: It helps you to establish/set up a connection between different types of computers. It operates independently of the operating system. It supports many routing-protocols. It enables the internetworking between the organizations. TCP/IP model has a highly scalable client-server architecture. It can be operated independently. Supports several routing protocols. It can be used to establish a connection between two computers. Disadvantages of TCP Here, are disadvantage of using TCP: TCP never conclude a transmission without all data in motion being explicitly asked. You can't use for broadcast or multicast transmission. TCP has no block boundaries, so you