Point-to-point protocol
Sign in to saveAlso known as Point to Point Protocol, PPP
a simple data link layer protocol used between two devices
~15 min read
Encyclopedic overview
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.
Excerpted from Wikipedia’s “Point-to-point protocol” article, available under the CC BY-SA 4.0 licence.