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.
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)- A2% (1)
- B89% (39)
- C2% (1)
- D7% (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.
ESP does not require AH; it can be deployed independently and provides its own integrity and optional authentication services.
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.
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.
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
Community Discussion
No community discussion yet for this question.