Softmodem

From Wikipedia, the free encyclopedia
(Redirected from Linmodem)

A PCI softmodem (left) next to a conventional ISA hardware modem (right)

A software modem, commonly referred to as a softmodem, is a modem with minimal hardware that uses software running on the host computer, and the computer's resources (especially the central processing unit, random access memory, and sometimes audio processing), in place of the hardware in a conventional modem.

Softmodems are also sometimes called winmodems due to limited support for platforms other than Windows. By analogy, a linmodem is a softmodem that can run on Linux.[1][2]

Softmodems are sometimes used as an example of a hard real-time system. The audio signals to be transmitted must be computed on a tight interval (on the order of every 5 or 10 milliseconds); they cannot be computed in advance, and they cannot be late or the receiving modem will lose synchronization.

History[edit]

The first generations of hardware modems (including acoustic couplers) and their protocols used relatively simple modulation techniques such as FSK or ASK at low speeds. Under these conditions, modems could be built with the analog discrete component technology used during the late 70s and early 80s.

As more sophisticated transmission schemes were devised, the circuits grew in complexity substantially. New modulation required mixing analog and digital components, and eventually incorporating multiple integrated circuits (ICs) such as logical gates, PLLs and microcontrollers. Later techniques used in modern V.34, V.90 and V.92 protocols (such as a 1664-point QAM constellation) are so complex that implementing them with discrete components or general purpose ICs became impractical.

Furthermore, improved compression and error correction schemes were introduced in the newest protocols, requiring extra processing power in the modem itself. This made the construction of a mainly analog/discrete component modem impossible. Finally, compatibility with older protocols using completely different modulation schemes would have required a modem made with discrete electronics to contain multiple complete implementations.

Initially the solution was to use LSI ASICs which shrank the various implementations into a small number of components, but since standards continued to change, there was a desire to create modems that could be upgraded.

In 1993, Digicom marketed the Connection 96 Plus, a modem based around a DSP which was programmed by an application on startup. Because the program was replaceable, the modem could be upgraded as standards improved. Digicom branded this technology SoftModem, perhaps originating the term.[3]

Likewise, the term "Winmodem" may have originated with USRobotics' Sportster Winmodem, a similarly upgradable DSP-based design.[4]

In 1996, two types of modem began to reach the market: host-based modems, which offloaded some work onto the host CPU, and software-only modems which transferred all work onto the host system's CPU.[5] In 1997, the AC'97 standard for computer audio would introduce channels for modem use, making software modem technology common in PCs.

Since then, some softmodems have been created as standalone software projects utilizing standard sound card interfaces, such as an experimental open-source 96 kbit/s leased-line softmodem called AuDSL from 1999,[6] and the Minimodem project which implements several FSK modem standards.[7]

Types[edit]

Softmodems can be separated into two classes: controllerless modems and pure software modems.

Controllerless modems utilize a DSP on the modem itself to perform modulation, demodulation and other tasks.[3] Some, known as "host-based" modems, may still use some amount of the host's CPU power for some tasks.[5]

Pure software modems perform all modem tasks on the host PC's CPU, while the hardware provides only analog-digital conversion and connection to the telephone network.[5]

Advantages and disadvantages[edit]

The original stated purpose of the DSP-based softmodem was to provide for upgradeability, a concern in an era when modem standards were changing rapidly. Both DSP and pure software modems offer this feature.

A downside of either type of softmodem is that drivers must be provided, and the terms "softmodem" and "winmodem" have gained negative connotations, particularly within the open-source community, due to drivers for Linux often being omitted or provided only as unmaintainable binaries.[8]

While DSP-based softmodems usually only require host attention during startup, pure software modems consume some CPU cycles on the host, which can conceivably slow down application software on older computers. This was a major issue in the 1990s, when CPUs were not nearly as powerful as today's typical hardware.

DSL softmodems[edit]

Although "softmodem" typically applies to PSTN modems, there are some software-based DSL modems or even routers, which work on the same principles but at higher bandwidth and with more complex encoding schemes. One of the first software based DSL modem chipsets was Motorola's SoftDSL chipset.[9]

The term WinDSL has been coined to describe this kind of technology.[10] DSL softmodems generally require the same interfaces as PSTN softmodems, such as USB or PCI.

See also[edit]

References[edit]

  1. ^ Walbran, Sean (24 February 2001). "Linmodem-HOWTO". Linux Documentation Project. Retrieved 22 June 2020.
  2. ^ "Linux Winmodem Support". Archived from the original on 3 January 2005.
  3. ^ a b Sandlund, Chris (July 1993). "Digicom's Connection 96 Plus: Is It Really the Last Modem You'll Ever Need?". PC/Computing. Vol. 6, no. 7. Ziff-Davis. p. 74. Retrieved 14 August 2020 – via Internet Archive.
  4. ^ Lee, Yvonne L. (10 June 1996). "U.S. Robotics modem users to get soft upgrade to 33.6Kbps". InfoWorld. Vol. 18, no. 24. InfoWorld Media Group, Inc. p. 58. Retrieved 14 August 2020 – via Internet Archive.
  5. ^ a b c Levin, Carol; Rupley, Sebastian (19 November 1996). "Modem Makeovers". PC Magazine. Vol. 15, no. 20. Ziff Davis. p. 34.
  6. ^ "AuDSL - a software leased line modem". www.araneus.fi. AuDSL is an experimental software modem for low-speed Internet connectivity over leased copper lines using PC sound cards as the line interface. The acronym AuDSL stands for Audio Digital Subscriber Line.
  7. ^ "minimodem - general-purpose software audio FSK modem". www.whence.com. It acts a general-purpose software FSK modem, and includes support for various standard FSK protocols such as Bell103, Bell202, RTTY, TTY/TDD, NOAA SAME, and Caller-ID.
  8. ^ Lawyer, David S. (2007). "Modem-HOWTO". Linux Documentation Project. Retrieved 14 August 2020.
  9. ^ "SoftDSL Solutions". Motorola. Archived from the original on 18 May 2007.
  10. ^ "WinDSL Coming?". Slashdot. 20 April 2000.

External links[edit]