HOME

TheInfoList



OR:

Telebit Corporation was a US-based
modem The Democratic Movement (, ; MoDem ) is a centre to centre-right political party in France, whose main ideological trends are liberalism and Christian democracy, and that is characterised by a strong pro-Europeanist stance. MoDem was establis ...
manufacturer, known for their TrailBlazer series of high-speed modems. One of the first modems to routinely exceed 9600 bit/s speeds, the TrailBlazer used a proprietary modulation scheme that proved highly resilient to interference, earning the product an almost legendary reputation for reliability despite mediocre (or worse) line quality. They were particularly common in
Unix Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
installations in the 1980s and 1990s. The high price of the Telebit modems was initially not a concern as their performance was equally high compared to other systems. However, as new designs using V.32 and V.32bis began to arrive in the early 1990s, Telebit's price/performance ratio was seriously eroded. A series of new designs followed, but these never regained their performance lead. By the mid-1990s the company had been part of a series of mergers and eventually disappeared in 1998 after being acquired by Digi International.


Startup

Telebit was founded by
Paul Baran Paul Baran (born Pesach Baran ; April 29, 1926 – March 26, 2011) was a Polish-American engineer who was a pioneer in the development of computer networks. He was one of the two independent inventors of packet switching, which is today the do ...
, one of the inventors of the
packet switching In telecommunications, packet switching is a method of grouping Data (computing), data into short messages in fixed format, i.e. ''network packet, packets,'' that are transmitted over a digital Telecommunications network, network. Packets consi ...
networking concept. Baran had recently started a networking company known as Packet Technologies on Bubb Road in
Cupertino, California Cupertino ( ) is a city in Santa Clara County, California, United States, directly west of San Jose, California, San Jose on the western edge of the Santa Clara Valley with portions extending into the foothills of the Santa Cruz Mountains. The ...
, which was working on systems for interactive television. While working there, he hit on the idea for a new way to implement high-speed modems, and started Telebit across the street. Packet Technologies was a major beta customer for Telebit in late 1985. Packet Technologies later failed, and several of their employees were folded into Telebit, while most of the others formed StrataCom, makers of the first
Asynchronous Transfer Mode Asynchronous Transfer Mode (ATM) is a telecommunications standard defined by the American National Standards Institute and International Telecommunication Union Telecommunication Standardization Sector (ITU-T, formerly CCITT) for digital trans ...
(ATM) switches.


PEP and the TrailBlazer

In contrast to then-existing
ITU Telecommunication Standardization Sector The International Telecommunication Union Telecommunication Standardization Sector (ITU-T) is one of the three Sectors (branches) of the International Telecommunication Union (ITU). It is responsible for coordinating Standardization, standards fo ...
(ITU-T) V-series protocols, such as the common 2400 bit/s V.22bis, the TrailBlazers' used a proprietary modulation system known as Packetized Ensemble Protocol (PEP), based on
orthogonal frequency-division multiplexing In telecommunications, orthogonal frequency-division multiplexing (OFDM) is a type of digital transmission used in digital modulation for encoding digital (binary) data on multiple carrier frequencies. OFDM has developed into a popular scheme for ...
(OFDM). It employed a large number (initially up to 512) of closely spaced carrier frequencies, each modulated at 6
baud In telecommunications and electronics, baud (; symbol: Bd) is a common unit of measurement of symbol rate, which is one of the components that determine the speed of communication over a data channel. It is the unit for symbol rate or modulat ...
, encoding 0, 2, 4 or 6 bits per interval. Under favorable conditions, the devices could reach data rates of 6 baud x 6 bits-per-baud x 512 carriers = 18432
bits per second In telecommunications and computing, bit rate (bitrate or as a variable ''R'') is the number of bits that are conveyed or processed per unit of time. The bit rate is expressed in the unit bit per second (symbol: bit/s), often in conjunction ...
(bit/s). If a particular carrier was distorted, attenuated or interfered with, it could be turned off, allowing the data rate to degrade gracefully in steps of 10 bit/s with decreasing line quality. Using a large number of carriers spread across the phone network's bandwidth meant that the chance that any one carrier would be subject to a problem was high. In order to correct for the unavoidable errors this would cause, the Trailblazers were one of the earlier implementations of the MNP error-correcting protocols. Although these protocols added overhead, and errors caused further overhead, the combination of all of these features still provided much higher throughput than conventional designs running on the same lines. In contrast, a typical V.22bis 2400 bit/s modem might suffer from a smaller number of errors in a given time, but those errors would require longer to fix through re-transmission at the slower speed. If those errors were being caused by a constant source of noise on those frequencies, PEP could turn those carriers off, while the 2400 bit/s modem could do nothing about this. Most modems of the era were set up with both channels with equal speed (
full duplex A duplex communication system is a point-to-point system composed of two or more connected parties or devices that can communicate with one another in both directions. Duplex systems are employed in many communications networks, either to allow ...
), or, in the case where data was primarily sent in one direction, with a single high-speed channel (
half duplex A duplex communication system is a Point-to-point (telecommunications), point-to-point system composed of two or more connected parties or devices that can communicate with one another in both directions. Duplex systems are employed in many commu ...
). The TrailBlazer instead allowed any one of its 512 channels to be assigned to transfer data in either direction, a technique they termed "adaptive duplex". The modem was designed to use most of the bandwidth in a single direction, with a relatively low-speed reverse channel. The modems at the two ends of the connection would negotiate line turnarounds, reversing the directions of the high-speed and low-speed channels, based on the amount of data queued for transmission in each modem. While this adaptive duplex scheme was able to send large files quickly, for users accustomed to having the distant computer echo characters, the delay associated with having the
digital signal processor A digital signal processor (DSP) is a specialized microprocessor chip, with its architecture optimized for the operational needs of digital signal processing. DSPs are fabricated on metal–oxide–semiconductor (MOS) integrated circuit chips. ...
s (DSP) take turns using the bandwidth tended to make interactive typing difficult, as there could be as much as a second and a half delay for a single character echo. This also caused problems for file transfer protocols, e.g.,
UUCP UUCP (Unix-to-Unix Copy) is a suite of computer programs and communications protocol, protocols allowing remote execution of commands and transfer of computer file, files, email and netnews between computers. A command named is one of the prog ...
'g' or Kermit, where a small packet of data was sent by one computer, followed by a wait for acknowledgment from the receiver ("send and wait"). The TrailBlazer addressed this problem through a technique known as " protocol spoofing". When the local computer sent a packet to the modem for transmission, the modem's controller immediately sent an message, generated locally. This fooled the computer into thinking the packet had already reached the far end, prompting it to send another packet. The error correction normally being provided in the transfer protocol was instead handled using a proprietary replacement protocol operating on top of MNP. In general, spoofing offered greatly improved performance with any protocol that used small packets, and thus generated many messages; the TrailBlazers initially supported UUCP, and support for
XMODEM XMODEM is a simple file transfer protocol developed as a quick hack by Ward Christensen for use in his 1977 MODEM.ASM terminal program. It allowed users to transmit files between their computers when both sides used MODEM. Keith Petersen made a ...
, YMODEM, SDLC and Kermit followed. Support for these features did not come cheaply; the TrailBlazer Plus, for instance, used a Texas Instruments TMS32010 DSP processor for the actual modulation and demodulation functions, and a
Motorola 68000 The Motorola 68000 (sometimes shortened to Motorola 68k or m68k and usually pronounced "sixty-eight-thousand") is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Sector ...
for control. This meant that the TrailBlazers were significantly more expensive than most other modems. However, their speed and spoofing ability made the TrailBlazer modems extremely popular in the
Unix Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
world, as they could dramatically improve UUCP throughput, even at low connection speeds on very noisy lines. Improvements of over seven times faster than a 2400 bit/s modem were not uncommon. Sites that required long-distance telephone calls to exchange UUCP mail could pay for the price of a TrailBlazer in long-distance savings fairly quickly. The Trailblazers also introduced an extensive set of commands for setting up its various options. While most of the simple commands were based on the
Hayes command set The Hayes command set (also known as the AT command set) is a specific command language originally developed by Dale Heatherington and Dennis Hayes for the Hayes Smartmodem in 1981. The command set consists of a series of short text string ...
, like dialing a number or hanging up a phone, their proprietary capabilities were supported by proprietary commands and syntax. Most of these took the form of register=''value'' pairs, leading to extremely long and almost undecipherable setup strings. In 1988 Telebit added the T1000, essentially a TrailBlazer limited to a lower-speed 9600 bit/s version of PEP, remaining compatible at that speed with existing TrailBlazers. The T2000 added support for synchronous communications, typically used between mainframe computers. The original TrailBlazer, T1000 and T2000 were backwards-compatible with the 2400 bit/s V.22bis standard, allowing them to connect with what was then the most common modem speed when talking to other brands of modems.


NetBlazer

Another Telebit product was the first on-demand
Internet The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks ...
dialup router, the NetBlazer. The product was developed by a team led by Mike Ballard, formerly of Packet, who eventually became Telebit's CEO in 1992. The original NetBlazer was a standard PC with a serial card connected to user supplied external modems by serial cables. Later smaller versions, the PN and STi, were offered which consisted of a small-form-factor PC combined with custom software and one of a variety of modems or other connection systems (
ISDN Integrated Services Digital Network (ISDN) is a set of communication standards for simultaneous digital transmission of voice, video, data, and other network services over the digitalised circuits of the public switched telephone network. ...
, etc.) combined into a large modem-like box. Administrators connected to it via
Ethernet Ethernet ( ) is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 198 ...
, which was also used for maintenance commands and setup. In its first release the NetBlazer software supported
TCP/IP The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suite are ...
using SLIP, but a later upgrade added
Point-to-Point Protocol In computer networking, Point-to-Point Protocol (PPP) is a data link layer (layer 2) communication protocol between two routers directly without any host or any other networking in between. It can provide loop detection, authentication, transmissio ...
(PPP) and support for IPX and
AppleTalk AppleTalk is a discontinued proprietary suite of networking protocols developed by Apple Computer for their Macintosh computers. AppleTalk includes a number of features that allow local area networks to be connected with no prior setup or the ...
. The protocol stack was a commercially licensed and heavily modified version of KA9Q. A later low-end model, the NetBlzer LS, switched from the
Intel 80386 The Intel 386, originally released as the 80386 and later renamed i386, is the third-generation x86 architecture microprocessor from Intel. It was the first 32-bit computing, 32-bit processor in the line, making it a significant evolution in ...
to the Motorola MC68EN360 SoC.


Increasing speeds

Telebit had their
initial public offering An initial public offering (IPO) or stock launch is a public offering in which shares of a company are sold to institutional investors and usually also to retail (individual) investors. An IPO is typically underwritten by one or more investm ...
in April 1990, which raised about $20.2 million. It traded on
NASDAQ The Nasdaq Stock Market (; National Association of Securities Dealers Automated Quotations) is an American stock exchange based in New York City. It is the most active stock trading venue in the U.S. by volume, and ranked second on the list ...
with the symbol TBIT. The first multi-company standard for 9600 bit/s dialup modems was V.32, introduced in 1989. Initially V.32 modems were very expensive, but Rockwell aggressively attacked this market, introducing modules, and eventually entire chipsets, that brought the prices down. Telebit first offered V.32 support in the T2500, which used the Trailblazer/T2000 hardware with the addition of the Rockwell V.32 modem module. A version without PEP support was offered as the T1500. The later T1600 had basically the same feature set as the T1500, but used Telebit's own V.32 implementation rather than the Rockwell module, resulting in reduced production cost and better performance. Both the T1500 and T1600 had list prices over $1000; at the time a 1st tier product from Hayes or U.S. Robotics (USR) generally cost about $700. The V.32bis standard, increasing the bit rate to 14,400 bit/s, was introduced in 1991. In this case Rockwell quickly released a V.32bis chipset, appearing on the market so rapidly that Rockwell-based systems generally pre-dated implementations from dedicated modem companies. Rockwell also aggressively priced the V.32bis product line, allowing modems based on them to sell at price points around $300, the point formerly held by 2400 bit/s models that offered no error correction or compression, nor fax capabilities. All of the 1st-tier companies had serious difficulties adapting to a market that was now filled with low-cost modems with similar or better performance and features than their own high-end models. Telebit started slipping in terms of relative performance, while still trying to sell their products at their traditional high price points. They introduced the T3000 with V.32bis but without PEP, though a PEP upgrade was announced. Instead, Telebit re-released it in early 1994 as the $1,099 WorldBlazer model; essentially a T3000 with the new 23,000 bit/s TurboPEP mode. TurboPEP used the same modulation scheme as the original PEP, but changed the encoding to allow up to 7 bits per baud. An upgrade from the T3000 to WorldBlazer was sold, consisting of two firmware
ROM Rom, or ROM may refer to: Biomechanics and medicine * Risk of mortality, a medical classification to estimate the likelihood of death for a patient * Rupture of membranes, a term used during pregnancy to describe a rupture of the amniotic sac * ...
s and a
PAL Phase Alternating Line (PAL) is a color encoding system for analog television. It was one of three major analogue colour television standards, the others being NTSC and SECAM. In most countries it was broadcast at 625 lines, 50 fields (25 ...
chip. There were some design studies of a possible full-duplex PEP using echo cancellation (as is used in V.32), and this technology was proposed to the CCITT (now known as the
ITU-T The International Telecommunication Union Telecommunication Standardization Sector (ITU-T) is one of the three Sectors (branches) of the International Telecommunication Union (ITU). It is responsible for coordinating Standardization, standards fo ...
) for possible adoption as the V.fast modem standard. However, more conventional modem technology was chosen and standardized as V.34. Telebit deemed full-duplex PEP to require more engineering effort than was justified by the shrinking market for PEP modems, and never introduced this feature.


The Octocom merger and the FastBlazer V.34 modem

The
CCITT The International Telecommunication Union Telecommunication Standardization Sector (ITU-T) is one of the three Sectors (branches) of the International Telecommunication Union (ITU). It is responsible for coordinating standards for telecommunicat ...
moved quickly to improve on V.32bis, and by 1993 it was clear that the ratification process for their new 28,800 bit/s V.34 standard was going to be finalized in 1994. Companies lined up to start production of new V.34 designs, some going so far to introduce models based on interim standards, such as V.FC. Telebit's modem engineering team developed a plan for a V.34 modem, but the executive staff believed that it was important to get a product to market more quickly. To that end, they began looking for other modem companies to acquire, and in January 1993 announce that Telebit would acquire Octocom Systems, a small privately held modem company in Massachusetts. Octocom had a V.34 modem in development which was expected to be ready for shipment quickly. Almost all modem engineering activities at Telebit's California offices ceased, though NetBlazer engineering continued to be based in California until the end of 1995. The Telebit FastBlazer 8840 V.34 modem was introduced in May 1994. When the FastBlazer was first introduced it did not include V.34 support, with management stating that they couldn't do so because the standard was not yet ratified. Although this was true (for one month anyway, it was ratified in June), the FastBlazer did not ship with an interim standard either; even AT&T's largely ignored 19,200 bit/s V.32terbo would only be available as a post-release upgrade in July, there were no plans to support the widespread V.FC at all, and no date was set for full V.34 support other than "two or three months". Making matters worse, the FastBlazer didn't include fax support. While Telebit stated that an upgrade to add this would be available, they also stated they would be charging for it. Nor would the FastBlazer support PEP, which, although by then a minor consideration for most potential buyers, was still a differentiator for Telebit's existing installed base. For sites with a Telebit modem on at least one end of a link, a PEP-capable upgrade might be worthwhile. Without PEP, the FastBlazer had essentially no advantage over any other V.34 modem. All this for an introductory price of $1,399, when V.32bis faxmodems were available for $200 or less, and industrial-quality V.34 designs were soon available for under $500. It took seven months before Telebit introduced V.34 support in January 1995, also releasing the $399 TeleBlazer "low-end" model at the same time. By this point even long-time supporters were publicly pooh-poohing the company on the
Usenet Usenet (), a portmanteau of User's Network, is a worldwide distributed discussion system available on computers. It was developed from the general-purpose UUCP, Unix-to-Unix Copy (UUCP) dial-up network architecture. Tom Truscott and Jim Elli ...
, the medium that originally drove the widespread adoption of the TrailBlazer.


Next phase

Late in 1993 Telebit completed their merger with Octocom, the idea being to use Octocom's
Chelmsford, Massachusetts Chelmsford () is a town in Middlesex County, Massachusetts, United States. Chelmsford was incorporated in May 1655 by an act of the Massachusetts General Court. When Chelmsford was incorporated, its local economy was fueled by lumber mills, ...
manufacturing capability headed by veteran executive Bryan Holley, as executive vice president of worldwide operations, downsizing the existing Sunnyvale office to become a NetBlazer development site under the supervision of James Norrod. The Sunnyvale facility was closed to reduce costs. Higher than expected operating costs resulted in stagnation with the development of new products. The difficult integration of the Sunnyvale operation into the corporate Chelmsford, MA headquarters was fraught with more difficulties than those of finance and marketing. Both companies had a staunch and loyal following of customers and the surprise that the acquiring Telebit gaining Octocom would, in effect, flip around as Octocom essentially absorbing Telebit left some customers and many non-surviving post-merger employees bitter. By March 1996 the company had exhausted its line of credit, reducing cash by $3.2 million on revenues of $12.7 million in the quarter. In July 1996 Telebit was acquired by
Cisco Systems Cisco Systems, Inc. (using the trademark Cisco) is an American multinational corporation, multinational digital communications technology conglomerate (company), conglomerate corporation headquartered in San Jose, California. Cisco develops, m ...
for $200 million, primarily for their channelized T1 digital-modem technology, modem ISDN channel aggregation (MICA). Telebit management convinced Cisco to spin off the company including all existing product families as well as a paid-up license for the use of MICA in future products developed by the spinoff to one of the existing management team (James D. Norrod) to become Telebit Incorporated and based in Chelmsford. In August 1997 Telebit merged with ITK Telekommunikation, based in
Dortmund Dortmund (; ; ) is the third-largest city in North Rhine-Westphalia, after Cologne and Düsseldorf, and the List of cities in Germany by population, ninth-largest city in Germany. With a population of 614,495 inhabitants, it is the largest city ...
Germany. Telebit executive vice president Bryan Holley was named president and chief executive officer for the new ITK Telecommunications, Inc. under which leading the newly minted ITK through further M&A activity culminating with the combined company being acquired in July 1998 by Digi International, makers of the DigiBoard multi-port serial card for PCs.


Legacy

While the Trailblazers have generally been displaced by modems implementing the higher-rate V.34/ V.90 series standards, and although they have been out of production since the mid-1990s, many TrailBlazers continue to be in operation to this date, and repair services are still available. In 1995, a
Silicon Valley Silicon Valley is a region in Northern California that is a global center for high technology and innovation. Located in the southern part of the San Francisco Bay Area, it corresponds roughly to the geographical area of the Santa Clara Valley ...
engineer sent a Worldblazer to an NGO in
Somalia Somalia, officially the Federal Republic of Somalia, is the easternmost country in continental Africa. The country is located in the Horn of Africa and is bordered by Ethiopia to the west, Djibouti to the northwest, Kenya to the southwest, th ...
, which promptly put it to work connecting that remote country to the
Internet The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks ...
, at first by
UUCP UUCP (Unix-to-Unix Copy) is a suite of computer programs and communications protocol, protocols allowing remote execution of commands and transfer of computer file, files, email and netnews between computers. A command named is one of the prog ...
, then by other means.


Models


References


External links

* {{web archive, url=https://web.archive.org/web/19970607011501/http://www.telebit.com/, title=Official website
A Brief History of Telebit
1998 mergers and acquisitions Computer companies established in 1984 Computer companies disestablished in 1998 Telecommunications equipment vendors Defunct networking companies Modems Cisco acquisitions Defunct computer companies of the United States Defunct computer hardware companies