1.6.Full-Mesh Topology
Last updated
Was this helpful?
Last updated
Was this helpful?
1.Every site has a direct WAN connection to every other site.
Benefit: An optimal route exists between any two sites.
Drawback: A full-mesh network can be difficult and expensive to scale, because the addition of one new site requires a new WAN link between the new site and every other existing site.
2.The number of required WAN connections can be calculated with the formula w = n * ( n – 1) / 2, where w = the number of WAN links and n = the number of sites. For example, a network with 10 sites would require 45 WAN connections to form a fully meshed network: 45 = 10 * (10 – 1) / 2.
Benefit: A full-mesh network is fault tolerant because one or more links can be lost and reachability between all site might still be maintained.
3.Troubleshooting a fullmesh network is relatively easy because each link is independent of the other links.