IP Payload Compression Protocol: Difference between revisions

Content deleted Content added
Vvijayk (talk | contribs)
mNo edit summary
Cgma (talk | contribs)
mNo edit summary
Line 2:
{{context}}
 
In [[Computer network|networking]] '''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 beenbe 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==