Questions: PPP: Point-to-Point Protocol

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Two routers connect via a serial leased line. Before IP traffic can flow, they must agree on the maximum frame size and whether to use compression. Which PPP component handles this negotiation?

ANCP (Network Control Protocol), which negotiates all parameters including link-layer options
BCHAP, which authenticates both sides before any other negotiation can begin
CLCP (Link Control Protocol), which negotiates link-layer parameters like MRU and compression
DHDLC framing, which embeds frame size preferences in the 0x7E flag bytes
Question 2 Multiple Choice

Why is CHAP more secure than PAP for PPP authentication?

ACHAP uses longer minimum password lengths than PAP allows
BCHAP encrypts the entire PPP session with a shared key, while PAP only protects the authentication exchange
CCHAP uses a challenge-response mechanism where a hash of the shared secret is sent instead of the password itself
DCHAP operates at the network layer (Layer 3), making it harder to intercept than PAP's link-layer operation
Question 3 True / False

PPP is an obsolete protocol used primarily during the dial-up modem era and has no relevance to modern networking infrastructure.

TTrue
FFalse
Question 4 True / False

LCP negotiates link-layer parameters (such as frame size and compression), while NCPs negotiate which network-layer protocols (such as IP) will be carried over the PPP link.

TTrue
FFalse
Question 5 Short Answer

What three problems does PPP solve that a raw serial byte stream cannot handle, and why is each necessary for reliable network communication?

Think about your answer, then reveal below.