Atm Report
Atm Report
Physical layer --- Analogous to the physical layer of the OSI reference model,
the ATM physical layer manages the medium-dependent transmission.
ATM layer --- Combined with the ATM adaptation layer, the ATM layer is
roughly analogous to the data-link layer of the OSI reference model. The ATM
layer is responsible for establishing connections and passing cells through
the ATM network. To do this, it uses information in the header of each ATM
cell.
ATM Adaptation Layer (AAL) --- Combined with the ATM layer, the AAL is
roughly analogous to the data-link layer of the OSI model. The AAL is
responsible for isolating higher-layer protocols from the details of the ATM
processes.
Figure 2. Comparing the OSI reference model with the ATM reference model
functions: Bits are converted into cells; the
transmission and receipt of bits on the physical
medium are controlled; ATM cell boundaries are
tracked; and cells are packaged into the
appropriate type of frame for the physical
medium.
In: addition to GFC and VPI header fields, several others are used in ATM cell-header fields.
The following descriptions summarize the ATM cell-header fields illustrated in Figure 4:
Generic Flow Control (GFC) --- Provides local functions, such as identifying multiple stations
that share a single ATM interface. This field is typically not used and is set to its default
value.
Virtual Path Identifier (VPI) --- In conjunction with the VCI, identifies the next destination of
a cell as it passes through a series of ATM switches on the way to its destination.
Virtual Channel Identifier (VCI) --- In conjunction with the VPI, identifies the next
destination of a cell as it passes through a series of ATM switches on the way to its
destination.
Payload Type (PT) --- Indicates in the first bit whether the cell contains user data or control
data. If the cell contains user data, the second bit indicates congestion, and the third bit
indicates whether the cell is the last in a series of cells that represent a single AAL5 frame.
Congestion Loss Priority (CLP) --- Indicates whether the cell should be discarded if it
encounters extreme congestion as it moves through the network. If the CLP bit equals 1,
the cell should be discarded in preference to cells with the CLP bit equal to zero.
Header Error Control (HEC) --- Calculates checksum only on the header itself.