The corporate version solves a real problem. An employee at home needs to reach systems that live on the office network, and the internet in between is untrusted. The VPN client on the laptop authenticates to a gateway at the office, the two agree keys, and from then on everything the laptop sends to office addresses travels inside an encrypted tunnel and emerges on the office network as if the laptop were plugged in there. Site-to-site VPNs do the same between two offices, or between an office and a cloud network, with routers at each end and no client software. The protocols are standardised and well studied, and the encryption is not where these systems fail.
They fail at the trust model. Once the tunnel is up, the remote device is on the network, and whatever the network trusts, it trusts the device. A stolen VPN credential, or a compromised laptop that connects legitimately, gives an attacker an employee's seat on the network, which is why VPN gateways have become one of the most attacked classes of device on the internet and why the industry is moving toward access per application through an identity-aware proxy instead of access to a whole network through a tunnel. That shift is the zero-trust argument in its most concrete form, and many organisations run both models at once while they migrate.
The consumer product is a different thing
A subscription VPN encrypts the traffic between your device and the provider's server, then sends it onward as ordinary internet traffic. Your internet provider and the coffee-shop network see only the tunnel; the VPN company sees everything they would have seen. On the modern web, where nearly every site already encrypts its connection, the practical gain is hiding which sites you visit from the local network and appearing to be somewhere else. Claims that it makes you anonymous, protects you from hackers, or secures your banking are marketing, and the honest use case is a hostile local network or a geographic restriction.
- Remote access: one device to a network, via a client. The classic corporate case.
- Site to site: one network to another, via routers or cloud gateways. How a branch reaches head office, or an office reaches its cloud environment.
- Consumer: one device to a provider's exit point. Hides traffic from the local network and relocates its apparent origin; nothing more.
