CND (312-38) Network Defense Simulation
Enhance your understanding of secure remote access architectures. This simulation focuses on evaluating VPN protocols to ensure confidentiality, integrity, and authenticity across untrusted networks.
Network Scenario
Your organization is establishing a new branch office and requires a site-to-site VPN connection over the public internet to connect the branch to the corporate Headquarters (HQ). The Chief Information Security Officer (CISO) has mandated that the new connection must not use proprietary protocols and must provide native, robust encryption and data integrity to defend against packet sniffing and Man-in-the-Middle (MITM) attacks.
You are reviewing the current VPN gateway capabilities to select the appropriate protocol standard.
Traffic & Logs
[FW-HQ-01] VPN Configuration Requirements Review ------------------------------------------------ > Task: Branch_02 Site-to-Site Tunnel > Requirement_1: Standard-based (IETF compliant) > Requirement_2: Network Layer (Layer 3) encapsulation > Requirement_3: Must support AES-256 for confidentiality > Requirement_4: Must support SHA-256 for integrity/authentication > Status: Awaiting protocol selection.
Question
Which of the following is a standard-based protocol that provides the highest level of VPN security?
Expert Analysis
- L2TP: Provides tunneling but lacks native encryption. It relies on being paired with IPSec (L2TP/IPSec) for security.
- IP: Standard Internet Protocol provides routing but zero built-in security controls.
- PPP: Point-to-Point Protocol operates at Layer 2 and is largely legacy for dial-up or serial links; it does not provide modern, robust VPN security.
- AH (Authentication Header): Provides data integrity, authentication, and anti-replay, but no confidentiality (no encryption).
- ESP (Encapsulating Security Payload): Provides confidentiality (encryption), along with optional integrity and authentication.
- Transport Mode: Encrypts only the payload. Used for host-to-host communications.
- Tunnel Mode: Encrypts the payload and the original IP header. Used for network-to-network (site-to-site) VPNs.