I’m thinking about migrating my network from RIP to OSPF.
After reading about OSPF, I’m confused about what to put in one area: all routers in one broadcast domain, all routers in one location or something else ?
Or simply put everything in backbone and don’t care ?
For ISP networks, it’s helpful to break up the routers that are customer facing and not in the core for a few reasons.
As already mentioned summarization.
The SPF algorithm runs within an area so Area boundaries help to limit instability is a router starts sending bad LSAs or is flapping. This helps to protect the core.
Once the number of routers is over 150 to 200, OSPF will be less stable and areas or separate instances are needed
Unless you have no choice, avoid using special area types as they tend to create more problems than they solve.
OSPF areas came to be due to memory limitations. In modern networks you can push more routers and routes into an area.
Part of it depends on your overall design. In an ISP network you can put customer networks into their own area.