SSCP · Question #1052
Which of the following statements is NOT true of IPSec Transport mode?
The correct answer is A. It is required for gateways providing access to internal systems. IPSec Transport mode is designed for host-to-host communication, securing the payload within an existing IP header, and is not typically used for gateways providing access to internal systems, which usually employ Tunnel mode.
Question
Which of the following statements is NOT true of IPSec Transport mode?
Options
- AIt is required for gateways providing access to internal systems
- BSet-up when end-point is host or communications terminates at end-points
- CIf used in gateway-to-host communication, gateway must act as host
- DWhen ESP is used for the security protocol, the hash is only applied to the upper
How the community answered
(21 responses)- A90% (19)
- B5% (1)
- D5% (1)
Why each option
IPSec Transport mode is designed for host-to-host communication, securing the payload within an existing IP header, and is not typically used for gateways providing access to internal systems, which usually employ Tunnel mode.
This statement is NOT true. IPSec Transport mode encrypts and/or authenticates the IP payload directly between two end hosts, preserving the original IP header. Gateway-to-gateway or gateway-to-host scenarios for accessing internal networks typically use IPSec Tunnel mode, which encapsulates the entire original IP packet with a new IP header, providing protection for traffic passing through an intermediary gateway.
Transport mode is indeed set up when the communication terminates at the end-points (hosts), as it provides end-to-end security between them.
If Transport mode were used in a gateway-to-host communication, the gateway would essentially have to terminate the IPSec session as if it were the host itself, which is not its typical role for securing internal systems access (where Tunnel mode is preferred).
When ESP is used in Transport mode, it typically protects the transport layer segment (e.g., TCP/UDP header and data), and the hash (for integrity) is applied to this upper layer data, not the full original IP header, which remains exposed.
Concept tested: IPSec Transport vs. Tunnel mode
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/ipsec/ipsec-architecture#ipsec-transport-mode
Topics
Community Discussion
No community discussion yet for this question.