Virtual private network (VPN)
A virtual private network (VPN) creates an encrypted tunnel across shared networks to link devices securely, providing confidentiality, authentication, and integrity for private communications and remote access.
Overview
A virtual private network (VPN) is a combination of technologies and practices that lets computers, networks or individual devices communicate over an intermediate public or shared network as though they were connected by a private link. In practical terms a VPN encapsulates and often encrypts data so remote endpoints appear to be on the same local network, even when traffic traverses the wider internet or other carrier infrastructure. The concept separates the private logical network from the physical carrier network so users and applications see a direct trusted connection.
Core principles and properties
VPNs are designed around a few fundamental security and networking guarantees. These include:
- Confidentiality: Data carried across the public carrier is transformed so that intermediate routers cannot read its contents. Implementations rely on cryptographic mechanisms and trusted endpoints to preserve secrecy. See general infrastructure considerations at underlying infrastructure and the role of encryption at encryption.
- Authentication: Endpoints and users must identify themselves before joining the private network; this can involve credentials, certificates, or tokens. Authentication helps prevent unauthorized access and is sometimes described as sender authentication.
- Integrity: Protocols include checks that detect whether messages were altered in transit, commonly referred to as message integrity.
History and development
VPNs emerged in the 1990s as enterprises sought secure ways to join geographically separated offices and to allow remote employees to access corporate resources. Early solutions used dedicated leased lines; later approaches layered cryptographic tunnels over the public internet to reduce cost while maintaining security. Over time standards matured, implementations diversified, and both open source and commercial products became widespread. The technology has continued to evolve in response to higher performance expectations, new encryption methods, and shifts in how people work and access cloud services.
Common uses and examples
Organizations and individuals use VPNs for several reasons. Businesses commonly deploy site-to-site VPNs to connect branch offices into a single administrative domain when a direct private link would be impractical. Remote-access VPNs let employees reach internal applications and internal-only websites from home or while traveling—resources that would otherwise be inaccessible from the open internet; examples include corporate intranets and internal file servers described at work websites. Individuals also use VPNs to protect their privacy on public Wi‑Fi, to reduce online tracking and provide a measure of anonymity, or to access content that may be restricted in their region. VPNs are commonly used in situations where censorship or blocking limits normal access, for example to circumvent national restrictions in places such as China.
Protocols, types and notable variants
VPNs can be implemented with many protocol families and products. Common protocol examples include modern open-source and standardized solutions such as OpenVPN, widely used TLS- and SSL-based tunnels; enterprise clients like Cisco AnyConnect; and industry standards such as IPsec, which supports secure site-to-site and remote access in many routers and firewalls. Other designs include SSL/TLS VPNs that operate through a web browser, lightweight layer-2 overlays that emulate a local network, and modern wire‑guard style protocols focused on simplicity and high performance.
Limitations, operational issues and legal context
While VPNs provide strong protections when configured correctly, they are not a panacea. Endpoints must be trusted and kept secure; a compromised device may leak credentials or decrypt traffic after it leaves the tunnel. Performance depends on the gateway and encryption overhead and some services may still detect or block VPN connections. Additionally, laws and policies in some jurisdictions restrict or regulate VPN use. Organizations must balance convenience, security configuration, logging practices and compliance when deploying VPNs for employees or offering services to the public.
For further reading, authoritative resources cover the technical mechanics of tunneling, cryptographic choices, deployment patterns and best practices; search vendor documentation, standards texts, and security guides at infrastructure resources or protocol pages such as OpenVPN and IPsec.
Questions and answers
Q: What is a virtual private network (VPN)?
A: A virtual private network, or VPN, is a set of technologies used to link computers together to create a private network. Data sent across the network is encrypted and routed through another network, making it look like the computers are directly connected.
Q: What does a VPN model guarantee?
A: The VPN model guarantees confidentiality, sender authentication, and message integrity. Confidentiality means that the carrier network will route the data but be unable to decrypt it. Sender authentication requires people to authenticate themselves in order to use the network. Message integrity ensures that messages transported across the network cannot be changed easily while they are in transport and any changes can be detected.
Q: How is a VPN used in a business context?
A: In a business context, VPNs are often used to connect different office locations or allow people working from outside of the company's physical location access its resources. It also allows users to access websites that may otherwise be blocked in their country of residence.
Q: What types of protocols are commonly used for VPNs?
A: Commonly used protocols for VPNs include OpenVPN, Cisco AnyConnect, and IPsec.
Q: How can using a VPN protect one's online activities on public WiFi?
A: Using a VPN helps make one's online activities on public WiFi anonymous and undecipherable by hiding the user and making it very hard for anyone to track them.
Q: What type of connection do corporate offices use when connecting with branch offices located far away?
A: Corporate offices typically use site-to-site Virtual Private Network (VPN) connections when connecting with branch offices located far away since direct connections between distant locations would not be practical or feasible.
Related articles
Author
AlegsaOnline.com Virtual private network (VPN) Leandro Alegsa
URL: https://en.alegsaonline.com/art/105578
Sources
- businessinsider.com : "China Has Escalated Internet Censorship To A New Level"
- softmeter.blogspot.com : "Top 10 Free VPN Services for 2020"