nerdexam
CompTIA

SY0-501 · Question #142

An administrator intends to configure an IPSec solution that provides ESP with integrity protection, but not confidentiality protection. Which of the following AES modes of operation would meet this…

The correct answer is A. HMAC. IPSec ESP can be configured for integrity-only (no confidentiality) by using a null encryption cipher combined with an integrity/authentication algorithm. HMAC provides message authentication without encryption, satisfying the integrity-without-confidentiality requirement.

Submitted by yousef_jo· Mar 4, 2026Security architecture

Question

An administrator intends to configure an IPSec solution that provides ESP with integrity protection, but not confidentiality protection. Which of the following AES modes of operation would meet this integrity-only requirement?

Options

  • AHMAC
  • BPCBC
  • CCBC
  • DGCM
  • ECFB

How the community answered

(26 responses)
  • A
    85% (22)
  • B
    8% (2)
  • C
    4% (1)
  • E
    4% (1)

Why each option

IPSec ESP can be configured for integrity-only (no confidentiality) by using a null encryption cipher combined with an integrity/authentication algorithm. HMAC provides message authentication without encryption, satisfying the integrity-without-confidentiality requirement.

AHMACCorrect

HMAC (Hash-based Message Authentication Code) is a message integrity and authentication mechanism that produces a fixed-size digest to verify data has not been tampered with, but performs no encryption whatsoever. In IPSec ESP, using a null cipher alongside HMAC-SHA (e.g., HMAC-SHA-256) provides integrity and authentication without confidentiality, which is exactly the stated requirement.

BPCBC

PCBC (Propagating Cipher Block Chaining) is a block cipher mode of operation that encrypts data, providing confidentiality rather than integrity-only protection, and is not used in standard IPSec implementations.

CCBC

CBC (Cipher Block Chaining) is an AES encryption mode that provides confidentiality by chaining cipher blocks, not integrity-only protection, and would violate the no-confidentiality requirement.

DGCM

GCM (Galois/Counter Mode) is an authenticated encryption mode that provides both confidentiality AND integrity simultaneously, failing the requirement to exclude confidentiality protection.

ECFB

CFB (Cipher Feedback) is an AES mode of operation that encrypts data to provide confidentiality, not integrity-only protection, making it unsuitable for this use case.

Concept tested: IPSec ESP integrity-only mode using HMAC

Source: https://docs.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_conn_ikevpn/configuration/xe-16/sec-ike-for-ipsec-vpns-xe-16-book/sec-cfg-ipsec-encrypt.html

Topics

#IPSec#ESP#AES-HMAC#integrity without confidentiality

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice