GSLC · Question #375
Which of the following protocols is used as a transport protocol for Internet dial-up connections?
The correct answer is D. PPP. PPP (Point-to-Point Protocol) is the standard data link layer protocol used to encapsulate and transmit data over dial-up Internet connections.
Question
Which of the following protocols is used as a transport protocol for Internet dial-up connections?
Options
- ASMTP
- BSNMP
- CDHCP
- DPPP
How the community answered
(28 responses)- B4% (1)
- C4% (1)
- D93% (26)
Why each option
PPP (Point-to-Point Protocol) is the standard data link layer protocol used to encapsulate and transmit data over dial-up Internet connections.
SMTP is an application-layer protocol for sending email and has no role in establishing dial-up transport connections.
SNMP is a network management protocol used to monitor and manage network devices, not to establish dial-up connections.
DHCP is used to dynamically assign IP addresses to hosts and operates after a connection is already established.
PPP operates at the data link layer and provides framing, error detection, and authentication (via PAP/CHAP) for serial connections such as dial-up. It is the foundational transport protocol that ISPs have long used to establish dial-up Internet sessions. Without PPP, raw dial-up connections lack the framing and negotiation needed to carry IP traffic.
Concept tested: PPP as transport protocol for dial-up connections
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/nps/nps-pap-chap
Topics
Community Discussion
No community discussion yet for this question.