Match each remote access security technology or VPN architectural mechanism on the left to its corresponding operational characteristic and protocol specification on the right.
- IKEv2 Child Security Association (SA) NegotiationNegotiates specific symmetric encryption keys and traffic selectors for data payload protection using ESP over UDP 500 or UDP 4500.
- DTLS (Datagram TLS) VPN TunnelingPrevents TCP-over-TCP head-of-line blocking for real-time remote traffic by encapsulating TLS sessions over datagram transport on UDP port 443.
- GRE over IPsec in Transport ModeEncapsulates multicast routing protocols within a unencrypted tunnel header, which IPsec then encrypts without adding an extra IP header.
- RADIUS with EAP-TLS Remote AuthenticationEnforces mutual digital-certificate authentication between remote endpoints and an enterprise AAA server over UDP ports 1812/1813.
Cevap
IKEv2 Child Security Association (SA) Negotiation pairs with establishing symmetric encryption keys and traffic selectors for ESP payload protection over UDP 500/4500. DTLS VPN Tunneling pairs with preventing TCP-over-TCP head-of-line blocking over UDP 443. GRE over IPsec in Transport Mode pairs with encapsulating dynamic multicast routing protocols without extra IP header overhead. RADIUS with EAP-TLS Remote Authentication pairs with enforcing mutual digital-certificate authentication over UDP ports 1812/1813.
Each technology is correctly aligned with its exact operational specification: IKEv2 Child SA handles Phase 2 payload encryption parameters over UDP 500/4500. DTLS uses UDP 443 to mitigate TCP head-of-line blocking for VPN connections. GRE over IPsec in Transport Mode encapsulates multicast traffic such as dynamic routing without inner/outer IP header duplication. RADIUS with EAP-TLS executes mutual certificate authentication over UDP ports 1812 and 1813.
Adım Adım Çözüm
Anahtar Kavram
Virtual Private Networks and Remote Access Security Mechanisms