What Is SD-WAN?
SD-WAN stands for Software-Defined Wide Area Network. It is a technology that separates the network's control plane—the logic that decides where traffic goes—from the data plane, the physical connections that actually carry the traffic. This separation, borrowed from Software-Defined Networking (SDN) concepts developed in data center environments, allows a centralized controller to manage and optimize traffic across multiple types of WAN connections simultaneously.
In practical terms: before SD-WAN, a branch office typically had one or two dedicated MPLS circuits, and traffic routing decisions were baked into each router's configuration independently. Changing routing policy across 50 branches meant logging into 50 routers. If a circuit failed, manual intervention was often required. The branch was a fixed, expensive, relatively rigid thing.
SD-WAN replaces that rigidity with software intelligence. You deploy a small appliance (physical or virtual) at each branch location. That appliance connects to whatever circuits you have—MPLS, broadband fiber, cable, 4G LTE, 5G, satellite—and reports their status to a centralized controller in real time. The controller applies policy: "send VoIP over the MPLS, send backup traffic over broadband, fail over to LTE if latency on either exceeds 50ms." Every branch follows the same policy, updated from a single dashboard.
The WAN becomes underlay agnostic. It doesn't care whether the circuits underneath are MPLS or broadband or cellular. The overlay handles routing, security, and optimization regardless of what transport is present. This is the foundational concept of SD-WAN.
How SD-WAN Works
SD-WAN architecture has three layers: the underlay, the overlay, and the controller.
The underlay is the collection of physical or virtual circuits connecting your locations—MPLS from a carrier, broadband from Comcast or AT&T, a 5G connection from Verizon, a direct internet connection at a data center. These are purchased independently and can be a mix of anything. The underlay is transport; it carries bits.
The overlay is the SD-WAN fabric itself—encrypted tunnels (typically IPsec or DTLS) built on top of the underlay circuits. The SD-WAN appliance at each site creates tunnels to every other site and to any cloud on-ramp points. To applications, the overlay looks like a single managed network. The tunnels are encrypted by default, so the SD-WAN fabric is secure even when built over cheap public broadband.
The centralized controller is the brain. It maintains a real-time view of every link's performance—latency, jitter, packet loss, bandwidth utilization—and distributes routing policy to all appliances. When performance degrades on one path, the controller (or the appliance itself, using local policy) steers traffic to a better path in milliseconds. No human intervention required.
Zero-touch provisioning (ZTP) is how new sites get deployed. You ship a pre-registered appliance to a branch. A non-technical employee plugs it in, connects the circuits, and it phones home to the controller, downloads its configuration, and comes online automatically. Branch deployment that used to take weeks of IT scheduling can happen in hours.
Application traffic is identified using deep packet inspection (DPI). The SD-WAN recognizes Microsoft Teams, Salesforce, SAP, RDP, and hundreds of other applications by their traffic signatures. Once identified, policy determines which path that application takes. This is application-aware routing—one of SD-WAN's most important capabilities.
Key SD-WAN Capabilities
Not every SD-WAN platform delivers every capability at the same quality level, but the core feature set you should expect from any enterprise-grade SD-WAN includes the following.
Application-aware routing. Traffic is identified by application (not just port and protocol) and steered accordingly. VoIP gets low-latency paths. Backup jobs get whatever is left over. This is what makes SD-WAN meaningfully different from simple link bonding or load balancing.
Dynamic path selection. The appliance monitors all available paths continuously and moves traffic when a path degrades. If jitter on your MPLS circuit spikes to 40ms (unacceptable for VoIP), calls move to broadband automatically—without a ticket, without a call to the carrier.
WAN optimization. Many platforms include TCP acceleration, data deduplication, and compression to make applications perform faster over high-latency links. This is especially useful when you're using a mix of broadband and long-haul circuits.
Zero-touch provisioning. Pre-stage a device in the cloud controller before it ships to the branch. When it arrives on-site and is plugged in, it automatically downloads its full configuration. Branches can go live in under an hour with no on-site IT expertise required.
Centralized visibility and analytics. A single pane of glass shows application performance, link health, bandwidth consumption, and security events across every site. This replaces the fragmented per-device view that traditional WAN management required.
Built-in security (select vendors). Next-generation firewall, IDS/IPS, URL filtering, and cloud access security broker (CASB) functionality are integrated in platforms from Fortinet, Palo Alto Prisma, and Cato Networks. This collapses the branch security stack into the SD-WAN appliance, eliminating the need for separate firewall hardware at every branch.
Cloud on-ramps. Direct integration with AWS, Azure, and Google Cloud means branch traffic destined for SaaS applications or cloud workloads can break out locally and take optimized paths to the cloud provider's nearest point of presence—rather than backhauling all traffic through a central data center. This dramatically improves performance for cloud-first organizations.
Business Benefits of SD-WAN
The business case for SD-WAN rests on four pillars: cost reduction, operational agility, application performance, and network visibility. Organizations that have deployed SD-WAN broadly report measurable improvements across all four.
Cost reduction: 60–80% savings vs. pure MPLS. MPLS circuits are expensive—typically $400–2,000/month per site for 10–100 Mbps. Broadband (fiber, cable, or 5G) of equivalent or higher bandwidth costs $50–200/month per site. SD-WAN lets you use broadband for the majority of your traffic and either eliminate MPLS entirely or reduce it to a small backup or high-priority circuit. Organizations with 20+ sites routinely cut WAN spend by $500,000–$2,000,000 annually through this transition. The hardware and licensing for SD-WAN is typically recovered in 6–18 months from circuit savings alone.
Faster branch deployment. A new branch office network used to require carrier provisioning (4–12 weeks for MPLS), IT travel to configure routers, and extensive testing. With SD-WAN and zero-touch provisioning, a branch can be operational in days: order an appliance, pre-configure it in the cloud, ship it. A local employee plugs it into two broadband circuits and it goes live. The time savings translate directly to faster business expansion.
Better cloud performance. The old WAN architecture assumed applications lived in a data center. Traffic went branch → MPLS → data center → internet → SaaS. Every step added latency. SD-WAN supports local internet breakout: branch traffic destined for Microsoft 365, Salesforce, or AWS goes directly from the branch to the internet, bypassing the data center entirely. For cloud-heavy organizations, this can reduce application latency by 30–60%.
Visibility and analytics. SD-WAN platforms provide per-application, per-site, per-circuit analytics in real time. You know which applications are consuming bandwidth, which circuits are degraded, and which sites are experiencing performance issues—before users call the help desk. This proactive visibility is a significant operational improvement over the black-box view of traditional WAN monitoring.
SD-WAN vs. MPLS: The Real Tradeoffs
MPLS and SD-WAN are not mutually exclusive—many organizations run them together. But understanding the genuine tradeoffs matters for making the right architectural decision.
| Factor | MPLS | SD-WAN (over broadband) |
|---|---|---|
| Cost per site | $400–$2,000+/month | $50–$250/month (circuits) |
| Bandwidth ceiling | 10 Mbps–1 Gbps (expensive above 100 Mbps) | 1 Gbps–10 Gbps (widely available) |
| Latency | Deterministic, low (carrier-guaranteed) | Variable; best-effort internet |
| Reliability | Carrier SLA-backed; 99.9–99.99% uptime | Depends on ISP; SD-WAN adds redundancy |
| Security | Private network; no encryption needed | IPsec/DTLS encryption over public internet |
| Deployment time | 4–12 weeks for new circuit | Days to weeks (broadband often already present) |
| Cloud integration | Requires backhauling to data center | Direct cloud on-ramp, local breakout |
| Branch agility | Low; circuit changes require carrier involvement | High; policy changes in minutes from dashboard |
| Best for | Latency-sensitive, compliance-heavy, legacy apps | Cloud-first, multi-site, cost-conscious organizations |
The practical reality in 2026: pure MPLS is increasingly rare among mid-market organizations. Most have moved to a hybrid model—a small MPLS circuit (10–50 Mbps) for latency-sensitive traffic like voice and ERP, with SD-WAN over broadband handling everything else. This hybrid captures MPLS's reliability for the applications that need it while cutting costs dramatically for the 80% of traffic that doesn't.
For new deployments—especially those with cloud-first architectures—full MPLS replacement with dual-broadband SD-WAN (two diverse ISPs at each site) is now the default recommendation from most network architects, including the ITG Group team.
SD-WAN vs. SASE: What's the Difference?
SASE (Secure Access Service Edge) is a framework coined by Gartner in 2019 that converges SD-WAN with a full cloud-delivered security stack—including next-gen firewall, cloud-access security broker (CASB), zero-trust network access (ZTNA), and secure web gateway (SWG)—into a single service. Think of it this way: SD-WAN solves the connectivity problem (how do I route traffic intelligently across multiple links?), while SASE solves both the connectivity and the security problem simultaneously.
If your organization is managing separate branch firewalls, VPN concentrators, and SD-WAN appliances, SASE collapses those into one cloud-delivered service. Cato Networks and Palo Alto Prisma SASE are leading examples. SD-WAN is the WAN layer of SASE—you can't have SASE without SD-WAN, but you can deploy SD-WAN without the full SASE security stack. Which approach is right depends on your existing security architecture and how much of your stack you're prepared to move to the cloud.
SD-WAN Deployment Models
SD-WAN is not one-size-fits-all in how it gets deployed. There are three primary models, each with different tradeoffs in control, complexity, and cost.
DIY (Customer-Managed). You procure hardware from a vendor like Cisco Meraki, VMware SD-WAN, or Fortinet, manage the controller yourself (or in the vendor's cloud), and handle configuration, monitoring, and troubleshooting in-house. This model offers maximum control and lowest monthly cost once deployed, but requires network engineering expertise. It's the right model for organizations with experienced in-house networking teams, or those with complex requirements (custom BGP policy, integration with existing security tools, unique compliance mandates).
Managed Service (Carrier or MSP). A telecommunications carrier (AT&T, Comcast Business, Lumen, Verizon) or managed service provider deploys and operates the SD-WAN on your behalf. They provision the hardware, configure the platform, monitor performance, and handle troubleshooting. You get a single bill and a single SLA. This model trades some control for simplicity. It's particularly appealing for organizations with limited IT resources, those expanding rapidly, or those that want to offload network operations entirely. Pricing is typically a per-site monthly fee that bundles hardware amortization, platform licensing, and managed services.
Cloud-Delivered SD-WAN. Vendors like Cloudflare Magic WAN, Cato Networks, and Aryaka operate a global private backbone and deliver SD-WAN as a fully cloud-native service. Your sites connect to the nearest point of presence (PoP) of the provider's network, and traffic is routed over their backbone—with security applied inline. There's no SD-WAN hardware to manage on-premises beyond a lightweight connector or software client. This model is the fastest to deploy, integrates natively with cloud and SaaS, and delivers built-in security. It's increasingly popular for cloud-first organizations that have already moved most workloads out of traditional data centers.
The right deployment model often depends on your existing vendor relationships, internal IT capacity, compliance requirements, and how aggressively you're moving to the cloud. Many organizations use a hybrid: managed service at smaller branches where local IT is absent, and DIY at headquarters where they have the expertise to run it.
Leading SD-WAN Vendors in 2026
The SD-WAN market has consolidated significantly from the 2019–2022 period, when dozens of pure-play vendors competed. Acquisitions (VMware buying VeloCloud, Fortinet building natively, Palo Alto acquiring CloudGenix) and the rise of SASE platforms have reshaped the landscape. Here are the vendors most commonly evaluated by mid-market and enterprise organizations in 2026.
Cisco Meraki MX. The most widely deployed SD-WAN platform in the mid-market. Meraki's cloud-managed architecture is its defining strength—every device is managed through the Meraki dashboard, ZTP is seamless, and the UI is the most approachable in the industry. Meraki excels at simplicity and scale. Its limitations are cost (Meraki licensing is among the more expensive, especially as you scale) and depth (heavy customization requires workarounds). Best for: organizations prioritizing operational simplicity and broad IT generalist management.
VMware SD-WAN (formerly VeloCloud). Broadcom's acquisition of VMware has introduced some uncertainty into the platform's roadmap, but VeloCloud remains one of the most technically capable SD-WAN platforms, especially for complex multi-site enterprises. Its gateway network (VMware-operated cloud gateways for traffic optimization) and deep carrier integration make it a strong choice for large deployments. Best for: large enterprises with complex routing requirements and existing VMware relationships.
Fortinet Secure SD-WAN. Fortinet integrates SD-WAN functionality directly into its FortiGate next-generation firewall platform. This means branch offices get SD-WAN and enterprise-grade security (IPS, URL filtering, SSL inspection, ZTNA) from a single appliance at a lower total cost than deploying separate SD-WAN and firewall devices. Fortinet is the most cost-competitive option in this review for organizations that need both networking and security. Best for: security-conscious organizations, mid-market companies, and those replacing legacy branch firewalls.
Palo Alto Prisma SD-WAN. Palo Alto's Prisma platform is a full SASE offering—SD-WAN is the connectivity layer of a broader cloud-delivered security architecture. Prisma SASE integrates SD-WAN with Prisma Access (cloud-delivered NGFW, CASB, SWG, ZTNA) for organizations that want to converge their networking and security stacks. It's priced at the premium end of the market. Best for: large enterprises with sophisticated security requirements and existing Palo Alto security deployments.
Cato Networks. Cato is a pure SASE cloud platform—there's no traditional on-premises SD-WAN hardware to manage. Sites connect to Cato's global PoP network via a lightweight socket appliance, and all security and routing is performed in the cloud. Cato is among the easiest platforms to deploy and manage, with a unified policy model for both networking and security. It's particularly strong for organizations with distributed remote workforces and cloud-heavy architectures. Best for: cloud-first organizations, fast-growing companies, and those wanting to eliminate branch security appliances.
Aryaka. Aryaka differentiates on its privately owned global backbone—traffic between sites travels over Aryaka's own MPLS-grade private network, not the public internet, even while using the SD-WAN overlay model. This delivers MPLS-like performance at broadband economics. Aryaka also offers a fully managed service model, handling everything from provisioning to ongoing operations. Best for: multinational organizations, those with latency-sensitive applications, and companies that want managed service with no internal network operations burden.
What Does SD-WAN Cost?
SD-WAN pricing has three components: hardware (or appliance), software licensing, and optionally, managed service fees. The underlying WAN circuits are a fourth component, but those costs exist regardless of whether you deploy SD-WAN—and SD-WAN typically reduces them.
Hardware costs: $500–$3,000 per site. A small-branch appliance (Cisco Meraki MX68, Fortinet FortiGate 60F, VMware SD-WAN Edge 510) runs $500–$1,200 for a device capable of handling 100–500 Mbps of traffic. Larger appliances for campus or data center use (1 Gbps+) run $1,500–$3,000+. Hardware is typically a one-time capital cost amortized over 3–5 years, though many vendors bundle hardware into subscription pricing.
Software licensing: $50–$300 per site per month. SD-WAN platforms are licensed per appliance per year (Cisco Meraki, Fortinet) or per site per month (Cato, Aryaka, VMware). Entry-level licensing with basic SD-WAN features starts around $50/site/month. Advanced tiers with analytics, security features, and priority support range from $100–$300/site/month. For large deployments, volume discounts apply—organizations with 50+ sites typically negotiate 20–40% off list pricing.
Managed service: $150–$600 per site per month (all-in). Carrier-managed and MSP-delivered SD-WAN bundles hardware, licensing, circuit management, and operations support into a single monthly fee. The range is wide because managed service pricing varies significantly by carrier, number of sites, circuit mix, and SLA tier. AT&T and Comcast Business tend to be at the higher end; regional MSPs and independent telecom advisors (like ITG Group) can often structure managed SD-WAN at $150–$300/site/month for mid-market organizations.
The real cost calculus. When evaluating SD-WAN financially, the right comparison isn't "SD-WAN cost vs. zero." It's "SD-WAN cost vs. current MPLS cost." An organization paying $1,200/month per site for 50 Mbps MPLS can often move to $100/month broadband (100+ Mbps) plus $150/month SD-WAN licensing and managed service—saving $950/month per site, or $11,400/year per site. Across 30 sites, that's $342,000 in annual savings. The hardware pays for itself in 30–60 days.
Frequently Asked Questions
- Is SD-WAN the same as MPLS?
- No. MPLS is a type of private WAN circuit—a dedicated, carrier-managed connection with guaranteed performance. SD-WAN is a technology layer that sits on top of any WAN transport (including MPLS, broadband, 5G, or a mix). SD-WAN manages and optimizes traffic across whatever circuits you have. You can run SD-WAN over MPLS, or you can use SD-WAN to replace MPLS with cheaper broadband, or both.
- Do I need to replace my existing circuits to deploy SD-WAN?
- No. SD-WAN is underlay agnostic—it works over whatever circuits are already in place. Many organizations deploy SD-WAN first over their existing MPLS and broadband circuits, gain visibility and optimization benefits immediately, and then migrate away from MPLS over time as contracts expire. You're not locked into a rip-and-replace; SD-WAN can coexist with and complement existing infrastructure.
- How long does it take to deploy SD-WAN across multiple sites?
- With zero-touch provisioning, a single site can go live in hours once the appliance arrives and broadband circuits are available. A 20-site deployment can realistically complete in 4–8 weeks, including hardware procurement, pre-staging, and phased rollout. The long pole is usually broadband provisioning at sites that don't have existing internet circuits—that can add 2–6 weeks per site. MPLS circuit provisioning, by contrast, typically takes 6–12 weeks per site.
- Is SD-WAN secure enough for regulated industries (healthcare, finance)?
- Yes, when properly configured. SD-WAN traffic over public internet is encrypted with AES-256 (IPsec or DTLS), which meets encryption requirements under HIPAA, PCI-DSS, and SOC 2. Platforms with integrated next-gen firewall (Fortinet, Palo Alto Prisma) also add IPS, URL filtering, and application control inline. For healthcare and finance, the key is ensuring end-to-end encryption is enforced in policy and that security features are active—not just available. ITG Group's team can document the security architecture for compliance audit purposes.
- What's the difference between SD-WAN and a VPN?
- Both create encrypted tunnels over the internet, but the similarity ends there. A traditional VPN is static: you configure a tunnel between two endpoints and traffic either goes through it or it doesn't. SD-WAN is dynamic: it maintains multiple tunnels across multiple circuits simultaneously, monitors performance in real time, applies application-aware policies, and moves traffic between paths automatically. SD-WAN is also centrally managed across all sites from a single controller, while VPN configurations are typically managed per-device. SD-WAN is a full enterprise WAN architecture; VPN is a point-to-point connectivity tool.
- Which SD-WAN vendor should I choose?
- It depends on your priorities. If simplicity and broad IT manageability are paramount, Cisco Meraki. If you need integrated security at the lowest hardware cost, Fortinet. If you have complex enterprise requirements and existing VMware investment, VMware SD-WAN. If you're cloud-first and want to converge networking and security, Cato Networks or Palo Alto Prisma. If you need MPLS-grade performance globally with full managed service, Aryaka. ITG Group evaluates all major platforms and can provide a vendor-neutral recommendation based on your specific environment.
Need help evaluating SD-WAN?
ITG Group's network architects compare vendors, negotiate contracts, and manage deployment—at no cost to you.
Get a free SD-WAN assessment