Home/Glossary/VPN (Virtual Private Network)

VPN (Virtual Private Network)

An encrypted network connection that creates a secure tunnel between a device and a remote network over the internet.

Security InfrastructureAlso called: "virtual private network", "encrypted tunnel"

VPNs protect data in transit and enable secure remote access to private networks and resources.

How VPNs work

  • Encryption: Scrambles data so it cannot be read if intercepted.
  • Tunneling: Encapsulates network traffic within encrypted packets.
  • Authentication: Verifies user/device identity before granting access.
  • IP masking: Hides the user's real IP address behind the VPN server's IP.

Types of VPNs

  • Remote access VPN: Connects individual users to corporate networks (e.g., employees working from home).
  • Site-to-site VPN: Links entire networks together (e.g., branch office to headquarters).
  • Client-based VPN: Requires VPN software on user devices.
  • SSL/TLS VPN: Browser-based access without dedicated client software.

Why it matters

  • Protects sensitive data on untrusted networks (public WiFi, home internet).
  • Enables secure remote work and access to internal resources.
  • Required for compliance in healthcare (HIPAA), finance (PCI DSS), and other regulated industries.
  • Prevents eavesdropping and man-in-the-middle attacks.

Implementation considerations

  • Choose strong encryption protocols (IPsec, OpenVPN, WireGuard).
  • Implement multi-factor authentication for VPN access.
  • Regularly audit and restrict VPN access to necessary users and resources.
  • Monitor VPN logs for anomalous connection patterns.
  • Consider split-tunneling policies to balance security and performance.