OhMyCalc

VPN Throughput Calculator

Calculate effective VPN throughput after encryption and tunneling overhead. Compare AES-128, AES-256, and ChaCha20 with IPSec, WireGuard, and OpenVPN.

How to Use the VPN Throughput Calculator

  1. Enter your base connection bandwidth in Mbps.
  2. Select the encryption cipher.
  3. Select the tunnel protocol.
  4. Click Calculate to see effective throughput and overhead.

使用例

計算式

Effective throughput = Bandwidth × (1 − encryption overhead − tunnel overhead). Overhead varies by cipher and protocol.

よくある質問

Which VPN protocol has least overhead?
WireGuard has the lowest overhead (~3%) due to its lean codebase and modern cryptography. OpenVPN has the most (~8%).
Is AES-128 or AES-256 faster?
AES-128 is slightly faster. AES-256 adds about 4% overhead but provides higher security margin.
Why does VPN reduce throughput?
VPN adds encryption/decryption CPU overhead, encapsulation headers, and key exchange, all reducing effective bandwidth.