Low Bandwidth X
From Wikipedia, the free encyclopedia
In computing, LBX, or Low Bandwidth X, was a protocol to use the X Window System over network links with low bandwidth and high latency. It was introduced in X11R6.3 ("Broadway") in 1996, but never achieved wide use.
X was originally implemented for use with the server and client on the same machine or the same local area network. By 1996, the Internet was becoming popular, and X's performance over narrow, slow links was problematic.
LBX ran as a proxy server (lbxproxy). It cached commonly used information — connection setup, large window properties, font metrics, keymaps and so on — and compressed data transmission over the network link.
LBX was never widely deployed as it did not offer significant speed improvements. The slow links it was introduced to help were typically insecure, and X tunneled over a secure shell connection — which includes compression by default — proved faster than LBX. Finally, it was shown that greater speed improvements to X could be obtained for all networked environments with care and attention to application and widget toolkit design, particularly care to avoid network round trips and hence latency.
LBX was disabled by default as of X.Org Server 7.1, and was removed outright from X.Org Server 7.2
[edit] See also
- NX technology, an X acceleration system
- dxpc The Differential X Protocol Compressor
[edit] Other Usages
LBX-technology is referred to as "Luxor Ballistics," who manufactures LB-2X, 5X, 10X, and 20X large-bore autocannons, which fire shotgun-like shells. They are used in the fictional Battletech universe as weapons.
[edit] References
- lbxproxy(1) (man page)
- Design and Implementation of LBX: An Experiment Based Standard (.tar.gz archive file) (Keith Packard, Eighth Annual X Technical Conference, The X Resource no. 9, O'Reilly & Associates, 1994)
- Broadway/Xweb FAQ (broadwayinfo.com)
- The LBX mini-HOWTO v1.04 (Paul D. Smith, 11 December 1997)
- An LBX Postmortem (Keith Packard)