GRC Careers

HomeResourcesVPNs

CS-045 · Network

VPNs

Encrypted tunnels that carry private traffic safely across untrusted networks.

Executive Summary

A virtual private network creates an encrypted tunnel that lets traffic travel privately across an untrusted network such as the public internet. VPNs are used to connect remote workers to an organization and to link entire sites together securely. They protect confidentiality and integrity in transit, but they are one control among many, not a complete security solution.

What It Is

A VPN, or virtual private network, extends a private network across a public one by wrapping traffic in an encrypted tunnel between two endpoints. There are two common patterns. A remote access VPN connects an individual user's device to an organization's network, so the user can reach internal resources as if they were on site. A site-to-site VPN connects two networks together, for example joining a branch office to a headquarters over the internet. VPNs rely on protocols that handle authentication, key exchange, and encryption, with IPsec and TLS-based VPNs among the most widely used. The result is that data moving between endpoints is protected from eavesdropping and tampering.

Why It Matters

Sending sensitive traffic across networks you do not control, such as public Wi-Fi or the open internet, exposes it to interception. A VPN reduces that risk by encrypting the traffic so onlookers see only unreadable data. For organizations, VPNs enabled the shift to remote and hybrid work by giving distributed staff protected access to internal systems. At the same time, VPNs have become high-value targets: a compromised VPN can hand an attacker a foothold inside the network, so VPN gateways must be patched and protected with strong authentication. Understanding both the benefits and the limits of VPNs is important for anyone securing modern access.

How It Works

When a VPN connection is established, the two endpoints first authenticate each other, then negotiate encryption keys through a secure key exchange, and finally build the tunnel that carries encrypted traffic. In an IPsec VPN, this handshake and the encryption of packets follow the IPsec protocol suite. In a TLS-based VPN, the tunnel is built on the same transport security that protects websites. Once the tunnel is up, the client's traffic is encrypted, sent to the VPN gateway, decrypted, and forwarded to its destination, with replies returning the same way. Modern access designs increasingly pair or replace traditional VPNs with zero trust approaches that verify each request rather than granting broad network access after a single login.

Architecture Diagram

Endpoints authenticate each otherSecure key exchange negotiates encryptionEncrypted tunnel is establishedTraffic is encrypted and sent through the tunnelGateway decrypts and forwards to the destinationSession is monitored and logged
A VPN establishes trust, exchanges keys, and builds an encrypted tunnel so traffic crosses an untrusted network safely.

Visual Workflow

A user or site initiates a VPN connection to the gateway.Both endpoints authenticate, ideally with multi-factor authentication.A secure key exchange negotiates the encryption used for the session.The encrypted tunnel is established between the endpoints.Traffic flows encrypted through the tunnel and is decrypted at the gateway.The gateway logs and monitors the session for anomalies.

Common Attacks

Common Mistakes

Best Practices

Quick Checklist

Recommended Tools

VPN gateway or concentrator
Terminates and manages encrypted tunnels for remote users or sites
IPsec or TLS VPN client
Establishes the encrypted tunnel from an endpoint device
Multi-factor authentication service
Adds a second factor to VPN login to resist credential theft
Zero trust access platform
Verifies each request rather than granting broad network access

Industry Standards

RFC 4301 (IPsec)
Defines the security architecture for the IPsec protocol suite
NIST SP 800-77
Guide to IPsec VPN deployment and configuration
NIST SP 800-207
Zero Trust Architecture, relevant to modern access models

Career Relevance

VPN deployment, hardening, and troubleshooting are common responsibilities for network security engineers and security engineers, while cloud security engineers connect environments with site-to-site tunnels and evaluate zero trust alternatives. SOC analysts investigate suspicious VPN logins as part of access monitoring. Because remote access is central to modern work, VPN knowledge is a practical skill across the roles that AI-Governance-Jobs.com serves.

Interview Questions

Related Certifications

CompTIA Security+ CompTIA Network+ Cisco CCNA Security

Further Reading

Key Takeaways

Download PDFDownload PNG

FAQ

Does a VPN make me completely anonymous or secure?

No. A VPN encrypts traffic between endpoints and hides it from onlookers on the network in between, but it does not protect against malware, phishing, or a compromised endpoint, and the VPN operator can see the traffic it decrypts. It is one layer, not total security.

What is the difference between IPsec and TLS VPNs?

IPsec VPNs secure traffic at the network layer using the IPsec protocol suite and are common for site-to-site links. TLS-based VPNs build the tunnel on the same transport security used by websites, which can make them easier to deploy for remote users. Both provide strong encryption when configured well.

Are VPNs being replaced by zero trust?

In many organizations they are being complemented or replaced. Traditional VPNs often grant broad network access after one login, while zero trust verifies each request and grants least-privilege access. Many environments now run both during a transition.

Get all 116 reference sheets
The complete AGJ Cybersecurity Professional Reference Library, print-ready PDFs and PNGs.
Browse the library

Related Careers

Related certifications

CompTIA Security+CompTIA Network+Cisco CCNA Security

Current openings

Live openings appear on the web version. Browse the job board for current GRC and security roles.
Browse all jobs

Suggested learning path

  1. Ground the basics with CS-001 Cybersecurity
  2. Study this sheet: VPNs
  3. Go deeper: Firewalls
  4. Go deeper: DNS Security
  5. Validate it: work toward CompTIA Security+
  6. Find the role: browse current openings

Related sheets

More in Network

Share this LinkedIn Facebook X Email