SlideShare a Scribd company logo
ATM The Telecom Source 10 Slide Technology Series
Introduction ATM stands for  A synchronous  T ransfer  M ode ATM is a flexible high bandwidth, low delay network technology that is: Capable of handling voice, video and data on a single network; and Generally used in the backbone  ATM has been evolving for over two decades Significant work for ATM begun in the early 1980’s Work culminated in 1988 as a series of standards forming part of the B-ISDN (Broadband Integrated Services Digital Network) Major advantages of ATM include: Bandwidth management capabilities; and Support for Quality of Service (QoS) features SONET/SDH was defined for the transport of ATM cells
ATM Connections ATM is a connection oriented technology (i.e. a connection must be set up across the ATM  network prior to data transfer) There are two types of ATM connections Virtual path connections – identified by virtual path identifiers (VPI) Virtual channel connections – identified by a combination of virtual path and circuit identifiers (VPI and VCI) Virtual channels (VC) are the basic unit that carry a stream of ATM cells from one user to another are identified by a virtual channel identifier can be concatenated can be configured statically or dynamically Statically as PVCs (permanent virtual circuits) that are set up at network configuration time Dynamically as SVCs (switched virtual circuits) that are dynamically configured on-demand can be bundled together into virtual path connections Virtual paths (VP) contain one or more virtual channels are identified by a virtual path identifier are routed through a network as a single entity can be used internally for bundling virtual circuits between switches VP-1 VP-2 VP-n VP-1 VP-2 VP-n Physical Link VP = virtual path VC = virtual circuit
ATM Switching ATM  Switch VP-1 VP-2 VP-n Physical  Link VC-1 VC-2 VC-n VC-1 VC-2 VC-n Port ATM switch receives ATM cell from a specific virtual channel on a particular input port Each ATM cell header contains VPI and VCI information The combination of port, VPI and VCI is unique within a switch Switch checks its internal routing table (local to the switch) to determine corresponding outgoing VPI and VCI that should be assigned to the cell and the output port on which the cell should be forwarded. The switch replaces the incoming VPI/VCI header info with the outgoing VPI/VCI info and sends the cell through the output port to the next device The process is repeated across multiple devices until the cell reaches its destination 10 2 2 2 1 1 1 2 2 1 1 1 … … … … … … 1 1 3 1 1 2 1 1 2 1 2 1 VCI VPI PORT VCI VPI PORT EGRESS (OUTPUT) INGRESS (INPUT)
ATM Cell Structure 48 byte payload 5 byte header Byte 1 2 3 4 5 1 2 3 4 5 6 7 8 Error Control VCI Generic Flow Identifier VPI VPI VCI VCI CLP Payload Type VPI – virtual path identifier VCI – virtual circuit identifier CLP – cell loss priority Legend Each physical link can support 2 8  virtual paths = 256 VPIs Each VPI can support 2 16  virtual circuits = 65,536 VCIs Each VPI/VCI combination is unique per physical link = 16,777216 VPI/VCIs Bit number
ATM System Architecture ATM has a layered architecture The ATM layers are: Physical layer  – provides connectivity between network elements (e.g. SONET).  Converts to appropriate electrical or optical format. ATM layer  – provides for the transparent transfer of fixed-size (48 octet) data units. Adds/removes 5 byte header to payload. ATM adaptation layer  – enhances the services and performance provided by the ATM layer to meet the needs of higher layer applications.  Inserts/extracts information into/from 48 byte payload Higher layers  – represents various end-user applications (e.g. TCP/IP) End Station End Station Switch Voice Data Video AAL PHY PHY ATM PHY ATM PHY ATM AAL Voice Data Video
ATM Adaptation Layer (AAL) The AAL maps higher-level data (e.g. legacy technologies) onto ATM cells making the data suitable for transport through the ATM network and isolates higher layers from the ATM layer.  These functions are performed on the user side. The concept of  Service Classes  is used to define traffic corresponding to specific combinations of:  timing relations between source and destination (required/not required) constant vs. variable bit rate connection mode (connection oriented vs. connectionless oriented) Defined service classes are: Class A – synchronous, connection oriented, constant bit rate (e.g. DS, DS3 circuit emulation) Class B – synchronous, connection oriented variable bit rate (e.g. packet video) Class C – asynchronous, connection oriented, variable bit rate (e.g. frame relay) Class D – asynchronous, connectionless, variable bit rate (e.g. SMDS) AAL protocols are defined to handle one of more of the above service classes and create properly formatted ATM cells.  There is no stipulation that rigidly binds an AAL protocol to a service class. AAL type 1  – meets the needs of class A services Provides for the acceptance of user info at a fixed rate and delivery of this info at the destination at the same fixed rate and indication of loss or errored information AAL type 2  – meets the needs of class B services Designed to carry low bit rate, variable-length, delay-sensitive packets  AAL type 3/4  - meets the needs of class C and D services Designed to carry variable bit rates with no timing relationship AAL type 5  – meets the needs of class C services Simplified and more efficient than 3/4 - simple and efficient data protocol
ATM Layer The ATM layer: provides services to higher layers (e.g. multiplexing ATM connections on to a single connection) and facilitates the forwarding of ATM cells through the network by the setting parameters in the ATM cell header (e.g. prioritization, traffic management).  delivers ATM cells to the physical layer for transport A number of parameters are set at the ATM layer that determine  quality of service  and  traffic management Quality of Service  (QoS) refers to a collection of performance parameters whose values have to do with the speed and accuracy/reliability characteristics of the ATM connection.  Negotiable parameters   ppCDV – peak to peak cell transfer delay variation Max CTD – maximum cell transfer delay  CLR – cell loss ratio Non-negotiable parameters CER – cell error ratio CMR – cell mis-insertion rate SECBR – severely errored cell block ratio Traffic parameters  define characteristics of the traffic to be offered over the ATM connection.  PCR – peak cell rate SCR – sustainable cell rate MBS – maximum burst rate MCR – minimum cell rate ICR – initial cell rate
ATM Layer …cont’d Service categories  represent particular combinations of traffic parameters and QoS parameters.  These parameters are negotiated by users for a connection to meet the needs of higher-level applications. CBR  (constant bit rate) is intended to support real-time applications requiring tightly constrained delay variation (e.g. voice, video) RT-VBR  (real-time variable bit rate) is intended for real-time applications with bursty traffic NRT-VBR  (non-real-time variable bit rate) is intended for non-real-time applications with bursty traffic  UBR  (unspecified bit rate) represents a “best-effort service intended for non-real-time applications that do not require tightly constrained delay or delay variation and are tolerant to cell loss ABR  (available bit rate) is similar to UBR but enhanced to handle applications that require a minimum bandwidth requirement Service Category Matrix      PCR UBR    ABR     NRT-VBR       RT-VBR    CBR ICR MBS MBS SCR CLR maxCTD ppCDV Traffic Parameters QoS Parameters Service Categories
Physical Layer The physical layer is responsible for placing and removing cells from the physical transport medium.  Standards for physical interfaces to various media exist and are discussed later. SONET/SDH based transmission media are the most common for transmission of ATM.  The physical layer performs two types of functions: Functions associated with the structure or format of the info to be transmitted and other specific functions (e.g. multiplexing).  These functions are independent of the transmission medium. Functions associated with the transmission of signals over a particular medium (e.g. line coding for a particular medium).  These functions are dependent on the transmission medium.
ATM Interfaces The following ATM interfaces have been defined and standardized Private UNI  (user-network interface) – specification of the interface between a user’s device (e.g. a workstation) and a private ATM switch Private NNI  (network-network interface) – e.g. between private ATM switches needed to support the ATM infrastructure Public UNI  – specification of the interface between the user’s device and a provider of a public ATM service Public NNI  – interface between ATM switches in public carrier networks.   Also referred to as  B-ISSI  (broadband inter-switching system interface) when applied to the connection between two public switches of the same carrier Also referred to as  B-ICI  (broadband inter-carrier interface) when applied to the connection between two carriers networks Specifications exist that describe the details of these interface standards
The Telecom Source www. thetelecomsource .com Info@ thetelecomsource .com
Ad

More Related Content

What's hot (20)

BLOCK CHAIN
BLOCK CHAINBLOCK CHAIN
BLOCK CHAIN
Saima Mustafa
 
Altcoins
AltcoinsAltcoins
Altcoins
Vagelis Antoniadis
 
Finger print ATM
Finger print ATMFinger print ATM
Finger print ATM
Ankan Biswas
 
Bitcoin Final Year Seminar Report
Bitcoin Final Year Seminar ReportBitcoin Final Year Seminar Report
Bitcoin Final Year Seminar Report
Shantanu Singh
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Mithileysh Sathiyanarayanan
 
Manet
ManetManet
Manet
Pushkar Dutt
 
Presentation On ATM Technology
Presentation On ATM TechnologyPresentation On ATM Technology
Presentation On ATM Technology
VINOD KUMAR RAMKUMAR
 
BIOMETRIC IDENTIFICATION IN ATM’S PPT
BIOMETRIC IDENTIFICATION IN ATM’S  PPTBIOMETRIC IDENTIFICATION IN ATM’S  PPT
BIOMETRIC IDENTIFICATION IN ATM’S PPT
sravya raju
 
Project report on (atm MAnagment system)
Project report on (atm MAnagment system)Project report on (atm MAnagment system)
Project report on (atm MAnagment system)
Muhammad Umer Lari
 
High protection ATM system with fingerprint identification technology
High protection ATM system with fingerprint identification technologyHigh protection ATM system with fingerprint identification technology
High protection ATM system with fingerprint identification technology
Alfred Oboi
 
Blockchain voting
Blockchain votingBlockchain voting
Blockchain voting
sandhyajoshi17
 
Ppt final
Ppt finalPpt final
Ppt final
dikshagupta111
 
Biometric Voting System
Biometric Voting SystemBiometric Voting System
Biometric Voting System
VisualBee.com
 
Smart Card Presentation
Smart Card Presentation Smart Card Presentation
Smart Card Presentation
ppriteshs
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
Sarvesh Meena
 
E-voting system with blockchain
E-voting system with blockchainE-voting system with blockchain
E-voting system with blockchain
yashgupta9121
 
Currency recognition system using image processing
Currency recognition system using image processingCurrency recognition system using image processing
Currency recognition system using image processing
Fatima Akhtar
 
Graphical password authentication
Graphical password authenticationGraphical password authentication
Graphical password authentication
Asim Kumar Pathak
 
ATM
ATMATM
ATM
Tauhida Shabrin Shimmy
 
Bitcoin Final Year Seminar Report
Bitcoin Final Year Seminar ReportBitcoin Final Year Seminar Report
Bitcoin Final Year Seminar Report
Shantanu Singh
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
BIOMETRIC IDENTIFICATION IN ATM’S PPT
BIOMETRIC IDENTIFICATION IN ATM’S  PPTBIOMETRIC IDENTIFICATION IN ATM’S  PPT
BIOMETRIC IDENTIFICATION IN ATM’S PPT
sravya raju
 
Project report on (atm MAnagment system)
Project report on (atm MAnagment system)Project report on (atm MAnagment system)
Project report on (atm MAnagment system)
Muhammad Umer Lari
 
High protection ATM system with fingerprint identification technology
High protection ATM system with fingerprint identification technologyHigh protection ATM system with fingerprint identification technology
High protection ATM system with fingerprint identification technology
Alfred Oboi
 
Biometric Voting System
Biometric Voting SystemBiometric Voting System
Biometric Voting System
VisualBee.com
 
Smart Card Presentation
Smart Card Presentation Smart Card Presentation
Smart Card Presentation
ppriteshs
 
E-voting system with blockchain
E-voting system with blockchainE-voting system with blockchain
E-voting system with blockchain
yashgupta9121
 
Currency recognition system using image processing
Currency recognition system using image processingCurrency recognition system using image processing
Currency recognition system using image processing
Fatima Akhtar
 
Graphical password authentication
Graphical password authenticationGraphical password authentication
Graphical password authentication
Asim Kumar Pathak
 

Viewers also liked (20)

Ppt on atm machine
Ppt on atm machinePpt on atm machine
Ppt on atm machine
Prabhat Singh
 
Automated Teller Machine
Automated Teller MachineAutomated Teller Machine
Automated Teller Machine
Diotima Gupta
 
A T M (Automated Teller Machine)
A T M (Automated Teller Machine)A T M (Automated Teller Machine)
A T M (Automated Teller Machine)
Networking
 
Core banking
Core bankingCore banking
Core banking
Rajin Rajan
 
ATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTURE
ATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTUREATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTURE
ATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTURE
Radhika Venkat
 
Core Banking Solution.
Core Banking Solution.Core Banking Solution.
Core Banking Solution.
Rajat Khandelwal
 
Core Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBICore Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBI
Rajesh Kumar
 
Banking ppt
Banking pptBanking ppt
Banking ppt
Rahul Mailcontractor
 
Cash deposit machine
Cash deposit machineCash deposit machine
Cash deposit machine
Bhavana Nandu
 
ATM BANKING
ATM BANKINGATM BANKING
ATM BANKING
Ashish Saini
 
Seminar on atm
Seminar on atmSeminar on atm
Seminar on atm
khurda
 
electronic bill payment and presentment
electronic bill payment and presentmentelectronic bill payment and presentment
electronic bill payment and presentment
tejinderubs
 
Electronic Payment System
Electronic Payment SystemElectronic Payment System
Electronic Payment System
Ritesh Goyal
 
Technology In Indian Banking 2008
Technology In Indian Banking 2008Technology In Indian Banking 2008
Technology In Indian Banking 2008
Chowdari Prasad
 
29381388 innovation-in-indian-banking-sector
29381388 innovation-in-indian-banking-sector29381388 innovation-in-indian-banking-sector
29381388 innovation-in-indian-banking-sector
Perminder Singh
 
Case Study of Service Transformation : Leading Indian Bank
Case Study of Service Transformation : Leading Indian BankCase Study of Service Transformation : Leading Indian Bank
Case Study of Service Transformation : Leading Indian Bank
mastersunconsulting
 
Payment systems
Payment systemsPayment systems
Payment systems
Abhijeet Deshmukh
 
Atm.ppt
Atm.pptAtm.ppt
Atm.ppt
siva edara
 
Mobile banking
Mobile bankingMobile banking
Mobile banking
vaibhav kubadia
 
Universal banking
Universal bankingUniversal banking
Universal banking
Dharmik
 
Automated Teller Machine
Automated Teller MachineAutomated Teller Machine
Automated Teller Machine
Diotima Gupta
 
A T M (Automated Teller Machine)
A T M (Automated Teller Machine)A T M (Automated Teller Machine)
A T M (Automated Teller Machine)
Networking
 
ATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTURE
ATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTUREATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTURE
ATM(AUTOMATIC TELLER MACHINE)-HISTORY,TYPES, WORKING, STRUCTURE
Radhika Venkat
 
Core Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBICore Banking Solution PPT of TCS and SBI
Core Banking Solution PPT of TCS and SBI
Rajesh Kumar
 
Cash deposit machine
Cash deposit machineCash deposit machine
Cash deposit machine
Bhavana Nandu
 
Seminar on atm
Seminar on atmSeminar on atm
Seminar on atm
khurda
 
electronic bill payment and presentment
electronic bill payment and presentmentelectronic bill payment and presentment
electronic bill payment and presentment
tejinderubs
 
Electronic Payment System
Electronic Payment SystemElectronic Payment System
Electronic Payment System
Ritesh Goyal
 
Technology In Indian Banking 2008
Technology In Indian Banking 2008Technology In Indian Banking 2008
Technology In Indian Banking 2008
Chowdari Prasad
 
29381388 innovation-in-indian-banking-sector
29381388 innovation-in-indian-banking-sector29381388 innovation-in-indian-banking-sector
29381388 innovation-in-indian-banking-sector
Perminder Singh
 
Case Study of Service Transformation : Leading Indian Bank
Case Study of Service Transformation : Leading Indian BankCase Study of Service Transformation : Leading Indian Bank
Case Study of Service Transformation : Leading Indian Bank
mastersunconsulting
 
Universal banking
Universal bankingUniversal banking
Universal banking
Dharmik
 
Ad

Similar to 10 Slides to ATM (20)

Asynchronous Transfer Mode - Data Communication
Asynchronous Transfer Mode - Data CommunicationAsynchronous Transfer Mode - Data Communication
Asynchronous Transfer Mode - Data Communication
CherljohnNeoMagdaluy
 
S dutta
S duttaS dutta
S dutta
tarunpatil
 
ATM (asynchronous transfer mode)
ATM (asynchronous transfer mode)ATM (asynchronous transfer mode)
ATM (asynchronous transfer mode)
university of Gujrat, pakistan
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
Tushar Ranjan
 
Switching systems lecture6
Switching  systems lecture6Switching  systems lecture6
Switching systems lecture6
Jumaan Ally Mohamed
 
Atm 090904084052-phpapp02
Atm 090904084052-phpapp02Atm 090904084052-phpapp02
Atm 090904084052-phpapp02
Solar Energy Industries Association
 
Asynchronous Transfer Mode
Asynchronous Transfer ModeAsynchronous Transfer Mode
Asynchronous Transfer Mode
Nishant Munjal
 
Asychronous transfer mode(atm)
Asychronous transfer mode(atm)Asychronous transfer mode(atm)
Asychronous transfer mode(atm)
Meenakshi Devi
 
ATM.pdf
ATM.pdfATM.pdf
ATM.pdf
Jayaprasanna4
 
13 atm
13 atm13 atm
13 atm
Hattori Sidek
 
Doc 20191126-wa0106
Doc 20191126-wa0106Doc 20191126-wa0106
Doc 20191126-wa0106
university of Gujrat, pakistan
 
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
 
LAN Overview from data and computer communications.pptx
LAN Overview from data and computer communications.pptxLAN Overview from data and computer communications.pptx
LAN Overview from data and computer communications.pptx
Nisha Pauline
 
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 Network
ATM NetworkATM Network
ATM Network
sangusajjan
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
ZillayHuma Mehmood
 
ATM
ATMATM
ATM
ZillayHuma Mehmood
 
Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )
Ali Usman
 
ATM
ATMATM
ATM
nayakslideshare
 
Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)
Shamima Akther
 
Asynchronous Transfer Mode - Data Communication
Asynchronous Transfer Mode - Data CommunicationAsynchronous Transfer Mode - Data Communication
Asynchronous Transfer Mode - Data Communication
CherljohnNeoMagdaluy
 
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
 
Asychronous transfer mode(atm)
Asychronous transfer mode(atm)Asychronous transfer mode(atm)
Asychronous transfer mode(atm)
Meenakshi Devi
 
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
 
LAN Overview from data and computer communications.pptx
LAN Overview from data and computer communications.pptxLAN Overview from data and computer communications.pptx
LAN Overview from data and computer communications.pptx
Nisha Pauline
 
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
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
ZillayHuma Mehmood
 
Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )Atm( Asynchronous Transfer mode )
Atm( Asynchronous Transfer mode )
Ali Usman
 
Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)Asynchronous Transfer Mode (ATM)
Asynchronous Transfer Mode (ATM)
Shamima Akther
 
Ad

Recently uploaded (20)

intra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.pptintra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.ppt
NTTDATA INTRAMART
 
Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Cloud Stream Part II Mobile Hub V1 Hub Agency.pdfCloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Brij Consulting, LLC
 
Affinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing PresentationAffinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing Presentation
omiller199514
 
Looking for Reliable BPO Project Providers?"
Looking for Reliable BPO Project Providers?"Looking for Reliable BPO Project Providers?"
Looking for Reliable BPO Project Providers?"
anujascentbpo
 
TMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptxTMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptx
Marketing847413
 
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
ThiNgc22
 
Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)
GeorgeButtler
 
Treis & Friends One sheet - Portfolio IV
Treis & Friends One sheet - Portfolio IVTreis & Friends One sheet - Portfolio IV
Treis & Friends One sheet - Portfolio IV
aparicioregina7
 
Comments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Comments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdfComments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Comments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Brij Consulting, LLC
 
Alec Lawler - A Passion For Building Brand Awareness
Alec Lawler - A Passion For Building Brand AwarenessAlec Lawler - A Passion For Building Brand Awareness
Alec Lawler - A Passion For Building Brand Awareness
Alec Lawler
 
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdfLiberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Topvasmm
 
Influence of Career Development on Retention of Employees in Private Univers...
Influence of Career Development on Retention of  Employees in Private Univers...Influence of Career Development on Retention of  Employees in Private Univers...
Influence of Career Development on Retention of Employees in Private Univers...
publication11
 
Salesforce_Architecture_Diagramming_Workshop (1).pptx
Salesforce_Architecture_Diagramming_Workshop (1).pptxSalesforce_Architecture_Diagramming_Workshop (1).pptx
Salesforce_Architecture_Diagramming_Workshop (1).pptx
reinbauwens1
 
Accounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdf
Accounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdfAccounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdf
Accounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdf
CA Suvidha Chaplot
 
20250428 CDB Investor Deck_Apr25_vFF.pdf
20250428 CDB Investor Deck_Apr25_vFF.pdf20250428 CDB Investor Deck_Apr25_vFF.pdf
20250428 CDB Investor Deck_Apr25_vFF.pdf
yihong30
 
waterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docxwaterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docx
Peter Adriaens
 
The Peter Cowley Entrepreneurship Event Master 30th.pdf
The Peter Cowley Entrepreneurship Event Master 30th.pdfThe Peter Cowley Entrepreneurship Event Master 30th.pdf
The Peter Cowley Entrepreneurship Event Master 30th.pdf
Richard Lucas
 
Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...
Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...
Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...
Lviv Startup Club
 
INTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOT
INTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOTINTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOT
INTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOT
CA Suvidha Chaplot
 
LDMMIA Bday celebration 2025 Gifts information
LDMMIA Bday celebration 2025 Gifts informationLDMMIA Bday celebration 2025 Gifts information
LDMMIA Bday celebration 2025 Gifts information
LDM Mia eStudios
 
intra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.pptintra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.ppt
NTTDATA INTRAMART
 
Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Cloud Stream Part II Mobile Hub V1 Hub Agency.pdfCloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Brij Consulting, LLC
 
Affinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing PresentationAffinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing Presentation
omiller199514
 
Looking for Reliable BPO Project Providers?"
Looking for Reliable BPO Project Providers?"Looking for Reliable BPO Project Providers?"
Looking for Reliable BPO Project Providers?"
anujascentbpo
 
TMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptxTMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptx
Marketing847413
 
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
ThiNgc22
 
Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)
GeorgeButtler
 
Treis & Friends One sheet - Portfolio IV
Treis & Friends One sheet - Portfolio IVTreis & Friends One sheet - Portfolio IV
Treis & Friends One sheet - Portfolio IV
aparicioregina7
 
Comments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Comments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdfComments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Comments on Cloud Stream Part II Mobile Hub V1 Hub Agency.pdf
Brij Consulting, LLC
 
Alec Lawler - A Passion For Building Brand Awareness
Alec Lawler - A Passion For Building Brand AwarenessAlec Lawler - A Passion For Building Brand Awareness
Alec Lawler - A Passion For Building Brand Awareness
Alec Lawler
 
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdfLiberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Topvasmm
 
Influence of Career Development on Retention of Employees in Private Univers...
Influence of Career Development on Retention of  Employees in Private Univers...Influence of Career Development on Retention of  Employees in Private Univers...
Influence of Career Development on Retention of Employees in Private Univers...
publication11
 
Salesforce_Architecture_Diagramming_Workshop (1).pptx
Salesforce_Architecture_Diagramming_Workshop (1).pptxSalesforce_Architecture_Diagramming_Workshop (1).pptx
Salesforce_Architecture_Diagramming_Workshop (1).pptx
reinbauwens1
 
Accounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdf
Accounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdfAccounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdf
Accounting_Basics_Complete_Guide_By_CA_Suvidha_Chaplot (1).pdf
CA Suvidha Chaplot
 
20250428 CDB Investor Deck_Apr25_vFF.pdf
20250428 CDB Investor Deck_Apr25_vFF.pdf20250428 CDB Investor Deck_Apr25_vFF.pdf
20250428 CDB Investor Deck_Apr25_vFF.pdf
yihong30
 
waterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docxwaterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docx
Peter Adriaens
 
The Peter Cowley Entrepreneurship Event Master 30th.pdf
The Peter Cowley Entrepreneurship Event Master 30th.pdfThe Peter Cowley Entrepreneurship Event Master 30th.pdf
The Peter Cowley Entrepreneurship Event Master 30th.pdf
Richard Lucas
 
Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...
Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...
Yuriy Chapran: Zero Trust and Beyond: OpenVPN’s Role in Next-Gen Network Secu...
Lviv Startup Club
 
INTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOT
INTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOTINTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOT
INTRODUCTION OF MANAGEMENT.pdf CA SUVIDHA CHAPLOT
CA Suvidha Chaplot
 
LDMMIA Bday celebration 2025 Gifts information
LDMMIA Bday celebration 2025 Gifts informationLDMMIA Bday celebration 2025 Gifts information
LDMMIA Bday celebration 2025 Gifts information
LDM Mia eStudios
 

10 Slides to ATM

  • 1. ATM The Telecom Source 10 Slide Technology Series
  • 2. Introduction ATM stands for A synchronous T ransfer M ode ATM is a flexible high bandwidth, low delay network technology that is: Capable of handling voice, video and data on a single network; and Generally used in the backbone ATM has been evolving for over two decades Significant work for ATM begun in the early 1980’s Work culminated in 1988 as a series of standards forming part of the B-ISDN (Broadband Integrated Services Digital Network) Major advantages of ATM include: Bandwidth management capabilities; and Support for Quality of Service (QoS) features SONET/SDH was defined for the transport of ATM cells
  • 3. ATM Connections ATM is a connection oriented technology (i.e. a connection must be set up across the ATM network prior to data transfer) There are two types of ATM connections Virtual path connections – identified by virtual path identifiers (VPI) Virtual channel connections – identified by a combination of virtual path and circuit identifiers (VPI and VCI) Virtual channels (VC) are the basic unit that carry a stream of ATM cells from one user to another are identified by a virtual channel identifier can be concatenated can be configured statically or dynamically Statically as PVCs (permanent virtual circuits) that are set up at network configuration time Dynamically as SVCs (switched virtual circuits) that are dynamically configured on-demand can be bundled together into virtual path connections Virtual paths (VP) contain one or more virtual channels are identified by a virtual path identifier are routed through a network as a single entity can be used internally for bundling virtual circuits between switches VP-1 VP-2 VP-n VP-1 VP-2 VP-n Physical Link VP = virtual path VC = virtual circuit
  • 4. ATM Switching ATM Switch VP-1 VP-2 VP-n Physical Link VC-1 VC-2 VC-n VC-1 VC-2 VC-n Port ATM switch receives ATM cell from a specific virtual channel on a particular input port Each ATM cell header contains VPI and VCI information The combination of port, VPI and VCI is unique within a switch Switch checks its internal routing table (local to the switch) to determine corresponding outgoing VPI and VCI that should be assigned to the cell and the output port on which the cell should be forwarded. The switch replaces the incoming VPI/VCI header info with the outgoing VPI/VCI info and sends the cell through the output port to the next device The process is repeated across multiple devices until the cell reaches its destination 10 2 2 2 1 1 1 2 2 1 1 1 … … … … … … 1 1 3 1 1 2 1 1 2 1 2 1 VCI VPI PORT VCI VPI PORT EGRESS (OUTPUT) INGRESS (INPUT)
  • 5. ATM Cell Structure 48 byte payload 5 byte header Byte 1 2 3 4 5 1 2 3 4 5 6 7 8 Error Control VCI Generic Flow Identifier VPI VPI VCI VCI CLP Payload Type VPI – virtual path identifier VCI – virtual circuit identifier CLP – cell loss priority Legend Each physical link can support 2 8 virtual paths = 256 VPIs Each VPI can support 2 16 virtual circuits = 65,536 VCIs Each VPI/VCI combination is unique per physical link = 16,777216 VPI/VCIs Bit number
  • 6. ATM System Architecture ATM has a layered architecture The ATM layers are: Physical layer – provides connectivity between network elements (e.g. SONET). Converts to appropriate electrical or optical format. ATM layer – provides for the transparent transfer of fixed-size (48 octet) data units. Adds/removes 5 byte header to payload. ATM adaptation layer – enhances the services and performance provided by the ATM layer to meet the needs of higher layer applications. Inserts/extracts information into/from 48 byte payload Higher layers – represents various end-user applications (e.g. TCP/IP) End Station End Station Switch Voice Data Video AAL PHY PHY ATM PHY ATM PHY ATM AAL Voice Data Video
  • 7. ATM Adaptation Layer (AAL) The AAL maps higher-level data (e.g. legacy technologies) onto ATM cells making the data suitable for transport through the ATM network and isolates higher layers from the ATM layer. These functions are performed on the user side. The concept of Service Classes is used to define traffic corresponding to specific combinations of: timing relations between source and destination (required/not required) constant vs. variable bit rate connection mode (connection oriented vs. connectionless oriented) Defined service classes are: Class A – synchronous, connection oriented, constant bit rate (e.g. DS, DS3 circuit emulation) Class B – synchronous, connection oriented variable bit rate (e.g. packet video) Class C – asynchronous, connection oriented, variable bit rate (e.g. frame relay) Class D – asynchronous, connectionless, variable bit rate (e.g. SMDS) AAL protocols are defined to handle one of more of the above service classes and create properly formatted ATM cells. There is no stipulation that rigidly binds an AAL protocol to a service class. AAL type 1 – meets the needs of class A services Provides for the acceptance of user info at a fixed rate and delivery of this info at the destination at the same fixed rate and indication of loss or errored information AAL type 2 – meets the needs of class B services Designed to carry low bit rate, variable-length, delay-sensitive packets AAL type 3/4 - meets the needs of class C and D services Designed to carry variable bit rates with no timing relationship AAL type 5 – meets the needs of class C services Simplified and more efficient than 3/4 - simple and efficient data protocol
  • 8. ATM Layer The ATM layer: provides services to higher layers (e.g. multiplexing ATM connections on to a single connection) and facilitates the forwarding of ATM cells through the network by the setting parameters in the ATM cell header (e.g. prioritization, traffic management). delivers ATM cells to the physical layer for transport A number of parameters are set at the ATM layer that determine quality of service and traffic management Quality of Service (QoS) refers to a collection of performance parameters whose values have to do with the speed and accuracy/reliability characteristics of the ATM connection. Negotiable parameters ppCDV – peak to peak cell transfer delay variation Max CTD – maximum cell transfer delay CLR – cell loss ratio Non-negotiable parameters CER – cell error ratio CMR – cell mis-insertion rate SECBR – severely errored cell block ratio Traffic parameters define characteristics of the traffic to be offered over the ATM connection. PCR – peak cell rate SCR – sustainable cell rate MBS – maximum burst rate MCR – minimum cell rate ICR – initial cell rate
  • 9. ATM Layer …cont’d Service categories represent particular combinations of traffic parameters and QoS parameters. These parameters are negotiated by users for a connection to meet the needs of higher-level applications. CBR (constant bit rate) is intended to support real-time applications requiring tightly constrained delay variation (e.g. voice, video) RT-VBR (real-time variable bit rate) is intended for real-time applications with bursty traffic NRT-VBR (non-real-time variable bit rate) is intended for non-real-time applications with bursty traffic UBR (unspecified bit rate) represents a “best-effort service intended for non-real-time applications that do not require tightly constrained delay or delay variation and are tolerant to cell loss ABR (available bit rate) is similar to UBR but enhanced to handle applications that require a minimum bandwidth requirement Service Category Matrix      PCR UBR    ABR     NRT-VBR       RT-VBR    CBR ICR MBS MBS SCR CLR maxCTD ppCDV Traffic Parameters QoS Parameters Service Categories
  • 10. Physical Layer The physical layer is responsible for placing and removing cells from the physical transport medium. Standards for physical interfaces to various media exist and are discussed later. SONET/SDH based transmission media are the most common for transmission of ATM. The physical layer performs two types of functions: Functions associated with the structure or format of the info to be transmitted and other specific functions (e.g. multiplexing). These functions are independent of the transmission medium. Functions associated with the transmission of signals over a particular medium (e.g. line coding for a particular medium). These functions are dependent on the transmission medium.
  • 11. ATM Interfaces The following ATM interfaces have been defined and standardized Private UNI (user-network interface) – specification of the interface between a user’s device (e.g. a workstation) and a private ATM switch Private NNI (network-network interface) – e.g. between private ATM switches needed to support the ATM infrastructure Public UNI – specification of the interface between the user’s device and a provider of a public ATM service Public NNI – interface between ATM switches in public carrier networks. Also referred to as B-ISSI (broadband inter-switching system interface) when applied to the connection between two public switches of the same carrier Also referred to as B-ICI (broadband inter-carrier interface) when applied to the connection between two carriers networks Specifications exist that describe the details of these interface standards
  • 12. The Telecom Source www. thetelecomsource .com Info@ thetelecomsource .com