Match each VPN deployment characteristic or operational mode on the left with its corresponding VPN technology concept on the right.
- Always-on encrypted tunnel established between two static network gateways to interconnect distinct local area networks transparently.Site-to-Site VPN
- User-initiated session that connects an individual mobile endpoint to the enterprise internal network over an untrusted network.Remote Access VPN
- IPsec mode that encrypts the entire original IP packet and prepends a new outer IP header for gateway-to-gateway delivery.IPsec Tunnel Mode
- IPsec mode that encrypts only the IP payload and leaves the original IP header intact, typically used for host-to-host communications.IPsec Transport Mode
Answer
The correct pairings match Site-to-Site VPN to the persistent gateway-to-gateway network link, Remote Access VPN to the user-initiated endpoint connection, IPsec Tunnel Mode to whole-packet encapsulation with a new IP header, and IPsec Transport Mode to payload-only encryption preserving the original header.
The correct pairings accurately reflect the core differences between site-to-site network connectivity and remote endpoint access, as well as the structural differences between IPsec Tunnel mode (new outer header) and Transport mode (payload encryption only).
Step-by-Step Solution
Key Concept
Remote Access vs Site-to-Site VPN architecture and IPsec encapsulation modes (Tunnel vs Transport).