- OSPF is a link-state routing protocol that was developed in 1991 as an improvement over the distance vector routing protocol RIP. It is based on the Bellman-Ford algorithm.
- OSPF networks can be divided into sub-domains called areas. Areas limit the scope of route information distribution and reduce the number of routes that need to be propagated. All routers within an area must be connected.
- The backbone area, with an ID of 0.0.0.0, acts as a hub that connects all other areas and distributes routing information between them. It must remain continuously connected.