SlideShare a Scribd company logo
Data Communication and Networking II
Asynchronous Transfer
Mode (ATM)
1
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
Objectives Overview
Brief Intro to ATM
Issues driving LAN
changes to high
capacity
Transmissions
ATM LAN
Configuration
ATM Basic Cell
Format
ATM Protocol
Architecture
Conceptual
Model/Network in
ATM
ATM QoS and
Challenges
Data Communication and Networking II: Asynchronous Transfer
Mode (ATM)
2
Asynchronous Transfer Mode
Brief Introduction to ATM
• By the mid 1980s, three types of communication networks
had evolved.
• The telephone network carries voice calls, television
network carries video transmissions, and newly emerging
computer network carries data.
• Telephone companies realized that voice communication
was becoming a commodity service and that the profit
margin would decrease over time.
• They realized that data communication was increasing.
• The telecommunication industry decided to expand its
business by developing networks to carry traffic other than
voice.
3
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
Asynchronous Transfer Mode
• Wide Area Network Technologies
– Dialups
– X.25
– Frame Relay
– Asynchronous Transfer Mode (ATM)
– Synchronous Optical Network (SONET)
4
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
Asynchronous Transfer Mode
• Telephone Network Transmission WAN links
– Asynchronous Transfer Mode (ATM)
• Switching transmission technology
– Synchronous Optical Network (SONET)
• Transmission technology
• Synchronous Transfer Mode (STM)
5
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
Asynchronous Transfer Mode
6
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• Wide Area Network Technologies Bandwidths
- Dialups to ATMs
Asynchronous Transfer Mode
7
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• Wide Area Network Technologies Bandwidths
- SONET (STM)
Asynchronous Transfer Mode
Brief Introduction to ATM - Goals
• Universal Service
• Support for all users
• Single, unified infrastructure
• Service guarantees
• Support for low-cost Devices
8
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
Asynchronous Transfer Mode
9
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
Issues Driving LAN changes
• Traffic Integration
– Voice, video and data traffic
– Multimedia demand
• One-way batch (web traffic)
• Two-way batch (voice messages)
• One-way interactive (internet multicast backbone – Mbone)
• Two-way interactive (video conferencing)
• Quality of Service guarantees (ex. Limited jitters, non-
blocking streams or buffering)
• LAN Interoperability (compatibility with any device make)
• Mobile and Wireless nodes
ATM LAN Configuration
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
10
ATM Basic Cell Format
• ATM technology is a form of Virtual Packet Switching
that divides all data into small, fixed-size packets
called Cells
• Connection-Oriented Service
• Each ATM Cell contains 53 octets
• 5 octets for header messages
• 48 octets for actual transmitted data
Data Communication and Networking II: Asynchronous Transfer
Mode (ATM)
11
ATM Conceptual Model
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
12
• ATM Network is organized as a hierarchy
– User’s equipment connects to networks via a UNI (User-
Network Interface)
• Creating Permanent Virtual Channel (PVC) for communication
– Connections between provided networks are made
through NNI (Network-Network Interface) – ATM switch
• Creating Switched Virtual Channel (SVC) for communication
• This establish the connection-oriented channel
before any cells are sent
ATM Network
Data Communication and Networking II: Asynchronous Transfer
Mode (ATM)
13
ATM Connections
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
14
• Two level of ATM connections:
– Virtual path connections
– Virtual channel connections
• Indicated by two fields in the cell header:
– Virtual path identifier (VPI) – 8 bits
– Virtual channel identifier (VCI) – 16 bits
ATM Virtual Connections
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
15
• Vast majority of ATM networks will run on optical fiber networks with
extremely low error rates.
• ATM must support low cost attachments
ATM Virtual Connections
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
16
ATM Virtual Connections
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
17
ATM Virtual Connections
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
18
ATM Virtual Connections (UNI Cell Format)
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
19
ATM Cell Headers
GFC (Generic Flow Control)
VPI (Virtual Path Identifier)
VCI (Virtual Channel Identifier)
PT (Payload Type)
CLP (Cell Loss Priority)
ATM Protocol Architecture
Protocol Layers
20
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
ATM Protocol Architecture
21
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• Physical Layer
– The lowest layer in the ATM protocol
– It describes the physical transmission media
– We can use shielded and unshielded twisted pair, coaxial cable, and fiber-
optic cable.
• ATM Layer
– It performs all functions relating to the routing and multiplexing of cells over
VCs.
– It generates and remove header contents destine to the Adaptation Layer
– Maintains a table which contains a list of VCIs.
ATM Protocol Architecture
22
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• ATM Adaptation Layer (AAL)
– Top layer in the ATM protocol Model
– It converts the submitted information into streams of 48-octet segments
and transports these in the payload field of multiple ATM cells
– Define into 5 classes of service types referred as AAL1-5
• AAL1 and 2 provides connection oriented service types in constant bit
rate (CBR) and variable bit rate (VBR) respectively
• AAL3 – 5 provides non real time bit rate service types
ATM Adaptation Layer Service Categories
23
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
ATM Quality of Service (QoS)
24
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• Quality of Service (QoS) requirements are handled at
connection time and viewed as part of signaling
• ATM provides permanent virtual connections and
switched virtual connections
– Permanent Virtual Connections (PVC)
• set up manually by network manager
– Switched Virtual Connections (SVC)
• set up and released on demand by the end user via signaling
procedures
ATM Challenges
25
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• ATM has not been widely accepted. Although some
phone companies still use it in their backbone networks
• The expense, complexity and lack of interoperability with
other technologies have prevented ATM from becoming
more prevalent
ATM Challenges
26
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)
• Expense: ATM switch costs much more than inexpensive
LAN hardware
– In addition, the network interface card needed to connect a
computer to an ATM network is significantly more expensive
than a corresponding Ethernet NIC
• Connection Setup Latency: ATM’s connection-oriented
design introduces significant delay for distant
communication
• Complexity of QoS: The complexity of the specification
makes implementation cumbersome and difficult. Many
implementations do not support the full standard
Reading & Reference Material
• Data and Computer Communications, 8th Edition
by William Stallings
– Chapter 11.1 - 5
27
Data Communication and Networking II: Asynchronous Transfer Mode
(ATM)

More Related Content

What's hot

OFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMAL
OFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMALOFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMAL
OFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMAL
prem kamal
 
2.2 frequency division multiple access
2.2   frequency division multiple access2.2   frequency division multiple access
2.2 frequency division multiple access
JAIGANESH SEKAR
 
2.1 introduction to cellular architecture
2.1   introduction to cellular architecture2.1   introduction to cellular architecture
2.1 introduction to cellular architecture
JAIGANESH SEKAR
 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROL
junnubabu
 
Cdma2000
Cdma2000Cdma2000
Cdma2000
vivek kumar
 
Advanced multiplexing technology
Advanced multiplexing technologyAdvanced multiplexing technology
Advanced multiplexing technology
ashishkumar1109
 
Multiple access techniques for wireless communications
Multiple access techniques for wireless communicationsMultiple access techniques for wireless communications
Multiple access techniques for wireless communications
METHODIST COLLEGE OF ENGG & TECH
 
Isdn
IsdnIsdn
Introduction to OFDM
Introduction to OFDMIntroduction to OFDM
Introduction to OFDM
John Thomas
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
Vetrivel Chelian
 
Packet radio protocol
Packet radio protocolPacket radio protocol
Packet radio protocol
Priya Kaushal
 
CDMA
CDMACDMA
Smart Antenna
Smart AntennaSmart Antenna
Smart Antenna
Farzana Shaik
 
Multiple access techniques
Multiple access techniquesMultiple access techniques
Multiple access techniques
Bibhu Prasad
 
Gsm interfaces
Gsm interfacesGsm interfaces
Gsm interfaces
Sai Sankar Gochhayat
 
IEEE 802.11
IEEE 802.11IEEE 802.11
IEEE 802.11
Ramasubbu .P
 
Mimo
MimoMimo
Mimo
Virak Sou
 
TDMA, FDMA, and CDMA
TDMA, FDMA, and CDMATDMA, FDMA, and CDMA
TDMA, FDMA, and CDMA
Najeeb Khan
 
Mobile Communication Broadcast System Jochen Schiller
Mobile Communication Broadcast System Jochen SchillerMobile Communication Broadcast System Jochen Schiller
Mobile Communication Broadcast System Jochen SchillerSonali Chauhan
 
TELECOMMUNICATIONS SYSTEMS
TELECOMMUNICATIONS SYSTEMSTELECOMMUNICATIONS SYSTEMS
TELECOMMUNICATIONS SYSTEMS
junnubabu
 

What's hot (20)

OFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMAL
OFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMALOFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMAL
OFDMA - Orthogonal Frequency Division Multiple Access PPT by PREM KAMAL
 
2.2 frequency division multiple access
2.2   frequency division multiple access2.2   frequency division multiple access
2.2 frequency division multiple access
 
2.1 introduction to cellular architecture
2.1   introduction to cellular architecture2.1   introduction to cellular architecture
2.1 introduction to cellular architecture
 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROL
 
Cdma2000
Cdma2000Cdma2000
Cdma2000
 
Advanced multiplexing technology
Advanced multiplexing technologyAdvanced multiplexing technology
Advanced multiplexing technology
 
Multiple access techniques for wireless communications
Multiple access techniques for wireless communicationsMultiple access techniques for wireless communications
Multiple access techniques for wireless communications
 
Isdn
IsdnIsdn
Isdn
 
Introduction to OFDM
Introduction to OFDMIntroduction to OFDM
Introduction to OFDM
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
 
Packet radio protocol
Packet radio protocolPacket radio protocol
Packet radio protocol
 
CDMA
CDMACDMA
CDMA
 
Smart Antenna
Smart AntennaSmart Antenna
Smart Antenna
 
Multiple access techniques
Multiple access techniquesMultiple access techniques
Multiple access techniques
 
Gsm interfaces
Gsm interfacesGsm interfaces
Gsm interfaces
 
IEEE 802.11
IEEE 802.11IEEE 802.11
IEEE 802.11
 
Mimo
MimoMimo
Mimo
 
TDMA, FDMA, and CDMA
TDMA, FDMA, and CDMATDMA, FDMA, and CDMA
TDMA, FDMA, and CDMA
 
Mobile Communication Broadcast System Jochen Schiller
Mobile Communication Broadcast System Jochen SchillerMobile Communication Broadcast System Jochen Schiller
Mobile Communication Broadcast System Jochen Schiller
 
TELECOMMUNICATIONS SYSTEMS
TELECOMMUNICATIONS SYSTEMSTELECOMMUNICATIONS SYSTEMS
TELECOMMUNICATIONS SYSTEMS
 

Similar to Slide 02 - Asynchronous Transfer Mode (ATM).pdf

ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
ZillayHuma Mehmood
 
ATM
ATMATM
Atm ppt
Atm pptAtm ppt
Aysnchronous Transfer Mode ppt
Aysnchronous Transfer Mode pptAysnchronous Transfer Mode ppt
Aysnchronous Transfer Mode ppt
OECLIB Odisha Electronics Control Library
 
Group#04-PPT-IA&P.pptx
Group#04-PPT-IA&P.pptxGroup#04-PPT-IA&P.pptx
Group#04-PPT-IA&P.pptx
HirazNor
 
Ch 02 (1)
Ch 02 (1)Ch 02 (1)
Ch 02 (1)
Shraddha Patel
 
Ch 02 (1)
Ch 02 (1)Ch 02 (1)
Ch 02 (1)
Shraddha Patel
 
Asynchronous Transfer Mode Project
Asynchronous Transfer Mode ProjectAsynchronous Transfer Mode Project
Asynchronous Transfer Mode Project
Ubraj Khadka
 
Asynchronous Transfer ModeATM is originally the transfer mode for implementin...
Asynchronous Transfer ModeATM is originally the transfer mode for implementin...Asynchronous Transfer ModeATM is originally the transfer mode for implementin...
Asynchronous Transfer ModeATM is originally the transfer mode for implementin...
JebaRaj26
 
ATM - A Technology Perspective
ATM - A Technology PerspectiveATM - A Technology Perspective
ATM - A Technology Perspective
Ronald Bartels
 
Asynchronous transfer mode (atm) in computer network
Asynchronous transfer mode (atm) in computer networkAsynchronous transfer mode (atm) in computer network
Asynchronous transfer mode (atm) in computer network
MH Shihab
 
3 rd sem atm M.TCH ( PPT FILE )
3 rd sem atm M.TCH ( PPT FILE )3 rd sem atm M.TCH ( PPT FILE )
3 rd sem atm M.TCH ( PPT FILE )
rajasthan technical university kota
 
Atm presentation M.TECH ( PPT FILE )
Atm presentation M.TECH ( PPT FILE )Atm presentation M.TECH ( PPT FILE )
Atm presentation M.TECH ( PPT FILE )
rajasthan technical university kota
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
Tushar Ranjan
 
Asynchronous Transfer Mode
Asynchronous Transfer ModeAsynchronous Transfer Mode
Asynchronous Transfer Mode
Nishant Munjal
 
WIRELESS ATM BY SAIKIRAN PANJALA
WIRELESS ATM BY SAIKIRAN PANJALAWIRELESS ATM BY SAIKIRAN PANJALA
WIRELESS ATM BY SAIKIRAN PANJALA
Saikiran Panjala
 

Similar to Slide 02 - Asynchronous Transfer Mode (ATM).pdf (20)

Atm Percobaan
Atm PercobaanAtm Percobaan
Atm Percobaan
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
 
ATM
ATMATM
ATM
 
Atm ppt
Atm pptAtm ppt
Atm ppt
 
Aysnchronous Transfer Mode ppt
Aysnchronous Transfer Mode pptAysnchronous Transfer Mode ppt
Aysnchronous Transfer Mode ppt
 
Group#04-PPT-IA&P.pptx
Group#04-PPT-IA&P.pptxGroup#04-PPT-IA&P.pptx
Group#04-PPT-IA&P.pptx
 
Ch 02 (1)
Ch 02 (1)Ch 02 (1)
Ch 02 (1)
 
Ch 02 (1)
Ch 02 (1)Ch 02 (1)
Ch 02 (1)
 
Asynchronous Transfer Mode Project
Asynchronous Transfer Mode ProjectAsynchronous Transfer Mode Project
Asynchronous Transfer Mode Project
 
ATM.pdf
ATM.pdfATM.pdf
ATM.pdf
 
Asynchronous Transfer ModeATM is originally the transfer mode for implementin...
Asynchronous Transfer ModeATM is originally the transfer mode for implementin...Asynchronous Transfer ModeATM is originally the transfer mode for implementin...
Asynchronous Transfer ModeATM is originally the transfer mode for implementin...
 
ATM - A Technology Perspective
ATM - A Technology PerspectiveATM - A Technology Perspective
ATM - A Technology Perspective
 
Atm intro
Atm introAtm intro
Atm intro
 
Asynchronous transfer mode (atm) in computer network
Asynchronous transfer mode (atm) in computer networkAsynchronous transfer mode (atm) in computer network
Asynchronous transfer mode (atm) in computer network
 
Atm 090904084052-phpapp02
Atm 090904084052-phpapp02Atm 090904084052-phpapp02
Atm 090904084052-phpapp02
 
3 rd sem atm M.TCH ( PPT FILE )
3 rd sem atm M.TCH ( PPT FILE )3 rd sem atm M.TCH ( PPT FILE )
3 rd sem atm M.TCH ( PPT FILE )
 
Atm presentation M.TECH ( PPT FILE )
Atm presentation M.TECH ( PPT FILE )Atm presentation M.TECH ( PPT FILE )
Atm presentation M.TECH ( PPT FILE )
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
 
Asynchronous Transfer Mode
Asynchronous Transfer ModeAsynchronous Transfer Mode
Asynchronous Transfer Mode
 
WIRELESS ATM BY SAIKIRAN PANJALA
WIRELESS ATM BY SAIKIRAN PANJALAWIRELESS ATM BY SAIKIRAN PANJALA
WIRELESS ATM BY SAIKIRAN PANJALA
 

Recently uploaded

做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
u86oixdj
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
NABLAS株式会社
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
rwarrenll
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
manishkhaire30
 
Unleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdf
Unleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdfUnleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdf
Unleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdf
Enterprise Wired
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
Nanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdfNanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdf
eddie19851
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
g4dpvqap0
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
oz8q3jxlp
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
TravisMalana
 

Recently uploaded (20)

做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
 
Unleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdf
Unleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdfUnleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdf
Unleashing the Power of Data_ Choosing a Trusted Analytics Platform.pdf
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
Nanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdfNanandann Nilekani's ppt On India's .pdf
Nanandann Nilekani's ppt On India's .pdf
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)Malana- Gimlet Market Analysis (Portfolio 2)
Malana- Gimlet Market Analysis (Portfolio 2)
 

Slide 02 - Asynchronous Transfer Mode (ATM).pdf

  • 1. Data Communication and Networking II Asynchronous Transfer Mode (ATM) 1 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 2. Objectives Overview Brief Intro to ATM Issues driving LAN changes to high capacity Transmissions ATM LAN Configuration ATM Basic Cell Format ATM Protocol Architecture Conceptual Model/Network in ATM ATM QoS and Challenges Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 2
  • 3. Asynchronous Transfer Mode Brief Introduction to ATM • By the mid 1980s, three types of communication networks had evolved. • The telephone network carries voice calls, television network carries video transmissions, and newly emerging computer network carries data. • Telephone companies realized that voice communication was becoming a commodity service and that the profit margin would decrease over time. • They realized that data communication was increasing. • The telecommunication industry decided to expand its business by developing networks to carry traffic other than voice. 3 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 4. Asynchronous Transfer Mode • Wide Area Network Technologies – Dialups – X.25 – Frame Relay – Asynchronous Transfer Mode (ATM) – Synchronous Optical Network (SONET) 4 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 5. Asynchronous Transfer Mode • Telephone Network Transmission WAN links – Asynchronous Transfer Mode (ATM) • Switching transmission technology – Synchronous Optical Network (SONET) • Transmission technology • Synchronous Transfer Mode (STM) 5 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 6. Asynchronous Transfer Mode 6 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • Wide Area Network Technologies Bandwidths - Dialups to ATMs
  • 7. Asynchronous Transfer Mode 7 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • Wide Area Network Technologies Bandwidths - SONET (STM)
  • 8. Asynchronous Transfer Mode Brief Introduction to ATM - Goals • Universal Service • Support for all users • Single, unified infrastructure • Service guarantees • Support for low-cost Devices 8 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 9. Asynchronous Transfer Mode 9 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) Issues Driving LAN changes • Traffic Integration – Voice, video and data traffic – Multimedia demand • One-way batch (web traffic) • Two-way batch (voice messages) • One-way interactive (internet multicast backbone – Mbone) • Two-way interactive (video conferencing) • Quality of Service guarantees (ex. Limited jitters, non- blocking streams or buffering) • LAN Interoperability (compatibility with any device make) • Mobile and Wireless nodes
  • 10. ATM LAN Configuration Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 10
  • 11. ATM Basic Cell Format • ATM technology is a form of Virtual Packet Switching that divides all data into small, fixed-size packets called Cells • Connection-Oriented Service • Each ATM Cell contains 53 octets • 5 octets for header messages • 48 octets for actual transmitted data Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 11
  • 12. ATM Conceptual Model Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 12 • ATM Network is organized as a hierarchy – User’s equipment connects to networks via a UNI (User- Network Interface) • Creating Permanent Virtual Channel (PVC) for communication – Connections between provided networks are made through NNI (Network-Network Interface) – ATM switch • Creating Switched Virtual Channel (SVC) for communication • This establish the connection-oriented channel before any cells are sent
  • 13. ATM Network Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 13
  • 14. ATM Connections Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 14 • Two level of ATM connections: – Virtual path connections – Virtual channel connections • Indicated by two fields in the cell header: – Virtual path identifier (VPI) – 8 bits – Virtual channel identifier (VCI) – 16 bits
  • 15. ATM Virtual Connections Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 15 • Vast majority of ATM networks will run on optical fiber networks with extremely low error rates. • ATM must support low cost attachments
  • 16. ATM Virtual Connections Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 16
  • 17. ATM Virtual Connections Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 17
  • 18. ATM Virtual Connections Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 18
  • 19. ATM Virtual Connections (UNI Cell Format) Data Communication and Networking II: Asynchronous Transfer Mode (ATM) 19 ATM Cell Headers GFC (Generic Flow Control) VPI (Virtual Path Identifier) VCI (Virtual Channel Identifier) PT (Payload Type) CLP (Cell Loss Priority)
  • 20. ATM Protocol Architecture Protocol Layers 20 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 21. ATM Protocol Architecture 21 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • Physical Layer – The lowest layer in the ATM protocol – It describes the physical transmission media – We can use shielded and unshielded twisted pair, coaxial cable, and fiber- optic cable. • ATM Layer – It performs all functions relating to the routing and multiplexing of cells over VCs. – It generates and remove header contents destine to the Adaptation Layer – Maintains a table which contains a list of VCIs.
  • 22. ATM Protocol Architecture 22 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • ATM Adaptation Layer (AAL) – Top layer in the ATM protocol Model – It converts the submitted information into streams of 48-octet segments and transports these in the payload field of multiple ATM cells – Define into 5 classes of service types referred as AAL1-5 • AAL1 and 2 provides connection oriented service types in constant bit rate (CBR) and variable bit rate (VBR) respectively • AAL3 – 5 provides non real time bit rate service types
  • 23. ATM Adaptation Layer Service Categories 23 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)
  • 24. ATM Quality of Service (QoS) 24 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • Quality of Service (QoS) requirements are handled at connection time and viewed as part of signaling • ATM provides permanent virtual connections and switched virtual connections – Permanent Virtual Connections (PVC) • set up manually by network manager – Switched Virtual Connections (SVC) • set up and released on demand by the end user via signaling procedures
  • 25. ATM Challenges 25 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • ATM has not been widely accepted. Although some phone companies still use it in their backbone networks • The expense, complexity and lack of interoperability with other technologies have prevented ATM from becoming more prevalent
  • 26. ATM Challenges 26 Data Communication and Networking II: Asynchronous Transfer Mode (ATM) • Expense: ATM switch costs much more than inexpensive LAN hardware – In addition, the network interface card needed to connect a computer to an ATM network is significantly more expensive than a corresponding Ethernet NIC • Connection Setup Latency: ATM’s connection-oriented design introduces significant delay for distant communication • Complexity of QoS: The complexity of the specification makes implementation cumbersome and difficult. Many implementations do not support the full standard
  • 27. Reading & Reference Material • Data and Computer Communications, 8th Edition by William Stallings – Chapter 11.1 - 5 27 Data Communication and Networking II: Asynchronous Transfer Mode (ATM)