Correct Answer: Correct answer is: (C) CHAP.
Exam Relevance: CCNA, CISSP, CompTIA Network+
Difficulty: Moderate
Concept notes: CHAP (Challenge Handshake Authentication Protocol) is a three-way handshake authentication protocol used in PPP (Point-to-Point Protocol) that ensures the password is never sent over the network.
Common Mistakes: Students may confuse CHAP with PAP (Password Authentication Protocol), which sends the password in plain text.
Explanations: CHAP is a secure authentication protocol used in PPP. It uses a three-way handshake process where the password is never transmitted over the network. Instead, a challenge-response mechanism is used to verify the identity of the peer. This makes CHAP more secure than PAP, which sends the password in plain text.
Option Analysis: - Option A: NCP (Network Control Protocol) is not an authentication protocol; it is used for establishing and configuring different network layer protocols over a PPP link.
- Option B: LCP (Link Control Protocol) is responsible for establishing, configuring, and testing data-link connections, not for authentication.
- Option C: CHAP (Challenge Handshake Authentication Protocol) is the correct answer as it is a three-way handshake authentication protocol that keeps the password secret.
- Option D: PAP (Password Authentication Protocol) is not the correct answer because it sends the password in plain text, which is less secure than CHAP.
Mnemonic: C for CHAP, C for Challenge, C for Confidential.