Labs ICT
⭐ Pro Login

VPNs

Tunnels through the internet for private, secure communication.

A Private Tunnel Through the Internet

A VPN (Virtual Private Network) creates a secure, encrypted connection between your device and a VPN server. All your traffic passes through this encrypted tunnel, making it unreadable to anyone who might be listening β€” your ISP, hackers on public Wi-Fi, or government surveillance.

Think of a VPN like an armored car for your data. The data still travels on public roads (the internet), but it's locked inside a secure container that no one can open.

How a VPN Works


  Without VPN:
  Your Device ──────────────────→ Internet (ISP sees all traffic)
  ISP sees: websites, apps, everything

  With VPN:
  Your Device ──[Encrypted]──→ VPN Server ──→ Internet
  ISP sees: encrypted gibberish β†’ VPN server
  Websites see: VPN server's IP, not yours

The VPN creates a tunnel β€” an encrypted connection within the public internet. Your ISP can see that you're connected to a VPN server, but can't see what you're doing. The websites you visit see the VPN server's IP address, not yours.

Types of VPNs

  • Remote Access VPN β€” Connects an individual device to a private network. Used by employees working from home to access company resources. Your device runs VPN client software that connects to the company's VPN server.
  • Site-to-Site VPN β€” Connects two entire networks together. Used by companies with multiple offices. Branch office A's network is securely connected to head office B's network over the internet.
  • Consumer VPN β€” Commercial VPN services (NordVPN, ExpressVPN, Mullvad) that encrypt your traffic and hide your IP address. Used for privacy, bypassing geo-restrictions, and protecting against surveillance.

VPN Protocols


  Protocol     β”‚ Security β”‚ Speed β”‚ Ease of Setup β”‚ Use Case
  ─────────────┼──────────┼───────┼───────────────┼──────────────
  OpenVPN      β”‚ High     β”‚ Mediumβ”‚ Medium        β”‚ General purpose
  WireGuard    β”‚ High     β”‚ Fast  β”‚ Easy          β”‚ Modern choice
  IPSec/IKEv2  β”‚ High     β”‚ Fast  β”‚ Medium        β”‚ Mobile devices
  L2TP/IPSec   β”‚ Medium   β”‚ Slow  β”‚ Medium        β”‚ Legacy systems
  PPTP         β”‚ Low      β”‚ Fast  β”‚ Easy          ← AVOID (insecure)

What a VPN Hides (and Doesn't)

  • Hidden: Your browsing activity from your ISP, your IP address from websites, your traffic from local network snoops.
  • Not hidden: The VPN provider can see your traffic (choose a trustworthy provider), your identity if you log into accounts, malware is still malware.

A VPN isn't a magic security shield. It's one tool in a security toolkit. You still need antivirus, strong passwords, and safe browsing habits.

πŸ§ͺ Quick Quiz

What does a VPN encrypt?