LAPB

From Wikipedia, the free encyclopedia

LAPB state Diagram
LAPB state Diagram

LAPB (Link Access Protocol, Balanced) is a data link layer protocol in the X.25 protocol stack. LAPB is a bit-oriented protocol derived from HDLC that ensures that frames are error free and in the right sequence.

Link Access Protocol, Balanced (LAPB) is used to manage communication and packet framing between data terminal equipment (DTE) and the data circuit-terminating equipment (DCE) devices in the X.25 protocol stack. LAPB is nothing but HDLC in Asynchronous Balanced Mode (ABM). LAPB sessions can be established by either the DTE or DCE. The station initiating the call is determined to be the primary, and the responding station is the secondary.

In LAPB, since there is no master/slave relationship, the sender uses the Poll bit to insist on an immediate response. In the response frame this same bit becomes the receivers Final bit. The receiver always turns on the Final bit in its response to a command from the sender with the Poll bit set. The P/F bit is generally used when either end becomes unsure about proper frame sequencing because of a possible missing acknowledgement, and it is necessary to re-establish a point of reference.

LAPB's Frame Types:

I-Frames (Information frames): Carries upper-layer information and some control information. I-frame functions include sequencing, flow control, and error detection and recovery. I-frames carry send and receive sequence numbers.

S-Frames (Supervisory Frames): Carries control information. S-frame functions include requesting and suspending transmissions, reporting on status, and acknowledging the receipt of I-frames. S-frames carry only receive sequence numbers.

U-Frames (Unnumbered Frames): carries control information. U-frame functions include link setup and disconnection, as well as error reporting. U-frames carry no sequence numbers

Contents

[edit] Protocol structure

The format of LAPB frame is as follows:

Image:LAPB.jpg

Flag - The value of the flag is always (0x7E). In order to ensure that the bit pattern of the frame delimiter flag does not appear in the data field of the frame (and therefore cause frame misalignment), a technique known as Bit Stuffing is used by both the transmitter and the receiver.

Address field - In LAPB, this field has no meaning since the protocol works in a point to point mode and the DTE network address is represented in the layer 3 packets. This byte is therefore put to a different use; it separates the link commands from the responses and can have only two values: 0x01 and 0x03. 01 identifies frames containing commands from DTE to DCE and responses to these commands from DCE to DTE. 03 is used for frames containing commands from DCE to DTE and for responses from DTE to DCE. Therefore, one side must be configured as a Layer 2 DTE and the other as a Layer 2 DCE (you must not confuse this with the more familiar Layer 1 DCE and DTE designations).

Control field - it serves to identify the type of the frame. In addition, it includes sequence numbers, control features and error tracking according to the frame type.

Modes of operation - LAPB works in the Asynchronous Balanced Mode (ABM). This mode is totally balanced (i.e., no master/slave relationship) and is signified by the SABM(E) frame. Each station may initialize, supervise, recover from errors, and send frames at any time. The DTE and DCE are treated as equals.

FCS - The Frame Check Sequence enables a high level of physical error control by allowing the integrity of the transmitted frame data to be checked.

Window size - LAPB supports an extended window size (modulo 128) where the number of possible outstanding frames for acknowledgement is raised from 8 to 128.

Related Protocols LAPB , ISDN , X.25, Frame Relay , SDLC , HDLC

[edit] LAPB address

Direction Commands Response Info
DTE-DCE 01 Hex (B) 03 Hex (A)
DCE-DTE 03 Hex (A) 01 Hex (B)

[edit] LAPB commands and responses

TYpe Commands Response Info
Supervisory RR RR acknowledges the reception of a frame and indicates that the device is ready to receive the next one in the sequence
RNR RNR acknowledges a received frame but it indicates that it cannot receive any more I-frames because it is still busy
REJ REJ requests the retransmission of I-frames, the packet contains the error frame so that the DTE will retransmit all packets since the error frame
Unnumbered SABM UA establish the DTE to DCE link
DISC DM terminates the link
FRMR Frame Reject, which reports an error condition
Information I
Command frame sent with P = 1 REsponse frame returned with F = 1 Info
SABM/SABME UA/DM
I-frame RR,REJ,RNR
I-frame FRMR
RR,REJ,RNR RR,REJ,RNR
FRMR FRMR
DISC UA/DM

Sponsor Source

LAPB is defined by ISO (http://www.iso.org ).

[edit] External links

[edit] Bibliography

Computer Communications, by Chaim Zieglier, PhD. Brooklyn College