Chapter 5 Review Test

 

What is the routing algorithm used by RIP?
Routed information
Link together
Link state
Distance vector
What is the routing algorithm used by IGRP
Routed information
Link together
Link state
Distance vector
Which command can you type at the router prompt to verify the broadcast frequency for IGRP?
sh ip route
sh ip protocol
sh ip broadcast
debug ip igrp
What is the routing metric used by RIP?
Count to infinity
Hop count
TTL
Bandwidth, delay
What command is used to stop routing updates from exiting out an interface?
Router(config-if)#no routing
Router(config-if)#passive-interface
Router(config-router)#passive-interface s0
Router(config-router)#no routing updates
What is the default routing metric used by IGRP? (Choose all that apply.)
Count to infinity
Hop count
TTL
Bandwidth
Delay
What does a metric of 16 hops represent in a RIP routing network?
16ms
Number of routers in the internetwork
Number of hops
16 hops - unreachable
Last hop available
What are holddowns used for?
To hold down the protocol from going to the next hop.
To prevent regular update messages from reinstating a route that has gone down.
To prevent regular update messages from reinstating a route that has just come up.
To prevent irregular update messages from reinstating a route that has gone down.
What is split horizon?

When a router differentiates on which interface a packet arrived and does not advertise that information
back out the same interface.
When you have a large bus (horizon) physical network, it splits the traffic.
It holds the regular updates from broadcasting to a downed link.
It prevents regular update messages from reinstating a route that has gone down.

What is poison reverse?
It sends back the protocol received from a router as a poison pill, which stops the regular updates.
It is information received from a router that can't be sent back to the originating router.
It prevents regular update messages from reinstating a route that has just come up.
It describes when a router sets the metric for a downed link to infinity.
What is the default administrative distance for IGRP?
90
100
120
220
Which of the following is a correct default route?
route ip 172.0.0.0 255.0.0.0 s0
ip route 0.0.0.0 0.0.0.0 172.16.20.1
ip route 0.0.0.0 255.255.255.255 172.16.20.1
route ip 0.0.0.0 0.0.0.0 172.16.10.1150
Which of the following is an IP link state protocol?
RIP V2
EIGRP
OSPF
IGRP
What commands are available for supporting RIP networks? (Choose all that apply.)
sh ip route
sh ip rip
sh rip network
debug ip rip
Which of the following statements is true about distance-vector-based networks? (Choose the best answer.)
They send out partial updates every 60 seconds.
They send out their complete routing table every 60 seconds.
They send their entire routing table every 30 seconds.
They update every 90 seconds.
Which Cisco IOS command can you use to see the IP routing table?
sh ip config
sh ip arp
sh ip route
sh ip table
What is the administrative distance used for in routing?
Determining the network administrator for entering that route.
Creating a database
Rating the source's trustworthiness, expressed as a numeric value from 0 to 255.
Rating the source's trustworthiness, expressed as a numeric value from 0 to 1023.
When looking at a routing table, what does the S mean?
Dynamically connected
Directly connected
Statically connected
Sending packets
Which of the following is true about IP routing?
The destination IP address changes at each hop.
The source IP address changes at each hop.
The frame does not change at each hop.
The frame changes at each hop.
Which of the following is true when creating static routes? (Choose all that apply.)
The mask parameter is optional.
The gateway parameter is required.
The administrative distance is required.
The administrative distance is optional.
None of the above.
Your score is out of 100