OSPF Flashcards

(34 cards)

1
Q

What does OSPF stand for?

A

Open Shortest Path First

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is OSPF a standard or proprietary protocol?

A

OSPF is an open standard protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of routing protocol is OSPF?

A

OSPF is an Interior Gateway Protocol (IGP).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What kind of protocol is OSPF in terms of operation?

A

OSPF is a link-state protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the goal of a routing protocol like OSPF?

A

To learn routes and determine the best path to each network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does OSPF routers learn about the network topology?

A

By exchanging Link-State Advertisements (LSAs).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an LSA?

A

Link-State Advertisement - a packet that contains information about a router, its interfaces, and their state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Link-State Database (LSDB)?

A

A database that stores all LSAs collected from OSPF routers in the same area.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the ultimate goal of OSPF routers regarding LSDBs?

A

Each router has an identical LSDB to ensure a consistent network view.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the three main steps in OSPF operation?

A
  1. Form neighbor relationships
  2. Exchange LSDB information
  3. Calculate best routes and update routing table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Router ID (RID) in OSPF?

A

A unique identifier in the format of an IPv4 address used to identify an OSPF router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How is a Router ID selected if not manually set?

A

Highest loopback IP address, or highest active non-loopback IP address if no loopback exists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the requirements for OSPF routers to form a neighbor relationship?

A

Same area ID, same subnet, matching hello/dead timers, matching authentication, matching stub flag, unique Router IDs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the default hello interval on broadcast and point-to-point networks?

A

10 seconds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What happens if the dead timer expires without receiving a hello?

A

The router assumes the neighbor is dead and removes it from the neighbor table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the two-way state in OSPF?

A

The state where routers recognize each other as neighbors but do not yet exchange full LSDBs.

17
Q

What is a Designated Router (DR) in OSPF?

A

A router elected to manage LSDB updates on a broadcast network.

18
Q

What is a Backup Designated Router (BDR) in OSPF?

A

A router elected to take over if the DR fails.

19
Q

How is the DR/BDR election decided?

A

By highest OSPF priority (default 1), then by highest Router ID.

20
Q

Do DR/BDR elections occur on point-to-point links?

A

No, only on broadcast and multi-access networks.

21
Q

Which routers form full neighbor relationships on broadcast networks?

A

Only routers and the DR/BDR form full neighbor relationships; other routers remain in two-way state.

22
Q

What is the ‘ExStart’ state in OSPF?

A

The state where routers determine master/slave roles and prepare to exchange database information.

23
Q

What is a Database Description (DBD) packet in OSPF?

A

A summary of LSAs a router knows about, used during database exchange.

24
Q

What is a Link-State Request (LSR) in OSPF?

A

A request sent by a router for specific LSAs it is missing.

25
What is a Link-State Update (LSU) in OSPF?
A response to an LSR containing the requested LSAs.
26
What is a Link-State Acknowledgement (LSAck) in OSPF?
An acknowledgment that a router has received an LSA.
27
When is the OSPF neighbor state 'Full' reached?
When all LSAs have been exchanged and acknowledged.
28
What metric does OSPF use to determine the best path?
OSPF uses 'cost' as its metric, based on interface bandwidth.
29
What is the formula for OSPF cost?
Cost = Reference bandwidth (default 100,000 Kbps) / Interface bandwidth.
30
What is the default reference bandwidth in OSPF?
100,000 Kbps (100 Mbps).
31
What is the default OSPF cost for a Fast Ethernet link?
1
32
What is the default OSPF cost for a serial link (1.544 Mbps)?
64
33
How can OSPF cost calculations be adjusted?
By changing the reference bandwidth on the router.
34
In an example with 3 paths, what determines the best OSPF route?
The path with the lowest total cost is chosen.