ExamRange

In this simulation, you will analyze IPsec implementation for secure data transmission over untrusted networks. Learn to differentiate between IPsec operational modes and identify the correct configuration for securing highly sensitive agency traffic.

CND (312-38) Network Defense Simulation

Network Scenario

You are assisting Jacob, a network security engineer at a government agency. The agency needs to establish a secure site-to-site connection between the main headquarters and a remote data center over the public Internet.

Because the traffic contains highly sensitive compartmentalized data, the security mandate requires that the entire original IP packet (including original source and destination IP addresses) be hidden from intermediaries to prevent traffic analysis and unauthorized surveillance. Jacob is reviewing the packet encapsulation structure for his firewall rules.

Traffic & Logs

# PCAP Snippet - WAN Interface (Gateway-to-Gateway)
Frame 114: 174 bytes on wire (1392 bits), 174 bytes captured (1392 bits)
Ethernet II, Src: fw-hq-ext (00:1A:2B:3C:4D:5E), Dst: fw-dc-ext (00:1A:2B:3C:4D:5F)
Internet Protocol Version 4, Src: 203.0.113.10 (New IP), Dst: 198.51.100.45 (New IP)
Encapsulating Security Payload
SPI: 0x8f2a3c4b
Sequence: 4192
[Encrypted Payload: Contains Original IP Header + TCP Header + Data]
---
# Firewall Rule Verification
Rule 45: ALLOW Protocol 50 (ESP) from 203.0.113.10 to 198.51.100.45

Note: The packet capture shows an entirely new IP header applied outside the ESP header, confirming the payload (including the original IP header) is fully encrypted.

Question

The agency Jacob works for stores and transmits vast amounts of sensitive government data that cannot be compromised. Jacob has implemented Encapsulating Security Payload (ESP) to encrypt IP traffic. Jacob wants to encrypt the IP traffic by inserting the ESP header in the IP datagram before the transport layer protocol header. What mode of ESP does Jacob need to use to encrypt the IP traffic?