IP Payload Compression Protocol: Difference between revisions

Content deleted Content added
Dbaldes (talk | contribs)
Created page with 'The IP Payload Compression Protocol, or IPComp, is a protocol intended to provide lossless compression for Internet Protocol datagrams in an internet environment. I...'
 
top: ce, add wikilink, rm context tag
 
(28 intermediate revisions by 20 users not shown)
Line 1:
{{Primary sources|date=November 2007}}
The IP Payload Compression Protocol, or IPComp, is a protocol intended to provide lossless compression for Internet Protocol datagrams in an internet environment. It is described in RFC 2393 <ref>http://www.faqs.org/rfcs/rfc2393.html</ref>
For [[Computer network|networking]], the [[Internet Protocol]] '''IP Payload Compression Protocol''', or IPComp, is a low level compression protocol for [[Internet Protocol|IP]] [[datagram]]s defined in RFC 3173.<ref>{{cite web| url=http://tools.ietf.org/html/rfc3173 | title=RFC 3173 IP Payload Compression Protocol (IPComp) |accessdate=2008-01-18}}</ref> The intent is to reduce the size of data transmitted over congested or slow network connections, thereby increasing the speed of such networks without losing data. According to the RFC requirements, compression must be done before [[IP fragmentation|fragmenting]] or [[encrypting]] the packet. It further states that each datagram must be compressed independently so it can be decompressed even if received out of order. This is important because it allows IPComp to work with both [[Transmission Control Protocol|TCP]] and [[User Datagram Protocol|UDP]] network communications.
 
==References==
{{Reflist}}
 
[[Category:Internet Protocol]]
 
 
{{internet-stub}}