All Topics  
Asynchronous Transfer Mode

 

   Email Print
   Bookmark   Link






 

Asynchronous Transfer Mode



 
 
Asynchronous Transfer Mode (ATM) is an electronic digital data transmission technology. ATM is implemented as a network protocol and was first developed in the mid 1980s. The goal was to design a single networking strategy that could transport real-time video and audio as well as image files, text and email. Two groups, the International Telecommunications Union and the ATM Forum
ATM Forum

The ATM Forum was founded in 1991 to be the industry consortium for Asynchronous Transfer Mode. It was a non-profit international organization....
 were involved in the creation of the standards.

ATM is a packet switching
Packet switching

Packet switching is a network communications method that groups all transmitted data, irrespective of content, type, or structure into suitably-sized blocks, called packets....
 protocol that encodes data into small fixed-sized cells (cell relay
Cell relay

In telecommunications, cell relay refers to a method of statistical multiplexing fixed-length packet , i.e. cells, to transport data between computers or kinds of network equipment....
) and provides data link layer
Data link layer

The Data Link Layer is layer 2 of the seven-layer OSI model of computer networking.The Data Link Layer is the protocol layer which transfers data between adjacent network nodes in a wide area network or between nodes on the same local area network network segment....
 services that run over OSI Layer 1 physical links.






Discussion
Ask a question about 'Asynchronous Transfer Mode'
Start a new discussion about 'Asynchronous Transfer Mode'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Asynchronous Transfer Mode (ATM) is an electronic digital data transmission technology. ATM is implemented as a network protocol and was first developed in the mid 1980s. The goal was to design a single networking strategy that could transport real-time video and audio as well as image files, text and email. Two groups, the International Telecommunications Union and the ATM Forum
ATM Forum

The ATM Forum was founded in 1991 to be the industry consortium for Asynchronous Transfer Mode. It was a non-profit international organization....
 were involved in the creation of the standards.

ATM is a packet switching
Packet switching

Packet switching is a network communications method that groups all transmitted data, irrespective of content, type, or structure into suitably-sized blocks, called packets....
 protocol that encodes data into small fixed-sized cells (cell relay
Cell relay

In telecommunications, cell relay refers to a method of statistical multiplexing fixed-length packet , i.e. cells, to transport data between computers or kinds of network equipment....
) and provides data link layer
Data link layer

The Data Link Layer is layer 2 of the seven-layer OSI model of computer networking.The Data Link Layer is the protocol layer which transfers data between adjacent network nodes in a wide area network or between nodes on the same local area network network segment....
 services that run over OSI Layer 1 physical links. This differs from other technologies based on packet-switched networks (such as the Internet Protocol
Internet protocol

Internet protocol may refer to:*The Internet Protocol, a specific protocol implementation in the Internet protocol suite*The Internet protocol suite, a set of communications protocols that are used for the Internet...
 or Ethernet
Ethernet

Ethernet is a family of Data frame-based computer networking technologies for local area networks . The name comes from the physical concept of the Luminiferous aether....
), in which variable sized packets (known as frames when referencing Layer 2) are used. ATM exposes properties from both circuit
Circuit switching

In telecommunications, a circuit switching network is one that establishes a telecommunication circuit between Node and Terminal before the user may communicate, as if the nodes were physically connected with an electrical circuit....
 switched and small packet switched networking, making it suitable for wide area data networking as well as real-time media transport. ATM uses a connection-oriented
Connection-oriented

In telecommunications, connection-oriented describes a means of transmitting data in which the devices at the end points use a preliminary protocol to establish an end-to-end connection before any data is sent, and in which data is sent over the same path during the communication....
 model and establishes a virtual circuit
Virtual circuit

In telecommunications and computer networks, a virtual circuit , synonymous with virtual connection and virtual channel, is a connection oriented communication service that is delivered by means of packet mode communication....
 between two endpoints before the actual data exchange begins.

ATM is a core protocol used in the SONET
Sonet

Sonet may refer to:* Sonet Records, European record label* Synchronous optical networking See also* Sonnet...
/SDH backbone of the public switched telephone network
Public switched telephone network

The public switched telephone network is the network of the world's public circuit switching telephone networks, in much the same way that the Internet is the network of the world's public Internet protocol-based packet switching networks....
.

ATM addressing


A Virtual Channel (VC) provides the transport of ATM cells which have the same unique identifier, called the Virtual Channel Identifier (VCI)
Virtual Channel Identifier

A Virtual Channel Identifier is a unique identifier which indicates a particular virtual circuit on a network. It is a 16-bit field in the header of an Asynchronous Transfer Mode cell....
. This identifier is encoded in the cell header. A virtual channel represents the basic means of communication between two end-points, and is analogous to an X.25
X.25

X.25 is an ITU-T standard network layer protocol for Packet switched network wide area network communication. An X.25 WAN consists of Packet switching nodes as the networking hardware, and leased lines, Plain old telephone service connections or ISDN connections as physical links....
 virtual circuit
Virtual circuit

In telecommunications and computer networks, a virtual circuit , synonymous with virtual connection and virtual channel, is a connection oriented communication service that is delivered by means of packet mode communication....
.

A Virtual Path (VP) transports ATM cells belonging to virtual channels which share a common identifier, called the Virtual Path Identifier (VPI)
Virtual Path Identifier

Virtual Path Identifier refers to an 8-bit or 12-bit field within the header of an Asynchronous Transfer Mode packet. The VPI, together with the Virtual channel identifier is used to identify the next destination of a cell as it passes through a series of Asynchronous_Transfer_Mode switches on its way to its destination....
, which is also encoded in the cell header. A virtual path, in other words, is a grouping of virtual channels which connect the same end-points, and which share a traffic allocation. This two layer approach can be used to separate the management of routers and bandwidth from the setup of individual connections.

Successes and failures of ATM technology


ATM has proven very successful in the WAN
Wide area network

Wide Area Network is a computer network that covers a broad area . Contrast with personal area networks , local area networks , campus area networks , or metropolitan area networks which are usually limited to a room, building, campus or specific metropolitan area respectively....
 scenario and numerous telecommunication providers have implemented ATM in their wide-area network core
Core

Core may refer to:...
s. Many ADSL
Asymmetric Digital Subscriber Line

Asymmetric Digital Subscriber Line is a form of Digital subscriber line, a data communications technology that enables faster data transmission over copper telephone lines than a conventional voiceband modem can provide....
 implementations also use ATM. However, ATM has failed to gain wide use as a LAN
Local area network

A local area network is a computer network covering a small physical area, like a home, office, or small group of buildings, such as a school, or an airport....
 technology, and its complexity has held back its full deployment as the single integrating network technology in the way that its inventors originally intended. Since there will always be both brand-new and obsolescent link-layer
Data link layer

The Data Link Layer is layer 2 of the seven-layer OSI model of computer networking.The Data Link Layer is the protocol layer which transfers data between adjacent network nodes in a wide area network or between nodes on the same local area network network segment....
 technologies, particularly in the LAN area, not all of them will fit neatly into the synchronous optical networking
Synchronous optical networking

Synchronous optical networking and Synchronous Digital Hierarchy , are two closely related multiplexing protocols for transferring multiple digital bit streams using lasers or light-emitting diodes over the same optical fiber....
 model for which ATM was designed. Therefore, a protocol is needed to provide a unifying layer over both ATM and non-ATM link layers, as ATM itself cannot fill that role. IP
Internet protocol

Internet protocol may refer to:*The Internet Protocol, a specific protocol implementation in the Internet protocol suite*The Internet protocol suite, a set of communications protocols that are used for the Internet...
 already does that; therefore, there is often no point in implementing ATM at the network layer
Network layer

The Network Layer is Layer 3 in the OSI model of computer networking. The Network Layer responds to service requests from the Transport Layer and issues service requests to the Data Link Layer....
.

In addition, the need for cells to reduce jitter
Jitter

Jitter is an unwanted variation of one or more characteristics of a periodic Signalling in electronics and telecommunications. Jitter may be seen in characteristics such as the interval between successive pulses, or the amplitude, frequency, or phase of successive cycles....
 has declined as transport speeds increased (see below), and improvements in Voice over IP
Voice over IP

Voice over Internet Protocol is a general term for a family of transmission technologies for delivery of voice communications over Internet Protocol networks such as the Internet or other packet-switched Computer network....
 (VoIP) have made the integration of speech and data possible at the IP layer, again removing the incentive for ubiquitous deployment of ATM. Most Telcos
Telephone company

A telephone company provides telecommunications services such as telephony and data communications. Most of the largest telcos, whatever their origins, are or were at one time nationalized or state-regulated monopoly....
  plan to integrate their voice network activities into their IP networks, rather than their IP networks into the voice infrastructure.

MPLS
Mpls

MPLS or Mpls can refer to:* Minneapolis, Minnesota, United States* Multiprotocol Label Switching, a data-carrying mechanism in computer networking...
, a generic Layer 2 packet-switching protocol, adopted many technically sound ideas from ATM. ATM remains widely deployed, and is used as a multiplexing
Multiplexing

In telecommunications and computer networks, multiplexing is a process where multiple analog message signals or digital data streams are combined into one signal over a shared medium....
 service in DSL
Digital Subscriber Line

DSL or xDSL, is a family of technologies that provides digital data transmission over the wires of a local access network. DSL originally stood for digital subscriber loop, although in recent years, the term digital subscriber line has been widely adopted as a more marketing-friendly term for ADSL, which is the most popular...
 networks, where its compromises fit DSL's low-data-rate needs well. In turn, DSL networks support IP (and IP services such as VoIP) via PPP over ATM
Point-to-Point Protocol over ATM

PPPOA or PPPoA, Point-to-Point Protocol over Asynchronous Transfer Mode, is a network protocol for Encapsulation PPP frames in Asynchronous Transfer Mode AAL5....
 and Ethernet over ATM (RFC 2684).

ATM will remain deployed in higher-speed interconnects where carrier
Common carrier

A common carrier is a business that transports people, goods, or services and offers its services to the general public under license or authority provided by a regulatory body....
s have already committed themselves to existing ATM deployments; ATM is used here as a way of unifying PDH/SDH
Synchronous optical networking

Synchronous optical networking and Synchronous Digital Hierarchy , are two closely related multiplexing protocols for transferring multiple digital bit streams using lasers or light-emitting diodes over the same optical fiber....
 traffic and packet-switched traffic under a single infrastructure. However, ATM is increasingly challenged by speed and traffic shaping requirements of converged networks. In particular, the complexity of SAR
Segmentation and Reassembly

Segmentation and Reassembly refers to the process used to fragment and reassemble packets so as to allow them to be transported across Asynchronous Transfer Mode networks....
 imposes a performance bottleneck, as the fastest SARs known run at 10 Gbit/s and have limited traffic shaping capabilities. Currently it seems likely that gigabit Ethernet
Ethernet

Ethernet is a family of Data frame-based computer networking technologies for local area networks . The name comes from the physical concept of the Luminiferous aether....
 implementations (10Gbit-Ethernet, Metro Ethernet
Metro Ethernet

A Metro Ethernet is a computer network based on the Ethernet standard and which covers a metropolitan area. It is commonly used as a metropolitan access network to connect subscribers and businesses to a Wide Area Network, such as the Internet....
) will replace ATM as a technology of choice in new WAN implementions.

Interest in using native ATM for carrying live video and audio has increased . In these environments, low latency and very high quality of service are required to handle linear audio and video streams. Towards this goal standards are being developed such as AES47
AES47

AES47 describes a standardised method of interconnecting digital audio over a telecommunication standard network.The development of standards for digitising analogue audio, as used to interconnect both professional and domestic equipment was started in the mid 1980s within the Audio Engineering Society and the European Broadcasting Union....
 (IEC 62365
IEC 62365

IEC 62365 is a standard that specifies a method for packing AES3 professional digital audio streams over Asynchronous Transfer Mode networks. This is an identical method to that published by the Audio Engineering Society as AES47....
), which provides a standard for professional uncompressed audio transport over ATM. This is worth comparing with professional video over IP.

ATM concepts


Why cells?

The designers of ATM utilized small data cells in order to reduce jitter
Jitter

Jitter is an unwanted variation of one or more characteristics of a periodic Signalling in electronics and telecommunications. Jitter may be seen in characteristics such as the interval between successive pulses, or the amplitude, frequency, or phase of successive cycles....
 (delay variance, in this case) in the multiplexing of data streams. Reduction of jitter (and also end-to-end round-trip delays) is particularly important when carrying voice traffic, because the conversion of digitized voice into an analog audio signal is an inherently real-time process, and to do a good job, the codec
Codec

A codec is a device or computer program capable of encoder and/or Decoding methods a digital data stream or signal . The word codec is a portmanteau of 'compressor-decompressor' or, most commonly, 'coder-decoder'....
 that does this needs an evenly spaced (in time) stream of data items. If the next data item is not available when it is needed, the codec has no choice but to produce silence or guess - and if the data is late, it is useless, because the time period when it should have been converted to a signal has already passed.

Now consider a speech signal reduced to packets, and forced to share a link with bursty data traffic (traffic with some large data packets). No matter how small the speech packets could be made, they would always encounter full-size data packets, and under normal queuing conditions, might experience maximum queuing delays.

At the time of the design of ATM, 155 Mbit/s SDH (135 Mbit/s payload) was considered a fast optical network link, and many PDH links in the digital network were considerably slower, ranging from 1.544 to 45 Mbit/s in the USA, and 2 to 34 Mbit/s in Europe.

At this rate, a typical full-length 1500 byte (12000-bit) data packet would take 77.42 µs to transmit. In a lower-speed link, such as a 1.544 Mbit/s T1 link, a 1500 byte packet would take up to 7.8 milliseconds.

A queuing delay
Queuing delay

In telecommunication and computer engineering, the queuing delay is the time a job waits in a Queue until it can be executed. It is a key component of network delay....
 induced by several such data packets might exceed the figure of 7.8 ms several times over, in addition to any packet generation delay in the shorter speech packet. This was clearly unacceptable for speech traffic, which needs to have low jitter in the data stream being fed into the codec if it is to produce good-quality sound. A packet voice system can produce this in a number of ways:

  • Have a playback buffer between the network and the codec, one large enough to tide the codec over almost all the jitter in the data. This allows smoothing out the jitter, but the delay introduced by passage through the buffer would require echo cancellers even in local networks; this was considered too expensive at the time. Also, it would have increased the delay across the channel, and conversation is difficult over high-delay channels.


  • Build a system which can inherently provide low jitter (and minimal overall delay) to traffic which needs it.


  • Operate on a 1:1 user basis (i.e., a dedicated pipe).


The design of ATM aimed for a low-jitter network interface. However, to be able to provide short queueing delays, but also be able to carry large datagrams, it had to have cells. ATM broke up all packets, data, and voice streams into 48-byte chunks, adding a 5-byte routing header to each one so that they could be reassembled later. The choice of 48 bytes was political rather than technical. When the CCITT
ITU-T

The Telecommunication Standardization Sector coordinates standards for telecommunications on behalf of the International Telecommunication Union and is based in Geneva, Switzerland....
 was standardizing ATM, parties from the United States wanted a 64-byte payload because this was felt to be a good compromise between larger payloads optimized for data transmission and shorter payloads optimized for real-time applications like voice; parties from Europe wanted 32-byte payloads because the small size (and therefore short transmission times) simplify voice applications with respect to echo cancellation. Most of the European parties eventually came around to the arguments made by the Americans, but France and a few others held out for a shorter cell length. With 32 bytes, France would have been able to implement an ATM-based voice network with calls from one end of France to the other requiring no echo cancellation. 48 bytes (plus 5 header bytes = 53) was chosen as a compromise between the two sides. 5-byte headers were chosen because it was thought that 10% of the payload was the maximum price to pay for routing information. ATM multiplexed these 53-byte cells instead of packets. Doing so reduced the worst-case jitter due to cell contention by a factor of almost 30, minimizing the need for echo cancellers.

Cells in practice


ATM supports different types of services via ATM Adaptation Layers
ATM Adaptation Layers

The use of Asynchronous Transfer Mode technology and services creates the need for an adaptation layer in order to support information transfer protocols, which are not based on ATM....
 (AAL). Standardized AALs include AAL1, AAL2, and AAL5, and the rarely used AAL3 and AAL4. AAL1 is used for constant bit rate (CBR) services and circuit emulation. AAL2 through AAL4 are used for variable bit rate (VBR) services, and AAL5 for data. Which AAL is in use for a given cell is not encoded in the cell. Instead, it is negotiated by or configured at the endpoints on a per-virtual-connection basis.

Following the initial design of ATM, networks have become much faster. A 1500 byte (12000-bit) full-size Ethernet packet takes only 1.2 µs to transmit on a 10 Gbit/s optical network, reducing the need for small cells to reduce jitter due to contention. Some consider that this makes a case for replacing ATM with Ethernet in the network backbone. However, it should be noted that the increased link speeds by themselves do not alleviate jitter due to queuing. Additionally, the hardware for implementing the service adaptation for IP packets is expensive at very high speeds. Specifically, at speeds of OC-3 and above, the cost of segmentation and reassembly (SAR) hardware makes ATM less competitive for IP than Packet Over SONET
Packet over SONET/SDH

Packet over SONET/SDH, abbreviated POS, is a communications protocol for transmitting Packet in the form of the Point to Point Protocol over Synchronous_optical_networking or SONET, which are both standard protocols for communicating digital information using lasers or light emitting diodes over optical fibre at high line rates....
 (POS). SAR performance limits mean that the fastest IP router ATM interfaces are OC12 - OC48 (STM4 - STM16), while POS can operate at OC-192 (STM64) with higher speeds expected in the future.

On slow links (2 Mbit/s and below), ATM still makes sense, and for this reason many ADSL
Asymmetric Digital Subscriber Line

Asymmetric Digital Subscriber Line is a form of Digital subscriber line, a data communications technology that enables faster data transmission over copper telephone lines than a conventional voiceband modem can provide....
 systems use ATM as an intermediate layer between the physical link layer and a Layer 2 protocol like PPP
Point-to-Point Protocol

In Computer network, the Point-to-Point Protocol, or PPP, is a Data Link Layer Protocol commonly used to establish a direct connection between two Node ....
 or Ethernet.

At these lower speeds, ATM provides a useful ability to carry multiple logical circuits on a single physical or virtual medium, although other techniques exist, such as PPP and Ethernet
Ethernet

Ethernet is a family of Data frame-based computer networking technologies for local area networks . The name comes from the physical concept of the Luminiferous aether....
 VLANs, which are optional in VDSL implementations. DSL can be used as an access method for an ATM network, allowing a DSL termination point in a telephone central office to connect to many internet service providers across a wide-area ATM network. In the United States, at least, this has allowed DSL providers to provide DSL access to the customers of many internet service providers. Since one DSL termination point can support multiple ISPs, the economic feasibility of DSL is substantially improved.

Why virtual circuits?


ATM operates as a channel-based transport layer, using Virtual circuits (VCs). This is encompassed in the concept of the Virtual Paths (VP) and Virtual Channels. Every ATM cell has an 8- or 12-bit Virtual Path Identifier (VPI)
Virtual Path Identifier

Virtual Path Identifier refers to an 8-bit or 12-bit field within the header of an Asynchronous Transfer Mode packet. The VPI, together with the Virtual channel identifier is used to identify the next destination of a cell as it passes through a series of Asynchronous_Transfer_Mode switches on its way to its destination....
 and 16-bit Virtual Channel Identifier (VCI)
Virtual Channel Identifier

A Virtual Channel Identifier is a unique identifier which indicates a particular virtual circuit on a network. It is a 16-bit field in the header of an Asynchronous Transfer Mode cell....
 pair defined in its header. Together, these identify the virtual circuit used by the connection. The length of the VPI varies according to whether the cell is sent on the user-network interface (on the edge of the network), or if it is sent on the network-network interface (inside the network).

As these cells traverse an ATM network, switching takes place by changing the VPI/VCI values. Although the VPI/VCI values are not necessarily consistent from one end of the connection to the other, the concept of a circuit is consistent (unlike IP, where any given packet could get to its destination by a different route than the others).

Another advantage of the use of virtual circuits comes with the ability to use them as a multiplexing layer, allowing different services (such as voice, Frame Relay
Frame relay

In the context of computer networking, frame relay consists of an efficient data transmission technique used to send digital information. It is a message forwarding "relay race" like system in which data packets, called data frames, are passed from one or many start-points to one or many destinations via a series of intermediate node points....
, n* 64 channels , IP).

Using cells and virtual circuits for traffic engineering


Another key ATM concept involves the traffic contract
Traffic contract

If a service wishes to use a broadband Networks to transport a particular kind of traffic, it must first inform the network about what kind of traffic is to be transported, and the performance requirements of that traffic....
. When an ATM circuit is set up each switch is informed of the traffic class of the connection.

ATM traffic contracts form part of the mechanism by which "Quality of Service
Quality of service

In the field of computer networking and other packet-switched telecommunication networks, the Traffic engineering term quality of service refers to resource reservation control mechanisms rather than the achieved service quality....
" (QoS) is ensured. There are four basic types (and several variants) which each have a set of parameters describing the connection.

  1. CBR - Constant bit rate: a Peak Cell Rate (PCR) is specified, which is constant.
  2. VBR - Variable bit rate: an average cell rate is specified, which can peak at a certain level for a maximum interval before being problematic.
  3. ABR - Available bit rate: a minimum guaranteed rate is specified.
  4. UBR - Unspecified bit rate: traffic is allocated to all remaining transmission capacity.


VBR has real-time and non-real-time variants, and serves for "bursty" traffic. Non-real-time is usually abbreviated to vbr-nrt.

Most traffic classes also introduce the concept of Cell Delay Variation Tolerance (CDVT), which defines the "clumping" of cells in time.

To maintain traffic contracts, networks usually use "shaping"
Traffic shaping

Traffic shaping is the control of computer network traffic in order to optimize or guarantee performance, lower Latency , and/or increase usable Bandwidth by delaying Packet that meet certain criteria....
, a combination of queuing and marking of cells. "Policing
Traffic policing

Traffic policing is monitoring network traffic for conformity with a traffic contract and if required, dropping traffic to enforce compliance with that contract....
" generally enforces traffic contracts.

Traffic shaping

Traffic shaping
Traffic shaping

Traffic shaping is the control of computer network traffic in order to optimize or guarantee performance, lower Latency , and/or increase usable Bandwidth by delaying Packet that meet certain criteria....
 usually takes place at the entry point to an ATM network and attempts to ensure that the cell flow will meet its traffic contract.

Traffic policing

To maintain network performance, networks may police
Traffic policing

Traffic policing is monitoring network traffic for conformity with a traffic contract and if required, dropping traffic to enforce compliance with that contract....
 virtual circuits against their traffic contracts. If a circuit is exceeding its traffic contract, the network can either drop the cells or mark the Cell Loss Priority (CLP) bit (to identify a cell as discardable farther down the line). Basic policing works on a cell by cell basis, but this is sub-optimal for encapsulated packet traffic (as discarding a single cell will invalidate the whole packet). As a result, schemes such as Partial Packet Discard (PPD) and Early Packet Discard (EPD) have been created that will discard a whole series of cells until the next frame starts. This reduces the number of useless cells in the network, saving bandwidth for full frames. EPD and PPD work with AAL5 connections as they use the frame end bit to detect the end of packets.

Types of virtual circuits and paths


ATM can build virtual circuits and virtual paths either statically or dynamically. Static circuits (permanent virtual circuits or PVCs) or paths (permanent virtual paths or PVPs) require that the provisioner must build the circuit as a series of segments, one for each pair of interfaces through which it passes.

PVPs and PVCs, though conceptually simple, require significant effort in large networks. They also do not support the re-routing of service in the event of a failure. Dynamically built PVPs (soft PVPs or SPVPs) and PVCs (soft PVCs or SPVCs), in contrast, are built by specifying the characteristics of the circuit (the service "contract") and the two endpoints.

Finally, ATM networks build and tear down switched virtual circuits (SVCs) on demand when requested by an end piece of equipment. One application for SVCs is to carry individual telephone calls when a network of telephone switches are inter-connected by ATM. SVCs were also used in attempts to replace local area networks with ATM.

Virtual circuit routing

Most ATM networks supporting SPVPs, SPVCs, and SVCs use the Private Network Node Interface or Private Network-to-Network Interface (PNNI) protocol. PNNI uses the same shortest-path-first algorithm used by OSPF
Open Shortest Path First

Open Shortest Path First is a Adaptive routing routing protocol for use in Internet Protocol networks. Specifically, it is a link-state routing protocol and falls into the group of interior gateway protocols, operating within an autonomous system ....
 and IS-IS
IS-IS

Intermediate system to intermediate system , is a protocol used by network devices to determine the best way to forward datagrams through a packet-switched network, a process called routing....
 to route IP packets to share topology information between switches and select a route through a network. PNNI also includes a very powerful summarization mechanism to allow construction of very large networks, as well as a call admission control
Admission control

Admission control is a network Quality of Service procedure. Admission control determines how bandwidth and latency are allocated to streams with various requirements....
 (CAC) algorithm that determines whether sufficient bandwidth is available on a proposed route through a network to satisfy the service requirements of a VC or VP.

Call admission and connection establishment


A network must establish a connection before two parties can send cells to each other. In ATM this is called a VC ("Virtual Connection"). It can be a PVC ("Permanent Virtual Connection"), which is created administratively, or an SVC("Switched Virtual Connection"), which is created as needed by the communicating parties. SVC creation is done by "signaling" in which the requesting party indicates the address of the receiving party, the type of service requested, and traffic parameters if applicable to the selected service. "Call admission" is then done by the network to confirm that the requested resources are available, and that a route exists for the connection.

Structure of an ATM cell

An ATM cell consists of a 5-byte header and a 48-byte payload. The payload size of 48 bytes was chosen as described above ("Why cells?").

ATM defines two different cell formats: NNI
NNI

Network to Network Interface, or NNI for short, is an interface which specifies signaling and management functions between two networks. NNI circuit can be used for interconnection of either signalling , Internet Protocol or Asynchronous Transfer Mode networks....
 (Network-Network Interface) and UNI
User-Network Interface

User Network Interface is a demarcation point between the responsibility of the service provider and the responsibility of the subscriber. This is distinct from a Network to Network Interface or NNI that defines a similar interface between provider networks....
 (User-Network Interface). Most ATM links use UNI cell format.

Diagram of the UNI ATM Cell

Diagram of the NNI ATM Cell



GFC = Generic Flow Control (4 bits) (default: 4-zero bits)
VPI = Virtual Path Identifier
Virtual Path Identifier

Virtual Path Identifier refers to an 8-bit or 12-bit field within the header of an Asynchronous Transfer Mode packet. The VPI, together with the Virtual channel identifier is used to identify the next destination of a cell as it passes through a series of Asynchronous_Transfer_Mode switches on its way to its destination....
 (8 bits UNI) or (12 bits NNI)
VCI = Virtual channel identifier
Virtual Channel Identifier

A Virtual Channel Identifier is a unique identifier which indicates a particular virtual circuit on a network. It is a 16-bit field in the header of an Asynchronous Transfer Mode cell....
 (16 bits)
PT = Payload Type (3 bits)
CLP = Cell Loss Priority
Cell Loss Priority

Cell Loss Priority is a flag bit in the Asynchronous Transfer Mode cell header that determines the probability of a cell being discarded if the network becomes congested....
 (1-bit)
HEC = Header Error Control (8-bit CRC, polynomial = X8 + X2 + X + 1)


ATM uses the PT field to designate various special kinds of cells for operations, administration, and maintenance
OA&M

OA&M is a general term used to describe the processes, activities, tools, standards, etc involved with operating, administering, and maintaining any system....
 (OAM) purposes, and to delineate packet boundaries in some AALs.

Several of ATM's link protocols use the HEC field to drive a CRC-Based Framing
CRC-based framing

The concept of CRC-based framing was developed by StrataCom, Inc. in order to improve the efficiency of a pre-standard Asynchronous Transfer Mode link protocol....
 algorithm, which allows locating the ATM cells with no overhead required beyond what is otherwise needed for header protection. The 8-bit CRC is used to correct single-bit header errors and detect multi-bit header errors. When multi-bit header errors are detected, the current and subsequent cells are dropped until a cell with no header errors is found.

A UNI cell reserves the GFC field for a local flow control
Flow control

In computer networking, flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from over running a slow receiver....
/submultiplexing system between users. This was intended to allow several terminals to share a single network connection, in the same way that two ISDN
Integrated Services Digital Network

File:T-Concept-ISDN.jpgIntegrated Services Digital Network is a telephone system network. Prior to the ISDN, the phone system was viewed as a way to transport voice, with some special services available for data....
 phones can share a single basic rate ISDN connection. All four GFC bits must be zero by default.

The NNI cell format replicates the UNI format almost exactly, except that the 4-bit GFC field is re-allocated to the VPI field, extending the VPI to 12 bits. Thus, a single NNI ATM interconnection is capable of addressing almost 212 VPs of up to almost 216 VCs each (in practice some of the VP and VC numbers are reserved).

Further reading

  • Amos E. Joel, Jr.
    Amos E. Joel, Jr.

    Amos Edward Joel, Jr. was an American electrical engineer, known for several contributions and over seventy patents related to telecommunications switching systems....
    , Asynchronous Transfer Mode (IEEE Press, 1993)
  • Martin De Prycker
    Martin De Prycker

    Martin De Prycker is a Belgium engineer and businessman. He is the CEO of Barco NV, a Belgian display hardware manufacturer....
    , Asynchronous Transfer Mode. Solutions for Broadband ISDN (Prentice-Hall, 1993)
  • Tom Golway, Planning and Managing ATM Networks. New York: Manning, 1997. ISBN 132621894.
  • P.S. Neelakanta A Textbook on ATM Telecommunications, Principles and implementation. CRC Press. 2000 ISBN 0-8493-1805-X.


External links


  • Download