Please Whitelist This Site?
I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)
If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.
If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.
Thanks for your understanding!
Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide
|
NOTE: Using software to mass-download the site degrades the server and is prohibited. If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.
|
|
|
|
PPP Compression Control Protocol (CCP) and Compression Algorithms
(Page 1 of 4)
PPP is, of course, primarily used
to provide data link layer connectivity to physical serial links. One
of the biggest problems with serial links compared to many other types
of layer one connections is that they are relatively slow. Consider
that while 10 Mbps regular Ethernet is considered sluggish by modern
LAN standards, it is actually much faster than most serial lines used
for WAN connectivity, which can be 10, 100 or even 1000 times slower.
One way to improve performance over
serial links is to use compression on the data sent over the line. Depending
on the data transferred, this can double the performance compared to
uncompressed transmissions, and can in some cases do even better than
that. For this reason, many hardware devices include the ability to
compress the data stream at the physical layer. The best example of
this is probably the set of compression protocols used on analog modems.
Some physical links don't provide
any compression capabilities, but could still benefit from it. To this
end, an optional compression feature was created for PPP. It is implemented
using two distinct protocol components:
- PPP Compression Control Protocol (CCP):
This protocol is responsible for negotiating and managing the use of
compression on a PPP link.
- PPP Compression Algorithms: A set of compression
algorithms that perform the actual compression and decompression of
data. Several of these are defined in Internet standards (RFCs).
In addition, it is possible for two devices to negotiate the use of
a proprietary compression method if they want to use one not defined
by a public standard.
Key Concept: PPP includes an optional compression feature, which can improve performance over slow physical links. A variety of different compression algorithms are supported. To enable compression, both devices on a PPP link use the PPP Compression Control Protocol (CCP) to negotiate a compression algorithm to use. The compression algorithm is then used to compress and decompress PPP data frames. |
If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support! |
|
|
Home -
Table Of Contents - Contact Us
The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005
© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.
|