Jeremy's It Lab CCNA Dynamic Routing Day 24

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

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:45 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

[...] are used to share routes between different autonomous systems (AS).

EGPs

2
New cards

[...] are used to share routes within a single autonomous system (AS).

IGPs

3
New cards

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

AD (Administrative Distance)

4
New cards

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

Metric

5
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

6
New cards

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

host

7
New cards

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

network

8
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)

9
New cards

Does a router prefer a lower or higher AD when selecting routes?

lower

10
New cards

Does a router prefer a lower or higher metric when selecting routes?

lower

11
New cards

Dynamic routing: What does EGP stand for?

Exterior Gateway Protocol

12
New cards

Dynamic routing: What does IGP stand for?

Interior Gateway Protocol

13
New cards

EGPs are used to share routes between different [...]

autonomous systems (AS)

14
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

15
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)

16
New cards

IGPs are used to share routes within a single [...]

autonomous system (AS)

17
New cards

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

IS-IS

18
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)

19
New cards

Route protocol/type: Directly connected

AD: [...]

0

20
New cards

Route protocol/type: eBGP

AD: [...]

20

21
New cards

Route protocol/type: EIGRP (external)

AD: [...]

170

22
New cards

Route protocol/type: EIGRP

AD: [...]

90

23
New cards

Route protocol/type: iBGP

AD: [...]

200

24
New cards

Route protocol/type: IGRP

AD: [...]

100

25
New cards

Route protocol/type: IS-IS

AD: [...]

115

26
New cards

Route protocol/type: OSPF

AD: [...]

110

27
New cards

Route protocol/type: RIP

AD: [...]

120

28
New cards

Route protocol/type: Static

AD: [...]

1

29
New cards

Route protocol/type: Unusable route

AD: [...]

255

30
New cards

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

dynamic routing protocols

31
New cards

What are the two Distance Vector routing protocols?

RIP

EIGRP

32
New cards

What are the two Link State routing protocols?

OSPF

IS-IS

33
New cards

What are the two types of IGP?

Distance Vector

Link State

34
New cards

What does BGP stand for?

Border Gateway Protocol

35
New cards

What does ECMP stand for?

Equal Cost Multi-Path (load-balancing)

36
New cards

What does EIGRP stand for?

Enhanced Interior Gateway Routing Protocol

37
New cards

What does IS-IS stand for?

Intermediate System to Intermediate System

38
New cards

What does OSPF stand for?

Open Shortest Path First

39
New cards

What does RIP stand for?

Routing Information Protocol

40
New cards

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

EIGRP

41
New cards

What is the AD value of this route?

O 192.168.4.0/24 [110/3] via 10.0.12.2

110

42
New cards

What is the metric value of this route?

O 192.168.4.0/24 [110/3] via 10.0.12.2

3

43
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

44
New cards

What is the single Path Vector routing protocol?

BGP

45
New cards

What is the single type of EGP?

Path Vector

46
New cards

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

Distance Vector

47
New cards

What metric does RIP use?

hop count

48
New cards

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

link state

49
New cards

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

OSPF

50
New cards

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

link state

51
New cards

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

link state