A network security team is auditing remote access infrastructure and site-to-site connectivity parameters across an enterprise environment. Match each remote access or tunneling mechanism on the left with its corresponding technical encapsulation and operational characteristic on the right.
- IPsec Encapsulating Security Payload (ESP) with NAT-Traversal (NAT-T)Encapsulates encrypted ESP packets inside UDP port 4500 wrappers to prevent port address translation (PAT) devices from breaking integrity checks.
- Secure Socket Tunneling Protocol (SSTP)Encapsulates PPP frames directly within an SSL/TLS session over TCP port 443 to bypass restrictive egress firewalls.
- Generic Routing Encapsulation (GRE) over IPsec Tunnel ModeEncapsulates multicast dynamic routing protocols into unicast packets prior to Layer 3 cryptographic payload encryption.
- WireGuard ProtocolUtilizes a modern UDP-based cryptokey routing architecture running primarily in kernel space on port 51820.
Answer
IPsec ESP with NAT-T matches encapsulation inside UDP port 4500 to protect integrity checks across PAT devices; SSTP matches encapsulation of PPP frames in SSL/TLS over TCP port 443; GRE over IPsec matches encapsulating multicast routing protocols prior to IPsec encryption; WireGuard matches the modern kernel-space cryptokey routing architecture using UDP port 51820.
Each protocol match correctly aligns the underlying encapsulation mechanism with its target operational requirement: IPsec NAT-T encapsulates ESP in UDP 4500 to survive PAT translation; SSTP packages PPP into SSL/TLS over TCP 443 for firewall traversal; GRE over IPsec enables dynamic routing by wrapping multicast traffic in unicast headers before IPsec encryption; and WireGuard delivers high performance via kernel-space cryptokey routing on UDP 51820.
Step-by-Step Solution
Key Concept
Encapsulation, port mapping, and operational characteristics of enterprise VPN protocols.