VPN

Work in Progress

Summary

Virtual Private Network(VPN)

  • tunnel at the network layer
  • using IPSec or using TLS/SSL
  • encrypt the whole payload and adds a new IP header containing the VPN server’s address
  • to the enpoint, the user is communicating from the VPN server’s address, their actual address is obscured
  • protects against MITM