Well in OSPF is like this and im wondering why
Most of the stuff in OSPF works like a link state routing protocol... at least for example inside an area it works like this
Routers inside an area exchange type 1 and type 2 LSA to build the topology table(LSDB) them use the SPF algorithm agains it to do the routing table.
Then when another router recive a network summery LSA from an ABR it does not run the SPF algorith it simple add it to the routing table and it uses the cost to that destination from the ABR so this part works as a distance vector protocol...
Now i was reading some books and it says this is the reason of why all areas must connect to the backbone area.... cause of this distance vector behavior it says it can avoid loops
I just dont see how this works... andwhy it avoid loops... and i ve been trying to find why but all i see is that they mention it but NEVER EXPLAIN it properly with dunno maybe an example in the documents or books i have read it just says that it must connect to the area 0... sigh
im confused someone help me?