Point-to-Point Protocol

From Computer History Wiki
Revision as of 10:58, 17 April 2024 by Jnc (talk | contribs) (Fill out to a real, but still somewhat stubby, article)
Jump to: navigation, search

The Point-to-Point Protocol (usually given as the abbreviation, PPP), is a low-level protocol intended for use in carrying packets over point-to-point links - principally (originally) serial lines (both asynchronous serial lines and synchronous serial lines). It has since been adopted in numerous other applications/environments.

PPP includes an extensible 'Link Control Protocol' (LCP), to perform a variety of actions such as configuring and testing the link. It also includes a family of 'Network Control Protocols' (NCPs), one for each protocol family carried over the link, which are used to establish and configure the carriage of packets in that protocol family.

It was created as part of the TCP/IP suite, and first defined in RFC 1134 (below). It was intended to replace the fairly widely-used SLIP.

External links