SlideShare a Scribd company logo
“
”
ASYNCHRONOUS TRANSFER MODE
1.0 INTRODUCTION
11/10/2018 GROUP 2 2
Asynchronous Transfer Mode (ATM) is a technology designed for the high-speed transfer of voice, video and data
through public and private networks using cell relay technology
ATM provides functionality that is both similar to Circuit switching and packet switching networks.
ATM protocol was designed to support the transfer of data with guaranteed Q.o.S in mind. It divides the user
data into small fixed-length packets called cells and it transport these cells over virtual connections.
ATM is connection-oriented in a sense that before the two end devices communicates, resources have to be
reserved in the intermediate switches similarly to telephone systems.
INTRODUCTION….
11/10/2018 GROUP 2 3
BASIC POINTS…
The term transfer in this context means both transmission and switching
And also the term asynchronous here means that cells belonging to same conversation can be multiplexed and
appear in irregular pattern.
ATM is the transfer mode for implementing Broadband Integrated services digital network BISDN
ATM was driven by the integration of service and performance required of both telephony and data networking.
Was therefore envisioned as the technology of providing B-ISDN
2.1HOW ATM WORKS
11/10/2018 GROUP 2 4
This cell-based transmission is in contrast to typical local area network (LAN) variable-length packet mechanisms,
which means that ATM connections are predictable and can be managed so that no single data type or
connection can monopolize the transmission path.
ATM technology originated in broadband ISDN (B-ISDN) technology and works primarily at layer 2 of the Open
Systems Interconnection (OSI) reference model.
ATM connects devices over a WAN using virtual channels (VCs) and virtual paths (VPs). Virtual channels consist of
one or more physical ATM links connected in a series for transmitting data between remote stations
2.0 HOW ATM WORKS….
11/10/2018 GROUP 2 4
ATM uses fixed-size packets called “cells.” Each 53-byte ATM cell contains 48 bytes of data payload and 5 bytes
of control and routing information in the header. The header provides addressing information for switching the
packet to its destination. The payload section carries the actual information, which can be data, voice, or video.
The payload is properly called the user information field.
An ATM network is made up of ATM switch and ATM endpoints. ATM switch is responsible for cell transit through
an ATM network. ATM switch accepts the incoming cell from ATM endpoints or another ATM switch reads & update
the cell header info and quickly switches the cell to an output interface toward its destination.
3.0 BROADBAND ISDN
11/10/2018 GROUP 2 5
is a broadband communication network developed by International Telegraph And Telephone Consultative
Committee(CCITT) that enables the transmission of design simulations and other multimedia transmission that
include text, voice, video and graphics in one network
This B-ISDN would be able to provide end users with increased transmission rate, up to 155.54Mbits/s on a
switching basis.
This is a great improvement as compared to the earlier rate of 64kbits/s employed in the ISDN which is not
suitable for high definition moving pictures.
4.0 ATM REFERENCE MODEL
11/10/2018 GROUP 2 6
The ATM protocol model is based on standards developed by the ITU.
The model is divided into three layers:
1. ATM adaptation layer
2. ATM layer
3. Physical layer
Just like all/most layer based protocols, the top layer acts as an interface to the below layers and the bottom
layer which is the physical layer transmits the data.
ATM ADAPTATION
LAYER (AAL)
ATM LAYER
PHYSICAL LAYER
4.1 PHYSICAL LAYER
11/10/2018 GROUP 2 7
The physical layer is divided into two sublayers:
1- The physical medium sub layer
2- The transmission convergence sub layer
Physical Medium (PM) sub layer
The physical medium sublayer performs medium-dependent functions. For example
 It provides bit transmission capabilities including bit alignment, line coding and electrical/optical conversion.
 Also responsible for bit timing, i.e., the insertion and extraction of bit timing information.
 The PM sublayer currently supports two types of interface: optical and electrical.
Transmission Convergence (TC) sublayer
Above the physical medium sublayer
 primarily responsible for framing of data transported over the physical medium.
4.1 PHYSICAL LAYER..
11/10/2018 GROUP 2 8
 The TC sub layer is responsible for the following four functions:
I. Cell Rate Decoupling : Cell rate decoupling is the insertion of idle cells at the sending side to
adapt the ATM cell stream’s rate to the rate of the transmission path
II. Header Error Control : Header error control is the insertion of an 8-bit CRC value in the ATM cell header
to protocol the contents of the ATM cell header
III. Cell Delineation : Cell delineation is the detection of cell boundaries
IV. Transmission Frame Adaptation : Transmission frame adaptation is the encapsulation of departing
cells into an appropriate framing structure (either cell-based or SDH based).
4.2 ATM ADAPTATION LAYER (AAL)
11/10/2018 GROUP 2 9
The basic function of the ATM adaptation layer is to convert the user data supplied by
higher layers into 48-byte blocks of data. The higher layer protocols accepts user data arrange it into packets
and hand it over to the AAL
The ATM adaptation layer is divided into two sub-layers
1. Convergence sub-layer
2. Segmentation and Re-assembly sub-layer.
The convergence sub-layer : provides services to higher layers through a set of Protocols
The segmentation and re-assembly : separates the messages from the convergence sub-layer into ATM cells.
the two sub-layers above adds some protocol information, which is transported as the payload of 53 bytes ATM
cells
The below figure depicts this.
4.2 ATM ADAPTATION LAYER (AAL)..
11/10/2018 GROUP 2 10
4.3 ATM LAYER
11/10/2018 GROUP 2 11
We can say the primary function of ATM layer is associated with routing and switching of ATM cells
But then the ATM layer changes functionality depending on current interface in use.
There are two interfaces in ATM network
1-User-Network interface [between the ATM end point and ATM switch]
2-Network-Node interface [between ATM switches]
The interfaces only differs in the cell header format.
ATM FUNCTIONALITY
 VPI/VCI translation
 Multiplexes and de-multiplexes cells
 Cell Header creation and extraction before or after the cell is delivered to the AAL
 Maintains flow control using the GFC bits of the header
5.0 ATM PLANE
11/10/2018 GROUP 2 12
In addition to the layers, the ATM reference model also has planes which are used to group functionality of the
layers and for management purpose .
The ATM reference model has three planes
1- User Plane : This plane is responsible for managing the transfer of data
2- Control Plane : This plane is responsible for generating and managing signaling requests
3- Management Plane : This plane contains two components:
o Layer management : manages layer-specific functions, such as the detection of
failures and protocol problems.
o Plane management : manages and coordinates functions related to the complete
system
5.1 ATM LAYER
11/10/2018 GROUP 2 13
5.2 ATM PLANE
11/10/2018 GROUP 2 14
NOTE:
 Within the user and control planes is a hierarchical set of layers.
 The user plane defines a set of functions for the transfer of user information between communication end-
points.
 The control plane defines control functions such as call establishment, call maintenance, and call release.
 The management plane defines the operations necessary to control information flow between planes and
layers, and maintain accurate and fault tolerant network operation.
 Also notice that the ATM functionality corresponds to the physical layer and part of the data link layer of the
OSI reference model.
 As the ATM physical layer is analogous to physical layer of OSI model
 The ATM Layer combined with ATM Adaptation Layer is analogous to the data link layer of the Osi
reference model.
6.0 ATM CELL STRUCTURE
11/10/2018 GROUP 2 15
As previously said, the ATM network has two interfaces the UNI and NNI interfaces.
Both these interfaces uses a 5byte cell header but they differ slightly.
Below is the header format for both.
6.1 ATM CELL STRUCTURE
11/10/2018 GROUP 2 16
The VCI and VPI fields are identifier values for VC and VP respectively.
[ A virtual channel connects two ATM communication end-points.
A virtual path connects two ATM devices, which can be switches or end-points, and several
virtual channels may be multiplexed onto the same virtual path.]
The 2-bit PT field
Identifiers whether the cell payload contains data or control information.
The CLP bit
Used by the user for explicit indication of cell loss priority. If the value
of the CLP is 1, then the cell is subject to discarding in case of congestion.
The HEC
Field is an 8-bit CRC value that protects the contents of the cell
header.
The GFC field
which appears only at the UNI, is used to assist the
customer premises network in controlling the traffic flow for different qualities of
service.
6.2 ATM CELL STRUCTURE
11/10/2018 GROUP 2 17
A transmission path may comprise several virtual paths and each virtual path may carry several virtual channels

More Related Content

PDF
ATM.pdf
Jayaprasanna4
 
PPTX
Asynchronous Transfer Mode
Nishant Munjal
 
PPT
Asychronous transfer mode(atm)
Meenakshi Devi
 
PPT
ATM Networking Concept
Tushar Ranjan
 
PPT
Atm 090904084052-phpapp02
Solar Energy Industries Association
 
PDF
Asynchronous transfer mode (atm) in computer network
MH Shihab
 
PDF
ATM Network
sangusajjan
 
PDF
Module 4 netwok layer,routing ,vlan,x.25doc
Deepak John
 
ATM.pdf
Jayaprasanna4
 
Asynchronous Transfer Mode
Nishant Munjal
 
Asychronous transfer mode(atm)
Meenakshi Devi
 
ATM Networking Concept
Tushar Ranjan
 
Atm 090904084052-phpapp02
Solar Energy Industries Association
 
Asynchronous transfer mode (atm) in computer network
MH Shihab
 
ATM Network
sangusajjan
 
Module 4 netwok layer,routing ,vlan,x.25doc
Deepak John
 

Similar to Asynchronous Transfer Mode Introductory Presentation (20)

PDF
Module 5 high speed swan,atm,transport layer
Deepak John
 
DOCX
Doc 20191126-wa0106
university of Gujrat, pakistan
 
PPT
Atm( Asynchronous Transfer mode )
Ali Usman
 
PDF
Asynchronous Transfer Mode - Data Communication
CherljohnNeoMagdaluy
 
PPT
10 Slides to ATM
seanraz
 
PDF
WAN Technology : ATM - Forouzan
Pradnya Saval
 
PPTX
Asynchronous transfer mode
aniston0108
 
PPT
Unit iv atm networks
sangusajjan
 
PPTX
Atm
Atul Khanna
 
PDF
Asynchronous transfer mode (atm)
sheikhparvez4
 
PDF
Asynchronous Transfer Mode (ATM)
Shamima Akther
 
PDF
Get Wiley Encyclopedia of Computer Science and Engineering 5 Volume Set 1st E...
totelajanusa
 
PPTX
lecture2829atmframerelay-180429142508 (1).pptx
AMITKUMAR938671
 
PDF
Computer networks high speed swan,atm,frame realy
Deepak John
 
PPT
Switching systems lecture6
Jumaan Ally Mohamed
 
PDF
Wiley Encyclopedia of Computer Science and Engineering 5 Volume Set 1st Editi...
qwhxsucsk785
 
PDF
Wiley Encyclopedia of Computer Science and Engineering 5 Volume Set 1st Editi...
mujiibmaambo
 
PDF
Distribution Automation based on IEC61850
Nirmal Thaliyil
 
DOCX
Atm work
FarhadHimel
 
PPTX
First presentation-ccn
riarana10
 
Module 5 high speed swan,atm,transport layer
Deepak John
 
Doc 20191126-wa0106
university of Gujrat, pakistan
 
Atm( Asynchronous Transfer mode )
Ali Usman
 
Asynchronous Transfer Mode - Data Communication
CherljohnNeoMagdaluy
 
10 Slides to ATM
seanraz
 
WAN Technology : ATM - Forouzan
Pradnya Saval
 
Asynchronous transfer mode
aniston0108
 
Unit iv atm networks
sangusajjan
 
Asynchronous transfer mode (atm)
sheikhparvez4
 
Asynchronous Transfer Mode (ATM)
Shamima Akther
 
Get Wiley Encyclopedia of Computer Science and Engineering 5 Volume Set 1st E...
totelajanusa
 
lecture2829atmframerelay-180429142508 (1).pptx
AMITKUMAR938671
 
Computer networks high speed swan,atm,frame realy
Deepak John
 
Switching systems lecture6
Jumaan Ally Mohamed
 
Wiley Encyclopedia of Computer Science and Engineering 5 Volume Set 1st Editi...
qwhxsucsk785
 
Wiley Encyclopedia of Computer Science and Engineering 5 Volume Set 1st Editi...
mujiibmaambo
 
Distribution Automation based on IEC61850
Nirmal Thaliyil
 
Atm work
FarhadHimel
 
First presentation-ccn
riarana10
 
Ad

More from ssuserb53446 (15)

PPT
06-scheduling.ppt including multiple CPUs
ssuserb53446
 
PPT
02-archsupport.ppt Architecture Support for OPS
ssuserb53446
 
PPTX
Analog Communication Performance underNoise .pptx
ssuserb53446
 
PPTX
EFFECTS OF NOISE ON THE PERFOMANCE OF ANALOGUE.pptx
ssuserb53446
 
PPTX
SummerStudent17_HandsOn Data Cloud Computing.pptx
ssuserb53446
 
PPTX
Managed_ML_Systems_ sf Presentation.pptx
ssuserb53446
 
PPTX
Communications Systems Analogue Angle Modulation
ssuserb53446
 
PPT
Engineering Communication Systems Course
ssuserb53446
 
PPT
Embedded Systems ARM Computer Architecture
ssuserb53446
 
PPT
Receiver Operating Characteristics SIB-ROC.ppt
ssuserb53446
 
PPT
introduction to database systems ch2.ppt
ssuserb53446
 
PPT
Database System Concepts Chapter 1: Introduction to Databases
ssuserb53446
 
PPTX
Entity relationship Models from Chapter 4
ssuserb53446
 
PPT
This is an introduction to Database Relational Model
ssuserb53446
 
PPT
Database System Introductory Concepts and All
ssuserb53446
 
06-scheduling.ppt including multiple CPUs
ssuserb53446
 
02-archsupport.ppt Architecture Support for OPS
ssuserb53446
 
Analog Communication Performance underNoise .pptx
ssuserb53446
 
EFFECTS OF NOISE ON THE PERFOMANCE OF ANALOGUE.pptx
ssuserb53446
 
SummerStudent17_HandsOn Data Cloud Computing.pptx
ssuserb53446
 
Managed_ML_Systems_ sf Presentation.pptx
ssuserb53446
 
Communications Systems Analogue Angle Modulation
ssuserb53446
 
Engineering Communication Systems Course
ssuserb53446
 
Embedded Systems ARM Computer Architecture
ssuserb53446
 
Receiver Operating Characteristics SIB-ROC.ppt
ssuserb53446
 
introduction to database systems ch2.ppt
ssuserb53446
 
Database System Concepts Chapter 1: Introduction to Databases
ssuserb53446
 
Entity relationship Models from Chapter 4
ssuserb53446
 
This is an introduction to Database Relational Model
ssuserb53446
 
Database System Introductory Concepts and All
ssuserb53446
 
Ad

Recently uploaded (20)

PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Doc9.....................................
SofiaCollazos
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
Software Development Methodologies in 2025
KodekX
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Doc9.....................................
SofiaCollazos
 

Asynchronous Transfer Mode Introductory Presentation

  • 2. 1.0 INTRODUCTION 11/10/2018 GROUP 2 2 Asynchronous Transfer Mode (ATM) is a technology designed for the high-speed transfer of voice, video and data through public and private networks using cell relay technology ATM provides functionality that is both similar to Circuit switching and packet switching networks. ATM protocol was designed to support the transfer of data with guaranteed Q.o.S in mind. It divides the user data into small fixed-length packets called cells and it transport these cells over virtual connections. ATM is connection-oriented in a sense that before the two end devices communicates, resources have to be reserved in the intermediate switches similarly to telephone systems.
  • 3. INTRODUCTION…. 11/10/2018 GROUP 2 3 BASIC POINTS… The term transfer in this context means both transmission and switching And also the term asynchronous here means that cells belonging to same conversation can be multiplexed and appear in irregular pattern. ATM is the transfer mode for implementing Broadband Integrated services digital network BISDN ATM was driven by the integration of service and performance required of both telephony and data networking. Was therefore envisioned as the technology of providing B-ISDN
  • 4. 2.1HOW ATM WORKS 11/10/2018 GROUP 2 4 This cell-based transmission is in contrast to typical local area network (LAN) variable-length packet mechanisms, which means that ATM connections are predictable and can be managed so that no single data type or connection can monopolize the transmission path. ATM technology originated in broadband ISDN (B-ISDN) technology and works primarily at layer 2 of the Open Systems Interconnection (OSI) reference model. ATM connects devices over a WAN using virtual channels (VCs) and virtual paths (VPs). Virtual channels consist of one or more physical ATM links connected in a series for transmitting data between remote stations
  • 5. 2.0 HOW ATM WORKS…. 11/10/2018 GROUP 2 4 ATM uses fixed-size packets called “cells.” Each 53-byte ATM cell contains 48 bytes of data payload and 5 bytes of control and routing information in the header. The header provides addressing information for switching the packet to its destination. The payload section carries the actual information, which can be data, voice, or video. The payload is properly called the user information field. An ATM network is made up of ATM switch and ATM endpoints. ATM switch is responsible for cell transit through an ATM network. ATM switch accepts the incoming cell from ATM endpoints or another ATM switch reads & update the cell header info and quickly switches the cell to an output interface toward its destination.
  • 6. 3.0 BROADBAND ISDN 11/10/2018 GROUP 2 5 is a broadband communication network developed by International Telegraph And Telephone Consultative Committee(CCITT) that enables the transmission of design simulations and other multimedia transmission that include text, voice, video and graphics in one network This B-ISDN would be able to provide end users with increased transmission rate, up to 155.54Mbits/s on a switching basis. This is a great improvement as compared to the earlier rate of 64kbits/s employed in the ISDN which is not suitable for high definition moving pictures.
  • 7. 4.0 ATM REFERENCE MODEL 11/10/2018 GROUP 2 6 The ATM protocol model is based on standards developed by the ITU. The model is divided into three layers: 1. ATM adaptation layer 2. ATM layer 3. Physical layer Just like all/most layer based protocols, the top layer acts as an interface to the below layers and the bottom layer which is the physical layer transmits the data. ATM ADAPTATION LAYER (AAL) ATM LAYER PHYSICAL LAYER
  • 8. 4.1 PHYSICAL LAYER 11/10/2018 GROUP 2 7 The physical layer is divided into two sublayers: 1- The physical medium sub layer 2- The transmission convergence sub layer Physical Medium (PM) sub layer The physical medium sublayer performs medium-dependent functions. For example  It provides bit transmission capabilities including bit alignment, line coding and electrical/optical conversion.  Also responsible for bit timing, i.e., the insertion and extraction of bit timing information.  The PM sublayer currently supports two types of interface: optical and electrical. Transmission Convergence (TC) sublayer Above the physical medium sublayer  primarily responsible for framing of data transported over the physical medium.
  • 9. 4.1 PHYSICAL LAYER.. 11/10/2018 GROUP 2 8  The TC sub layer is responsible for the following four functions: I. Cell Rate Decoupling : Cell rate decoupling is the insertion of idle cells at the sending side to adapt the ATM cell stream’s rate to the rate of the transmission path II. Header Error Control : Header error control is the insertion of an 8-bit CRC value in the ATM cell header to protocol the contents of the ATM cell header III. Cell Delineation : Cell delineation is the detection of cell boundaries IV. Transmission Frame Adaptation : Transmission frame adaptation is the encapsulation of departing cells into an appropriate framing structure (either cell-based or SDH based).
  • 10. 4.2 ATM ADAPTATION LAYER (AAL) 11/10/2018 GROUP 2 9 The basic function of the ATM adaptation layer is to convert the user data supplied by higher layers into 48-byte blocks of data. The higher layer protocols accepts user data arrange it into packets and hand it over to the AAL The ATM adaptation layer is divided into two sub-layers 1. Convergence sub-layer 2. Segmentation and Re-assembly sub-layer. The convergence sub-layer : provides services to higher layers through a set of Protocols The segmentation and re-assembly : separates the messages from the convergence sub-layer into ATM cells. the two sub-layers above adds some protocol information, which is transported as the payload of 53 bytes ATM cells The below figure depicts this.
  • 11. 4.2 ATM ADAPTATION LAYER (AAL).. 11/10/2018 GROUP 2 10
  • 12. 4.3 ATM LAYER 11/10/2018 GROUP 2 11 We can say the primary function of ATM layer is associated with routing and switching of ATM cells But then the ATM layer changes functionality depending on current interface in use. There are two interfaces in ATM network 1-User-Network interface [between the ATM end point and ATM switch] 2-Network-Node interface [between ATM switches] The interfaces only differs in the cell header format. ATM FUNCTIONALITY  VPI/VCI translation  Multiplexes and de-multiplexes cells  Cell Header creation and extraction before or after the cell is delivered to the AAL  Maintains flow control using the GFC bits of the header
  • 13. 5.0 ATM PLANE 11/10/2018 GROUP 2 12 In addition to the layers, the ATM reference model also has planes which are used to group functionality of the layers and for management purpose . The ATM reference model has three planes 1- User Plane : This plane is responsible for managing the transfer of data 2- Control Plane : This plane is responsible for generating and managing signaling requests 3- Management Plane : This plane contains two components: o Layer management : manages layer-specific functions, such as the detection of failures and protocol problems. o Plane management : manages and coordinates functions related to the complete system
  • 15. 5.2 ATM PLANE 11/10/2018 GROUP 2 14 NOTE:  Within the user and control planes is a hierarchical set of layers.  The user plane defines a set of functions for the transfer of user information between communication end- points.  The control plane defines control functions such as call establishment, call maintenance, and call release.  The management plane defines the operations necessary to control information flow between planes and layers, and maintain accurate and fault tolerant network operation.  Also notice that the ATM functionality corresponds to the physical layer and part of the data link layer of the OSI reference model.  As the ATM physical layer is analogous to physical layer of OSI model  The ATM Layer combined with ATM Adaptation Layer is analogous to the data link layer of the Osi reference model.
  • 16. 6.0 ATM CELL STRUCTURE 11/10/2018 GROUP 2 15 As previously said, the ATM network has two interfaces the UNI and NNI interfaces. Both these interfaces uses a 5byte cell header but they differ slightly. Below is the header format for both.
  • 17. 6.1 ATM CELL STRUCTURE 11/10/2018 GROUP 2 16 The VCI and VPI fields are identifier values for VC and VP respectively. [ A virtual channel connects two ATM communication end-points. A virtual path connects two ATM devices, which can be switches or end-points, and several virtual channels may be multiplexed onto the same virtual path.] The 2-bit PT field Identifiers whether the cell payload contains data or control information. The CLP bit Used by the user for explicit indication of cell loss priority. If the value of the CLP is 1, then the cell is subject to discarding in case of congestion. The HEC Field is an 8-bit CRC value that protects the contents of the cell header. The GFC field which appears only at the UNI, is used to assist the customer premises network in controlling the traffic flow for different qualities of service.
  • 18. 6.2 ATM CELL STRUCTURE 11/10/2018 GROUP 2 17 A transmission path may comprise several virtual paths and each virtual path may carry several virtual channels