Networking
VPN (Virtual Private Network)
Added: July 1, 2026
Definition
- What it is: A VPN creates a secure, encrypted tunnel between your device and a VPN server over the Internet.
- What role it plays: It protects your data while it travels across the Internet and forwards your request to the destination using the VPN server's public IP.
- Key terms: VPN Client, VPN Server (Gateway), Encryption, Tunnel, Public IP.
What Problem It Solves
- Protects data on untrusted networks (e.g., public Wi-Fi).
- Hides your real public IP from websites.
- Allows secure access to private company networks.
What Happens If Not Used
- Your ISP can see which websites you connect to.
- Websites see your real public IP.
- Company resources cannot be securely accessed remotely.
Easy Wording
A VPN is a secure middleman that safely forwards your Internet traffic.
Layman Example
Like giving a locked package to a trusted courier, who unlocks it and delivers it for you.
Technical Example
Without VPN:
Browser → Router → ISP → Internet → Website
With VPN:
Browser → VPN Client → Router → ISP → Internet → VPN Server → Website
Limitation: A VPN only protects traffic up to the VPN server. To keep data encrypted all the way to the website, HTTPS (TLS) is also needed.