Review Questions


1.

What are two benefits of using a link-state routing protocol?

  1. It uses the Hello protocol to establish adjacencies.

  2. It uses several components to calculate the metric of a route.

  3. Updates are sent only when changes occur in the network.

  4. It has a longer convergence time than distance-vector protocols.

a, cadjacencies and link-state updates provide for much more reliable routing protocol updates.

2.

Which of the following metrics are used by IGRP by default when selecting a route? (Choose all that apply.)

  1. Bandwidth

  2. Load

  3. Delay

  4. Reliability

a, cmetrics of bandwidth and delay create a more defined routing update.

3.

Which of the following are not features of EIGRP? (Choose all that apply.)

  1. Incremental updates

  2. Only one route per destination

  3. Support for IP, IPX, and AT

  4. Hybrid distance-vector and link-state protocol

  5. Not a scalable protocol

  6. Hello protocol used to establish adjacencies

b, eeigrp uses dual to create multiple best route destinations and is scalable to large routing domains.

4.

By default, which of the following metrics are used by EIGRP when selecting a route? (Choose all that apply.)

  1. Load

  2. Bandwidth

  3. Reliability

  4. MTU

  5. Delay

b, eload, reliability, and mtu can be configured as metrics for the eigrp routing process.

5.

What is the routing algorithm used by RIP?

  1. Routed information

  2. Link together

  3. Link-state

  4. Distance-vector

drip is a distance-vector routing protocol and uses hop count as a routing metric.

6.

What is the routing algorithm used by IGRP?

  1. Routed information

  2. Link together

  3. Link-state

  4. Distance-vector

digrp is a distance-vector routing protocol and uses bandwidth and delay as routing metrics.

7.

What is the routing metric used by IP RIP?

  1. Counting to infinity

  2. Hop count

  3. TTL

  4. Bandwidth, reliability, MTU, delay, and load

brip is a distance-vector routing protocol and uses hop count as a routing metric.

8.

Which of the following protocols send out incremental updates by default? (Choose all that apply.)

  1. RIP

  2. IGRP

  3. OSPF

  4. EIGRP

c, dboth ospf and eigrp use incremental updates to notify neighbors of link-state changes.

9.

What does a metric of 16 hops represent in a RIP routing network?

  1. 16 ms

  2. Number of routers in the internetwork

  3. Number of hops

  4. 16 hops—unreachable

drip uses hop count as a metric, and 16 is deemed unreachable.

10.

What are hold-downs used for?

  1. To hold down the protocol from going to the next hop

  2. To prevent regular update messages from reinstating a route that has gone down

  3. To prevent regular update messages from reinstating a route that has just come up

  4. To prevent irregular update messages from reinstating a route that has gone down

bwhen routes have gone down, hold-downs prevent the routes from being reinstated until the next triggered update.

11.

What is split horizon?

  1. Split horizon is information received from a router that can’t be sent back to that originating router.

  2. Split horizon is when you have a large bus (horizon) physical network and as a result, the routing protocol splits the traffic.

  3. Split horizon holds the regular updates from broadcasting to a down link.

  4. Split horizon prevents regular update messages from reinstating a route that has gone down.

asplit horizon is commonly used with distance-vector routing protocols to prevent route updates from being sent back the direction from which they came.

12.

What is poison reverse?

  1. Poison reverse sends back the protocol received from a router as a poison pill, which stops the regular updates.

  2. Poison reverse is information received from a router that can’t be sent back to that originating router.

  3. Poison reverse prevents regular update messages from reinstating a route that has gone down.

  4. Poison reverse is when a router sets the metric for a down link to infinity.

dpoison reverse is used to prevent downed route updates from propagating through the network.

13.

Which of the following are distance-vector protocols? (Choose all that apply.)

  1. IGRP

  2. RIP

  3. OSPF

  4. NLSP

a, bigrp and rip are both examples of distance-vector routing protocols.

14.

What is convergence time?

  1. The hold-down update time

  2. The time it takes for all routers to update their route table when a change takes place

  3. The time it takes for a packet to get from a destination host to a receiving host

  4. The time it takes to boot a router

bnetwork convergence is the time from the first update to the final update when all routers have the same routing information.

15.

Which of the following protocols send out periodic updates by default? (Choose all that apply.)

  1. RIP

  2. IGRP

  3. OSPF

  4. EIGRP

a, bboth rip and igrp use broadcast-type routing updates at specific intervals.

16.

What are the metrics used by IPX RIP? (Choose all that apply.)

  1. Bandwidth

  2. Delay

  3. Hop count

  4. Ticks

c, dipx rip uses the hop count and tick metric for best path determination.

17.

When do the IGRP timers remove a network route from the route table?

  1. When the update timer expires

  2. When the invalid timer expires

  3. When both the invalid and flush timers expire

  4. When both the update and flush timers expire

cigrp removes the downed route from the route table only after both the invalid and flush timers have expired.

18.

What methods are used to stop routing loops with IGRP? (Choose all that apply.)

  1. Split horizon

  2. Spanning tree

  3. Infinite reply

  4. Poison reverse

a, digrp uses both split horizon and poison reverse to prevent network routing loops.

19.

Which of the following statements are true about the routing process of a router? (Choose all that apply.)

  1. Path desirability is determined by routing metrics.

  2. All paths must be assigned by a network administrator.

  3. It is the process of determining the most desirable path through an internetwork.

  4. Once a router has determined a path for a transmission, any intermediary routers simply functions as repeaters.

a, cthe routing process is to determine the best path using the respective routing metric.

20.

What happens during convergence time in an internetwork?

  1. The routers exchange manual updates.

  2. The routers exchange routing metrics.

  3. The routers exchange topology alerts.

  4. The routers exchange routing updates.

dconvergence is the time in which route tables are processing updates.

Answers

1.

A, C Adjacencies and link-state updates provide for much more reliable routing protocol updates.

2.

A, C Metrics of bandwidth and delay create a more defined routing update.

3.

B, E EIGRP uses DUAL to create multiple best route destinations and is scalable to large routing domains.

4.

B, E Load, reliability, and MTU can be configured as metrics for the EIGRP routing process.

5.

D RIP is a distance-vector routing protocol and uses hop count as a routing metric.

6.

D IGRP is a distance-vector routing protocol and uses bandwidth and delay as routing metrics.

7.

B RIP is a distance-vector routing protocol and uses hop count as a routing metric.

8.

C, D Both OSPF and EIGRP use incremental updates to notify neighbors of link-state changes.

9.

D RIP uses hop count as a metric, and 16 is deemed unreachable.

10.

B When routes have gone down, hold-downs prevent the routes from being reinstated until the next triggered update.

11.

A Split horizon is commonly used with distance-vector routing protocols to prevent route updates from being sent back the direction from which they came.

12.

D Poison reverse is used to prevent downed route updates from propagating through the network.

13.

A, B IGRP and RIP are both examples of distance-vector routing protocols.

14.

B Network convergence is the time from the first update to the final update when all routers have the same routing information.

15.

A, B Both RIP and IGRP use broadcast-type routing updates at specific intervals.

16.

C, D IPX RIP uses the hop count and tick metric for best path determination.

17.

C IGRP removes the downed route from the route table only after both the invalid and flush timers have expired.

18.

A, D IGRP uses both split horizon and poison reverse to prevent network routing loops.

19.

A, C The routing process is to determine the best path using the respective routing metric.

20.

D Convergence is the time in which route tables are processing updates.




CCDA. Cisco Certified Design Associate Study Guide
CCDA: Cisco Certified Design Associate Study Guide, 2nd Edition (640-861)
ISBN: 0782142001
EAN: 2147483647
Year: 2002
Pages: 201

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net