CHAPTER - 4 Distance Vector Routing Protocols
CHAPTER - 4 Distance Vector Routing Protocols
The graphic shows a network that is configured to use RIP routing protocol. Router2 detects that the link to
Router1 has gone down. It then advertises the network for this link with a hop count metric of 16. Which
routing loop prevention mechanism is in effect?
split horizon
error condition
hold-down timer
route poisoning
count to infinity
Refer to the exhibit. The routers in this network are running RIP. Router A has not received an update from
Router B in over three minutes. How will Router A respond?
The Holddown timer will wait to remove the route from the table for 60 seconds.
The Invalid timer will mark the route as unusable if an update has not been received in 180 seconds.
The Update timer will request an update for routes that were learned from Router B.
The Hello timer will expire after 10 seconds and the route will be flushed out of the routing table.
6 Which of the following methods does split horizon use to reduce incorrect routing information?
Routing updates are split in half to reduce the update time.
Information learned from one source is not distributed back to that source.
New route information must be learned from multiple sources to be accepted.
The time between updates is split in half to speed convergence.
New route information is suppressed until the system has converged.
7 Which of the following can exist in a distance vector network that has not converged? (Choose three.)
routing loops
inconsistent traffic forwarding
no traffic forwarding until system converges
inconsistent routing table entries
routing table updates sent to wrong destinations
8 Which two statements are true regarding the function of the RIPv1 routing updates? (Choose two).
updates are broadcast only when there are changes to the topology
updates are broadcast at regular intervals
broadcast are sent to 0.0.0.0
broadcasts are sent to 255.255.255.255
updates contain the entire network topology
only changes are included in the updates
9 Three routers running a distance-vector routing protocol lost all power, including the battery backups. When
the routers reload, what will happen?
They will share all routes saved in NVRAM prior to the power loss with their directly connected neighbors.
They will multicast hello packets to all other routers in the network to establish neighbor adjacencies.
They will send updates that include only directly connected routes to their directly connected neighbors.
They will broadcast their full routing table to all routers in the network.
13 Which three routing protocols are distance vector routing protocols? (Choose three).
RIPv1
EIGRP
OSPF
IS-IS
RIPv2
14 Which two conditions are most likely to cause a routing loop? (Choose two.)
random jitter
implementation of classful addressing
inconsistent routing tables
incorrectly configured static routes
a network converging too quickly
15 A network administrator is evaluating RIP versus EIGRP for a new network. The network will be sensitive to
congestion and must respond quickly to topology changes. What are two good reasons to choose EIGRP instead
of RIP in this case? (Choose two.)
EIGRP uses periodic updates.
EIGRP only updates affected neighbors.
EIGRP uses broadcast updates.
EIGRP updates are partial.
EIGRP uses the efficient Bellman-Ford algorithm.
17
Refer to the exhibit. If all routers are using RIP, how many rounds of updates will occur before all
routers know all networks?
1
2
3
4
5
6
18
Refer to the exhibit. What path will packets from the 192.168.1.0/24 network travel to reach the 10.0.0.0/8
network if RIP is the active routing protocol?
The path will be router A -> router B -> router C -> router E.
The path will be router A -> router D -> router E.
Router A will load balance between the
router A -> router D -> router E and router A -> router B -> router C -> router E paths.
Packets will alternate paths depending on the order they arrive at router A.