Vidyalelo
Networking · Q10

IP Routing

Programming · Networking · question 10

Q10

If your routing table has a static, a RIP, and an IGRP route to the same network, which route will be used to route packets by default?

A.
Any available route
B.
RIP route
C.
Static route
Answer
D.
IGRP route
E.
They will all load-balance.

Answer: Option C

Solution

Answer: Option C
Solution:
Static routes have an administrative distance of 1 by default. Unless you change this, a static route will always be used over any other found route. IGRP has an administrative distance of 100, and RIP has an administrative distance of 120, by default.