nerdexam
GIAC

GSLC · Question #28

Which of the following statements about Encapsulating Security Payload (ESP) is true?

The correct answer is B. ESP can encrypt data and verify data integrity. ESP is an IPsec protocol that can provide both confidentiality through encryption and data integrity verification, and it operates independently of AH.

Security Architecture & Engineering

Question

Which of the following statements about Encapsulating Security Payload (ESP) is true?

Options

  • AESP is always used in combination with Authentication Header (AH).
  • BESP can encrypt data and verify data integrity.
  • CESP is never used in combination with Authentication Header (AH).
  • DESP only verifies data integrity.

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    89% (39)
  • C
    2% (1)
  • D
    7% (3)

Why each option

ESP is an IPsec protocol that can provide both confidentiality through encryption and data integrity verification, and it operates independently of AH.

AESP is always used in combination with Authentication Header (AH).

ESP does not require AH; it can be deployed independently and provides its own integrity and optional authentication services.

BESP can encrypt data and verify data integrity.Correct

ESP (Encapsulating Security Payload) is defined in RFC 4303 and can provide payload encryption for confidentiality as well as integrity checking and optional authentication, making it a versatile IPsec protocol. ESP can be used alone without AH because it includes its own integrity verification mechanism via an ICV (Integrity Check Value) field. In many deployments ESP alone is sufficient, as using both ESP and AH together is redundant and adds unnecessary overhead.

CESP is never used in combination with Authentication Header (AH).

While ESP and AH are not required together, they can be combined in specific transport or tunnel mode configurations, so the claim that ESP is never used with AH is false.

DESP only verifies data integrity.

ESP is not limited to integrity verification - one of its primary features is payload encryption for confidentiality, which AH cannot provide.

Concept tested: IPsec ESP encryption and integrity capabilities

Source: https://datatracker.ietf.org/doc/html/rfc4303

Topics

#ESP#IPSec#data encryption#data integrity

Community Discussion

No community discussion yet for this question.

Full GSLC Practice