H12-725_V4.0 · Question #91
Which of the following is the function of Message1 and Message2 during the main mode negotiation in the first phase of IKEv1 negotiation?
The correct answer is D. Negotiate the IKE security proposal used between peers. D is correct because IKEv1 Phase 1 Main Mode begins with Messages 1 and 2, which are used solely to negotiate the IKE Security Association (SA) proposal - agreeing on parameters like the encryption algorithm, hash algorithm, authentication method, Diffie-Hellman group, and SA…
Question
Which of the following is the function of Message1 and Message2 during the main mode negotiation in the first phase of IKEv1 negotiation?
Options
- ANegotiate IPSec SA
- BMutual identity authentication
- CUse the DH algorithm to exchange key-related information and generate the key
- DNegotiate the IKE security proposal used between peers
How the community answered
(47 responses)- A4% (2)
- B15% (7)
- C6% (3)
- D74% (35)
Explanation
D is correct because IKEv1 Phase 1 Main Mode begins with Messages 1 and 2, which are used solely to negotiate the IKE Security Association (SA) proposal - agreeing on parameters like the encryption algorithm, hash algorithm, authentication method, Diffie-Hellman group, and SA lifetime between the two peers. No keys have been generated yet at this stage, so nothing more complex can happen.
Why the distractors are wrong:
- A (Negotiate IPSec SA): This happens in Phase 2 (Quick Mode), not Phase 1.
- C (DH key exchange): This occurs in Messages 3 & 4, after the IKE proposal is agreed upon in Messages 1 & 2.
- B (Mutual identity authentication): This occurs in Messages 5 & 6, the final exchange, and it's encrypted using the keys generated in Messages 3 & 4.
Memory tip: Think of Main Mode's 6 messages as three pairs in order - "Propose → Key → Prove": Messages 1–2 propose parameters, Messages 3–4 exchange key material via DH, and Messages 5–6 prove identity. This order is logical: you can't exchange keys until you agree on how, and you can't authenticate until you have keys to encrypt with.
Topics
Community Discussion
No community discussion yet for this question.