Skip to content
EntityQ215179· pop 39· linked from 347 articles

Point-to-point protocol

Sign in to save

Also known as Point to Point Protocol, PPP

a simple data link layer protocol used between two devices

Wikidata facts

Image
MLPPP model, topology and encapsulation - en.png
Show 2 more facts
Stack Exchange tag
stackoverflow.com/tags/ppp
Commons category
Point-to-point protocol
Sources (2)

via Wikidata · CC0

~15 min read

Article

Point-to-Point Protocol In computer networking, Point-to-Point Protocol (PPP) is a data link layer (layer 2) communication protocol between two routers directly without any host or any other networking in between. It can provide loop detection, authentication, transmission encryption, and data compression.

PPP is used over many types of physical networks, including serial cable (PPPoS), phone line, trunk line, cellular telephone, specialized radio links, ISDN, and fiber optic links such as SONET. Since IP packets cannot be transmitted over a modem line on their own without some data link protocol that can identify where the transmitted frame starts and where it ends, Internet service providers (ISPs) have used PPP for customer dial-up access to the Internet.

Connections

Categories