SlideShare a Scribd company logo
1 of 7
Download to read offline
Topic: Asynchronous Transfer Mode (ATM)
CSE 317: Computer Networks
Submitted To
Pranab Bandhu Nath
(Senior lecturer) CSE Department
City University, Dhaka
Submitted By
Mahadi Hasan Shihab
Id: 1834902615
Batch: 49th
Section: B (Day)
Asynchronous Transfer Mode (ATM) in Computer Network
Asynchronous Transfer Mode is a telecommunications standard defined by ANSI and ITU for digital
transmission of multiple types of traffic, including telephony, data, and video signals in one network without the
use of separate overlay networks.
ATM stands for Asynchronous Transfer Mode. It is a switching technique that uses time division multiplexing
(TDM) for data communications. ATM networks are connection-oriented networks for cell relay that supports
voice, video and data communications.
Asynchronous Transfer Mode (ATM) in Computer Network
• Difficulty Level: Medium
• Last Updated: 09 Aug, 2019
Why ATM networks?
1. Driven by the integration of services and performance requirements of both telephony and data
networking: “broadband integrated service vision” (B-ISON).
2. Telephone networks support a single quality of service and is expensive to boot.
3. Internet supports no quality of service but is flexible and cheap.
4. ATM networks were meant to support a range of service qualities at a reasonable cost- intended to
subsume both the telephone network and the Internet.
Asynchronous Transfer Mode (ATM):
It is an International Telecommunication Union- Telecommunications Standards Section (ITU-T)
efficient for call relay and it transmits all information including multiple service types such as data, video
or voice which is conveyed in small fixed size packets called cells. Cells are transmitted asynchronously
and the network is connection oriented.
ATM is a technology which has some event in the development of broadband ISDN in 1970s and 1980s, which
can be considered an evolution of packet switching. Each cell is 53 bytes long – 5 bytes header and 48 bytes
payload. Making an ATM call requires first sending a message to set up a connection.
Subsequently all cells follow the same path to the destination. It can handle both constant rate traffic and
variable rate traffic. Thus, it can carry multiple types of traffic with end-to-end quality of service. ATM is
independent of transmission medium; they may be sent on a wire or fiber by themselves or they may also be
packaged inside the payload of other carrier systems. ATM networks use “Packet” or “cell” Switching with
virtual circuits. Its design helps in the implementation of high-performance multimedia networking.
ATM Cell Format –
As information is transmitted in ATM in the form of fixed size units called cells. As known already each
cell is 53 bytes long which consists of 5 bytes header and 48 bytes payload.
Asynchronous Transfer Mode can be of two format types which are as follows:
1. UNI Header: which is used within private networks of ATM for communication between ATM
endpoints and ATM switches. It includes the Generic Flow Control (GFC) field.
UNI Header Format
The UNI header consists of the following fields:
• GFC---4 bits of generic flow control that can be used to provide local functions, such as identifying
multiple stations that share a single ATM interface. The GFC field is typically not used and is set to a
default value.
• VPI---8 bits of virtual path identifier, which is used, in conjunction with the VCI, to identify the
next destination of a cell as it passes through a series of ATM switches on its way to its destination.
• VCI---16 bits of virtual channel identifier, which is used, in conjunction with the VPI, to identify the
next destination of a cell as it passes through a series of ATM switches on its way to its destination. For
more information about how the VPI and VCI fields are used, see the section "ATM Switching," later in
this chapter
• PT---3 bits of payload type. The first bit indicates whether the cell contains user data or control data.
If the cell contains user data, the second bit indicates congestion, and the third bit indicates whether the
cell is the last in a series of cells that represent a single AAL5 frame. (For information about AAL5, see
the section "AAL5," later in this chapter.)
• CLP---1 bit of congestion loss priority, which indicates whether the cell should be discarded if it
encounters extreme congestion as it moves through the network. For more information about how ATM
uses this bit, see the section "Quality of Service," later in this chapter.
• HEC---8 bits of header error control, which is a checksum calculated only on the header itself.
2. NNI Header: is used for communication between ATM switches, and it does not include the Generic
Flow Control (GFC) instead it includes a Virtual Path Identifier (VPI) which occupies the first 12 bits.
Working of ATM:
ATM standard uses two types of connections. i.e., Virtual path connections (VPCs) which consists of
Virtual channel connections (VCCs) bundled together which is a basic unit carrying single stream of cells
from user to user. A virtual path can be created end-to-end across an ATM network, as it does not routs
the cells to a particular virtual circuit. In case of major failure all cells belonging to a particular virtual
path are routed the same way through ATM network, thus helping in faster recovery.
Switches connected to subscribers uses both VPIs and VCIs to switch the cells which are Virtual Path and
Virtual Connection switches that can have different virtual channel connections between them, serving the
purpose of creating a virtual trunk between the switches which can be handled as a single entity. It’s basic
operation is straightforward by looking up the connection value in the local translation table determining the
outgoing port of the connection and the new VPI/VCI value of connection on that link.
ATM vs DATA Networks (Internet) –
• ATM is a “virtual circuit” based: the path is reserved before transmission. While, Internet Protocol (IP)
is connectionless and end-to-end resource reservations not possible. RSVP is a new signaling protocol in
the internet.
• ATM Cells: Fixed or small size and Tradeoff is between voice or data. While, IP packets are of variable
size.
• Addressing: ATM uses 20-byte global NSAP addresses for signaling and 32-bit locally assigned labels
in cells. While, IP uses 32-bit global addresses in all packets.
ATM Layers:
1. ATM Adaption Layer (AAL) –
It is meant for isolating higher layer protocols from details of ATM processes and prepares for
conversion of user data into cells and segments it into 48-byte cell payloads. AAL protocol excepts
transmission from upper layer services and help them in mapping applications, e.g., voice, data to ATM
cells.
2. Physical Layer –
It manages the medium-dependent transmission and is divided into two parts physical medium-
dependent sublayer and transmission convergence sublayer. Main functions are as follows:
o It converts cells into a bit stream.
o It controls the transmission and receipt of bits in the physical medium.
o It can track the ATM cell boundaries.
o Looks for the packaging of cells into appropriate type of frames.
3. ATM Layer –
It handles transmission, switching, congestion control, cell header processing, sequential delivery, etc.,
and is responsible for simultaneously sharing the virtual circuits over the physical link known as cell
multiplexing and passing cells through ATM network known as cell relay making use of the VPI and
VCI information in the cell header.
ATM Applications:
1. ATM WANs –
It can be used as a WAN to send cells over long distances, router serving as a end-point between ATM
network and other networks, which has two stacks of protocol.
2. Multimedia virtual private networks and managed services –
It helps in managing ATM, LAN, voice and video services and is capable of full-service virtual private-
networking, which includes integrated access of multimedia.
3. Frame relay backbone –
Frame relay services are used as a networking infrastructure for a range of data services and enabling
frame relay ATM service to Internetworking services.
4. Residential broadband networks –
ATM is by choice provides the networking infrastructure for the establishment of residential broadband
services in search for highly scalable solutions.
5. Carrier infrastructure for telephone and private line networks –
To make more effective use of SONET/SDH fiber infrastructures by building the ATM infrastructure for
carrying the telephonic and private-line traffic.

More Related Content

What's hot

Packet switching
Packet switchingPacket switching
Packet switchingasimnawaz54
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ZillayHuma Mehmood
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)k33a
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network LayerManoj Kumar
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layerNaiyan Noor
 
Chap 1&2(history and intro) wireless communication
Chap 1&2(history and intro) wireless communicationChap 1&2(history and intro) wireless communication
Chap 1&2(history and intro) wireless communicationasadkhan1327
 
LTE Architecture
LTE ArchitectureLTE Architecture
LTE ArchitectureManje Gowda
 
Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )Ali Usman
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionShubham Khedekar
 
Topic: ISDN (Integrated Services Digital Network)
Topic: ISDN (Integrated Services Digital Network)Topic: ISDN (Integrated Services Digital Network)
Topic: ISDN (Integrated Services Digital Network)Dr Rajiv Srivastava
 
Handover in Mobile Computing
Handover in Mobile ComputingHandover in Mobile Computing
Handover in Mobile ComputingKABILESH RAMAR
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
Media Access Control (MAC Layer)
Media Access Control (MAC Layer)Media Access Control (MAC Layer)
Media Access Control (MAC Layer)Meenakshi Paul
 
Common protocols
Common protocolsCommon protocols
Common protocolsMr SMAK
 

What's hot (20)

Medium access control unit 3-33
Medium access control  unit 3-33Medium access control  unit 3-33
Medium access control unit 3-33
 
CS8601 MOBILE COMPUTING
CS8601	MOBILE COMPUTING CS8601	MOBILE COMPUTING
CS8601 MOBILE COMPUTING
 
Packet switching
Packet switchingPacket switching
Packet switching
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
Computer Network - Network Layer
Computer Network - Network LayerComputer Network - Network Layer
Computer Network - Network Layer
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Chap 1&2(history and intro) wireless communication
Chap 1&2(history and intro) wireless communicationChap 1&2(history and intro) wireless communication
Chap 1&2(history and intro) wireless communication
 
LTE Architecture
LTE ArchitectureLTE Architecture
LTE Architecture
 
Data Link Control
Data Link ControlData Link Control
Data Link Control
 
Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )
 
Hiperlan
HiperlanHiperlan
Hiperlan
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer Description
 
Topic: ISDN (Integrated Services Digital Network)
Topic: ISDN (Integrated Services Digital Network)Topic: ISDN (Integrated Services Digital Network)
Topic: ISDN (Integrated Services Digital Network)
 
GSM channels
GSM channelsGSM channels
GSM channels
 
Handover in Mobile Computing
Handover in Mobile ComputingHandover in Mobile Computing
Handover in Mobile Computing
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Wlan architecture
Wlan architectureWlan architecture
Wlan architecture
 
Media Access Control (MAC Layer)
Media Access Control (MAC Layer)Media Access Control (MAC Layer)
Media Access Control (MAC Layer)
 
Common protocols
Common protocolsCommon protocols
Common protocols
 

Similar to Asynchronous transfer mode (atm) in computer network

Similar to Asynchronous transfer mode (atm) in computer network (20)

Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)
 
ATM.pdf
ATM.pdfATM.pdf
ATM.pdf
 
Asychronous transfer mode(atm)
Asychronous transfer mode(atm)Asychronous transfer mode(atm)
Asychronous transfer mode(atm)
 
Asynchronous transfer mode (atm)
Asynchronous transfer mode (atm)Asynchronous transfer mode (atm)
Asynchronous transfer mode (atm)
 
Atm 090904084052-phpapp02
Atm 090904084052-phpapp02Atm 090904084052-phpapp02
Atm 090904084052-phpapp02
 
ATM (asynchronous transfer mode)
ATM (asynchronous transfer mode)ATM (asynchronous transfer mode)
ATM (asynchronous transfer mode)
 
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
ATMATM
ATM
 
ATM Network
ATM NetworkATM Network
ATM Network
 
Ch 02 (1)
Ch 02 (1)Ch 02 (1)
Ch 02 (1)
 
Ch 02 (1)
Ch 02 (1)Ch 02 (1)
Ch 02 (1)
 
WAN Technology : ATM - Forouzan
WAN Technology : ATM - ForouzanWAN Technology : ATM - Forouzan
WAN Technology : ATM - Forouzan
 
Doc 20191126-wa0106
Doc 20191126-wa0106Doc 20191126-wa0106
Doc 20191126-wa0106
 
10 Slides to ATM
10 Slides to ATM10 Slides to ATM
10 Slides to ATM
 
M Sc Tns 2823134 Assignment 1 Atm Switching Abidafsar
M Sc Tns 2823134 Assignment 1 Atm Switching AbidafsarM Sc Tns 2823134 Assignment 1 Atm Switching Abidafsar
M Sc Tns 2823134 Assignment 1 Atm Switching Abidafsar
 
S dutta
S duttaS dutta
S dutta
 
Group#04-PPT-IA&P.pptx
Group#04-PPT-IA&P.pptxGroup#04-PPT-IA&P.pptx
Group#04-PPT-IA&P.pptx
 
Switching systems lecture6
Switching  systems lecture6Switching  systems lecture6
Switching systems lecture6
 
Atm Percobaan
Atm PercobaanAtm Percobaan
Atm Percobaan
 
ATM
ATMATM
ATM
 

More from MH Shihab

Computer network topology
Computer network topologyComputer network topology
Computer network topologyMH Shihab
 
Ip and mac address
Ip and mac address Ip and mac address
Ip and mac address MH Shihab
 
Modern computer network technology
Modern computer network technologyModern computer network technology
Modern computer network technologyMH Shihab
 
Hardware , software and filmware
Hardware , software and filmwareHardware , software and filmware
Hardware , software and filmwareMH Shihab
 
Classification computer network
Classification computer networkClassification computer network
Classification computer networkMH Shihab
 
Computer networks
Computer networksComputer networks
Computer networksMH Shihab
 

More from MH Shihab (6)

Computer network topology
Computer network topologyComputer network topology
Computer network topology
 
Ip and mac address
Ip and mac address Ip and mac address
Ip and mac address
 
Modern computer network technology
Modern computer network technologyModern computer network technology
Modern computer network technology
 
Hardware , software and filmware
Hardware , software and filmwareHardware , software and filmware
Hardware , software and filmware
 
Classification computer network
Classification computer networkClassification computer network
Classification computer network
 
Computer networks
Computer networksComputer networks
Computer networks
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 

Asynchronous transfer mode (atm) in computer network

  • 1. Topic: Asynchronous Transfer Mode (ATM) CSE 317: Computer Networks Submitted To Pranab Bandhu Nath (Senior lecturer) CSE Department City University, Dhaka Submitted By Mahadi Hasan Shihab Id: 1834902615 Batch: 49th Section: B (Day)
  • 2. Asynchronous Transfer Mode (ATM) in Computer Network Asynchronous Transfer Mode is a telecommunications standard defined by ANSI and ITU for digital transmission of multiple types of traffic, including telephony, data, and video signals in one network without the use of separate overlay networks. ATM stands for Asynchronous Transfer Mode. It is a switching technique that uses time division multiplexing (TDM) for data communications. ATM networks are connection-oriented networks for cell relay that supports voice, video and data communications. Asynchronous Transfer Mode (ATM) in Computer Network • Difficulty Level: Medium • Last Updated: 09 Aug, 2019 Why ATM networks? 1. Driven by the integration of services and performance requirements of both telephony and data networking: “broadband integrated service vision” (B-ISON). 2. Telephone networks support a single quality of service and is expensive to boot. 3. Internet supports no quality of service but is flexible and cheap. 4. ATM networks were meant to support a range of service qualities at a reasonable cost- intended to subsume both the telephone network and the Internet. Asynchronous Transfer Mode (ATM): It is an International Telecommunication Union- Telecommunications Standards Section (ITU-T) efficient for call relay and it transmits all information including multiple service types such as data, video or voice which is conveyed in small fixed size packets called cells. Cells are transmitted asynchronously and the network is connection oriented. ATM is a technology which has some event in the development of broadband ISDN in 1970s and 1980s, which can be considered an evolution of packet switching. Each cell is 53 bytes long – 5 bytes header and 48 bytes payload. Making an ATM call requires first sending a message to set up a connection.
  • 3. Subsequently all cells follow the same path to the destination. It can handle both constant rate traffic and variable rate traffic. Thus, it can carry multiple types of traffic with end-to-end quality of service. ATM is independent of transmission medium; they may be sent on a wire or fiber by themselves or they may also be packaged inside the payload of other carrier systems. ATM networks use “Packet” or “cell” Switching with virtual circuits. Its design helps in the implementation of high-performance multimedia networking. ATM Cell Format – As information is transmitted in ATM in the form of fixed size units called cells. As known already each cell is 53 bytes long which consists of 5 bytes header and 48 bytes payload. Asynchronous Transfer Mode can be of two format types which are as follows: 1. UNI Header: which is used within private networks of ATM for communication between ATM endpoints and ATM switches. It includes the Generic Flow Control (GFC) field.
  • 4. UNI Header Format The UNI header consists of the following fields: • GFC---4 bits of generic flow control that can be used to provide local functions, such as identifying multiple stations that share a single ATM interface. The GFC field is typically not used and is set to a default value. • VPI---8 bits of virtual path identifier, which is used, in conjunction with the VCI, to identify the next destination of a cell as it passes through a series of ATM switches on its way to its destination. • VCI---16 bits of virtual channel identifier, which is used, in conjunction with the VPI, to identify the next destination of a cell as it passes through a series of ATM switches on its way to its destination. For more information about how the VPI and VCI fields are used, see the section "ATM Switching," later in this chapter • PT---3 bits of payload type. The first bit indicates whether the cell contains user data or control data. If the cell contains user data, the second bit indicates congestion, and the third bit indicates whether the cell is the last in a series of cells that represent a single AAL5 frame. (For information about AAL5, see the section "AAL5," later in this chapter.) • CLP---1 bit of congestion loss priority, which indicates whether the cell should be discarded if it encounters extreme congestion as it moves through the network. For more information about how ATM uses this bit, see the section "Quality of Service," later in this chapter. • HEC---8 bits of header error control, which is a checksum calculated only on the header itself. 2. NNI Header: is used for communication between ATM switches, and it does not include the Generic Flow Control (GFC) instead it includes a Virtual Path Identifier (VPI) which occupies the first 12 bits.
  • 5. Working of ATM: ATM standard uses two types of connections. i.e., Virtual path connections (VPCs) which consists of Virtual channel connections (VCCs) bundled together which is a basic unit carrying single stream of cells from user to user. A virtual path can be created end-to-end across an ATM network, as it does not routs the cells to a particular virtual circuit. In case of major failure all cells belonging to a particular virtual path are routed the same way through ATM network, thus helping in faster recovery. Switches connected to subscribers uses both VPIs and VCIs to switch the cells which are Virtual Path and Virtual Connection switches that can have different virtual channel connections between them, serving the purpose of creating a virtual trunk between the switches which can be handled as a single entity. It’s basic operation is straightforward by looking up the connection value in the local translation table determining the outgoing port of the connection and the new VPI/VCI value of connection on that link. ATM vs DATA Networks (Internet) – • ATM is a “virtual circuit” based: the path is reserved before transmission. While, Internet Protocol (IP) is connectionless and end-to-end resource reservations not possible. RSVP is a new signaling protocol in the internet. • ATM Cells: Fixed or small size and Tradeoff is between voice or data. While, IP packets are of variable size. • Addressing: ATM uses 20-byte global NSAP addresses for signaling and 32-bit locally assigned labels in cells. While, IP uses 32-bit global addresses in all packets. ATM Layers:
  • 6. 1. ATM Adaption Layer (AAL) – It is meant for isolating higher layer protocols from details of ATM processes and prepares for conversion of user data into cells and segments it into 48-byte cell payloads. AAL protocol excepts transmission from upper layer services and help them in mapping applications, e.g., voice, data to ATM cells. 2. Physical Layer – It manages the medium-dependent transmission and is divided into two parts physical medium- dependent sublayer and transmission convergence sublayer. Main functions are as follows: o It converts cells into a bit stream. o It controls the transmission and receipt of bits in the physical medium. o It can track the ATM cell boundaries. o Looks for the packaging of cells into appropriate type of frames. 3. ATM Layer – It handles transmission, switching, congestion control, cell header processing, sequential delivery, etc., and is responsible for simultaneously sharing the virtual circuits over the physical link known as cell multiplexing and passing cells through ATM network known as cell relay making use of the VPI and VCI information in the cell header. ATM Applications:
  • 7. 1. ATM WANs – It can be used as a WAN to send cells over long distances, router serving as a end-point between ATM network and other networks, which has two stacks of protocol. 2. Multimedia virtual private networks and managed services – It helps in managing ATM, LAN, voice and video services and is capable of full-service virtual private- networking, which includes integrated access of multimedia. 3. Frame relay backbone – Frame relay services are used as a networking infrastructure for a range of data services and enabling frame relay ATM service to Internetworking services. 4. Residential broadband networks – ATM is by choice provides the networking infrastructure for the establishment of residential broadband services in search for highly scalable solutions. 5. Carrier infrastructure for telephone and private line networks – To make more effective use of SONET/SDH fiber infrastructures by building the ATM infrastructure for carrying the telephonic and private-line traffic.