How VPN protects the identity

VPN helps to protect the requestor to go through a resource without letting the requested entity know who the requestor is.

Vpn Personal Data Streaming - Free image on Pixabay

Let’s say there is an SSL connection to google.com and we search something

  1. Translates to GET request – > www.google.com/q=search (Layer 7)
  1. Layer 4 – [ SourcePort – 123 ][ www.google.com/q=search – Body ][ Destination Port  – 443]
  1. Layer 3 – [Source IP] [123] [ www.google.com/q=search ][ 443][Destination IP]
  1. This entire layer 3 packet is encrypted and sent to VPN
    Layer 3 – [Source IP] [123] [ encrypted packet ][ 443 ][VPN IP]

……………………..

  1. VPN receives and decrypts the packet and forms a new layer 3 packet
    Layer 3 – [VPN IP] [123] [  www.google.com/q=search  ][ 443 ][Destination IP]
  1. Later google receives it and responds back to VPN. This means that Google only gets to know the requestor was VPN.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *