Wed May 08, 2019 5:10 pm
Of course it depends on your payload traffic if compression is going to work at all.
VJ compression works only when a single TCP stream is running over the link. It was invented for the typical case of a
single user operating a terminal over a slow modem connection to make telnet connection to a single server.
In that case it can do a lot. When joining two networks with several connections running in parallel, it cannot do so much.
LZW compression only works when data is compressible. Now that could work well on uncompressed HTML traffic, but
today this is usually sent encrypted and/or there already is content-compression. Then LZW compression won't do anything.
This fact-of-life also makes manufacturers support compression ever less. When it causes headaches, costs CPU performance,
and does not bring any gain, way even attempt it?
That said, did you ever detect that PPP compression was working? Between two MikroTiks or also between MikroTik and
another router or client manufacturer?
It is difficult to check because there isn't even a status field that shows if compression was negotiated and what the average
compression ratio is... I think it just doesn't work.