|
|
4.1 | ISDN Concepts | ||
| 4.1.3 | ISDN 3-layer model and protocols |
ISDN utilizes a suite of
ITU-T standards spanning the physical, data link, and network layers
of the OSI reference model:
BRI service is provided over a local copper loop that traditionally carries analog phone service. While there is only one physical path for a BRI, there are three separate information paths, 2B+D. Information from the three channels is multiplexed into the one physical path.
ISDN physical layer, or Layer 1, frame
formats differ depending on whether the frame is outbound or inbound.
If the frame is outbound, it is sent from the terminal to the network.
Outbound frames use the TE frame format. If the frame is inbound, it
is sent from the network to the terminal. Inbound frames use the NT
frame format.
Each frame contains two sample frames each containing the following:
ISDN BRI frames contain 48 bits. Four thousand of these frames are transmitted every second. Each B channel, B1and B2, have a capacity of 8*4000 = 64 kbps, while channel D has a capacity of 4*4000 = 16 kbps. This accounts for 144 kbps of the total ISDN BRI physical interface bit rate of 192 kbps. The remainder of the data rate are the overhead bits that are required for transmission. The overhead bits of an ISDN physical layer frame are used as follows:
Note that the physical bit rate for the BRI interface is 48*4000 = 192 kbps. The effective rate is 144 kbps = 64 kbps + 64 kbps + 16 kbps (2B+D). Layer 2 of the ISDN signaling channel is LAPD. LAPD is similar to HDLC. LAPD is used across the D channel to ensure that control and signaling information is received and flows properly.
The LAPD flag and control fields are
identical to those of HDLC.
|