RSE Chapter 3 – Routing Dynamically

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

What is the main purpose of dynamic routing protocols?

To discover remote networks, maintain updated routing information, choose best paths, and recover from link failures.

2
New cards

What are the three main components of a dynamic routing protocol?

Data structures, routing protocol messages, and algorithms.

3
New cards

Where are routing protocol tables typically stored?

In RAM.

4
New cards

What do routing protocol messages do?

Discover neighbors, exchange routing info, and maintain network accuracy.

5
New cards

What is the role of algorithms in dynamic routing protocols?

Determine the best path and facilitate routing learning.

6
New cards

What is convergence in routing?

When all routers have accurate and complete routing information.

7
New cards

Why is convergence important?

The network cannot fully operate until it has converged.

8
New cards

What affects convergence time?

Speed of routing information propagation and path calculation.

9
New cards

Which protocols are slow to converge?

Older protocols like RIP.

10
New cards

Which protocols converge quickly?

Modern protocols like EIGRP, OSPF, and IS-IS.

11
New cards

When is static routing preferred?

In small networks, stub networks, or for a default route.

12
New cards

What are advantages of static routing?

Simple to configure, predictable, no overhead from routing protocols.

13
New cards

What are disadvantages of static routing?

Manual configuration and no automatic route recovery.

14
New cards

When is dynamic routing preferred?

In large or complex networks needing scalability and redundancy.

15
New cards

What are advantages of dynamic routing?

Automatic updates, scalable, reacts to topology changes.

16
New cards

What are disadvantages of dynamic routing?

Consumes bandwidth and uses router CPU cycles.

17
New cards

What is an IGP?

Interior Gateway Protocol – used for routing within an autonomous system.

18
New cards

What is an EGP?

Exterior Gateway Protocol – used for routing between autonomous systems.

19
New cards

What are examples of IGPs?

RIP, EIGRP, OSPF, IS-IS.

20
New cards

What is the most commonly used EGP?

BGP (Border Gateway Protocol).

21
New cards

What are distance vector routing protocols?

Protocols that use hop count and neighbor information to route traffic.

22
New cards

What are link-state routing protocols?

Protocols that build a complete map of the network topology to determine best paths.

23
New cards

What are examples of distance vector protocols?

RIPv1, RIPv2, EIGRP.

24
New cards

What are examples of link-state protocols?

OSPF, IS-IS.

25
New cards

How does a distance vector protocol operate?

Sends periodic updates to neighbors with route info.

26
New cards

What is the update frequency for RIPv2?

Every 30 seconds.

27
New cards

What UDP port does RIPv2 use?

UDP port 520.

28
New cards

What is the hop limit for RIPv2?

15 hops.

29
New cards

What is RIPng?

IPv6 version of RIPv2 with same 15 hop limitation.

30
New cards

What is the difference between classful and classless protocols?

Classful protocols do not send subnet mask info; classless protocols do.

31
New cards

Which routing protocols are classful?

RIPv1 and IGRP.

32
New cards

Which routing protocols are classless?

RIPv2, OSPF, EIGRP, IS-IS.

33
New cards

What does VLSM stand for?

Variable Length Subnet Masking.

34
New cards

Which protocols support VLSM?

Classless routing protocols.

35
New cards

What is a routing metric?

A value that represents the "cost" of a route.

36
New cards

What is the best route in a routing table?

The one with the lowest metric.

37
New cards

How do routers use metrics?

To determine the most efficient path to a destination.

38
New cards

What is administrative distance?

A trust value for route sources; lower values are more preferred.

39
New cards

What is the AD for directly connected routes?

0

40
New cards

What is the AD for static routes?

1

41
New cards

What is the AD for RIP?

120

42
New cards

What information does a routing table entry contain?

Route source, destination network, next-hop, interface, AD, metric.

43
New cards

How are directly connected routes labeled in the routing table?

With a "C"

44
New cards

How are static routes labeled in the routing table?

With an "S"

45
New cards

How are RIP routes labeled in the routing table?

With an "R"