nerdexam
GIAC

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.

Defense in Depth and Protocols

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)
  • A
    10% (3)
  • B
    3% (1)
  • C
    7% (2)
  • D
    79% (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.

ASelecting no algorithm for encryption or authentication

Selecting no algorithm for either encryption or authentication would disable both confidentiality and integrity simultaneously, which goes beyond disabling only confidentiality.

BSelecting the NULL authentication algorithm

Selecting the NULL authentication algorithm disables integrity and authentication services, not confidentiality, which is the opposite of what the question asks.

CSelecting both NULL algorithms

Selecting both NULL algorithms disables both confidentiality and authentication at the same time, whereas the question asks only about removing confidentiality.

DSelecting the NULL encryption algorithmCorrect

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

#IPSec#ESP#NULL encryption#confidentiality

Community Discussion

No community discussion yet for this question.

Full GSEC Practice