# What is a Virtual Private Network (VPN)?

> A virtual private network (VPN) creates a logically separated communication environment over shared or public network infrastructure.

- Canonical URL: https://yellowcube.eu/glossary/virtual-private-network/
- Publisher: Yellow Cube
- Language: en
- Contact: hello@yellowcube.eu

## Content

In security-focused deployments, VPN gateways or clients commonly authenticate peers and use a cryptographic protocol such as IPsec or Transport Layer Security to protect traffic across an untrusted path. The exact security properties depend on the VPN type and configuration.

VPN is also used for provider-provisioned Layer 2 or Layer 3 services that separate customer forwarding without necessarily encrypting traffic. Topologies include individual remote access and gateway-to-gateway links between sites. Every design must define its attachment points and trust boundary, permitted resources, forwarding or routing behavior, name resolution, address assignment, and downstream policy; tunneled designs must also define tunnel endpoints and traffic selectors.

### Key points

- **Protection goals:** State whether the design provides confidentiality, integrity, peer authentication, replay protection, traffic separation, or only some of these properties.
- **Access policy:** Authenticate appropriate users, devices, or gateways and restrict reachable networks and services instead of treating tunnel membership as unrestricted trust.
- **Operations:** Use current protocols and cryptography, protect credentials and keys, monitor establishment and use, patch exposed gateways, and plan revocation and recovery.
- **Important limitation:** Cryptographic tunnel protection normally ends at the tunnel endpoints, while forwarding separation alone does not provide confidentiality or integrity. A VPN does not establish that a user, endpoint, destination, or application is safe, and broad routes can extend the impact of a compromised device.

### Related terms

[Remote-access VPN](<https://yellowcube.eu/glossary/remote-access-vpn/>) · [Site-to-site VPN](<https://yellowcube.eu/glossary/site-to-site-vpn/>) · [SSL/TLS VPN](<https://yellowcube.eu/glossary/ssl-tls-vpn/>) · [Zero trust network access (ZTNA)](<https://yellowcube.eu/glossary/zero-trust-network-access/>) · [Multiprotocol Label Switching (MPLS)](<https://yellowcube.eu/glossary/multiprotocol-label-switching/>)

### Sources

[IETF RFC 4026: Provider-Provisioned VPN Terminology](https://www.rfc-editor.org/info/rfc4026) · [NIST SP 800-77 Rev. 1: Guide to IPsec VPNs](https://csrc.nist.gov/pubs/sp/800/77/r1/final) · [IETF RFC 4301: Security Architecture for IP](https://www.rfc-editor.org/info/rfc4301)

## Attribution and scope

This Markdown representation is generated from the same approved content records as the canonical HTML page. Cite the canonical URL above when referencing this material. Product and service descriptions are informational; confirm project-specific requirements with Yellow Cube.

