SlideShare a Scribd company logo
1 of 27
Download to read offline
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

Parameters of multipath channel
Parameters of multipath channelParameters of multipath channel
Parameters of multipath channelNaveen Kumar
 
Small scale fading and multipath measurements
Small scale fading and multipath measurementsSmall scale fading and multipath measurements
Small scale fading and multipath measurementsVrince Vimal
 
Fundamentals of sdh
Fundamentals of sdhFundamentals of sdh
Fundamentals of sdhsreejithkt
 
Optical network architecture
Optical network architectureOptical network architecture
Optical network architectureSiddharth Singh
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Gagan Randhawa
 
Optical add drop multiplexer in Optical Fiber Communication
Optical add drop multiplexer in Optical Fiber CommunicationOptical add drop multiplexer in Optical Fiber Communication
Optical add drop multiplexer in Optical Fiber CommunicationTanvir Amin
 
The cellular concept
The cellular conceptThe cellular concept
The cellular conceptZunAib Ali
 
Introduction to Wireless Communication
Introduction to Wireless CommunicationIntroduction to Wireless Communication
Introduction to Wireless CommunicationDilum Bandara
 
Final Wireless communication PPT
Final Wireless communication PPTFinal Wireless communication PPT
Final Wireless communication PPTMelkamu Deressa
 
Handoff in Mobile Communication
Handoff in Mobile CommunicationHandoff in Mobile Communication
Handoff in Mobile CommunicationNoushad Hasan
 
Backhaul Ppt
Backhaul PptBackhaul Ppt
Backhaul Pptwillyaoll
 
Pdh and sdh1
Pdh and sdh1Pdh and sdh1
Pdh and sdh1Khant Oo
 
TDMA, FDMA, and CDMA
TDMA, FDMA, and CDMATDMA, FDMA, and CDMA
TDMA, FDMA, and CDMANajeeb Khan
 

What's hot (20)

Wireless networking_ASRao
Wireless networking_ASRaoWireless networking_ASRao
Wireless networking_ASRao
 
Dwdm
DwdmDwdm
Dwdm
 
Parameters of multipath channel
Parameters of multipath channelParameters of multipath channel
Parameters of multipath channel
 
OFDM for LTE
OFDM for LTEOFDM for LTE
OFDM for LTE
 
Ai Tdma
Ai TdmaAi Tdma
Ai Tdma
 
Wcdma channels
Wcdma channels Wcdma channels
Wcdma channels
 
Small scale fading and multipath measurements
Small scale fading and multipath measurementsSmall scale fading and multipath measurements
Small scale fading and multipath measurements
 
OFDM
OFDMOFDM
OFDM
 
Fundamentals of sdh
Fundamentals of sdhFundamentals of sdh
Fundamentals of sdh
 
Optical network architecture
Optical network architectureOptical network architecture
Optical network architecture
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Optical add drop multiplexer in Optical Fiber Communication
Optical add drop multiplexer in Optical Fiber CommunicationOptical add drop multiplexer in Optical Fiber Communication
Optical add drop multiplexer in Optical Fiber Communication
 
The cellular concept
The cellular conceptThe cellular concept
The cellular concept
 
Introduction to Wireless Communication
Introduction to Wireless CommunicationIntroduction to Wireless Communication
Introduction to Wireless Communication
 
rf planning
rf planningrf planning
rf planning
 
Final Wireless communication PPT
Final Wireless communication PPTFinal Wireless communication PPT
Final Wireless communication PPT
 
Handoff in Mobile Communication
Handoff in Mobile CommunicationHandoff in Mobile Communication
Handoff in Mobile Communication
 
Backhaul Ppt
Backhaul PptBackhaul Ppt
Backhaul Ppt
 
Pdh and sdh1
Pdh and sdh1Pdh and sdh1
Pdh and sdh1
 
TDMA, FDMA, and CDMA
TDMA, FDMA, and CDMATDMA, FDMA, and CDMA
TDMA, FDMA, and CDMA
 

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

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

Atm Percobaan
Atm PercobaanAtm Percobaan
Atm Percobaan
 
ATM
ATMATM
ATM
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (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...
 
Asynchronous transfer mode
Asynchronous transfer modeAsynchronous transfer mode
Asynchronous transfer mode
 
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
 
Atm presentation M.TECH ( PPT FILE )
Atm presentation M.TECH ( PPT FILE )Atm presentation M.TECH ( PPT FILE )
Atm presentation M.TECH ( 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 )
3 rd sem atm M.TCH ( PPT FILE )
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
 
Asynchronous Transfer Mode
Asynchronous Transfer ModeAsynchronous Transfer Mode
Asynchronous Transfer Mode
 

Recently uploaded

Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 

Recently uploaded (20)

Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 

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)