GSLC · Question #454
Which of the following statements about IPSec are true? Each correct answer represents a complete solution. Choose two.
The correct answer is B. It uses Authentication Header (AH) for data integrity. D. It uses Encapsulating Security Payload (ESP) for data confidentiality. IPSec relies on the Authentication Header (AH) for data integrity and the Encapsulating Security Payload (ESP) for data confidentiality, which are its two primary security protocols.
Question
Which of the following statements about IPSec are true? Each correct answer represents a complete solution. Choose two.
Options
- AIt uses Internet Protocol (IP) for data integrity.
- BIt uses Authentication Header (AH) for data integrity.
- CIt uses Password Authentication Protocol (PAP) for user authentication.
- DIt uses Encapsulating Security Payload (ESP) for data confidentiality.
How the community answered
(56 responses)- A4% (2)
- B91% (51)
- C5% (3)
Why each option
IPSec relies on the Authentication Header (AH) for data integrity and the Encapsulating Security Payload (ESP) for data confidentiality, which are its two primary security protocols.
The Internet Protocol (IP) itself is a connectionless routing protocol with no built-in security or integrity mechanisms - IPSec was created specifically to add these missing capabilities.
The Authentication Header (AH) protocol provides data integrity and origin authentication in IPSec by cryptographically signing the IP header and payload, ensuring packets have not been altered in transit.
Password Authentication Protocol (PAP) is a PPP link-layer protocol that transmits credentials in cleartext and is not part of the IPSec protocol suite.
The Encapsulating Security Payload (ESP) protocol provides data confidentiality in IPSec by encrypting the packet payload, and can optionally also provide integrity and anti-replay protection.
Concept tested: IPSec AH and ESP protocol functions
Source: https://www.rfc-editor.org/rfc/rfc4301
Topics
Community Discussion
No community discussion yet for this question.