Van Jacobson TCP/IP Header Compression: Difference between revisions

Content deleted Content added
m Hyphen to dash for ranges
m stub
 
(4 intermediate revisions by one other user not shown)
Line 1:
{{unreferencedmore citations|date=March 2021}}
 
'''Van Jacobson TCP/IP Header Compression''' is a [[data compression]] protocol described in [[Request for Comments|RFC]] 1144,{{IETFref RFC|1144}}, specifically designed by [[Van Jacobson]] to improve [[Internet protocol suite|TCP/IP]] performance over slow [[serial linkslink]]s. Van Jacobson compression reduces the normal 40 [[byte]] TCP/IP [[packet headersheader]]s down to 3–4 bytes for the average case.; Itit 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 on low speed links, although it will not do anything about the [[processing delay]] inherent to most [[dial-up modemsmodem]]s.
 
Van Jacobson Header Compression (also VJ compression, or just Header Compression) is an option in most versions of [[Point-to-Point Protocol|PPP]]. Versions of [[Serial Line Internet Protocol]] (SLIP) with VJ compression are often called [[CSLIP]] (Compressed SLIP).
Line 6 ⟶ 7:
==External links==
* {{IETF RFC|1144}}
 
==References==
{{reflist}}
 
{{DEFAULTSORT:Van Jacobson TCP IP Header Compression}}
[[Category:Data compression]]
[[Category:TransmissionTCP Control Protocolextensions]]
 
 
{{network-stub}}