OSPF - Open Shortest Path First Flashcards

1
Q

What do “Hello” packets do and what’s the default interval for it being sent.

A

Hello packets are used to see if other OSPF routers are listening and vice versa. They’re sent out every 10 seconds by default.

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

What do DataBase Description (DBD) packets do?

A

DBD packets are used to share network information to adjacent routers.

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

What do Link State Request (LSR) packets do?

A

LSR packets are sent out to request information if any information about the network that is received from the DBD is missing.

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

What is a dead interval and how long is the default setting?

A

Dead interval is how long a router waits to get a reply. This defaults to 4x Hello Interval.

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

What happens when you connect two OSPF routers (router 1 and router 2) and have them exchange information?

A

Router 1 and router 2 will establish a two-way connection by sending each other a hello packet and sharing its neighbors. Then they move to the exchange state where they send each other a DBD packet and negotiate who starts sharing first. After, they send an LSAck to acknowledge the DBD was received. Then they send the LSR and LSU to update each other in the Loading state. Finally they send an LSAck to confirm they received the information which puts it in the Full state.

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