Pages

Subscribe:

Ads 468x60px

Monday 5 March 2012

Understanding ISDN


What is ISDN ?

What does ISDN stand for? It is the Integrated Services Digital Network that comprised of digital telephony and data-transport services offered by regional telephone carries. ISDN involves the digitalization of the telephone network, which permits voice, data, text, graphics, music, video and other source material to be transmitted over existing telephone. The emergence of ISDN represents an effort to standardize subscriber services, user/network interfaces, and network and internetwork capabilities. ISDN applications include high-speed image applications, additional telephone lines in home to serve the telecommuting industry, high speed file transfer, and video conferencing. Voice service is also an application for ISDN.

How Integrated Services Digital Network Works?

ISDN is a broadband service provides end to end digital communication for high speed data supporting voice, video and multimedia applications. Broadband as compare to Baseband is a type of service that supports logical channels. ISDN BRI and ISDN PRI are two services of ISDN technology used worldwide.
ISDN23 Understanding ISDN
The ISDN BRI (Basic Rate Interface) offers two B channels and one D channel (2B+D). BRI B-channel service operates at 64 kbps and is meant to carry user data; BRI D-channel service operates at 16 kbps and is meant to carry control and signalling information, although it can support user data transmission under certain circumstances. The D channel signalling protocol comprises Layers 1 through 3 of the OSI reference model. BRI also provides for framing control and other overhead, bringing its total bit rate to 192 kbps called isdn 2. The BRI physical-layer specification is ITU-T formerly the CCITT 1.430.
ISDN PRI (Primary Rate Interface) service offers 23 B channels and one D channel in some regions like North America and Japan, yielding a total bit rate of 1544 kbps including the PRI D Channel runs at 64 kbps. In Europe, Australia, and the other parts of the world ISDN PRI provides 30 B channels plus one 64-kbps channel with a total interface rate of 2048 kbps called isdn 30. The physical-layer specification of PRI is ITU-t 1.431.

ISDN Hardware Components

ISDN components include terminals, terminal adapters, network-termination devices, line-termination equipment, and exchange-termination equipment. ISDN terminals come in two types. Specialized ISDN terminals are referred to as TE1 (terminal equipment 1). Non-ISDN terminals, such as DTE, that predate the ISDN standards are referred to as TE2 (terminal equipment type 2). TE1 connects to the ISDN network through a four-wire, twisted-pair digital link whileTE2 connects to an ISDN network through a Terminal
Adapter (TA). The ISDN Terminal Adapter can be either a standalone device or a board inside the TE2. If the TE2 is implemented as a standalone device, it connects to the Terminal Adapter via a standard physical-layer interface for example EIA/TIA-232-C (formerly RS-232-C), V.24, and V.35.
Beyond the TE1 and TE2 devices, the next connection point in the ISDN network is the NT1 (network termination type 1) or NT2 (network termination type 2) device. These are network-termination devices that connect the four-wire subscriber wiring to the conventional two-wire local loop. In North America and Japan, the NT1 is the CPE (customer premises equipment) device. In Europe and most of the other parts of the world, the NT1 is part of the network provided by the carrier. The NT2 is a more complicated device that typically is found in digital PBX (private branch exchanges) and that performs layer 2 and layer 3 protocol functions and connection services. An NT1/2 device also exists as a single device that combines the functions of an NT1 and NT2.
Followings are the some important functions or hardware of ISDN.
  • TE1- Terminal Endpoint 1
  • TE2- Terminal Endpoint 2
  • TA- Terminal Adapter
  • NT1- Network Termination type 1
  • NT2- Network Termination type 2
  • NT1/2- Network Terminatio type 1/2

ISDN Reference Points

ISDN specifies a number of reference points that define logical interface between functional groupings, such as TA and NT1. ISDN reference points include the following.
  • R- The reference point between non-ISDN equipment and a TA.
  • S- The reference point between user terminals and the NT2.
  • T- The reference point between NT1 and NT2 devices.
U- The reference point between NT1 device and line-termination equipment in the carrier network. The U reference point is relevant only in North America, where the NT1 function is not provided by the carrier network.

Configuring ISDN BRI-U Interface

To configure an ISDN BRI-U interface first you should have to select the ISDN Switch Type with this set of commands.
Router (config) # hostname Cisco-a
Router (config) # isdn switch-type basic-5ess
Router (config) # username Cisco-b password samepass
Router (config) # interface bri 0
Router (config-if) # ip address 10.170.0.1 255.255.0.0
Router (config-if) # encapsulation ppp
Router (config-if) # dialer idle-timeout 300
Router (config-if) # dialer map ip 10.170.0.2 name Cisco-b 4085554000
Router (config-if) # dialer-group 1
Router (config-if) # ppp authentication chap
Router (config) # ip route 192.168.1.0 255.255.255.0 10.170.0.2
Router (config) # dialer-list 1 protocol ip permit

Disadvantages of ISDN

ISDN is an example of circuit-switched network along with PSTN dialup networking. The basic difference between ISDN and PSTN environment is that in PSTN dialup environment the local loop is based on analog signalling while in ISDN the local loop is digital. ISDN supports broadband services like DSL or IDSL that are faster than analog service as well as costly. The only disadvantage of the ISDN connection is the cost because as compare to packet-switched network such as Frame Relay and ATM ISDN is more costly. Although cheap isdn line or isdn over ip are the solutions of this problem provides cheap isdn by ISDN providers but overall you can't say that ISDN is a cost effective service.


Related Articles
  1. ISDN BRI
  2. Understanding Frame Relay
  3. ISDN 30
  4. Difference Between ISDN and DSL
  5. ISDN PRI

0 comments:

Post a Comment