
User data is wrapped first
When you use the internet, your data is first placed into PPP frames. This is like putting the content into a standard envelope, so it can be carried through the VPN connection.

L2TP adds the tunnel layer
L2TP then wraps these PPP frames into L2TP packets and creates the tunnel between your device and the VPN server. Think of L2TP as the delivery route: it helps the data travel through the tunnel, but it does not lock the envelope.

IPsec encrypts the packet
Before the packet is sent over the internet, IPsec encrypts it and checks that it has not been changed. This is like sealing the envelope and adding a lock before sending it through a public road.

The VPN server forwards the data
After receiving the encrypted packet, the VPN server decrypts and unpacks it, then forwards your request to the target website or service.

















