Lempel–Ziv–Stac
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression }} '''Lempel–Ziv–Stac''' ('''LZS''') is a data compression algorithm. It is a form of LZ77 with Huffman coding....") |
Revision as of 15:20, 1 November 2020
Lempel–Ziv–Stac (LZS) is a data compression algorithm. It is a form of LZ77 with Huffman coding.
It is used by Stacker disk compression, and can be used in some networking protocols, including PPP and TLS.
Related articles
Links
- Wikipedia: Lempel–Ziv–Stac
- RFC 1967: PPP LZS-DCP Compression Protocol (LZS-DCP)
- RFC 1974: PPP Stac LZS Compression Protocol
- RFC 2395: IP Payload Compression Using LZS
- RFC 3943: Transport Layer Security (TLS) Protocol Compression Using Lempel-Ziv-Stac (LZS)