Enterprise Networking - Router Concepts and Routing Protocols

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

1/29

flashcard set

Earn XP

Description and Tags

Flashcards generated from lecture notes on network routers and routing protocols.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

List three non-volatile memory types used by a network router.

ROM, NVRAM, and Flash

2
New cards

What are the three main components that operate a network router?

Central processing unit (CPU), Operating system (OS), and Memory and storage (RAM, ROM, NVRAM, Flash, hard drive)

3
New cards

Is a router needed when a PC forwards a packet into a network? Explain.

No router is needed if packets are forwarded within the same network. A router is needed if packets are forwarded to a different network.

4
New cards

List three main components of dynamic routing protocols.

Data structures, routing protocol messages, and algorithm.

5
New cards

Explain the use of Floating Static Routes.

To create a backup route in case a primary route link fails.

6
New cards

How does Routing Information Protocol (RIP) determine its best path?

By hop count from source to destination.

7
New cards

What is the command to reset the router ID?

clear ip ospf process

8
New cards

What are the two network routes that are used by routers to learn about remote networks?

Static routes and dynamic routing protocols.

9
New cards

Calculate the wildcard mask for subnet mask of 255.255.255.240.

0.0.0.15

10
New cards

What is the network cost of using a serial (128 kbps) interface type? (Calculation: 100,000,000 bps / 128,000 bps)

781

11
New cards

List three disadvantages of using dynamic route in a computer network.

More complex to implement, less secure (requires additional configuration), requires more CPU/RAM and link bandwidth.

12
New cards

List four roles of Dynamic Routing Protocols in a computer network.

Discovery of remote networks, maintaining up-to-date routing information, choosing the best path to destination networks, ability to find a new best path if the current path is no longer available.

13
New cards

Which of the OSPF data structures creates the topology table in the network?

Link-state database (LSDB).

14
New cards

How does a router determine the best path to send packets over the computer network?

Routers use routing tables.

15
New cards

Which of the OSPF data structures creates the routing table in the network?

Forwarding database.

16
New cards

Explain Administrative Distance in computer networking.

The Administrative Distance (AD) represents the "trustworthiness" of the route. The route source with lower AD is more trustworthy.

17
New cards

What is the feature of using passive interface on a router?

The Passive Interface feature disables routing updates advertisements on interfaces connected to non-router neighbors.

18
New cards

List three disadvantages of link-state routing protocols.

Maintaining link-state database and SPF tree requires additional memory. Calculating SPF algorithm requires additional CPU processing. Bandwidth can be adversely affected by link-state packet flooding.

19
New cards

What are the benefits of performing load balancing on a computer network?

Equal cost load balancing can improve network performance.

20
New cards

List two link-state routing protocols.

Open Shortest Path First (OSPF) and IS-IS.

21
New cards

Calculate the wildcard mask for subnet mask of 255.255.240.0.

0.0.15.255

22
New cards

How does Enhanced Interior Gateway Routing Protocol (EIGRP) determine its best path?

By bandwidth, delay, load, and reliability.

23
New cards

Explain the difference between static routes and dynamic routes in computer network?

Static Routes: Remote networks are manually entered into the route table. Dynamic Routes: Remote networks are automatically learned using a dynamic routing protocol.

24
New cards

What is the command to verify OSPF Protocol Settings?

show ip protocols

25
New cards

Calculate the wildcard mask for subnet prefix /18.

0.0.63.255

26
New cards

List five features of OSPF.

Classless, efficient, fast convergence, scalable and secure.

27
New cards

List three dynamic routing protocol that are used by routers?

Routing Information Protocol (RIP), Open Shortest Path First (OSPF), Enhanced Interior Gateway Routing Protocol (EIGRP).

28
New cards

How does Open Shortest Path First (OSPF) determines its best path?

By cost based on cumulative bandwidth from source to destination.

29
New cards

Explain the use of Summarized Static Routes.

To reduce the number of routes advertised by summarizing several contiguous networks as one static route.

30
New cards

List three advantages of using static route in a computer network.

Easy to implement in a small network, very secure (no advertisements sent), extra resources like CPU/RAM are not required.