Jump to content

Van Jacobson TCP/IP Header Compression

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Roadmr (talk | contribs) at 21:56, 24 November 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Van Jacobson TCP/IP Header Compression, created by scientist Van Jacobson and described in [RFC 1144], is a data compression protocol specifically designed to improve TCP/IP performance over slow serial links. Van Jacobson compression reduces the normal 40 byte TCP/IP packet headers down to 3-4 bytes for the average case. It does this by saving the state of TCP connections at both ends of a link, and only sending the differences in the header fields that change. This makes a very big difference for interactive performance. Van Jacobson Header Compression (also VJ compression, or just Header Compression) is an option in most versions of PPP. Versions of SLIP with VJ compression are often called CSLIP (Compressed SLIP).