Sequentur Blog
Helping you stay ahead of IT challenges
Real-world IT knowledge from engineers solving problems every day.
Practical IT knowledge for businesses that can’t afford downtime
SD-WAN for small business: is it worth it
SD-WAN started life as an enterprise technology. Big multi-national companies replacing $20,000-a-month MPLS circuits with cheaper broadband connections plus intelligent routing – that was the original pitch, and it worked. Over the last five years that same technology has filtered down into SMB-appropriate boxes from Meraki, Fortinet, VeloCloud (now Broadcom), and SonicWall, and the question has shifted from “do enterprises need this” to “does a 30-person business with two offices and one branch need this.”
The honest answer is: sometimes. SD-WAN is genuinely useful for some small business scenarios and complete overkill for others. The marketing makes it sound like every business needs it. The reality is that most single-location SMBs do not, most multi-location SMBs benefit from it, and the calculation hinges on a few specific factors more than on company size.
This article covers what SD-WAN actually does in plain English, the SMB use cases where it pays off, the cases where it is overkill, the cost math against alternatives like dual-WAN firewalls and traditional failover, and what a managed SD-WAN engagement looks like at small business scale. It is written for owners and IT generalists evaluating whether the SD-WAN quote on their desk is solving a real problem or selling a feature they do not need.
Short answer: do you need SD-WAN
You probably need SD-WAN if you have: multiple office locations connected by site-to-site VPN, business-critical traffic that cannot tolerate connection failures (VoIP, payment processing, cloud-hosted line-of-business apps), a cellular failover requirement, or a remote workforce that needs centralized connectivity policy. You probably do not need SD-WAN if you have: a single office, no site-to-site requirements, and a workload that tolerates a 30-second internet failover from a dual-WAN firewall.
The cost is meaningful. SMB SD-WAN typically runs $50 to $300 per month per location for the appliance plus license, plus the cost of multiple internet connections. For a single-office business with one ISP, dual-WAN firewall plus a cellular backup costs less and solves most of the same problems. For a four-location business, SD-WAN often pays for itself in connectivity reliability and management simplification within the first year.
SD-WAN at a glance
| What SD-WAN does | What it replaces | Where it shines |
|---|---|---|
| Combines multiple internet connections into one logical link | Manual failover or single-ISP dependency | Locations that cannot tolerate ISP outages |
| Routes traffic by application, not just destination | Static routing rules | VoIP, video, cloud apps that need consistent quality |
| Automatically fails over between WAN links | Manual failover or none | Real-time apps where 30 seconds of failover is too long |
| Provides centralized management across locations | Per-site firewall configuration | Multi-site businesses where every site is configured the same way |
| Encrypts traffic between sites | Site-to-site VPN configured manually | Multi-site businesses with shared internal resources |
| Reports on performance per WAN link | Whatever the ISP gives you | Businesses that need to prove connection quality |
What SD-WAN actually does
The marketing acronyms are dense. Three things actually matter.
1. Combining multiple WAN links
Traditional networking treats each internet connection as a separate WAN. If you have a primary fiber link and a cable backup, the firewall picks one and uses the other only when the first fails – which means at most one connection is used at any given moment. Failover is binary: working, then broken, then working on the backup.
SD-WAN treats multiple WAN links as a pool. Traffic can be distributed across all available links, with rules that say “VoIP goes over the link with the lowest jitter,” “bulk file transfers go over the cheaper link,” “everything else load-balances.” When a link degrades – not just fails, but degrades – SD-WAN can detect that and route around the problem.
The practical difference: traditional failover means a 30-second to 2-minute service interruption when the primary connection goes down. SD-WAN means traffic shifts in real time, often without users noticing.
2. Application-aware routing
SD-WAN can identify what application a flow belongs to – a Microsoft Teams call, a Salesforce session, a backup transfer to S3 – and apply different routing decisions per application. A Teams call that needs low latency goes over the fiber link. A backup transfer that just needs throughput goes over the cable link. A SaaS app like Salesforce gets routed to the closest cloud entry point.
This matters most for businesses heavily dependent on cloud applications. A traditional setup routes everything through the firewall, out the WAN, and to wherever it ends up. SD-WAN can route SaaS traffic directly out the local internet connection rather than back-hauling it through a central site – which both improves performance and reduces load on the central connection.
3. Centralized management across sites
This is the multi-site case. With traditional networking, each branch office has its own firewall, configured separately, with its own VPN tunnel back to headquarters. Adding a new application access rule means logging into each firewall and applying it. Auditing whether all sites have the same security posture means logging into each site individually.
SD-WAN gives you a central management plane. Rules are configured once and pushed to all sites. New sites are provisioned by shipping an appliance, plugging it in, and watching it self-configure from the controller. This is genuinely a big deal for businesses with three or more locations.
When SD-WAN is the right answer for SMBs
The situations where SD-WAN earns its cost.
Multiple office locations
If you have two or more locations that need to share resources – file servers, line-of-business applications, internal services – SD-WAN simplifies the network compared to building site-to-site VPNs by hand. Each location gets the same configuration pushed from the controller, traffic between sites goes over an encrypted SD-WAN fabric, and adding a fourth or fifth site is a routine task instead of a multi-day project.
The threshold where this calculation flips: 3+ locations. With 2 locations, a pair of properly-configured business firewalls with a site-to-site VPN tunnel does the same work for less money. With 3+ locations, SD-WAN’s management consolidation starts paying off. The full set of multi-site connection options at SMB scale – site-to-site VPN, SD-WAN, MPLS, dedicated fiber – is in how to network multiple office locations for a small business, which also covers where shared resources should actually live and the cost math per added site.
Real-time traffic that cannot tolerate outages
VoIP, video conferencing, payment processing, and any cloud-hosted business-critical application falls in this bucket. The cost of a 30-second outage every few months is small for most workloads. For a call center, a medical practice taking phone bookings, or a retailer processing card payments, those 30 seconds are visible to customers and erode trust.
SD-WAN’s sub-second failover and link-quality routing addresses this directly. Combined with the redundant internet connections that the SD-WAN sits on top of, this is the most reliable connectivity arrangement available to small businesses.
Cloud-first businesses
Businesses where most of the work happens in Microsoft 365, Salesforce, AWS, Azure, or other SaaS platforms benefit from SD-WAN’s application-aware routing. Instead of every cloud session being routed through the firewall and out a single WAN link, SD-WAN can identify the SaaS application and route it directly out the internet, cutting latency and freeing up the primary link for other traffic.
For a heavy Microsoft 365 user, this is the difference between Teams calls that hold up during the busy part of the day and Teams calls that get choppy at 2pm because the office is downloading email attachments.
Centralized policy across multiple sites
Compliance frameworks – HIPAA, PCI, CMMC, SOC 2 – require consistent security posture across all sites. With per-site firewalls configured manually, “all sites have the same firewall rules” is an aspiration. With SD-WAN, it is a fact, because the rules are pushed from a central controller.
For a business with multiple locations and any compliance requirement, SD-WAN simplifies both the implementation and the audit by collapsing “prove all locations are configured correctly” into “show the controller config.”
When SD-WAN is overkill
The situations where SD-WAN is a feature in search of a problem.
Single-location businesses with one critical application
A 25-person office with one ISP, one fiber connection, no VoIP, and a workload that tolerates the occasional internet hiccup – this business does not need SD-WAN. A business firewall with dual-WAN support and a cellular backup router solves the failover problem for under $1,000 of equipment plus a $30/month cellular plan. SD-WAN at this scale is solving problems the business does not have.
Businesses where the WAN cost is the bottleneck
SD-WAN does not make a single bad internet connection good. If your office has one DSL line because that is the only thing the ISP offers in your area, SD-WAN cannot fix that. The right move is to upgrade the connection, get a fiber install scheduled, or – if neither is possible – look at fixed wireless or 5G business as a primary instead. SD-WAN is a layer on top of multiple decent connections; it cannot synthesize quality that is not there.
Workloads that already tolerate brief outages
Most business workloads – email, web browsing, document editing, occasional file transfers – tolerate a 30-second internet outage without anyone noticing. Email reconnects when the line is back. The user retries the page. The document syncs when connectivity returns. For these workloads, traditional dual-WAN failover at the firewall level is enough.
Businesses without the operational depth to use it
SD-WAN’s value comes from its management features. A business without an IT generalist who is going to log into the controller and actually configure application policies, route preferences, and per-site rules is paying for capabilities it will never use. The default config out of the box is useful but undifferentiated. Without someone tuning it, an SMB SD-WAN deployment is a $200-a-month dual-WAN firewall.
SD-WAN vs MPLS
For SMBs that asked about MPLS – and most have heard of it through enterprise networking conversations – the short answer is that MPLS is rarely the right answer at SMB scale. Traditional MPLS circuits run $500 to $2,000 per month per location for a dedicated private link between sites. SD-WAN over multiple commodity broadband connections delivers most of the same reliability at a fraction of the cost.
Where MPLS still wins: ultra-low latency requirements (financial trading, voice quality with very tight SLAs), guaranteed bandwidth contracts, and regulated industries where the carrier’s SLA is part of the compliance posture. None of these are common SMB scenarios.
SD-WAN vs dual-WAN firewall
This is the comparison most SMBs should actually be running, because dual-WAN firewall is the realistic alternative to SD-WAN for single and dual-location businesses.
| Capability | Dual-WAN firewall | SD-WAN |
|---|---|---|
| Multiple ISPs supported | Yes, usually 2-4 | Yes, usually 4-8 |
| Failover between links | Yes, 10-60 seconds | Yes, sub-second |
| Load balancing | Yes, by source IP or session | Yes, by application |
| Link quality measurement | No | Yes, real-time |
| Application-aware routing | No (or basic) | Yes |
| Centralized multi-site management | No (per-site config) | Yes |
| SaaS direct routing | No (everything through firewall) | Yes |
| Cellular failover support | Yes, via add-on | Yes, integrated |
| Typical SMB cost (single site) | $500-$1,500 hardware, $100-$300/yr license | $1,500-$3,500 hardware, $600-$1,800/yr license |
| Typical SMB cost (per additional site) | Same as primary | Lower (centralized management) |
| Operational complexity | Lower | Higher (worth it for multi-site) |
Single-location business: dual-WAN firewall is almost always the right answer. Multi-location business: SD-WAN starts to pay off at three or more sites and is the right answer at five or more.
What it costs at SMB scale
Real numbers, not enterprise pricing. SMB SD-WAN typically breaks down into:
| Cost component | Typical range |
|---|---|
| SD-WAN appliance per site (hardware) | $800 – $3,000 |
| SD-WAN license per site (annual) | $400 – $1,800 |
| Centralized management / cloud controller | $0 – $1,200/yr (often included in license) |
| Two internet connections (per site) | $150 – $500/month combined |
| Cellular failover (optional) | $30 – $150/month |
| Professional services for initial deployment | $1,500 – $7,500 one-time |
| Managed SD-WAN service (if outsourced) | $150 – $500/month per site |
For a single-site SMB doing self-managed SD-WAN: roughly $200-$400/month all-in, including connections. For a managed multi-site engagement at three locations: $1,500-$3,000/month all-in. The ROI is in connectivity reliability, not cost savings – SD-WAN typically costs more than what it replaces, but delivers reliability that the cheaper alternative cannot.
The exception is multi-site businesses currently running MPLS or dedicated point-to-point circuits. There, SD-WAN often saves real money – sometimes 50-70% of WAN spend – while improving capabilities.
Managed SD-WAN vs self-managed
A small business has two paths if it decides SD-WAN is the right answer.
Self-managed. The business buys appliances, configures the controller, manages policies, and handles upgrades. Suitable for businesses with an in-house IT generalist who has done network projects before. Lower ongoing cost, higher one-time learning curve. The first three months are setup-heavy; after that, it is a routine “log in and tune” cadence.
Managed. The business pays an MSP or a vendor-direct managed service to run the SD-WAN. The appliance lives at the office, the controller is run by the provider, policies are tuned collaboratively but operated by the provider. Suitable for businesses without dedicated network expertise or with multiple sites where consistent operational standards matter. Higher ongoing cost, lower complexity.
For most small businesses, managed SD-WAN is the right call. The technology is operationally interesting – link quality monitoring, application-aware routing, multi-site policy push – but extracting value requires someone watching it. A managed service makes that part of the price rather than a project the business has to staff.
How SD-WAN connects to the rest of the network
SD-WAN does not replace any of the other network components. It sits at the WAN edge.
- The firewall is still doing inspection, IDS/IPS, and security policy. Some SD-WAN appliances bundle firewall functionality (Meraki MX, Fortinet FortiGate); some are separate. Bundled is simpler at SMB scale.
- VLAN segmentation still happens on the LAN side, with traffic routed up to the SD-WAN appliance. SD-WAN does not segment the office network; it routes traffic out of it.
- Managed switches are still required for any meaningful internal segmentation. The SD-WAN box has a few LAN ports, but anything beyond a tiny office needs a real switch behind it.
- Business WiFi still handles wireless. SD-WAN has nothing to do with Wi-Fi.
Treat SD-WAN as a WAN-edge layer that improves how the office reaches the internet and other sites. It does not change anything about how the office network itself is built.
Common mistakes
The mistakes that turn an SD-WAN investment into a regret.
- Buying SD-WAN to fix a single bad connection. SD-WAN works on top of multiple decent connections. It cannot synthesize bandwidth that does not exist.
- Single-location deployment without a real failover requirement. Most single-site SMBs do not need this. Dual-WAN firewall plus cellular backup is the right answer.
- Treating SD-WAN as a firewall replacement. Most SD-WAN boxes have firewall features but not all of them are robust enough as standalone security devices. Verify what is included before relying on it.
- Not configuring application-aware routing. Out of the box, most SD-WAN deployments behave like dual-WAN firewalls. The differentiation comes from tuning per-application policies, which requires someone who understands the business’s traffic patterns.
- Skipping the cellular backup. SD-WAN with two wired connections is good. SD-WAN with two wired plus a cellular failover is what survives a regional fiber cut.
- Buying enterprise SD-WAN for SMB needs. Cisco Catalyst SD-WAN (formerly Viptela), VeloCloud, and other enterprise products are overkill for most SMBs. Meraki MX, Fortinet FortiGate, SonicWall, and Ubiquiti UniFi handle SMB-scale SD-WAN well.
- No QoS on the underlying connections. SD-WAN routes traffic intelligently across links, but if the upstream ISP does not respect QoS markings, voice traffic still gets dropped during congestion. Verify the ISP-side behavior.
- Underspecifying secondary links. A 1 Gbps primary and a 10 Mbps cable secondary is not a real failover – the secondary cannot carry production load. Secondary connections should be sized to carry at least core business workloads.
- No monitoring or alerting. SD-WAN provides rich telemetry, but only if someone is looking at it. “Set it and forget it” deployments miss the warnings.
- Treating SD-WAN as a one-time deployment. Application policies, route preferences, and security rules need ongoing tuning as the business changes. SD-WAN is a continuously-managed system, not an appliance.
Time-to-value
| Phase | Duration |
|---|---|
| Vendor selection and design | 1-2 weeks |
| Procurement and shipping | 1-3 weeks |
| Site survey and installation per location | 1-2 days |
| Initial policy configuration | 2-5 days |
| Testing and tuning | 2-4 weeks |
| Operational handoff | 1-2 days |
A single-site SD-WAN deployment with experienced help: live in 4-6 weeks. A three-site deployment: 8-12 weeks if all sites move in parallel, longer if sequenced. The first month after go-live is when the application policies get tuned based on observed traffic; expect adjustments, and plan for them.
Sequentur runs SD-WAN deployments as part of network management engagements with vendor selection guidance, multi-site rollouts, and ongoing managed services. If you are evaluating whether SD-WAN solves a real problem for your business or being sold one you do not need, schedule a call and we will walk through the decision honestly.
Get the Best IT Support
Schedule a 15-minute call to see if we’re the right partner for your success.
Testimonials
What Our Clients Say
Here is why you are going to love working with Sequentur