Match each VPN operational feature or protocol component on the left with its corresponding functional description on the right.
- Dead Peer Detection (DPD)Monitors the liveness of an established IPsec tunnel by sending periodic keepalive messages to detect gateway failure.
- Split TunnelingDirects remote client traffic destined for internal corporate networks through the encrypted tunnel while sending internet-bound traffic directly through the local ISP.
- Authentication Header (AH)Provides connectionless data integrity and origin authentication for IP packets, but explicitly lacks data confidentiality through encryption.
- Dynamic Multipoint VPN (DMVPN)Combines GRE, NHRP, and IPsec to dynamically build on-demand spoke-to-spoke IPsec tunnels across an enterprise WAN.
Answer
Dead Peer Detection matches with monitoring tunnel liveness via keepalives; Split Tunneling matches with selectively routing corporate traffic through the tunnel while internet traffic bypasses it; Authentication Header matches with providing integrity and authentication without data encryption; Dynamic Multipoint VPN matches with leveraging GRE, NHRP, and IPsec to dynamically establish spoke-to-spoke tunnels.
Each feature corresponds to its specific technical function in VPN architecture: Dead Peer Detection detects dead VPN peers via keepalives; Split Tunneling optimizes bandwidth by routing only targeted subnets over the VPN; Authentication Header provides integrity without encryption; Dynamic Multipoint VPN uses mGRE and NHRP for dynamic spoke-to-spoke WAN connectivity.
Step-by-Step Solution
Key Concept
Remote Access and Site-to-Site VPN Components & Operation