GSEC · Question #256
How is confidentiality disabled in the IPSec Encapsulated Security Payload protocol?
The correct answer is D. Selecting the NULL encryption algorithm. In IPsec ESP, selecting the NULL encryption algorithm disables confidentiality while still permitting the protocol to provide integrity and authentication services.
Question
How is confidentiality disabled in the IPSec Encapsulated Security Payload protocol?
Options
- ASelecting no algorithm for encryption or authentication
- BSelecting the NULL authentication algorithm
- CSelecting both NULL algorithms
- DSelecting the NULL encryption algorithm
How the community answered
(29 responses)- A10% (3)
- B3% (1)
- C7% (2)
- D79% (23)
Why each option
In IPsec ESP, selecting the NULL encryption algorithm disables confidentiality while still permitting the protocol to provide integrity and authentication services.
Selecting no algorithm for either encryption or authentication would disable both confidentiality and integrity simultaneously, which goes beyond disabling only confidentiality.
Selecting the NULL authentication algorithm disables integrity and authentication services, not confidentiality, which is the opposite of what the question asks.
Selecting both NULL algorithms disables both confidentiality and authentication at the same time, whereas the question asks only about removing confidentiality.
ESP treats confidentiality and integrity as independent services that can each be configured separately. Selecting the NULL encryption algorithm instructs ESP to perform no encryption on the payload, disabling confidentiality, while authentication and integrity protection remain active. This behavior is formally defined in RFC 2410 and is the standard mechanism for operating ESP without encryption.
Concept tested: IPsec ESP NULL encryption algorithm disabling confidentiality
Source: https://www.rfc-editor.org/rfc/rfc2410
Topics
Community Discussion
No community discussion yet for this question.