Difficulty: Easy
Correct Answer: PPP
Explanation:
Introduction / Context:Dial-up remote access historically relied on protocols that could carry multiple Network layer protocols, authenticate users, and offer enhancements like callback. Point-to-Point Protocol (PPP) became the de-facto standard.
Given Data / Assumptions:
Concept / Approach:PPP provides Link Control Protocol (LCP) for link setup and options (including callback) and Network Control Protocols (NCPs) for carrying multiple Layer-3 protocols (e.g., IPCP for IP, IPXCP for IPX back in the day). PPP also supports PAP and CHAP for authentication.
Step-by-Step Solution:
Map requirements to PPP features: multi-protocol via NCP, authentication via PAP/CHAP, and optional callback via LCP extensions.Eliminate technologies that do not meet all requirements.Select PPP as the comprehensive dial-up solution.Verification / Alternative check:Documentation for PPP lists multilink, authentication, encryption options, and callback control in various implementations.
Why Other Options Are Wrong:
Common Pitfalls:Confusing PPP (the link protocol) with PAP/CHAP (authentication mechanisms used by PPP); assuming HDLC suffices for multi-protocol RAS.
Final Answer:PPP
Discussion & Comments