Difficulty: Medium
Correct Answer: LCP
Explanation:
Introduction / Context:
PPP is a data link layer protocol used over serial links. It is modular, using subprotocols for link establishment, authentication, and network layer parameter negotiation. Knowing which component handles which function is essential for troubleshooting.
Given Data / Assumptions:
Concept / Approach:
LCP is in charge of link establishment and option negotiation including authentication methods and multilink PPP. Dynamic IP address assignment is typically negotiated by an NCP like IPCP. However, many exam conventions summarize the overall PPP negotiation responsibilities under the umbrella of LCP during setup, emphasizing LCP as the controller for link options and capabilities.
Step-by-Step Solution:
Verification / Alternative check:
PPP negotiation traces show LCP Configure-Request/ACK exchanges for link options and IPCP exchanges for IP parameters, confirming the division of responsibilities.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing LCP and NCP roles; assuming HDLC and PPP control are interchangeable; forgetting that IPCP specifically negotiates IP addresses after LCP completes.
Final Answer:
LCP
Discussion & Comments