101 · Question #655
Which protocol Authenticates network traffic between hosts end without encryption?
The correct answer is C. IPSec AH. IPSec Authentication Header (AH) authenticates and verifies the integrity of IP traffic without encrypting the payload, satisfying the requirement for authentication without encryption.
Question
Which protocol Authenticates network traffic between hosts end without encryption?
Options
- APPTP
- BGRE
- CIPSec AH
- DiPSec ESP
How the community answered
(45 responses)- A2% (1)
- B9% (4)
- C87% (39)
- D2% (1)
Why each option
IPSec Authentication Header (AH) authenticates and verifies the integrity of IP traffic without encrypting the payload, satisfying the requirement for authentication without encryption.
PPTP encapsulates PPP frames and typically uses MPPE encryption, providing tunneling with encryption rather than authentication alone.
GRE is a tunneling protocol that provides neither authentication nor encryption of traffic by default.
IPSec AH computes an HMAC over the IP header and payload to authenticate the data origin and verify that packets have not been tampered with in transit. Critically, AH provides no confidentiality - the payload remains in plaintext - which directly matches the requirement of authenticating traffic between hosts without encryption. This distinguishes AH from ESP, which adds encryption.
IPSec ESP provides both confidentiality through encryption and optional authentication, so it does not satisfy the requirement of authentication without encryption.
Concept tested: IPSec AH provides authentication without encryption
Source: https://www.rfc-editor.org/rfc/rfc4302
Topics
Community Discussion
No community discussion yet for this question.