H12-725_V4.0 · Question #107
IKEv1 negotiation phase 1 supports two negotiation modes. How many bidirectional exchanges does the main mode include?
The correct answer is B. 3. IKEv1 Phase 1 Main Mode consists of exactly 3 bidirectional exchanges (6 total messages), making B correct. The three exchanges handle SA parameter negotiation, Diffie-Hellman key exchange with nonces, and finally encrypted identity/authentication - each requiring a round-trip…
Question
IKEv1 negotiation phase 1 supports two negotiation modes. How many bidirectional exchanges does the main mode include?
Options
- A1
- B3
- C2
- D4
How the community answered
(27 responses)- A11% (3)
- B81% (22)
- C4% (1)
- D4% (1)
Explanation
IKEv1 Phase 1 Main Mode consists of exactly 3 bidirectional exchanges (6 total messages), making B correct. The three exchanges handle SA parameter negotiation, Diffie-Hellman key exchange with nonces, and finally encrypted identity/authentication - each requiring a round-trip, yielding 3 pairs.
- A (1) is wrong because a single exchange cannot accomplish SA negotiation, key material sharing, and authentication separately - Main Mode deliberately separates these for security.
- C (2) is wrong because stopping at two exchanges would complete the DH exchange but leave authentication undone, which is required before Phase 1 concludes.
- D (4) is wrong; that exceeds Main Mode's design. Aggressive Mode, by contrast, collapses to fewer messages (3 total, not bidirectional pairs), trading security for speed.
Memory tip: Think "3 dates to commit" - SA proposals, key material, then authentication - each step needs a reply, so 3 bidirectional exchanges = 6 messages total in Main Mode.
Topics
Community Discussion
No community discussion yet for this question.