HTTP supports native compression by using Lempel-Ziv encoding
(LZ77). Its the same encoding mechanism used by the popular
unix tool gzip
.
Compression Advantages
- • Greatly reduces bandwidth
- • Cross browser compliant
- • Compression can cache as well
Compression Disadvantages
- • CPU intensive on the Server
- • CPU intensive on the Client