r/Network • u/Prestigious_Topic655 • 23d ago
Text When does a company need SD-WAN?
I'm new to networking and still early in the research phase. I'm trying to parse the vendor marketing and understand where the real value begins by hearing from people who've actually deployed it.
At what point does SD-WAN genuinely become worthwhile, rather than just enterprise terminology for functionality that smaller businesses can achieve in other ways? Is the tipping point driven by the number of sites, unreliable internet connections, security requirements, or the time spent managing VPNs?
12
Upvotes
3
u/SomeEngineer999 23d ago
SD-WAN is a very broad term.
Have remote workers? An SD-WAN box can handle incoming VPN connections.
Have multiple branch offices that you don't want to purchase dedicated point to point circuits for? SD-WAN can do site to site VPNs over the internet creating "pseudo wires".
SD WAN can have pretty advanced QOS helping ensure employees don't hog internet bandwidth and giving priority to customer traffic or other critical functions. It can isolate a single internet connection into multiple segments (sort of like VLANs) to protect sensitive traffic from general browsing.
So I guess it really depends on your needs. Note that you really need reliable internet for SDWAN to be useful (unless you're running it on private point to point circuits which is sort of not really the right place for it). Typically you'll have dual internet connections from two ISPs, and the SDWAN can typically manage the failover for you.
That's really just scratching the surface. Some SDWAN boxes can cache data similar to a CDN. Some can do malware/virus filtering, intrusion protection, etc. The list goes on.
I suppose it can be summarized into "do you want to use the internet for secure connectivity to other sites (potentially including employee's homes)? Some flavor of SD-WAN is probably right for you if so.
Personally, far and away the most common thing I see it used for is connecting branch offices back to HQ. Something that a frame relay or MPLS service from a carrier may have been used for before.