Questions: IPSec: Authentication, Encryption, and VPN Tunneling

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Two branch offices want to connect securely over the public internet so that all traffic between the office networks is encrypted, including each office's internal IP addresses. Which IPSec mode and component achieves this?

ATransport mode with AH — it authenticates the original IP header, hiding the internal addresses
BTunnel mode with ESP — it encrypts the entire original packet and wraps it in a new IP packet with gateway addresses
CTransport mode with ESP — it encrypts the payload, leaving only the application data visible to attackers
DTunnel mode with AH — it authenticates the encapsulated packet, ensuring internal addresses cannot be modified
Question 2 Multiple Choice

IPSec traffic between two hosts fails after one host is placed behind a NAT device. Which explanation is most accurate?

ANAT changes the source IP address in the outer IP header, which causes AH integrity verification to fail since AH authenticates the IP header
BNAT cannot forward ESP traffic because ESP is not based on TCP or UDP port numbers
CIKE phase 1 only works over IPv6, which NAT does not support
DTunnel mode is incompatible with NAT because it adds a second IP header that NAT devices cannot process
Question 3 True / False

IPSec operates at the network layer and can therefore protect any IP-based protocol — UDP, ICMP, routing protocols — not just TCP connections.

TTrue
FFalse
Question 4 True / False

IPSec tunnel mode is inherently more secure than transport mode because it encrypts more data, including the IP header.

TTrue
FFalse
Question 5 Short Answer

Why does NAT cause problems for IPSec, and what mechanism does NAT Traversal (NAT-T) use to work around this limitation?

Think about your answer, then reveal below.