SlideShare a Scribd company logo
Networks: ATM
Networks: ATM 1
1
Asynchronous
Asynchronous
Transfer Mode
Transfer Mode
(ATM)
(ATM)
Networks: ATM
Networks: ATM 2
2
Issues Driving LAN Changes
Issues Driving LAN Changes
• Traffic Integration
– Voice, video and data traffic
– Multimedia became the ‘buzz word’
• One-way batch Web traffic
• Two-way batch voice messages
• One-way interactive Mbone broadcasts
• Two-way interactive video conferencing
• Quality of Service guarantees (e.g. limited jitter,
non-blocking streams)
• LAN Interoperability
• Mobile and Wireless nodes
Networks: ATM
Networks: ATM 3
3
Stallings “High-Speed Networks”
Networks: ATM
Networks: ATM 4
4
Stallings “High-Speed Networks”
Networks: ATM
Networks: ATM 5
5
A/D
Voice
s1 , s2 …
Digital voice samples
A/D
Video
… Compression
compressed
frames
picture frames
Data
Bursty variable-length
packets
cells
cells
cells
Figure 9.3
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
AAL
AAL
AAL
ATM Adaptation Layers
Networks: ATM
Networks: ATM 6
6
MUX
`
Wasted bandwidth
ATM
TDM
4 3 2 1 4 3 2 1 4 3 2 1
4 3 1 3 2 2 1
Voice
Data
packets
Images
Figure 7.37
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Asynchronous Transfer Mode
Asynchronous Transfer Mode
(ATM)
(ATM)
Networks: ATM
Networks: ATM 7
7
ATM
ATM
• ATM standard (defined by CCITT) is widely
accepted by common carriers as mode of operation
for communication – particularly BISDN.
• ATM is a form of cell switching using small fixed-
sized packets.
Header Payload
5 Bytes 48 Bytes
Figure 9.1
Basic ATM Cell Format
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 8
8
ATM
ATM Conceptual Model
Conceptual Model
Four
Four Assumptions
Assumptions
1. ATM network will be organized as a
hierarchy.
User’s equipment connects to networks via a UNI (User-
Network Interface).
Connections between provided networks are made through
NNI (Network-Network Interface).
2. ATM will be connection-oriented.
A connection (an ATM channel) must be
established before any cells are sent.
Networks: ATM
Networks: ATM 9
9
X
X
X
X
X
X
X
X
X
Private
UNI
Public
UNI
NNI
Private
NNI
Private ATM
network
Public
UNI
B-ICI
Public UNI
Public ATM
network A
Public ATM
network B
Figure 9.5
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 10
10
ATM
ATM Connections
Connections
• two levels of ATM connections:
virtual path connections
virtual channel connections
• indicated by two fields in the cell header:
virtual path identifier VPI
virtual channel identifier VCI
Networks: ATM
Networks: ATM 11
11
Physical Link
Virtual Paths
Virtual Channels
Figure 7.40
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
ATM Virtual Connections
ATM Virtual Connections
Networks: ATM
Networks: ATM 12
12
ATM
ATM Conceptual Model
Conceptual Model
Assumptions (cont.)
Assumptions (cont.)
3. Vast majority of ATM networks will run on
optical fiber networks with extremely low
error rates.
4. ATM must support low cost attachments.
• This decision lead to a significant decision – to
prohibit cell reordering in ATM networks.
 ATM switch design is more difficult.
Networks: ATM
Networks: ATM 13
13
GFC (4 bits) VPI (4 bits)
VPI (4 bits) VCI (4 bits)
VCI (8 bits)
VCI (4 bits) PT (3 bits)
CLP
(1 bit)
HEC (8 bits)
ATM cell
header
Payload
(48 bytes)
Figure 9.7
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
UNI
UNI Cell Format
Cell Format
Networks: ATM
Networks: ATM 14
14
2
3
N
1
Switch
N
1 …
5
6
video 25
video
voice
data
32
32 61
25
32
32
61
75
67
39
67
N
1
3
2
video 75
voice 67
data 39
video 67
Figure 7.38
…
…
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
ATM Cell Switching
ATM Cell Switching
Networks: ATM
Networks: ATM 15
15
c ATM
Sw
1
ATM
Sw
4
ATM
Sw
2
ATM
Sw
3
ATM
DCC
a
b
d
e
VP3 VP5
VP2
VP1
a
b
c
d
e
Sw = switch
Figure 7.39
Digital Cross Connect
Only switches virtual paths
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 16
16
ATM
ATM Protocol Architecture
Protocol Architecture
• ATM Adaptation Layer (AAL) – the protocol
for packaging data into cells is collectively
referred to as AAL.
• Must efficiently package higher level data
such as voice samples, video frames and
datagram packets into a series of cells.
Design Issue: How many adaptation layers
should there be?
Networks: ATM
Networks: ATM 17
17
Plane
management
Management plane
Control plane User plane
Physical layer
ATM layer
ATM adaptation layer
Higher layers Higher layers
Layer
management
Figure 9.2
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 18
18
AAL
ATM
User
information
User
information
AAL
ATM
PHY
PHY
ATM
PHY
ATM
PHY
…
End system End system
Network
Figure 9.4
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 19
19
Original
Original ATM
ATM Architecture
Architecture
• CCITT envisioned four classes of
applications (A-D) requiring four distinct
adaptation layers (1-4) which would be
optimized for an application class:
A. Constant bit-rate applications CBR
B. Variable bit-rate applications VBR
C. Connection-oriented data applications
D. Connectionless data application
Networks: ATM
Networks: ATM 20
20
ATM Architecture
ATM Architecture
An AAL is further divided into:
The Convergence Sublayer (CS)
manages the flow of data to and from SAR sublayer.
The Segmentation and Reassembly Sublayer
(SAR)
breaks data into cells at the sender and reassembles
cells into larger data units at the receiver.
Networks: ATM
Networks: ATM 21
21
Original ATM Architecture
Networks: ATM
Networks: ATM 22
22
Transmission
convergence
sublayer
Physical medium
dependent sublayer
Physical
medium
ATM layer
Physical layer
Figure 9.6
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 23
23
• The AAL interface was initially defined as classes A-D
with SAP (service access points) for AAL1-4.
• AAL3 and AAL4 were so similar that they were
merged into AAL3/4.
• The data communications community concluded that
AAL3/4 was not suitable for data communications
applications. They pushed for standardization of AAL5
(also referred to as SEAL – the Simple and Efficient
Adaptation Layer).
• AAL2 was not initially deployed.
Original
Original ATM
ATM Architecture
Architecture
Networks: ATM
Networks: ATM 24
24
Revised ATM Architecture
Networks: ATM
Networks: ATM 25
25
Revised
Revised ATM
ATM Service Categories
Service Categories
Class Description Example
CBR Constant Bit Rate T1 circuit
RT-VBR Real Time Variable Bit
Rate
Real-time
videoconferencing
NRT-VBR Non-real-time Variable Bit
Rate
Multimedia email
ABR Available Bit Rate Browsing the Web
UBR Unspecified Bit Rate Background file
transfer
Networks: ATM
Networks: ATM 26
26
QoS
QoS,
, PVC
PVC, and
, and SVC
SVC
• 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)
permanent connections set up manually
by network manager.
– Switched Virtual Connections (SVC)
set up and released on demand by the end user
via signaling procedures.
Networks: ATM
Networks: ATM 27
27
(b) CS PDU with pointer in structured data transfer
AAL 1
Pointer
1 Byte 46 Bytes
47 Bytes
Figure 9.11
AAL 1 Payload
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
optional
(a) SAR PDU header
CSI SNP
Seq. Count
1 bit 3 bits 4 bits
Networks: ATM
Networks: ATM 28
28
…
Higher layer User data stream
Convergence
sublayer
SAR sublayer
ATM layer
CS PDUs
SAR PDUs
ATM Cells
47 47 47
1 47 1 47 1 47
H H H
5 48
H
5 48
H
5 48
H
b1 b2 b3
Figure 9.10
AAL 1
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 29
29
(a) CPCS-PDU format
(b) SAR PDU format
CPI Btag BASize CPCS - PDU Payload
1 1 2 1 - 65,535 0-3 1 1 2
(bytes) (bytes) (bytes)
AL Etag Length
Pad
Header Trailer
ST SN MID SAR - PDU Payload
2 4 10 44 6 10
(bits) (bytes)
(bits)
LI CRC
Header
(2 bytes)
Trailer
(2 bytes)
Figure 9.16
AAL 3/4
CS and SAR PDUs
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 30
30
Higher layer
Common part
convergence
sublayer
SAR sublayer
ATM layer
Service specific
convergence
sublayer
Information
Assume null
T
PAD
User message
Pad message to multiple
of 4 bytes. Add header
and trailer.
Each SAR-PDU consists
of 2-byte header, 2-byte
trailer, and 44-byte
payload.
H
4 4
2 44 2 2 44 2 2 44 2
…
…
Information
Figure 9.15
AAL 3/4
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 31
31
Information
0 - 65,535 0-47 1 1 2 4
(bytes) (bytes)
UU CPI Length CRC
Pad
Figure 9.19
AAL 5
Convergent Sublayer Format
SAR Format
48 bytes of Data
ATM
Header
1-bit end-of-datagram field (PTI)
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies
Networks: ATM
Networks: ATM 32
32
Higher layer
Common part
convergence
sublayer
SAR sublayer
ATM layer
PTI = 0
Service specific
convergence
sublayer Assume null
48
(1)
Information
T
PAD
…
…
Information
48
(0)
48
(0)
PTI = 0
PTI = 1
Figure 9.18
AAL 5
Leon-Garcia & Widjaja: Communication Networks
Copyright ©2000 The McGraw Hill Companies

More Related Content

PPT
Asynchronous transfer mode
PPT
Unit iv atm networks
PPT
AhgfghhbvffffvbjjhgfjkjgfbkitfnkugvnkTM.ppt
PPTX
Aysnchronous Transfer Mode ppt
PDF
Slide 02 - Asynchronous Transfer Mode (ATM).pdf
Asynchronous transfer mode
Unit iv atm networks
AhgfghhbvffffvbjjhgfjkjgfbkitfnkugvnkTM.ppt
Aysnchronous Transfer Mode ppt
Slide 02 - Asynchronous Transfer Mode (ATM).pdf

Similar to ATM_Computer _networks ppt .ppt (20)

PPTX
lecture2829atmframerelay-180429142508 (1).pptx
PPT
Atm 090904084052-phpapp02
PPTX
Asynchronous Transfer Mode
PPT
Frame 12
PPT
Chapter 18
PPT
NET2.PPT
PPT
ATM Networking Concept
PPT
Atm Percobaan
PDF
ISDN & ATM
PPT
10 Slides to ATM
PDF
ATM Network
PPTX
ASYNCHRONOUS TRANSFER MODE (ATM)
PDF
ATM.pdf
PPT
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
PPTX
3 rd sem atm M.TCH ( PPT FILE )
PPTX
Atm presentation M.TECH ( PPT FILE )
PDF
Module 4 netwok layer,routing ,vlan,x.25doc
PDF
Module 5 high speed swan,atm,transport layer
lecture2829atmframerelay-180429142508 (1).pptx
Atm 090904084052-phpapp02
Asynchronous Transfer Mode
Frame 12
Chapter 18
NET2.PPT
ATM Networking Concept
Atm Percobaan
ISDN & ATM
10 Slides to ATM
ATM Network
ASYNCHRONOUS TRANSFER MODE (ATM)
ATM.pdf
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
3 rd sem atm M.TCH ( PPT FILE )
Atm presentation M.TECH ( PPT FILE )
Module 4 netwok layer,routing ,vlan,x.25doc
Module 5 high speed swan,atm,transport layer
Ad

More from businessmarketing100 (6)

PDF
Unité- 4 - Les loisirs- la routine .pdf
PDF
Unité- 3 - Il est comment – Allô .pdf
PPTX
Gradient Descent DS Rohit Sharma fench knjs.pptx
PPTX
SessionPlans_21dca1.1 Basic concepts of OOPs (1).pptx
PPTX
SessionPlans_f3efa1.6 Array in java.pptx
PPTX
Lattice_Discrete_Mathmatics12233333.pptx
Unité- 4 - Les loisirs- la routine .pdf
Unité- 3 - Il est comment – Allô .pdf
Gradient Descent DS Rohit Sharma fench knjs.pptx
SessionPlans_21dca1.1 Basic concepts of OOPs (1).pptx
SessionPlans_f3efa1.6 Array in java.pptx
Lattice_Discrete_Mathmatics12233333.pptx
Ad

Recently uploaded (20)

PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Digital Logic Computer Design lecture notes
DOCX
573137875-Attendance-Management-System-original
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
composite construction of structures.pdf
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
PPT on Performance Review to get promotions
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
Welding lecture in detail for understanding
PPTX
Construction Project Organization Group 2.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Digital Logic Computer Design lecture notes
573137875-Attendance-Management-System-original
Operating System & Kernel Study Guide-1 - converted.pdf
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
composite construction of structures.pdf
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPT on Performance Review to get promotions
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Geodesy 1.pptx...............................................
bas. eng. economics group 4 presentation 1.pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Sustainable Sites - Green Building Construction
Welding lecture in detail for understanding
Construction Project Organization Group 2.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
OOP with Java - Java Introduction (Basics)
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx

ATM_Computer _networks ppt .ppt

  • 1. Networks: ATM Networks: ATM 1 1 Asynchronous Asynchronous Transfer Mode Transfer Mode (ATM) (ATM)
  • 2. Networks: ATM Networks: ATM 2 2 Issues Driving LAN Changes Issues Driving LAN Changes • Traffic Integration – Voice, video and data traffic – Multimedia became the ‘buzz word’ • One-way batch Web traffic • Two-way batch voice messages • One-way interactive Mbone broadcasts • Two-way interactive video conferencing • Quality of Service guarantees (e.g. limited jitter, non-blocking streams) • LAN Interoperability • Mobile and Wireless nodes
  • 3. Networks: ATM Networks: ATM 3 3 Stallings “High-Speed Networks”
  • 4. Networks: ATM Networks: ATM 4 4 Stallings “High-Speed Networks”
  • 5. Networks: ATM Networks: ATM 5 5 A/D Voice s1 , s2 … Digital voice samples A/D Video … Compression compressed frames picture frames Data Bursty variable-length packets cells cells cells Figure 9.3 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies AAL AAL AAL ATM Adaptation Layers
  • 6. Networks: ATM Networks: ATM 6 6 MUX ` Wasted bandwidth ATM TDM 4 3 2 1 4 3 2 1 4 3 2 1 4 3 1 3 2 2 1 Voice Data packets Images Figure 7.37 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies Asynchronous Transfer Mode Asynchronous Transfer Mode (ATM) (ATM)
  • 7. Networks: ATM Networks: ATM 7 7 ATM ATM • ATM standard (defined by CCITT) is widely accepted by common carriers as mode of operation for communication – particularly BISDN. • ATM is a form of cell switching using small fixed- sized packets. Header Payload 5 Bytes 48 Bytes Figure 9.1 Basic ATM Cell Format Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 8. Networks: ATM Networks: ATM 8 8 ATM ATM Conceptual Model Conceptual Model Four Four Assumptions Assumptions 1. ATM network will be organized as a hierarchy. User’s equipment connects to networks via a UNI (User- Network Interface). Connections between provided networks are made through NNI (Network-Network Interface). 2. ATM will be connection-oriented. A connection (an ATM channel) must be established before any cells are sent.
  • 9. Networks: ATM Networks: ATM 9 9 X X X X X X X X X Private UNI Public UNI NNI Private NNI Private ATM network Public UNI B-ICI Public UNI Public ATM network A Public ATM network B Figure 9.5 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 10. Networks: ATM Networks: ATM 10 10 ATM ATM Connections Connections • two levels of ATM connections: virtual path connections virtual channel connections • indicated by two fields in the cell header: virtual path identifier VPI virtual channel identifier VCI
  • 11. Networks: ATM Networks: ATM 11 11 Physical Link Virtual Paths Virtual Channels Figure 7.40 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies ATM Virtual Connections ATM Virtual Connections
  • 12. Networks: ATM Networks: ATM 12 12 ATM ATM Conceptual Model Conceptual Model Assumptions (cont.) Assumptions (cont.) 3. Vast majority of ATM networks will run on optical fiber networks with extremely low error rates. 4. ATM must support low cost attachments. • This decision lead to a significant decision – to prohibit cell reordering in ATM networks.  ATM switch design is more difficult.
  • 13. Networks: ATM Networks: ATM 13 13 GFC (4 bits) VPI (4 bits) VPI (4 bits) VCI (4 bits) VCI (8 bits) VCI (4 bits) PT (3 bits) CLP (1 bit) HEC (8 bits) ATM cell header Payload (48 bytes) Figure 9.7 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies UNI UNI Cell Format Cell Format
  • 14. Networks: ATM Networks: ATM 14 14 2 3 N 1 Switch N 1 … 5 6 video 25 video voice data 32 32 61 25 32 32 61 75 67 39 67 N 1 3 2 video 75 voice 67 data 39 video 67 Figure 7.38 … … Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies ATM Cell Switching ATM Cell Switching
  • 15. Networks: ATM Networks: ATM 15 15 c ATM Sw 1 ATM Sw 4 ATM Sw 2 ATM Sw 3 ATM DCC a b d e VP3 VP5 VP2 VP1 a b c d e Sw = switch Figure 7.39 Digital Cross Connect Only switches virtual paths Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 16. Networks: ATM Networks: ATM 16 16 ATM ATM Protocol Architecture Protocol Architecture • ATM Adaptation Layer (AAL) – the protocol for packaging data into cells is collectively referred to as AAL. • Must efficiently package higher level data such as voice samples, video frames and datagram packets into a series of cells. Design Issue: How many adaptation layers should there be?
  • 17. Networks: ATM Networks: ATM 17 17 Plane management Management plane Control plane User plane Physical layer ATM layer ATM adaptation layer Higher layers Higher layers Layer management Figure 9.2 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 18. Networks: ATM Networks: ATM 18 18 AAL ATM User information User information AAL ATM PHY PHY ATM PHY ATM PHY … End system End system Network Figure 9.4 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 19. Networks: ATM Networks: ATM 19 19 Original Original ATM ATM Architecture Architecture • CCITT envisioned four classes of applications (A-D) requiring four distinct adaptation layers (1-4) which would be optimized for an application class: A. Constant bit-rate applications CBR B. Variable bit-rate applications VBR C. Connection-oriented data applications D. Connectionless data application
  • 20. Networks: ATM Networks: ATM 20 20 ATM Architecture ATM Architecture An AAL is further divided into: The Convergence Sublayer (CS) manages the flow of data to and from SAR sublayer. The Segmentation and Reassembly Sublayer (SAR) breaks data into cells at the sender and reassembles cells into larger data units at the receiver.
  • 21. Networks: ATM Networks: ATM 21 21 Original ATM Architecture
  • 22. Networks: ATM Networks: ATM 22 22 Transmission convergence sublayer Physical medium dependent sublayer Physical medium ATM layer Physical layer Figure 9.6 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 23. Networks: ATM Networks: ATM 23 23 • The AAL interface was initially defined as classes A-D with SAP (service access points) for AAL1-4. • AAL3 and AAL4 were so similar that they were merged into AAL3/4. • The data communications community concluded that AAL3/4 was not suitable for data communications applications. They pushed for standardization of AAL5 (also referred to as SEAL – the Simple and Efficient Adaptation Layer). • AAL2 was not initially deployed. Original Original ATM ATM Architecture Architecture
  • 24. Networks: ATM Networks: ATM 24 24 Revised ATM Architecture
  • 25. Networks: ATM Networks: ATM 25 25 Revised Revised ATM ATM Service Categories Service Categories Class Description Example CBR Constant Bit Rate T1 circuit RT-VBR Real Time Variable Bit Rate Real-time videoconferencing NRT-VBR Non-real-time Variable Bit Rate Multimedia email ABR Available Bit Rate Browsing the Web UBR Unspecified Bit Rate Background file transfer
  • 26. Networks: ATM Networks: ATM 26 26 QoS QoS, , PVC PVC, and , and SVC SVC • 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) permanent connections set up manually by network manager. – Switched Virtual Connections (SVC) set up and released on demand by the end user via signaling procedures.
  • 27. Networks: ATM Networks: ATM 27 27 (b) CS PDU with pointer in structured data transfer AAL 1 Pointer 1 Byte 46 Bytes 47 Bytes Figure 9.11 AAL 1 Payload Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies optional (a) SAR PDU header CSI SNP Seq. Count 1 bit 3 bits 4 bits
  • 28. Networks: ATM Networks: ATM 28 28 … Higher layer User data stream Convergence sublayer SAR sublayer ATM layer CS PDUs SAR PDUs ATM Cells 47 47 47 1 47 1 47 1 47 H H H 5 48 H 5 48 H 5 48 H b1 b2 b3 Figure 9.10 AAL 1 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 29. Networks: ATM Networks: ATM 29 29 (a) CPCS-PDU format (b) SAR PDU format CPI Btag BASize CPCS - PDU Payload 1 1 2 1 - 65,535 0-3 1 1 2 (bytes) (bytes) (bytes) AL Etag Length Pad Header Trailer ST SN MID SAR - PDU Payload 2 4 10 44 6 10 (bits) (bytes) (bits) LI CRC Header (2 bytes) Trailer (2 bytes) Figure 9.16 AAL 3/4 CS and SAR PDUs Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 30. Networks: ATM Networks: ATM 30 30 Higher layer Common part convergence sublayer SAR sublayer ATM layer Service specific convergence sublayer Information Assume null T PAD User message Pad message to multiple of 4 bytes. Add header and trailer. Each SAR-PDU consists of 2-byte header, 2-byte trailer, and 44-byte payload. H 4 4 2 44 2 2 44 2 2 44 2 … … Information Figure 9.15 AAL 3/4 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 31. Networks: ATM Networks: ATM 31 31 Information 0 - 65,535 0-47 1 1 2 4 (bytes) (bytes) UU CPI Length CRC Pad Figure 9.19 AAL 5 Convergent Sublayer Format SAR Format 48 bytes of Data ATM Header 1-bit end-of-datagram field (PTI) Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies
  • 32. Networks: ATM Networks: ATM 32 32 Higher layer Common part convergence sublayer SAR sublayer ATM layer PTI = 0 Service specific convergence sublayer Assume null 48 (1) Information T PAD … … Information 48 (0) 48 (0) PTI = 0 PTI = 1 Figure 9.18 AAL 5 Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies