Once an interviewer asked me, "Can we use OSPF without area 0?" I was not able to answer at that time.
Later on, I searched, but I did not not find a satisfactory answer for this question. So, can we really use OSPF without Area 0?
Once an interviewer asked me, "Can we use OSPF without area 0?" I was not able to answer at that time.
Later on, I searched, but I did not not find a satisfactory answer for this question. So, can we really use OSPF without Area 0?
There is only one way to use OSPF without an Area 0, and that is to use OSPF with a single area. If you only have one OSPF area, you can number it any way you like, but if you have even two areas, you must have an Area 0.
OSPF can work efficiently without area 0 when there is only one area. When there is a need for more areas, OSPF traffic should pass through the backbone area (area 0) to avoid the routing loop.
OSPF runs Link State protocol inside the area, However, it uses Distance Vector protocol to advertise the routes between areas. The Distance Vector protocol is vulnerable to the routing loops, therefore, the traffic from one area to another must pass through area 0.
If not using area 0 or backbone area then it means that single area ospf is being implemented here..
What is single area ospf read it here:- http://learnwow.blogspot.in/2017/10/ospf-in-networking-top-standout-characteristics.html
No OSPF should have a backbone area because it acts as a hub to transmit routing information about other areas in the network.