Project

General

Profile

ISDN Adapters » History » Version 3

manawyrm, 02/23/2022 04:16 PM
typo fix

1 2 laforge
{{>toc}}
2
3 1 laforge
h1. ISDN Adapters
4
5
There are two architecturally different ways how ISDN can be attached to a computer:
6
7
* by so-called *active ISDN adapter*
8
** *ISDN Terminal Adapters* are a sub-class of the above
9 3 manawyrm
* by so-called *passive ISDN adapter*
10 1 laforge
11
h2. active ISDN adapters
12
13
Where _active_ means that the adapter contains its own processor for handling the signaling protocol stack on the D-channel.  Thus, the main CPU of the computer simply instructs that ISDN-processor to establish a call, and doesn't have to worry about all the low-level details.
14
15
Active ISDN adapters were the first ISDN adapters to be available, at a time where the main processor of a computer was too slow to be trusted with handling timing sensitive signaling on the public ISDN network.  Many of those first generation adapters were ISA bus cards.
16
17
Examples are the ICN ISDN cards, as well as the AVM A1.
18
19
20
h2. ISDN Terminal Adapters (TA)
21
22
An ISDN terminal adapter is an active ISDN adapter which provides a RS-232 serial port with hayes-style AT commands towards a dumb terminal or (more frequently) a computer.  This approach meant that they were a drop-in replacement for analog modems, and all software developed in the earlier decades supporting modems over RS-232 with hayes AT commands could be used with ISDN.  The terminal or computer (and its software) didn't really notice that it is now talking to ISDN instead of an analog modem.
23
24
For less popular / mainstream computers, TAs were often the only (or at leat the safe) choice to use ISDN.
25
26
27
h2. passive ISDN adapters
28
29
Contrary to the active ISDN adapters, the _passive_ ISDN adapters did not contain any on-board processor or software.  Instead, they passed the raw ISDN signaling messages to the normal main CPU of the computer, where the driver and/or operating system were in charge of implementing the ISDN signaling protocols (typically Q.921 + Q.931).
30
31
This approach drastically reduced the bill of materials and hence the cost of ISDN interfaces, and made them more accessible to the mass market.
32
33
One benefit (from the open source point of view) is that there is no proprietary firmware implementing the protocol stack, but every last bit is under control of the open source software.  People could finally fix bugs as they pleased, not having to rely on vendors to provide updates.  On the other hand, this of course also meant that some people had regulatory concerns, as suddenly anyone could send malformed signaling to the public ISDN network, whether intentionally or accidentially.
34 2 laforge
35
h2. list of ISDN Adapters
36
37
{{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)