BBN Notes for Lecture 14 (3/26/97)
next previous contents

AAL1

Designed for connection oriented CBR (constant bit rate) services i.e. legacy phone services such as phone or fax. (Also known as "Circuit Emulation" service.)

AAL1 Goals
  1. Transfer of SDU's (service data units) at a constant source bit rate from source service layer to destination service layer.

  2. Transfer of side information, e.g.
    • Timing information for reconstruction of voice or video.
    • Data structure (meaning of bits to service).
    • Lost data (not recovered by AAL).

AAL1 CS (Convergence Sublayer)
  1. Handle cell delay variation (in the network)
    • e.g. simulate constant bit rate phone line.
  2. Handle reassembly delay variation (at the receiver).
  3. Source clock recovery
    • e.g. using "residual time stamp" feature.
  4. Source data structure.
  5. Monitor lost or misinserted cells.
  6. Monitor bit errors.
  7. Report end-to-end performance quality.
AAL1 SAR
  1. Receive bit stream of CS.
  2. Segment into 47 byte blocks.
  3. Add SAR header:
    • CSI=CS Indication.
    • SN=sequence number.
    • SNP=sequence number protection (against errors in CSI or SN).

Proposed AAL1 for CBR video

This AAL uses an interlaced Reed-Solomon code. A Reed-Solomon is able to detect and correct lost bits in a stream.




AAL2

Intended for RT-VBR traffic.

Same functions as AAL1 but for VBR.

One standard proposed but withdrawn!

No current pending standards.



AAL3/4

Designed for data sensitive to loss but not to delay.

Two service models based on network layer service are:

  1. AAL3 connection network layer e.g. x.25
    Must provide connection service because transport layer expects it.

  2. AAL4 connectionless network layer e.g. IP.
    Do connection at Transport Layer if desired.


AAL 3/4 SAR
    Takes CS-PDU, breaks into 44 Bytes SAR payload and adds 2 byte header and 2 byte trailer on each one.
SAR Header
ST = Segment Type

ST Meaning
10 BOM = begin of message
00 COM = continuation of message
01 EOM = end of message
11 SSM = signal segment message

    SN = 0,1,....,15
    MID = Multiplexing ID

SAR Trailer


BBN Notes for Lecture 14 (3/26/97)
next previous contents
Notes taken by WeiLian Su, suw@rpi.edu, from a lecture by Prof. K.S. Vastola, vastola@ecse.rpi.edu, on March 26, 1997.