Evaluate the following VPN deployment requirements and protocol operational mechanics. Pair each specific VPN design scenario on the left with its corresponding protocol behavior or cryptographic implementation on the right.
- Establishing dynamic, direct spoke-to-spoke encrypted tunnels on demand across a multipoint WAN without relaying data plane traffic through a central hub router.Dynamic Multipoint VPN (DMVPN) combining multipoint GRE (mGRE), Next Hop Resolution Protocol (NHRP), and IPsec.
- Providing secure remote access for unmanaged endpoint devices restricted to web-based applications without granting full network-layer IP address extension.Clientless SSL/TLS VPN operating at the application layer via a web browser without requiring local software installation.
- Passing routing protocol multicast updates (such as OSPF hellos) across an IPsec site-to-site tunnel established between two edge gateways.GRE over IPsec encapsulation wrapping multicast packets in a unicast GRE header prior to IPsec ESP tunnel mode encryption.
- Preserving IPsec packet payload integrity and session state when traversing an intermediate network boundary performing Port Address Translation (PAT).IPsec NAT Traversal (NAT-T) encapsulating Encapsulating Security Payload (ESP) packets inside UDP port 4500.
Cevap
Each VPN architectural requirement matches its specific protocol mechanism: dynamic spoke-to-spoke tunnels correspond to DMVPN combining mGRE, NHRP, and IPsec; browser-only unmanaged endpoint access corresponds to Clientless SSL/TLS VPN; routing multicast transport over IPsec corresponds to GRE over IPsec encapsulation; and PAT traversal for ESP traffic corresponds to NAT-T utilizing UDP port 4500.
Matching each requirement to its protocol characteristic demonstrates a accurate understanding of VPN topologies and encapsulation layers: DMVPN solves hub-spoke scale limitations by establishing dynamic spoke-to-spoke mGRE tunnels via NHRP; Clientless SSL VPN provides browser-restricted access for third parties without full network extension; GRE over IPsec accommodates multicast routing protocols by wrapping multicast into unicast GRE before ESP encryption; and NAT-T enables PAT traversal by encapsulating ESP inside UDP 4500.
Adım Adım Çözüm
Anahtar Kavram
VPN Architectural Models and Protocol Capabilities