Match each secure remote access protocol or configuration feature on the left with its corresponding primary technical capability on the right.
- IKEv2Maintains active VPN tunnel connections during network switching (such as transitioning from Wi-Fi to cellular data).
- Clientless SSL/TLS VPNProvides secure remote access to web-based applications over TCP port 443 without requiring endpoint software installation.
- Split TunnelingRoutes corporate-bound traffic through the VPN while sending public Internet traffic directly out the local gateway.
- RADIUSProvides centralized authentication, authorization, and accounting for remote access clients over UDP ports 1812 and 1813.
Answer
IKEv2 matches seamless VPN session persistence across network changes; Clientless SSL/TLS VPN matches browser-based access on TCP port 443 without local software; Split Tunneling matches selective encryption for corporate subnets while permitting direct local Internet access; RADIUS matches centralized remote access AAA services using UDP ports 1812 and 1813.
Each technology is accurately paired with its primary security or functional role: IKEv2 handles seamless client mobility and network interface switching, Clientless SSL/TLS provides clientless browser portal access over TCP port 443, Split Tunneling manages traffic path routing to conserve perimeter resources, and RADIUS provides centralized AAA authentication across UDP 1812/1813.
Step-by-Step Solution
Key Concept
Remote Access Protocols, Encapsulation Modes, and AAA Integration