Which Protocol Provides Both Confidentiality and Authentication for a Site-to-Site VPN?
A network engineer wants to establish a site-o-site VPN tunnel using a protocol that allows for both data confidentially and authentication. Which of the following is the best choice?
Community Votes
78% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests the distinction between ESP, a protocol within IPsec that provides both encryption and authentication, and IPsec, a suite of protocols; the trap is choosing IPsec because it is a broader term rather than a single protocol.
For a site-to-site VPN requiring both data confidentiality and authentication, ESP (Encapsulating Security Payload) is the correct protocol. Community consensus and exam comments agree that ESP, not IPsec as a whole, is the protocol-level answer on CompTIA N10-008.
The most common wrong answer is D. IPsec, because many candidates confuse the IPsec suite with the specific protocol that delivers the required security services. IPsec is a framework, while ESP is the component that actually provides both confidentiality and authentication.
Community Discussion (7 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
ESP (Encapsulating Security Payload) is the correct answer because it is the protocol within the IPsec suite that provides both data confidentiality (encryption) and authentication. It encrypts the payload and optionally provides integrity and authentication, making it the best fit for a site-to-site VPN tunnel. Community comment [2] correctly notes that IPsec is a suite of protocols, and the question asks for a singular protocol, which points to ESP.
Why the Other Options Are Wrong
AH (Authentication Header) provides authentication and integrity but does not encrypt data, so it fails the confidentiality requirement. IKE (Internet Key Exchange) handles key management, not directly providing packet encryption/authentication for the data plane. IPsec is a protocol suite, not a single protocol; while it encompasses ESP, the question carefully wording "protocol" makes ESP the most precise answer. Comment [4] reinforces this by stating AH lacks encryption and IPsec is a suite.
Community Comment Notes
Several comments, including [1] and [2], highlight the confusion between IPsec and ESP. Comment [1] even admits choosing IPsec on the exam but later suspects ESP is correct based on IBM documentation. Comment [3] provides a clear definition of ESP, explaining that it protects data from eavesdropping and tampering. The majority vote (78% for C) and the explanation in comment [5] from an AI tutor both align with ESP as the intended answer.
Official Reference
Exam Strategy
When a CompTIA question uses the specific word 'protocol', look for the exact component rather than the umbrella framework. For VPN questions, memorize the roles: ESP encrypts and authenticates, AH only authenticates, and IKE handles keys — then eliminate IPsec as a suite.