Point-to-Point Cheat Sheet Flashcards
Difference between LCP(Link Control Protocol) and NCP(Network Control Protocol)
- LCP provides for the establishment, configuration, and maintenance of a PPP link.
- NCP negotiates the configuration of each network layer protocol (such as IP) carried by PPP
What is used for protocol multiplexing?
Multiple NCP’s (Network Control Protocols)
What is used for optional authentication?
PAP & CHAP
What is used for optional compression?
Stacker & predictor
What is the Stacker PPP compression algorithm ?
Examines the data and only sends each data type once and sends information indicating to the other end where each type occurs within the data stream. The other end reassembles the data into the various data types from the data stream.
Stacker tends to be more CPU (processor) intensive and less memory intensive.
What is the predictor PPP compression algorithm?
-Examines the data to see if it is already compressed and sends it. It does not waste time compressing data that is already compressed.
Predictor tends to be more memory intensive and less CPU intensive.
With what is loopback detection provided by?
LCP
What is used for load balancing?
Multilink PPP