Atm vs Ppp White Paper

6

Transcript of Atm vs Ppp White Paper

Page 1: Atm vs Ppp White Paper
Page 2: Atm vs Ppp White Paper

Copyright

© 2003 Patton Electronics Company. All rights reserved.

Printed in the USA.

2

Page 3: Atm vs Ppp White Paper

IntroductionThere has been much excitement and talk over the yearsabout the appropriateness of ATM for all manner oftelecommunications applications. Many white papersand articles asserted that ATM was the unifying platformthat would enable service providers to deliver voice,data, and video to subscribers over a consolidated link,platform, and integrated access device (IAD). Thoughmany of the arguments put forth in favor of ATM are true,today, it is well understood that ATM’s one-size-fits-allapproach sacrifices link efficiency and generates scal-ability problems for networks. The main intent of thiswhite paper is to dispel the notion that ATM is the bestalternative for edge networks.

This paper will make two distinct points:

• PPP is more efficient than ATM for the last mile ornetwork edge—the portion of the network from theCentral Office to the user CPE. Because of theinefficiencies of ATM, a subscriber with a T1/E1frame-based service such as Frame Relay or PPPwill experience degraded service when convertedover to a symmetric DSL solution.

• The architecture of ATM-based DSLAMs requiresaggregation platforms that decrease operationalefficiencies and increase operating costs associat-ed with deploying the service.

What is ATM?Asynchronous transfer mode, or ATM, was developed asa technology that would enable voice, video, and datatransport over the same network while including richmanagement features and the quality of service (QoS)guarantees that voice and video require. ATM uses short,fixed-length (53-octet) packets called cells for transport toaccomplish this. It uses ATM adaptation layers (AALs) totransport different traffic types and numerous bit rate

service algorithms to ensure QoS. However, ATM createsmany drawbacks at the network edge.

Lack of scalability hampers effi-ciency, raising costsWhen ATM was first unveiled many people pointed to linkinefficiency as a glaring issue. Supporters of ATMrebutted this argument by pointing out the operational effi-ciencies achievable by the consolidation of all servicesinto one platform. Unfortunately, as networks grew withATM deployments, this claim did not hold water. ATMswitches and IP routers were overwhelmed by the largevolume of PVCs generated by DSLAMs and IADs, andrequired additional platforms to scale.

The scalability problem ATM technology createdcaused the need for platforms to optimize, aggregateand concentrate edge network traffic. Hence ATM edgeswitches, edge routers, concentration routers, and PVCaggregation platforms came into service. This prolifer-ation of platforms designed to deal with ATM’s scala-bility issues quickly eroded the profits of those whodeployed it. The approach of using ATM throughout thenetwork, including the edge, forced the superimposi-tion of an additional layer of encapsulation, usually inthe form of PPP tunneling, to more effectively move traf-fic around. This encapsulation process added to trafficoverhead and further reduced link efficiency.

With the addition of aggregation platforms, the needfor management systems to control and configure thesesolutions followed. The impact on the service providergoes beyond the cost of adding and maintaining theadditional management system. The greatest expenseis in the integration of the management platform withexisting OSS systems. This became easier as vendorsincorporated the management system of aggregation

3

Page 4: Atm vs Ppp White Paper

equipment into their existing management platforms bycreating multi-module management system. However,this also created a huge disincentive to acquire “best ofbreed” equipment from different vendors, forcing areduction in choice for the operators.

ATM has proven to be cost prohibitive for smaller mar-kets to deploy for numerous reasons. Even today, withlower DSLAM costs, the capital required to deploy ATMin many medium-sized markets far outweighs thereturn. To deploy an ATM-based DSLAM solution, theservice provider needs to acquire an ATM PVC aggre-gation platform and edge routing equipment needed toconvert from ATM WAN interfaces to typical Ethernet-based LAN interfaces, requirements that significantlyadd to the cost-per-port equation when a small number

of ports are involved. This likewise translates into addi-tional costs in the form of more employee training, mul-tiple management platforms, multiple service and sup-port contracts, numerous spares, and elevated networkengineering efforts required to address multi-layerredundancy issues. The resulting costs outstrip the ben-efits of providing the service.

Throughput analysis of PPP ver-sus ATM from the DSLAM to thesubscriberThe ATM “cell tax” makes ATM an inefficient transportmethod for data-only networks. We have already seenthat ATM is a tedious and inefficient way of deployingIP access due to the huge number of PVCs that are gen-erated by such an approach. Let us now look at the costATM brings in terms of efficiency.

Data encapsulated in ATM typically uses AAL5. AnATM cell bearing AAL5 has the following overhead.

IP is transported over ATM in many ways, all of whichuse AAL5. One can use “Classic IP over ATM”, PPP overATM (PPPoA), or Multi-protocol Encapsulation over ATM(MPoA). Regardless of the means used to transport IPover ATM, the amount of overhead used is the samesince LLC or LLC/SNAP headers are used to encapsulatethe start of the data and an AAL5-specific trailer, pluspadding is added at the end of the IP data. See figure 1for protocol details of the different encapsulation typesusing a sample 64-byte IP control message.

4

ATM Cell

53

ATM Cell Header

-5 =

ATM Payload

48

Figure 1. Protocol overhead for 64-byte IP control message

Page 5: Atm vs Ppp White Paper

Table 1 shows the overhead impact created by the use ofATM encapsulation. Different packet sizes are examinedincluding the average Internet package size. In all cases,the smaller the packet size, the more bandwidth that iswasted on encapsulation and therefore the lower thethroughput of the connection.

On the other hand, PPP has a much lower overheadthan ATM (see table 2). If the idea is to provide anInternet access service over the local loop, using ATMinstead of PPP can mean a difference in overhead of

more than 18%. In other words, if the last-mile solutionemploys ATM, there will be a loss of throughput due tobandwidth inefficiency of at least 18%.

Overhead differences between ATM and PPP have a sig-nificant impact when converting subscribers from T1/E1links requiring IP encapsulated services DSL loops.When replacing a traditional T1/E1 circuit that is usedfor Internet access with a symmetric DSL solution such asG.SHDSL, an ATM-based service will actually reducethe bandwidth available to the customer by 18%. With

5

Message Type

Control messages

Typical Internetpacket size

Average othertraffic

File/graphicstransfer

Length

64

250

256

1500

LLC/SnapHeader

8

8

8

8

AAL5 PDUTrailer

8

8

8

8

Total ATMPayload

80

256

272

1516

CellsRequired

2

6

6

32

Octets ofPadding

16

22

16

20

Total BandwidthConsumed

106

318

318

1696

Overhead

39.62%

21.38%

19.50%

11.56%

Message Type

Control messages

Typical Internetpacket size

Average othertraffic

File/graphicstransfer

Length

64

250

256

1500

FlagBytes

2

2

2

2

AddressByte

1

1

1

1

ControlByte

1

1

1

1

ProtocolBytes

2

2

2

2

Frame CheckSequence

2

2

2

2

Total BandwidthConsumed

72

258

264

1508

Overhead

11.11%

3.10%

3.03%

0.53%

Table 1. ATM Overhead Calculation

Table 2. PPP Overhead Calculation*

*Assumes frames can be negotiated in excess of 1500 using LCP.

Page 6: Atm vs Ppp White Paper

PPP the loss of bandwidth is 0%, assuming that the sub-scriber is already using PPP or Frame Relay over theT1/E1. If ATM is used, the subscriber will probablynotice a degraded level of service.

ConclusionIn conclusion, ATM has failed to deliver on many of itspromises. The use of ATM in the local loop for DSLAMbased IP services has numerous drawbacks:

• Compared to PPP, ATM uses 18% more overhead,reducing overall throughput to the subscriber.

• When converting a subscriber from a frame-basedprotocol over T1/E1 lines, the subscriber willnotice a degradation of service.

• The need for ATM PVC aggregation platformsincreases the cost and increases operational ineffi-ciencies.

You will be better off with a PPP-based DSLAM than anATM-based DSLAM if the intention is to increase oper-ational efficiency, increase throughput to the customerwhen replacing T1-based services, and deploy an over-all more scalable solution.