edited by
13,604 views
33 33 votes

Which of the following is TRUE about the interior gateway routing protocols $-$ Routing Information Protocol $(RIP)$ and Open Shortest Path First $(OSPF)$

  1. RIP uses distance vector routing and OSPF uses link state routing
  2. OSPF uses distance vector routing and RIP uses link state routing
  3. Both RIP and OSPF use link state routing
  4. Both RIP and OSPF use distance vector routing

7 Answers

Best answer
31 31 votes
Both Routing Information Protocol (RIP) and Open Shortest Path First (OSPF) are Interior Gateway Protocol, i.e., they both are used within an autonomous system. RIP is an old protocol (not used anymore) based on distance vector routing. OSPF is based Link State Routing.

Correct Answer: $A$
edited by
8 8 votes

(A) RIP uses distance vector routing and OSPF uses link state routing.

4 4 votes
RIP always uses DVR .It is old protocol used by the DVR and depend upon the metric (hop count  to prevent from infinite looping.).

Whereas OSPF is totaly depend upon LSR.

Option A
4 4 votes

Differences Between RIP and OSPF

Feature
RIP
 
OSPF
 
Type
 
Distance Vector Routing
 
Link-State Routing
 
Metric
 
Hop Count
 
Cost (Bandwidth)
 
AlgorithmBellman-FordDijkstra’s SPF
 
UpdatesPeriodic (every 30 seconds)Incremental (only topology changes)
 
ScalabilitySuitable for small networksSuitable for large networks
 
Convergence Time
 

Slow

 
Fast
 
Routing Loops
 
Possible (mitigated by timers)
 
Prevented by design
 
Classful/Classless
 
RIP v1: Classful, RIP v2: Classless
 
Classless
 
Security
 
Minimal (basic authentication in RIP v2)
 
Supports advanced authentication
 
Resource Usage
 
Low
 
High
 
Network HierarchyNo hierarchyHierarchical (areas)

 

 

RIP is simple and suitable for smaller networks, while OSPF is more robust and ideal for larger, complex networks.

Option A is correct
 

1 1 vote

Distance vector routing always uses RIP whereas LINK state routing algorithm always uses OSPF.

Answer:
Position:
Show:

Related questions

44 44 votes
4 answers 4 answers
16.6k
16.6k views
go_editor asked Sep 28, 2014
16,554 views
Which of the following socket API functions converts an unconnected active TCP socket into a passive socket?$\textsf{connect}$$\textsf{bind}$$\textsf{listen}$$\textsf{acc...
34 34 votes
4 answers 4 answers
16.5k
16.5k views
go_editor asked Sep 28, 2014
16,464 views
The number of distinct positive integral factors of $2014$ is _____________
91 91 votes
13 answers 13 answers
41.5k
41.5k views
go_editor asked Sep 28, 2014
41,525 views
Suppose a stack implementation supports an instruction $\text{REVERSE}$, which reverses the order of elements on the stack, in addition to the $\text{PUSH}$ and $\text{PO...
15 15 votes
3 answers 3 answers
10.5k
10.5k views
go_editor asked Sep 28, 2014
10,510 views
A graphical HTML browser resident at a network client machine $Q$ accesses a static HTML webpage from a HTTP server $S$. The static HTML page has exactly one static embed...