OSPF-5 Flashcards

(5 cards)

1
Q

What algorithm does OSPF use to compute the shortest path to each network?

A

A: Dijkstra algorithm (Shortest Path First - SPF)

Explanation: Also known as the SPF (Shortest Path First) algorithm, Dijkstra calculates the shortest path to all known destinations within an area by constructing a tree with the router as the root.

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

Can OSPF install multiple equal-cost paths to the same destination?

A

A: Yes.

Explanation: OSPF supports Equal-Cost Multi-Path (ECMP) routing, which allows it to load balance traffic across multiple links with the same cost metric.

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

What IP versions does OSPF support?

A

A: OSPF supports both IPv4 and IPv6.

Explanation: OSPFv2 is used for IPv4 networks, and OSPFv3 is the enhanced version that supports IPv6.

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

What type of network design does OSPF promote?

A

A: Hierarchical design using areas.

Explanation: OSPF allows large networks to be divided into areas, improving scalability and limiting the scope of routing updates.

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

What is the path selection metric used by OSPF?

A

A: Bandwidth.

Explanation: OSPF uses the cost metric, which is inversely related to bandwidth—the higher the bandwidth, the lower the cost.

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