nerdexam
Cisco

300-730 · Question #48

An engineer is configuring IPsec VPN and wants to choose an authentication protocol that is reliable and supports ACK and sequence. Which protocol accomplishes this goal?

The correct answer is C. ESP. ESP (Encapsulating Security Payload) is the IPsec protocol that provides per-packet authentication, integrity, and anti-replay protection via sequence numbers, satisfying the requirement for reliability and sequencing.

Secure Communications

Question

An engineer is configuring IPsec VPN and wants to choose an authentication protocol that is reliable and supports ACK and sequence. Which protocol accomplishes this goal?

Options

  • AIKEv1
  • BAES-192
  • CESP
  • DAES-256

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    92% (24)

Why each option

ESP (Encapsulating Security Payload) is the IPsec protocol that provides per-packet authentication, integrity, and anti-replay protection via sequence numbers, satisfying the requirement for reliability and sequencing.

AIKEv1

IKEv1 is a key exchange and security association management protocol used during IPsec tunnel setup - it does not operate on data packets and provides no per-packet authentication, sequencing, or anti-replay function.

BAES-192

AES-192 is a symmetric block cipher used within ESP for confidentiality - it is an encryption algorithm, not a protocol, and provides no authentication, ACK, or sequence numbering capability.

CESPCorrect

ESP is defined in RFC 4303 and operates at the IPsec data plane, providing authentication, integrity checking, optional encryption, and anti-replay protection through a mandatory sequence number field in every packet. The combination of the sequence number field and the Integrity Check Value (ICV) directly addresses the requirement for a reliable, sequenced authentication mechanism for IPsec traffic.

DAES-256

AES-256 is a symmetric block cipher used for data encryption within ESP - it is an algorithm, not a protocol, and has no built-in authentication or packet sequencing mechanism.

Concept tested: IPsec ESP protocol anti-replay and authentication function

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_conn_vpnips/configuration/xe-16/sec-sec-for-vpns-w-ipsec-xe-16-book/sec-cfg-vpn-ipsec.html

Topics

#ESP#IPsec#authentication protocol#ACK and sequence

Community Discussion

No community discussion yet for this question.

Full 300-730 Practice