OSPF Concepts Flashcards

1
Q

What are the 5 OSPF exchange messages? What are they used to accomplish?

A
  1. Hello packet
  2. Database description packet
  3. Link-state request packet
  4. link-state update packet
  5. link state acknowledgment

Used to discover neighboring routers and exchange/maintain info about the network.

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

Which of the following OSPF components is associated with the neighbor table?

A

adjacency database

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

Which of the following OSPF components is responsible for computing the cost of each route?

A

Dijkstra’s algorithm

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

Which of the following OSPF components is associated with the topology table?

A

link-state database

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

Which of the following OSPF components is associated with the routing table?

A

Forwarding database

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

What is the correct order in the steps for Link-State operation?

A
  1. establish neighbor adjacencies
  2. exchange link-state advertisements
  3. build the topology table
  4. execute the SPF algorithm
  5. choose the best route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are hello packets used for?

A

Hello packet - This is used to establish and maintain adjacency with other OSPF routers.

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

What are Database Description (DBD) packets used for?

A

Database Description (DBD) packet - This contains an abbreviated list of the LSDB of the sending router and is used by receiving routers to check against the local LSDB. The LSDB must be identical on all link-state routers within an area

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

what are Link-State Request (LSR) packets used for?

A

Receiving routers can then request more information about any entry in the DBD by sending an LSR.

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

What are Link-State Update (LSU) packets used for?

A

Link-State Update (LSU) packet - This is used to reply to LSRs and to announce new information. LSUs contain several different types of LSAs.

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

What are Link-State Acknowledgment (LSAck) packets used for?

A

Link-State Acknowledgment (LSAck) packet - When an LSU is received, the router sends an LSAck to confirm receipt of the LSU. The LSAck data field is empty.

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

Which of the following OSPF packets contains an abbreviated list of the LSDB of the sending router?

A

DBD packet (Database Description)

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

Which of the following OSPF packets is used by routers to announce new information?

A

LSU packet (link-state update)

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

Which of the following OSPF packets is used by routers to request more information?

A

LSR packet (link-state request)

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

Which of the following OSPF packets is responsible for establishing and maintaining adjacency with other OSPF routers?

A

Hello packet

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

Which of the following OSPF packets is used to confirm receipt of an LSA?

A

LSAck packet

16
Q

Which of the following is used with the Hello Packet to uniquely identify the originating router?

A

Router ID

17
Q

Is an Ethernet network multiaccess or a single-access network?

A

Ethernet is a multiple-access network. This means that multiple nodes can send and receive data over a shared link.

18
Q

How often are Hello packets sent out? How long until dead interval?

A

On Ethernet interfaces you will see a 10-second hello interval and a 40-second dead interval.

19
Q
A