Part 3: Routing Protocols and Concepts

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

1/63

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.

64 Terms

1
New cards

What is a router?

A computer that connects multiple networks and delivers packets across them.

2
New cards

What components does a router share with other computers?

Common hardware components and an operating system

3
New cards

What is the primary function of a router?

to deliver packets across different networks

4
New cards

How does a router ensure network reachability 24/7?

By using alternate paths if the primary path fails.

5
New cards

How does a router support real-time traffic like voice and video ?

by using Qos (Quality of Sevice) to prioritze IP packets

6
New cards

How does a router help protect the network from attacks?

by permitting or denying the forwarding of packets

7
New cards

What is a routing table?

A data file in RAM that stores route information for networks.

8
New cards

What does the routing table contain?

Network/next-hop association to reach destinations

9
New cards

What is the “next hop” in a routing table?

The router or interface used to forward packets toward the destination

10
New cards

What is a directly connected network?

A network directly attached to one of the router’s interface.

11
New cards

What happens when a router interface is configured with an IP address?

It becomes a host on the attached network and is added to the routing table

12
New cards

What is a remote network?

A network not directly connected to the router requiring packet forwarding to another router.

13
New cards

How are remote networks added to the routing table?

Using dynamic routing protocols or static routes

14
New cards

What is a dynamic route?

A route learned automatically by the router via a dynamic routing protocol

15
New cards

What is a static route?

a route manually configured by a network administrator

16
New cards

Who makes the routing decision on a router?

the router makes i alone using its own routing table

17
New cards

Does one routers routing table affect another’s?

No, each router make decisions independentlyD

18
New cards

Does routing info for one direction imply info for the reverse path?

No, routing information is not bidirectional by default

19
New cards

What is static routing?

Manual configuration and selection of a network route by a network administrator

20
New cards

Is static routing a routing protocol?

No.

21
New cards

When should a static routes be used in a small network?

When a network consists of only a few routers.

22
New cards

When should static routes be used with an ISP?

When connected to the Internet through a single ISP

23
New cards

What is a hub-and-spoke topology?

A central hub connected to multiple branches (spokes), each with only one connection to the hub.

24
New cards

Why use static routing in a hub-and-spoke topology?

Because each branch has only one path to destinations: through the hub

25
New cards

What is one use of static routing in small networks?

Easier maintenance of routing tables.

26
New cards

What type of network commonly uses static routes for routing?

Stub networks

27
New cards

What is a single default route used for?

To represent a path to any network not matched by other routes.

28
New cards

List one advantage of static routing

Minimal CPU processing

29
New cards

List another advantages of static routing.

Easy for administrator to understand

30
New cards

List a third advantages of static routing

Easy to configure

31
New cards

List one disadvantage of static routing

Time consuming configuration and maintenance

32
New cards

What makes static routing error-prone in large networks?

Manual configuration

33
New cards

Why is static routing difficult in growing networks?

Maintenance becomes cumbersome.

34
New cards

What knowledge is required to implement static routing properly?

Completer knowledge of the entire network

35
New cards

What is the command to configure a static route?

ip route

36
New cards

What is the “network-address” parameter in ip route?

Destination network address to add to the routing table

37
New cards

What is the “subnet-mask” parameter in ip route?

Subnet mask of the remote network

38
New cards

What is the “ip-address” parameter in ip route?

next-hop router’s IP address

39
New cards

What is the “exit-interface” parameter in ip rouute?

Outgoing interface used to forward packets to the destination

40
New cards

What is a default static route?

A route that matches all packets when no more specific route exists

41
New cards

When is a default static route used?

When no other route matches a packet’s destination IP address

42
New cards

What is a common use of a default static route?

Connecting an edge router to an ISP network?

43
New cards

What is a stub router?

A router connected to only one other router

44
New cards

What is dynamic routing?

A set of processes, algorithms, and messages to exchange routing information and choose best paths.

45
New cards

What are the purpose of dynamic routing protocols?

Discover remote networks, maintain routing info, choose best path, find new path when needed

46
New cards

What are the main components of dynamic routing protocols?

Data structures, routing protocol messages, and algorithms

47
New cards

Where is routing protocol information stored?

In RAM

48
New cards

What are routing protocol message used for?

to discover neighbors, exchange routing info, and update network knowledge

49
New cards

What is the role of algorithms in routing protocols?

To facilitate routing info exchange and determine best paths

50
New cards

What happens when a router detects a topology change?

It advertises the change to other routers

51
New cards

How can routing protocols be classified by purpose?

Ad IGP (Interior Gateway Protocol) or EGP (Exterior Gateway Protocol)

52
New cards

How can routing protocols be classified by operation?

As distance vector, link-state, or path-vector protocols

53
New cards

How can routing protocols be classified by behavior?

As classful or classless protocols

54
New cards

What type of protocol is RIPv1?

IGP, distance vector, classful protocol.

55
New cards

What type of protocol is RIPv2?

IGP, distance vector, classless protocol.

56
New cards

What type of protocol is EIGRP?

IGP, distance vector, classless protocol (Cisco).

57
New cards

What type of protocol is OSPF?

IGP, link-state, classless protocol.

58
New cards

What type of protocol is IS-IS?

IGP, link-state, classless protocol.

59
New cards

What type of protocol is BGP?

EGP, path-vector, classless protocol.

60
New cards

What is an autonomous system (AS)?

A collection of routers under a common administration

61
New cards

What is IGP used for?

Routing within an autonomous system (intra-AS routing).

62
New cards

What is EGP used for?

Routing between autonomous systems (inter-AS routing).

63
New cards

Name examples of IGPs.

RIP, EIGRP, OSPF, IS-IS.

64
New cards

What is the only viable EGP today?

Border Gateway Protocol (BGP).