CCNA Day 24- Dynamic Routing

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:18 PM on 6/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

A route to a /32 destination is known as a [...] route.

host

2
New cards

A route to a network/subnet is known as a [...] route.

network

3
New cards

Routers can use [...] to advertise information about the routes they know to other routers.

dynamic routing protocols

4
New cards

If R1 learns multiple routes to the same destination from two different routing protocols, what is used to determine which route will be added to R1's routing table?

AD (Administrative Distance)

5
New cards

If R1 learns multiple routes to the same destination from the same routing protocol, what is used to determine which route will be added to R1's routing table?

Metric

6
New cards

What are the two types of IGP?

Distance Vector

Link State

7
New cards

What is the single type of EGP?

Path Vector

8
New cards

What are the two Distance Vector routing protocols?

RIP

EIGRP

9
New cards

What are the two Link State routing protocols?

OSPF

IS-IS

10
New cards

What is the single Path Vector routing protocol?

BGP

11
New cards

What kind of dynamic routing protocol operates using 'routing by rumor'?

Distance Vector

12
New cards

[...] routing protocols send the following information to their connected neighbors:

-their known destination networks

-their metric to reach their known destination networks

Distance Vector

13
New cards

When using a [...] routing protocol, every router creates a 'connectivity map' of the network.

link state

14
New cards

Which kind of routing protocol uses more CPU resources on the router, distance vector or link state?

link state

15
New cards

Which kind of dynamic routing protocol tends to react faster to changes in the network, distance vector or link state?

link state

16
New cards

What does ECMP stand for?

Equal Cost Multi-Path (load-balancing)

17
New cards

R1 learns two routes to the same destination, via the same routing protocol, and both routes have the same metric. Which will be added to the routing table?

Both (traffic will be load-balanced)

18
New cards

What dynamic routing protocol calculates metric using bandwidth and delay (and others, if configured)?

EIGRP

19
New cards

Which dynamic routing protocol uses a cost calculated based on interface bandwidth as its metric?

OSPF

20
New cards

In which dynamic routing protocol do all links have a metric cost of 10 by default?

IS-IS

21
New cards

[...] is used to compare routes learned via the same routing protocol.

Metric

22
New cards

[...] is used to compare routes learned via different routing protocols.

AD (Administrative Distance)

23
New cards

Route protocol/type: Directly connected

AD: [...]

0

24
New cards

Route protocol/type: Static

AD: [...]

1

25
New cards

Route protocol/type: eBGP

AD: [...]

20

26
New cards

Route protocol/type: EIGRP

AD: [...]

90

27
New cards

Route protocol/type: IGRP

AD: [...]

100

28
New cards

Route protocol/type: OSPF

AD: [...]

110

29
New cards

Route protocol/type: IS-IS

AD: [...]

115

30
New cards

Route protocol/type: RIP

AD: [...]

120

31
New cards

Route protocol/type: EIGRP (external)

AD: [...]

170

32
New cards

Route protocol/type: iBGP

AD: [...]

200

33
New cards

Route protocol/type: Unusable route

AD: [...]

255

34
New cards

Configure a static route, and specify the AD:

R1(config)# [...]

ip route destination mask next-hop AD

(ie. ip route 10.0.0.0 255.0.0.0 10.0.13.2 115)

35
New cards

What is the name for a static route which has a higher AD than a route learned via a dynamic routing protocol?

Floating static route