
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
Routing Information Protocol – Differences between RIPv1 and RIPv2
RIP stands for “Routing Information Protocol”. Routers use it to interchange details on a network.Its main functions are −
To find out the most effective way to route data on a network
To avoid routing loops
The main advantage of RIP is that its bandwidth utilization is very high and it updates every 30 seconds. However, a maximum of 16 routers can be composed, as it supports only 15 hop counts. Also, its confluence rate is slow.
RIPv1
RIPv1 stands for Routing Information Protocol version 1. It uses Classful routing. The regular routing updates do not carry subnet details and do not support Variable Length subnet masks (VLSM). This is the drawback of RIPv1, due to which it is not possible to have various sized subnets in the same network class.
In addition, all the subnets in the same network must have the same size. Also, there is no reinforcement for router identification, making RIP unprotected from numerous attacks.
RIPv2
RIPv2 stands for hybrid routing protocol version 2. It is a distance-vector routing protocol defined in RFC 1723 and has the characteristics of link-state routing protocols. It is a classless routing protocol which means it involves the subnet mask having the network addresses in the routing updates.
Due to the shortage of RIPv1, RIP version 2 (RIPv2) was introduced in 1993. It was furnished with the ability to help the subnet information and keep up with Classless inter-domain Routing (CIDR).
Difference between RIPv1 and RIPv2
The following table highlights the major differences between RIPv1 and RIPv2.
RIPv1 | RIPv2 |
---|---|
This protocol is a Distance-Vector routing protocol. | This protocol is also a distance-vector routing protocol. |
It can assist with a complete class network only. | It can assist complete class networks and classless networks. |
It does not keep up with documentation. | It keeps up with documentation. |
RIPv1 hop count limit is 15. | RIPv2 hop count limit is also 15. |
Not good security. | Security is good. |
For updates, it uses Broadcast traffic. Whether routers are running on RIPv21 or not. They have to process the routing update messages. | For updates, it uses Multicast traffic.
However, multicast traffic weakens the network traffics. Therefore, only routers that are running on RIPv2 will join the multicast group. |
It does not give the activate updates. | It gives the activate updates. |
It does not send a subnet mask to the periodic table. | It sends a subnet mask to the periodic table. |
RIPv1 does not support the VLSM and discontinuous networks. | RIPv2 supports the VLSM and discontinuous networks. |
It does not support manual route summarization. | It supports manual route summarization. |
- Related Articles
- What are the differences between Border Gateway Protocol (BGP) and Routing Information Protocol (RIP)?
- Differences between InterDomain Routing and IntraDomain
- Distance Vector Routing (DVR) Protocol
- Difference between Static Routing and Dynamic Routing
- What are the differences between DCS Network and Field Communication Protocol?
- What is Link State Routing protocol in computer network?
- How does the MANETS AODV Reactive Routing Protocol work?
- Difference between Stop and Wait protocol and Sliding Window protocol
- Difference between Adaptive and Non Adaptive routing algorithms
- Difference between File Transfer Protocol (FTP) and Secure File Transfer Protocol (SFTP)
- What are flood routing and random routing?
- What are flooding, static routing and dynamic routing?
- Protocol and Protocol Hierarchies
- Difference Between Data and Information
- Difference Between Go-Back-N and Selective Repeat Protocol
