nerdexam
CIW

1D0-571 · Question #37

At the beginning of an IPsec session, which activity occurs during the Internet Key Exchange (IKE)?

The correct answer is B. Negotiating the authentication method. See the full explanation below for the reasoning.

Question

At the beginning of an IPsec session, which activity occurs during the Internet Key Exchange (IKE)?

Options

  • ADetermining the number of security associations
  • BNegotiating the authentication method
  • CDetermining the network identification number
  • DNegotiating the version of IP to be used

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    75% (15)
  • C
    15% (3)
  • D
    5% (1)

Community Discussion

7
Bao N.Bao N.Jun 18, 2026

B is your answer. IKE exists specifically to negotiate how both sides will authenticate each other and agree on encryption parameters before any protected traffic flows, so "negotiating the authentication method" is exactly what IKE Phase 1 is doing when a session kicks off.

12
Mateus R.Mateus R.Jun 20, 2026

Phase 1 nails down the secure channel itself (the ISAKMP SA), but the actual authentication method, whether pre-shared key or certificates, is something both peers have to agree on before they can even trust each other enough to build that channel, so calling it "negotiating the authentication method" is right but undersells the full handshake happening there.

0
Mateus R.Mateus R.Jun 27, 2026

So IKE is basically two strangers agreeing on a secret handshake before sharing anything, right, but which part of agreeing on that handshake does it handle first?

3
Brenda K.Brenda K.Jun 27, 2026

C is a lock, because IKE has to nail down the network identification before anything else can happen, otherwise neither peer knows who they are actually talking to, and the whole session setup falls apart before it even starts. Clock this one as a fast pick and move on, it is not a flag-and-revisit question at all.

0
Mateus R.Mateus R.Jun 27, 2026

Brenda, the network identification piece you are describing is actually handled in Phase 1, not as a separate first step within IKE, so C is not the right fit here. B is correct because IKEv2 begins by negotiating the security association parameters (encryption, integrity, PRF, and DH group) in the initial exchange, which is the foundation everything else builds on, the way you have to agree on a shared language before you can have any real conversation.

0
Viktor S.Viktor S.Jun 27, 2026

Look, I keep coming back to D on this one because IKE literally has to sort out the underlying transport layer before anything else can happen, and that means figuring out whether you are running IPv4 or IPv6, since the encapsulation and addressing behavior differs enough that you cannot just assume. The whole handshake falls apart if both peers are not speaking the same IP version from the jump, so it makes sense that version negotiation is the first order of business. B sounds tempting but authentication feels like a later phase concern, something you do once the channel parameters are already agreed upon. I will be genuinely surprised if D is wrong here because the logic holds up end to end for me.

-1
Bao N.Bao N.Jun 27, 2026

Viktor, IKE does not actually negotiate IP version, that is handled at the network layer before IKE even starts, so D is out. Authentication is exactly what Phase 1 is built around, which is why B holds up as the answer.

0
Full 1D0-571 Practice