Module 1 - Single-Area OSPFv2 Concepts

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

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards focusing on definitions, packet types, operational states, and components of Single-Area OSPFv2 based on the lecture material.

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

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

OSPF

A link-state routing protocol developed as an alternative for the distance vector Routing Information Protocol (RIP) that offers faster convergence and scales to larger network implementations.

2
New cards

Link

An interface on a router, a network segment that connects two routers, or a stub network such as an Ethernet LAN connected to a single router.

3
New cards

Link-state

Information about the state of a link, which includes the network prefix, prefix length, and cost.

4
New cards

Adjacency Database

The neighbor table that lists all neighbor routers to which a router has established bi-directional communication, unique for each router, and viewed using the show ip ospf neighbor command.

5
New cards

Link-state Database (LSDB)

The topology table that lists information about all other routers in the network, where all routers within an area have an identical LSDB, viewed using the show ip ospf database command.

6
New cards

Forwarding Database

The routing table containing a list of best routes generated when the SPF algorithm is run on the link-state database, viewed using the show ip route command.

7
New cards

Shortest-Path First (SPF) Algorithm

The Dijkstra-based algorithm used by OSPF to create an SPF tree by placing each router at the root and calculating the shortest path based on cumulative cost.

8
New cards

Single-Area OSPF

An OSPF implementation where all routers reside in a single area, with area 0 being the recommended best practice.

9
New cards

Multiarea OSPF

An OSPF implementation using multiple areas in a hierarchical fashion where all areas must connect to the backbone area (area 0).

10
New cards

Area Border Router (ABR)

A router that interconnects different areas in a multiarea OSPF network.

11
New cards

OSPFv3

The OSPFv2 equivalent for exchanging IPv6 prefixes, which uses IPv6 as the network layer transport and runs processes independently from IPv4.

12
New cards

Hello Packet

The Type 1 OSPF packet used to discover neighbors, establish neighbor adjacencies, advertise agreed parameters, and elect the DR and BDR on multiaccess networks.

13
New cards

Database Description (DBD) Packet

The Type 2 OSPF packet used to check for database synchronization between routers.

14
New cards

Link-State Request (LSR) Packet

The Type 3 OSPF packet used by a router to request specific link-state records from another router.

15
New cards

Link-State Update (LSU) Packet

The Type 4 OSPF packet used to send specifically requested link-state records and forward routing updates containing LSA messages.

16
New cards

Link-State Acknowledgment (LSAck) Packet

The Type 5 OSPF packet used to acknowledge other received OSPF packet types.

17
New cards

Down State

The initial OSPF operational state where no Hello packets have been received on the interface, and the router begins sending Hello packets.

18
New cards

Init State

The OSPF operational state where Hello packets containing the Router ID of the sending router are received from a neighbor.

19
New cards

Two-Way State

The OSPF operational state where communication between two routers is bidirectional, and DR/BDR election occurs on multiaccess links.

20
New cards

ExStart State

The OSPF operational state where point-to-point routers decide which router initiates the DBD packet exchange and establish the initial DBD packet sequence number.

21
New cards

Exchange State

The OSPF operational state where routers exchange Database Description (DBD) packets to compare database information.

22
New cards

Loading State

The OSPF operational state where LSRs and LSUs are used to acquire additional route information, and routes are processed using the SPF algorithm.

23
New cards

Full State

The OSPF operational state where the link-state database of the router is fully synchronized with its neighbor.

24
New cards

OSPF Router ID

A 32-bit number formatted like an IPv4 address that uniquely identifies a specific router within an OSPF area.

25
New cards

224.0.0.5

The reserved All OSPF Routers IPv4 multicast address used to send Hello packets for neighbor discovery.

26
New cards

Designated Router (DR)

The router elected on a multiaccess network to serve as the collection and distribution point for LSAs sent and received.

27
New cards

Backup Designated Router (BDR)

The router elected on a multiaccess network to step in and assume the collection/distribution roles if the Designated Router (DR) fails.

28
New cards

DROTHER

A router on a multiaccess network that has not been elected as either the Designated Router (DR) or Backup Designated Router (BDR).