Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Explain the ISDN services and its structure.
The Integrated Services Digital Network (ISDN) is a digital telecommunications standard that provides voice and data services over traditional phone lines. ISDN offers two primary service types that define the number and type of channels available for communication.
Basic Rate Interface (BRI)
BRI consists of 2B + D channels, which includes two Bearer channels of 64 kbps each for data transmission and one D channel of 16 kbps for signaling and control. The separate control channel enables out-of-band signaling, meaning call setup and management occur independently of the data channels.
Primary Rate Interface (PRI)
PRI provides 23B + D channels in North America and Japan, consisting of 23 Bearer channels of 64 kbps each for data and one D channel of 64 kbps for signaling control. In Europe, PRI offers 30B + D configuration. The Bearer channels can be combined or allocated flexibly based on bandwidth requirements.
ISDN lines can operate as dedicated connections that remain continuously active or as dial-on-demand (DOD) lines that establish connections when needed. Connection establishment is rapid, typically occurring within 0.5 seconds.
ISDN Structure and OSI Model
ISDN channels map to different layers of the OSI model. The D channel operates at the Network layer for call control and signaling, while B channels function at the Data Link and Physical layers for actual data transmission.
| OSI Layer | ISDN Channel | Function |
|---|---|---|
| Network | D Channel | Call control and signaling |
| Data Link | B Channel | Data transmission |
| Physical | B Channel | Physical connection |
Line Encoding
ISDN uses 2B1Q encoding (2 Binary 1 Quaternary), where two binary bits (called a dibit) are represented by a single quaternary voltage level. This encoding scheme improves signal efficiency over standard telephone lines.
| Dibit | Voltage Level |
|---|---|
| 10 | +3V |
| 11 | +1V |
| 01 | -1V |
| 00 | -3V |
ISDN Network Architecture
An ISDN connection involves several key components: the central office switch must support ISDN capabilities, and a Network Termination 1 (NT-1) device converts the two-wire analog connection to a four-wire digital S/T interface using bus topology. Up to eight ISDN Terminal Equipment (TE1) devices can connect to the S/T interface. For analog devices like traditional phones (TE2), a Terminal Adapter (TA) provides connectivity.
Conclusion
ISDN provides digital voice and data services through BRI and PRI configurations, using separate channels for data transmission and call control. Its structured approach to digital communication laid the foundation for modern telecommunications services.
