nerdexam
F5

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.

Section 4: Security Basics

Question

Which protocol Authenticates network traffic between hosts end without encryption?

Options

  • APPTP
  • BGRE
  • CIPSec AH
  • DiPSec ESP

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    87% (39)
  • D
    2% (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.

APPTP

PPTP encapsulates PPP frames and typically uses MPPE encryption, providing tunneling with encryption rather than authentication alone.

BGRE

GRE is a tunneling protocol that provides neither authentication nor encryption of traffic by default.

CIPSec AHCorrect

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.

DiPSec ESP

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

#IPSec AH#authentication#no encryption#VPN protocols

Community Discussion

No community discussion yet for this question.

Full 101 Practice