What's changed: Initial version
4.1WAN and wide-area connectivity
Compares the characteristics of closed-network services connecting sites over a leased line, wide-area Ethernet, and MPLS (label switching)-based IP-VPN, versus an Internet VPN, and builds the judgment to choose the optimal circuit and access method from the tradeoffs among cost, quality (bandwidth guarantee, latency), and security.
For a network designer at a multi-site company, choosing a site-to-site connectivity method is a three-way tradeoff among cost, quality (bandwidth guarantee and latency stability), and security. Options range from a leased line—high quality and high security but expensive—to an Internet VPN, which is cheap but offers weak quality guarantees. The optimal choice shifts with requirements. This section builds the judgment needed to decide which WAN service to choose given concrete constraints such as site count, required quality, and budget.
4.1.1Leased lines and wide-area Ethernet
- A leased line is a circuit dedicated to a single subscriber on the carrier's facilities. Because it is not shared with other customers' traffic, bandwidth and latency are fully guaranteed and confidentiality is highest, but its chief drawback is that cost rises with distance (a full-mesh topology across many sites becomes prohibitively expensive).
- Wide-area Ethernet transparently carries Ethernet frames across the carrier's network, connecting sites at Layer 2. Even with many sites, hub-and-spoke or full-mesh topologies can be configured flexibly, and cost does not scale as sharply with distance as a leased line does. Because it is an L2 connection, it also offers leased-line-like freedom to design the IP addressing scheme across sites.
4.1.2MPLS (label switching) and IP-VPN
- MPLS (Multi-Protocol Label Switching) attaches a short label to a packet instead of relying on the IP address, and each LSR (label-switching router) along the path forwards based solely on the label, which is faster than repeatedly looking up the destination IP address in ordinary IP routing. It also allows flexible control of paths, bandwidth, and priority per FEC (forwarding equivalence class).
- IP-VPN is a service in which the carrier builds a per-subscriber virtual closed network (a VRF, or virtual routing and forwarding table) inside its MPLS network and connects sites at Layer 3 (IP). Because it traverses the carrier's network but never the public Internet, it is easier to guarantee bandwidth and apply QoS than wide-area Ethernet, making it a representative choice that balances cost and quality well for large, multi-site deployments.
Most-tested: "a leased line = dedicated to one subscriber, highest quality but expensive due to distance-based pricing", "wide-area Ethernet = an L2 closed network, resilient to growth in site count", and "IP-VPN = MPLS plus VRF, an L3 closed network that is easier to bandwidth-guarantee". Do not confuse the fact that MPLS "forwards based solely on the label" with the fact that IP-VPN "never traverses the public Internet."
4.1.3Internet VPN versus closed-network selection
- An Internet VPN builds a tunnel—typically with IPsec—over the public Internet and uses encryption to make it behave like a virtual leased line. It has the lowest circuit cost and makes adding or changing sites easy, but because it is subject to Internet congestion, its bandwidth/latency guarantee (SLA) is weak. The data itself is encrypted, so confidentiality is assured, but availability and quality lag behind IP-VPN.
- A closed network (a general term for wide-area Ethernet, IP-VPN, and similar services) stays entirely within the carrier's network and never traverses the public Internet. Being less exposed to attacks from unspecified parties and offering more stable quality, it suits mission-critical traffic such as settlement or control systems. In recent years, designs that route between a closed network and an Internet VPN using SD-WAN (detailed in Section 3) have become increasingly common.
Suppose a retail chain with 1 head office, 5 flagship stores, and 120 general stores is designing a network to aggregate POS data and payment traffic at the head office. Laying a leased line to all 120 stores is rejected first, since the cumulative distance-based pricing across 120 sites makes the cost unrealistic. Next, for the 5 flagship stores, where payment traffic requires high availability and confidentiality (e.g., under PCI DSS-type requirements), the design adopts IP-VPN, which is easier to bandwidth-guarantee and stays within a closed network, balancing cost and quality. For the 120 general stores, which only carry traffic such as a daily POS batch upload, the design adopts a low-cost Internet VPN (an IPsec tunnel) that makes adding or relocating stores easy, keeping both initial investment and operating cost down. The pitfall to avoid here is the misconception that "an Internet VPN is encrypted, so it is just as safe as a closed network"—encryption secures confidentiality, but because the traffic still traverses the public Internet, its availability/quality SLA remains weaker than a closed network's. Routing payment traffic with strict availability requirements onto an Internet VPN merely because it is convenient is therefore an inappropriate design decision; matching closed-network versus Internet-VPN choice to the actual requirements (not just confidentiality, but also availability and quality) is the key to balancing cost and quality.
| Method | Quality guarantee | Cost tendency | Suited use |
|---|---|---|---|
| Leased line | Highest (dedicated) | Expensive, distance-based | Few sites, most critical traffic |
| Wide-area Ethernet | High (L2 closed) | Scales better with site count | Many sites, flexible IP design |
| IP-VPN | High (L3 closed, easy to guarantee) | Moderate | Large multi-site, QoS requirements |
| Internet VPN | Weak (over public Internet) | Lowest | Small sites, frequent additions |
Trap: "MPLS looks at the IP address to decide the path, so it is the same as ordinary IP routing" is wrong—MPLS forwards by label switching, referring only to the label. Also wrong: "an Internet VPN is encrypted, so it is equivalent to IP-VPN in quality too"—encryption only secures confidentiality; because it still traverses the public Internet, bandwidth guarantees and latency stability remain inferior to IP-VPN.
4.1.4Section summary
- A leased line offers the highest quality but is costly due to distance-based pricing; wide-area Ethernet is an L2 closed network that scales well with site count
- MPLS forwards quickly via label switching; IP-VPN is an L3 closed network built on MPLS + VRF that is easy to bandwidth-guarantee
- An Internet VPN is low-cost but has a weak SLA since it traverses the public Internet—choose between it and a closed network based on requirements
Sign in to track progress — Log in.
Quick check
(just a quick review)Q1. A company is designing a WAN connecting its head office to many branches. Payment traffic requires high availability and a bandwidth guarantee, and must also avoid traversing the public Internet, while staying more cost-realistic than a leased line. Which method best satisfies these requirements?
Q2. Which is the most accurate description of forwarding behavior in a wide-area network using MPLS?
Q3. A retail chain that frequently opens or relocates small stores wants to connect them to the head office while keeping initial investment and operating cost low. Given traffic volumes on the order of a daily POS batch upload, without requiring an absolute bandwidth guarantee, which connection method is most suitable?
Keep track of your progress
The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.

