A network administrator is evaluating remote access and tunneling configurations to meet specific enterprise connectivity requirements. Match each secure tunneling protocol or configuration mode on the left with its defining operational characteristic or protocol constraint on the right. Which pairs correctly match each remote access security technology to its technical behavior?
- IPsec Authentication Header (AH) in Transport ModeComputes an Integrity Check Value (ICV) over the outer IP header, causing session verification to fail if modified by an intervening NAT router.
- IPsec Encapsulating Security Payload (ESP) with NAT-Traversal (NAT-T)Encapsulates encrypted tunnel packets inside UDP port 4500 to allow seamless traversal across Port Address Translation (PAT) devices.
- Clientless SSL/TLS Portal VPNDelivers access to web applications over standard TCP port 443 without requiring endpoint administrative permissions or local software installation.
- WireGuard VPN ProtocolOperates natively over UDP port 51820 using state-of-the-art cryptography (such as ChaCha20-Poly1305) with a minimalist Layer 3 codebase.
Answer
IPsec AH in Transport Mode matches with computing an ICV over outer IP headers causing failure across NAT; IPsec ESP with NAT-T matches with encapsulating packets in UDP port 4500 for PAT traversal; Clientless SSL/TLS Portal VPN matches with delivering web application access over TCP 443 without local client software installation; WireGuard VPN matches with operating natively over UDP port 51820 using modern cryptography.
Each protocol match is based on strict operational standards: IPsec AH protects IP header integrity which fails when NAT alters source/destination addresses; NAT-T uses UDP port 4500 to encapsulate ESP traffic through PAT gateways; Clientless SSL/TLS VPN provides web portal access over TCP port 443 via standard web browsers without needing administrative privileges; and WireGuard uses UDP port 51820 along with modern cryptographic primitives for fast Layer 3 tunneling.
Step-by-Step Solution
Key Concept
Differentiating VPN Protocol Operations, Layer Encapsulations, and NAT Compatibility