1. Personal VPN (the consumer kind)
The category most people mean by "VPN" today. A subscription or free service that gives you an app, which encrypts your device's traffic and routes it through the provider's servers. The product is privacy + IP masking for individuals.
Examples: ClownVPN, NordVPN, ExpressVPN, ProtonVPN, Surfshark, Mullvad, IVPN, TunnelBear, Windscribe.
Best for: public WiFi safety, stopping your ISP from logging your destinations, hiding your IP from random websites you visit.
Sub-flavors of personal VPN
- Standard server-based (what we do): provider runs servers, you connect to them. Most consumer VPNs work this way.
- Peer-to-peer "VPN" (Urban VPN, Hola): user devices route each others' traffic. Different trust model, covered in detail here.
- Self-hosted personal VPN: you run a WireGuard or OpenVPN server on a $5/mo VPS. Powerful but you only have one IP (your server's) and you're responsible for ops.
2. Remote-access VPN (the corporate kind)
The original VPN use case from the 1990s. A company has an internal network with file servers, intranet sites, ticket systems, etc. Employees who work remotely need access. The company runs a VPN server that lets authenticated employees connect to the internal network as if they were physically in the office.
Examples: Cisco AnyConnect, Palo Alto GlobalProtect, Fortinet FortiClient, OpenVPN Access Server, your company's custom deployment.
Best for: employees accessing internal company resources. Not designed for personal privacy.
Key differences from personal VPN:
- Goal is access to a specific network, not "hide my IP".
- You authenticate with corporate credentials.
- Traffic to non-company destinations might still go out your local internet, not through the VPN (split tunneling is common in corporate setups).
- Your employer can monitor traffic that goes through the corporate VPN. Don't do personal stuff on it.
3. Site-to-site VPN (network engineering)
Connects two entire networks together, not individual devices. A company with offices in San Francisco and London might use a site-to-site VPN so devices on the SF network can directly reach servers on the London network, all encrypted.
Examples: Cisco DMVPN, AWS VPN Gateway, Azure VPN Gateway, generic IPsec tunnels between routers.
Best for: infrastructure-level connectivity between offices, data centers, or cloud regions. Not a consumer product.
You as an end user never directly interact with a site-to-site VPN β it's between network devices. But it might be the reason a device on your work network can reach a server in another office without going through the public internet.
4. Mesh VPN (modern)
A newer architecture: each device runs the VPN software and forms a peer-to-peer encrypted network with other devices in the same "tailnet" or "mesh". No central server is in the middle of every connection. Your phone in NYC can directly reach your laptop in Berlin, through their shortest network path, all encrypted end-to-end.
Examples: Tailscale, ZeroTier, NordVPN's Meshnet feature, Cloudflare WARP+Connector (sort of), Nebula by Slack.
Best for: connecting your own devices across the public internet (home server, file server, personal cloud). Some businesses also use mesh VPNs to replace traditional remote-access setups because they're simpler to operate.
Mesh VPNs don't typically replace personal VPNs β they solve the "connect my devices to each other" problem, not the "hide me from the public internet" problem. Though you can set up an exit node in your mesh and route through it.
5. Cloud VPN
Generic term for VPN services hosted in cloud infrastructure. Two flavors:
5a. Consumer cloud VPN
Personal VPN services that happen to run servers in cloud datacenters (AWS, Linode, OVH). Most consumer VPNs are "cloud" VPNs in this loose sense. The marketing label doesn't change the product.
5b. Enterprise cloud-vendor VPN
Services like AWS Client VPN, GCP Cloud VPN, Azure VPN Gateway. You bring your own infrastructure, set up the VPN endpoint in a cloud region, and use it as a remote-access or site-to-site VPN to your cloud resources.
Examples: AWS Client VPN, Azure VPN Gateway, GCP Cloud VPN.
Best for: companies that operate primarily in cloud infrastructure and want VPN connectivity into their private cloud networks.
Which one are you actually looking for?
| I want to⦠| The right tool |
|---|---|
| Hide my IP / encrypt my browsing | Personal VPN (us) |
| Access my company's internal apps | Remote-access VPN (set up by IT) |
| Connect my home server to my laptop wherever | Mesh VPN (Tailscale) |
| Encrypt traffic between my two office networks | Site-to-site VPN (network engineer territory) |
| Securely access cloud resources | Cloud-vendor VPN (AWS / GCP / Azure) |
| Be anonymous on the web | Tor (not a VPN) |