Overview#

Routing Information Protocol (RIP) is a distance-vector routing protocols which employs the  hop count as a routing metric. Routing Information Protocol prevents routing loops by implementing a limit on the number of  hops allowed in a path from source to destination. The largest number of hops allowed for RIP is 15, which limits the size of networks that RIP can support.

RIP implements the  split horizonroute poisoning , and  holddown  mechanisms to prevent incorrect routing information from being propagated.

In RIPv1 routers broadcast updates with their routing table every 30 seconds. In the early deployments, routing tables  were small enough that the traffic was not significant. As networks grew in size, however, it became evident there could be a massive traffic burst every 30 seconds, even if the routers had been initialized at random times.

In most networking environments, RIP is not the preferred choice of routing protocol, as its time to converge  and Scalability are poor compared to  EIGRPOSPF, or IS-IS. However, it is easy to configure, because RIP does not require any parameters, unlike other protocols.

RIP uses the User Datagram Protocol (UDP) as its Transport Layer protocol, and is assigned the reserved port 520.

More Information#

There might be more information for this subject on one of the following: