2,019 views
5 5 votes

" RIP uses UDP service " & "RIP is implemented as an application layer protocol ". How do router which are said to have/implement only up to Network layer of protocol stack able to send RIP Request & RIP response messages? Does Router have full protocol stack? Can Someone please explain the implementation part of RIP 

1 Answer

4 4 votes

Routers utilize the  IP addresses to make decisions while directing traffic and do not care about the transport protocol.

The IP addresses would map to the network layer in OSI model .

Routers use the UDP protocol to communicate with RIP.

But then how does router sends RIP messages which are encapsulated inside UDP ?

  1.  RIP is a routing protocol to help IP to route it's datagrams through the Autonomous Systems.
  2.   RIP messages are encapsulated inside UDP .
  3.   UDP user datagrams are encapsulated inside IP datagrams. 

So that means RIP runs at the application layer but create forwarding tables  for IP at the network layer. 

Position:
Show:

Related questions

1 1 vote
1 1 answer
692
692 views
Jatin18 asked Aug 20, 2017
692 views
Distance Vector(DV) is an algorithm.Routing Information Protocol(RIP) is protocol which uses DV.What to we mean when we say DV protocol? Is DV protocol another name for R...
2 2 votes
1 answers 1 answer
1.7k
1.7k views
1 1 vote
0 0 answers
1.1k
1.1k views
yogi_p asked Dec 8, 2017
1,093 views
A) YesB) NoC) Cannot SayD) None
0 0 votes
0 0 answers
9
9 views
Gopika_G asked Apr 13
9 views
This post was deleted with below mentioned reason.
Delete Reason Name: Content is not proper to be allowed
Delete Reason Note: GO classes questions already available on this platform.
Has Author Submitted Revision Edit?: NOT YET
The submitted edit has been rejected. The post is hidden permanently.
A network of 4 routers A, B, C, D is arranged in a line: A—B—C—D with link costs 3, 2, 1 respectively.The routers use distance vector routing with hop count as the metric...