First of all, let's briefly introduce some basic contents of the PPP protocol: PPP (Point-to-Point Protocol) protocol isOne of the earliest routing protocols, it only requires routers to be interoperable and does not provide any routing options,This applies to connecting two networks, each with a different routing protocol。 The PPP protocol can pass the basic structure information of data grouping between two routers.The PPP protocol is a link-layer protocol designed for simple links such as transmitting packets between equal units.This link provides full-duplex operation and delivers packets in sequence. The purpose of the design is mainly to useBy dial-up or dedicated lineEstablish point-to-point connections to send data to make it variousHosts, bridges, and routersA common solution for simple connections between The PPP protocol provides a complete set of solutions to solve the problems of link establishment, maintenance, dismantling, parent protocol negotiation, authentication, etc. PPP protocol includes the following parts: link control protocol LCP (Link Control Protocol); Network Control Protocol (NCP); The most commonly used authentication protocols include PAP (Password Authentication Protocol) and CHAP (Challenge-Handshake Authentication Protocol). LCP is responsible for creating, maintaining, or terminating a physical connection. NCPs are a family of protocols that are responsible for solving what network protocols run on physical connections and troubleshooting problems that occur with upper layer network protocols.
|