312-50V13 · Question #14
Which mode of IPSec should you use to assure security and confidentiality of data within the same LAN?
The correct answer is A. ESP transport mode. For securing data confidentiality and integrity within a local area network (LAN) between two endpoints, IPSec's Encapsulating Security Payload (ESP) in transport mode is the appropriate choice.
Question
Options
- AESP transport mode
- BESP confidential
- CAH permiscuous
- DAH Tunnel mode
How the community answered
(22 responses)- A86% (19)
- C9% (2)
- D5% (1)
Why each option
For securing data confidentiality and integrity within a local area network (LAN) between two endpoints, IPSec's Encapsulating Security Payload (ESP) in transport mode is the appropriate choice.
ESP (Encapsulating Security Payload) provides both confidentiality (encryption) and integrity/authenticity. When used in transport mode, ESP encrypts only the payload of the IP packet, leaving the original IP header intact, which is ideal for securing end-to-end communication between two hosts on the same LAN.
'ESP confidential' is not a standard IPSec mode or option; ESP itself provides confidentiality when used.
AH (Authentication Header) provides data integrity and authentication but does not provide confidentiality (encryption), which is required by the question, and 'permiscuous' is not an AH mode.
AH Tunnel mode, like AH Transport mode, only provides integrity and authentication, not confidentiality. Tunnel mode is also typically used for securing entire IP packets between gateways, not usually for host-to-host communication within a LAN.
Concept tested: IPSec ESP transport mode for LAN security
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-firewall/ipsec-transport-mode
Topics
Community Discussion
No community discussion yet for this question.