VPN protocols compared

Updated 21 September 2026 · How we research

Protocol choice decides how fast a tunnel feels, whether it survives a network change, and whether a restrictive firewall lets it through at all. There is no single best option, which is why most clients ship several.

Choose a ZoogVPN protocol by priority

Availability can vary by platform. Confirm the current app before publishing platform-specific claims.

What matters most for this connection?

Start with the user's network, device and threat model—not a universal “best” protocol.

Source basis: ZoogVPN Help Center protocol guide. Treat performance labels as vendor guidance until independently tested.

Choose by constraint first: what will the network allow? Then optimise for speed.

The main protocols

General protocol characteristics, independent of any single provider.

ProtocolTransportCryptographyBest suited toWeakness
WireGuardUDP onlyChaCha20-Poly1305, Curve25519, BLAKE2s — a fixed suite with no negotiationEveryday use, streaming, gaming, battery-sensitive mobile useBlocked wherever UDP is filtered; no built-in obfuscation
OpenVPN (UDP)UDPTLS control channel; AES-GCM or ChaCha20-Poly1305 data channelA balanced default with wide router supportHigher CPU cost and slower handshakes than WireGuard
OpenVPN (TCP)TCP, commonly port 443Same as OpenVPN UDPHostile or heavily filtered networksTCP-over-TCP can collapse throughput on lossy links
IKEv2/IPsecUDP 500 and 4500IKEv2 key exchange with an ESP data channel, typically AES-GCMPhones moving between Wi-Fi and cellularFixed ports are easy to block; no obfuscation
Obfuscated transportsUsually TCP 443A standard tunnel wrapped so it resembles ordinary TLSNetworks that actively block VPNsSlower, and never guaranteed against active probing

How to choose

What ZoogVPN offers

ZoogVPN's published protocol list, retrieved from its help centre on 21 September 2026.

ProtocolPlatforms (per ZoogVPN)ZoogVPN's stated use case
WireGuardWindows, macOS, iOS, Android, Linux, routersSpeed and modern use cases such as streaming and gaming
IKEv2/IPsecWindows, macOS, iOS, Android, LinuxMobile users and keeping a connection alive while switching networks
OpenVPN (UDP)Windows, macOS, iOS, Android, Linux, routersBalanced speed and security; torrenting and streaming
OpenVPN (TCP)Windows, macOS, iOS, Android, Linux, routersStable connections in firewalled environments
ShadowWindows, macOS, iOS, AndroidBypassing censorship in highly restricted regions
ZoogTLSWindows onlyAccessing restricted content in heavily filtered networks such as Iran

According to ZoogVPN

ZoogVPN describes Shadow as designed for bypassing censorship in highly restricted regions, and ZoogTLS as a Windows-only option aimed at heavily filtered networks. Both are proprietary, so their internals are not publicly specified and we cannot assess them against an open standard.

Deeper comparisons: WireGuard vs OpenVPN, OpenVPN TCP vs UDP, IKEv2/IPsec, Shadow and ZoogTLS.

Frequently asked questions

Which VPN protocol is usually quickest?
WireGuard is generally quickest because it has a small codebase, a single fixed cipher suite and a one round-trip handshake. Actual speed depends far more on server distance and network conditions than on the protocol alone.
Which protocol should I use on public Wi-Fi?
WireGuard first. If the network blocks UDP, switch to OpenVPN TCP on port 443, which is hard to distinguish from ordinary HTTPS traffic.
Is WireGuard less private than OpenVPN?
WireGuard keeps peer information in memory by design, so providers add their own address-management layer on top. This is an implementation question for each provider rather than a flaw in the protocol.