Networking II (MODULE #1)

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/75

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:41 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

76 Terms

1
New cards

Open Shortest Path First (OSPF) is designed to

find the fastest available path for a packet from source to destination

2
New cards

OSPVFv2 is used for

IPv4 networks

3
New cards

OSPVFv3 is used for

IPv6 networks

4
New cards

OSPF (link-state) protocol developed as an

alternate for Routing Information Protocol (RIP)

5
New cards

RIP used

hop count which does not scale well

6
New cards

A link is known as an interface on a

router

7
New cards

a link is also a network segment that connects

two routers/stub networks

8
New cards

Info about the state of a link is known as a

link-state

9
New cards

all link-state information includes the

network prefix, prefix length, and cost

10
New cards

routing protocols use messages to

exchange route information

11
New cards

the messages bulid data structures, which are processed using a

routing algorithm

12
New cards

3 OSPF databases:

Adjancy database, Link-state database, Forwarding database

13
New cards

Adjancy database definition

creates the neighbor table

14
New cards

Link-state database (LSDB) definition

creates the topology table

15
New cards

Forwarding database definition

creates the routing table

16
New cards

these tables that are created are maintained in

RAM

17
New cards

What does a topology table in networking represent?

It represents the network topology.

18
New cards

What information does a topology table list?

It lists information about other routers in the network.

19
New cards

What do routers within the same area have in common regarding LSDB?

Routers within an area have the same Link-State Database (LSDB).

20
New cards

Which command is used to show the OSPF database?

The command is 'show ip ospf database'.

21
New cards

router bulids topology table using calculations based on the

Dijkstra shortest-path first (SPF) algorithm

22
New cards

SPF is based on the cost to

reach a destination

23
New cards

What does the SPF algorithm create?

An SPF tree

24
New cards

Where is each router placed in the SPF tree?

At the root of the tree

25
New cards

What does the SPF algorithm calculate for each node?

The shortest path

26
New cards

OSPF places the best routes into the

forwarding database, which makes routing table

27
New cards

OSPF router sends hello packets out of all the enabled interfaces to see if

neighbors are present on those links

28
New cards

if a neighbor is present

the OSPF enabled router attempts to establish a neighbor adjacency

29
New cards

after adjancies are established, routers exchange link-state advertisements (LSAs) which

routers flood LSAs to adjacent neighbors until all routers have LSAs

30
New cards

after LSAs are recieved,

OSPF enabled routers bulid topology table (LSDB) based on the recieved LSAs

31
New cards

the topology table (LSDB) holds all the information about

the topology of the area

32
New cards

after the topology table is built,

the SPF algorithm is executed

33
New cards

the SPF algorithm creates the

SPF tree

34
New cards

after the SPF tree is built,

the best paths to the network are updated in IP routing table

35
New cards

the route will be in the routing table unless there is a

static route

36
New cards

static route definition

route source to the same network with lower administrative distance

37
New cards

routing decisions are made based on the

entries in the routing table

38
New cards

OSPF supports

hierarchical routing

39
New cards

OSPF area is a

group of routers sharing the same link-state information in their LSDBs

40
New cards

first way OSPF is implemented

single-area OSPF

41
New cards

second way OSPF is implemented

multi area OSPF

42
New cards

single-area OSPF definition:

all routers in one area (USE AREA 0)

43
New cards

multi area OSPF definition

routers in multiple areas in hierarchy

44
New cards

all area of multi area OSPF must connect to

area 0 (backbone)

45
New cards

routers interconnecting the areas are referred to as

area border routers (ABRs)

46
New cards

with OSPF, routing between the areas occured is called

interarea routing

47
New cards

the processor routing operations (ex. recalculating DB) are kept within

the area

48
New cards

too many routers in the area would make the

LSDBs too large and increase CPU load

49
New cards

OSPFv3 uses the SPF algorithm to

determine the best paths in routing

50
New cards

OSPFv3 routing processes and operations run

independently

51
New cards

in OSPF, cost is used to determine the best path to

the destination

52
New cards

Dijkstra's algorithm is responsible for

the cost of each route

53
New cards

OSPF component associated with routing table is

forwarding database

54
New cards

OSPF component associated with topology table is

link-state database

55
New cards

routers exchange...

type 2 DBD packets used by receiving routers to check against LSDB

56
New cards

type 3 LSR packet is used by receiving routers to

request more information about an entry in DBD

57
New cards

LSUs forward OSPF routing updates, such as

link changes

58
New cards

LSU packet contains 11 different types of

OSPFv2 LSAs

59
New cards

OSPFv3 contains two additional

LSA's

60
New cards

an LSU contains one or more

LSAs

61
New cards

point-to-point links DO NOT require

DR or BDR

62
New cards

What is the nature of communication between two routers in a two-way state description?

Communication is bidirectional.

63
New cards

What do routers elect on multiaccess links?

Routers elect a Designated Router (DR) and a Backup Designated Router (BDR).

64
New cards

In what type of network do routers elect a DR and BDR?

In a common Ethernet network.

65
New cards

What is the next state after the election of DR and BDR in a two-way state description?

Transition to ExStart state.

66
New cards

What is the ExStart state in PTP networks?

It is the state where two routers decide which router initiates DBD packet exchange.

67
New cards

What do routers decide during the ExStart state regarding DBD packets?

They decide the initial DBD packet sequence number.

68
New cards

What are LSRs used for in a loading state?

LSRs are used to gain more route information.

69
New cards

What are LSUs used for in a loading state?

LSUs are used to gain more route information.

70
New cards

What algorithm do routes use during the loading state?

Routes use the SPF (Shortest Path First) algorithm.

71
New cards

What is the transition that occurs in a loading state?

The transition is to full state.

72
New cards

full state definition

link-state database of router is fully synchronized

73
New cards

What state do routers enter to decide who sends packets first?

Exstart state

74
New cards

In the exstart state, how do routers determine which one sends packets first?

The router with the higher ID sends first.

75
New cards

If R2 has a higher ID than R1, which router will send packets first during the exchange state?

R2

76
New cards

DR & DBR creates two challenges:

creation of multiple adjacencies

extensive flooding of LSAs