Network Kings, India’s Leading IT Career Training Academy
Since we are learning about the various networking protocols, it is time to learn about the RIP Protocol in Networking (Routing Information Protocol).
In the previous blog, we learned about the Open Shortest Path First (OSPF) protocol. I definitely recommend you go through that blog before jumping to this blog.
In this blog we are learning about the Routing Information Protocol (RIP) which is also an Interior Gateway Protocol (IGP), however, it is not a Link-State Protocol. It is a Distance-Vector Protocol.
We will learn in detail why it is called a distance vector routing protocol in the later part of this blog. So, we will cover what is Routing Information Protocol (RIP). Then we will learn how this protocol works and after that, we will learn about the advantages and disadvantages of the RIP protocol in Networking.
It exchanges the whole of the routing table after every 30 seconds.
There are three versions of the RIP in Networking. These are:
Note: Broadcast messages are delivered to all the devices in a local network. On the other hand, multicast messages are only sent to those devices that have joined the specific multicast group.
To understand how RIP works, we will consider two types of networks.
In the first example, there are eight routers connected to a network where router 1 wants to send data to router 3. If the network is configured with RIP, it will choose the route with the least hop count. In other words, it will choose the shortest path.
In this network, we have three possible routes to deliver the data from R1 to R4:
It has 3 hop count. The data travels from R1 to R2 to R3 to R4.
It has 2 hop count. The packet travels from R1 to R5 to R4.
It has 4 hop count. The data travels from R1 to R6 to R7 to R8 to R4.
Therefore, the shortest path is router 2 as it has 2 hop counts only!
Let us consider another example!
In this example, router R1 wants to send information to router R4. If the network is configured with RIP, it will choose the route with the least hop count.
In this scenario, there are 2 possible pathways to send data from R1 to R4:
It has a hop count of 3. The data travels from R1 to R2 to R3 to R4.
It has a hop count of 3 as well. The data travels from R1 to R5 to R6 to R4.
In such a case when the hop count is the same for all of the routes, the router will send the packets through both route 1 and route 2 at the same time. In such a way, it manages the load balancing in the network. In such a way, the data will reach the destination faster.
The following are the advantages of the RIP in Networking:
Here are a few disadvantages of the RIP in Networking:
The Routing Information Protocol or RIP in CCNA is an interior-gateway distance vector routing protocol. To summarize, we have learned about the working of the RIP in Networking and we have also looked into the advantages and disadvantages of the RIP protocol in Networking.
In the upcoming blogs, we will understand EIGRP in detail.
Stay tuned for learning more protocols such as BGP, EIGRP in the CCNA series
Happy learning!