Book Image

Understanding TCP/IP

By : CP Books a.s.
Book Image

Understanding TCP/IP

By: CP Books a.s.

Overview of this book

This book covers in detail the Open System Interconnection (OSI) reference model and the TCP/IP protocols that operate that different layers. Its coverage includes various application protocols. The authors explain in an easy-to-read style networking concepts and protocols, with examples that make the book a practical guide in addition to its coverage of theory.
Table of Contents (20 chapters)
19
Index

4.2 Compressed SLIP

The variant of SLIP with compression is called Compressed SLIP (CSLIP) . CSLIP, specified by RFC 1144, reduces 40 bytes of headers from the TCP and IP protocols (20 from TCP and 20 from IP) to anything between 3 and 16 bytes. It is the TCP header and the IP header that are compressed, not the data!

It’s possible to use the same TCP and IP header compression with the PPP protocol. In contrast to CSLIP (where both ends of the connection have to be configured for the header compression in advance), when using PPP, one end of the connection offers the possibility of compressing the header to the opposite end of the connection—if both ends agree, they will then use compression.

4.2 Compressed SLIP

Figure 4.2: IP and TCP header compression can be set when configuring PPP protocol in Windows XP

Even though we are talking about the compression of the header, it’s not actually the same compression that we are used to, for example, with the ZIP program. This is not a question of...