Routing Information Protocol | Distance Vector Protocol

Routing Information Protocol | Distance Vector Protocol

Routing Information Protocol
Fig 1: Routing Information Protocol
RIP stands for Routing Information Protocol. It is a distance vector protocol and the maximum capacity of this protocol is 16 routers/15 hop count. RIP is the protocol that administrative distance value is 120 by default it is configurable parameter. And this protocol is based on the Bellman Ford Algorithm. This protocol is a layer 3 protocol but this protocol operate on the application layer that is known as the 7th layer of the OSI model. This protocol is the oldest distance vector routing protocol and this protocol uses port number 520. Split horizon is the built in functionality to avoid the loops in this routing protocol and this technique like that if one router transmit then it will not receive.
There are the three versions of the RIP:
  • RIPv1
  • RIPv2
  • RIPng
RIPv1
  • Easy to configure.
  • No complexity.
  • Broadcast every 30 seconds.
  • It work only base on hop count.
  • It is not scalable as hop count is greater than 15.
  • It only support the classful.
  • It no support the subnetting.
  • It use in the small companies.
  • It is slowest protocol.

RIPv2
  • Support the subnetting.
  • Support the authentication.
  • Support the multicasting at 224.0.0.9 reserved address.
  • It is standardized protocol.
  • It VLSM supportive.

RIPng
  • RIPng is the protocol that is developed for the IPv6 basically it is the supportive version of RIP that for the Internet Protocol Version 6.
  • Basically it is the same protocol like RIPv1.
  • Send the updates to it's neighbor every after 30 seconds.
  • It use the port no 521.
  • The multicast address for this protocol is FF02::9.

Post a Comment

0 Comments