Match each remote access protocol or security component with its primary technical characteristic.
- IPsec ESP (Encapsulating Security Payload)Provides confidentiality, authentication, and integrity by encrypting the IP packet payload.
- Clientless SSL/TLS VPNEnables secure access to internal web applications via standard web browsers using TCP port 443.
- GRE (Generic Routing Encapsulation)Encapsulates various network-layer protocols into virtual point-to-point tunnels without providing inherent encryption.
- RADIUSProvides central AAA management for remote user authentication using UDP ports 1812 and 1813.
Answer
IPsec ESP matches with encrypting packet payload data for confidentiality; Clientless SSL/TLS VPN matches with browser access over TCP port 443; GRE matches with unencrypted multi-protocol tunnel encapsulation; and RADIUS matches with central AAA management over UDP ports 1812/1813.
Each item correctly matches its defining operational feature: IPsec ESP encrypts payload data; Clientless SSL/TLS VPN provides web access via TCP port 443 without client software; GRE provides unencrypted tunneling; and RADIUS manages central AAA authentication using UDP ports 1812 and 1813.
Step-by-Step Solution
Key Concept
Remote access protocols and security mechanisms