Enterprise Networking 1 Flashcards

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 for reviewing key concepts in enterprise networking.

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

Describe when a router is needed when a PC forwards a packet into a network.

If PC forwards packets within the same network, no router is needed. If PC forwards packets to a different network, a router is needed as PC will forward to the default gateway.

4
New cards

List three main components of dynamic routing protocols.

Data structures, routing protocol messages, and algorithms.

5
New cards

Explain the use of Floating Static Routes.

The Floating Static Routes are used 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?

RIP determines 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?

Routers use static routes and dynamic routing protocols to learn about remote networks.

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? (100,000,000 bps / 128,000 bps = ?)

781

11
New cards

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

It is more complex to implement, less secure, and requires additional 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, and 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 to determine the best path to send packets.

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 will be more trustworthy than the route source with higher AD.

17
New cards

The Passive Interface feature disables routing updates advertisements on the interface which usually connects to a non-router neighbor.

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

18
New cards

List three disadvantages of link-state routing protocols.

Maintaining link-state database and SPF tree requires additional memory, calculating SPF algorithm also requires additional CPU processing, and 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?

EIGRP determines its best path by bandwidth, delay, load, and reliability.

23
New cards

Explain the difference between static routes and dynamic routes in a 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

show ip protocols

What is the command to verify OSPF Protocol Settings?

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 protocols that are used by routers.

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

28
New cards

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

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.

The Summarized Static Routes are used to reduce the number of routes advertised by summarizing several contiguous networks as one static route.

30
New cards

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

It is easy to implement in a small network, very secure, and extra resources like CPU/RAM are not required.