THE IMPORTANCE OF TESTING TCP PERFORMANCE IN CARRIER ETHERNET NETWORKS

Size: px
Start display at page:

Download "THE IMPORTANCE OF TESTING TCP PERFORMANCE IN CARRIER ETHERNET NETWORKS"

Transcription

1 THE IMPORTANCE OF TESTING TCP PERFORMANCE IN CARRIER ETHERNET NETWORKS 159 APPLICATION NOTE Bruno Giguère, Member of Technical Staff, Transport & Datacom Business Unit, EXFO As end-users are migrating from their legacy access architecture (Frame Relay, ATM or private line) to accommodate new applications like Voice-over- IP (VoIP), Customer Relationship Management (CRM), and Enterprise Resource Planning (ERP), service providers are now faced with the obligation to supply stringent service-level agreements (SLAs). Historically, SLAs have been defined by these parameters, for both networks and applications: Availability Uptime/downtime Mean-time-to-repair (MTTR) Protection switching Performance Performance availability (throughput) Link burstability Service integrity (frame-loss rate) Transmission delay (latency) Frame-delay variation (packet jitter) Although these parameters are great to characterize and define an SLA, they only cover the network performance up to the IP layer of a network (see Figure 1). With these parameters, service providers and end-users have an idea that the network is capable of transporting frames. However, they still will not know what level of performance they should expect from their mission-critical applications. How can service providers make sure that the end-user s most important application can make use of the full bandwidth of the newly installed Ethernet services? This application note will clarify these issues and discuss the role of Transport Control Protocol (TCP) in the transmission process. Example of SLA parameters for business VPN services Latency 10 to ms (one-way latency) Jitter 5-10 ms Packet loss 0.05% Availability 99.98% Class of service (CoS) 2 levels Mean-time-to-repair (MTTR) 4 hours Protection switching < 50 ms Table 1: Sample values for different SLA parameters

2 Figure 1. OSI reference model and naming convention Communication-Network Protocols To successfully exchange information, two networked devices need a series of protocols allowing the applications to communicate. This protocol suite, called TCP/IP, consists of a series of stacked protocols, layered one on top of the other. Each layer has a specific function and will provide services to the upper layers. The top layer the Application Layer uses the layers underneath it to communicate with another end-device. One of the most important layers in this process is the Transport Layer, as it is the entry point to the Host category of layers and it is responsible for the end-to-end connections; i.e., the Transport Layer ensures that the data segments are transfered from the network toward the application. Applications use two types of transport protocols to communicate between all of their locations; User Datagram Protocol (UDP) and Transport Control Protocol (TCP). These protocols are part of the TCP/IP protocol stack that provides the complete architecture to exchange data between two networked devices. Depending on the application being run, the transport protocol will be different. If the application is used in real time and the loss of information is not critical, UDP will be used, as this protocol is simple, efficient and faster than TCP. For applications such as IPTV, VoIP or online gaming, it is the perfect protocol. On the down side, this protocol does not provide the reliability and ordering guarantees that TCP does. Information may arrive out of order or go missing without notice. When an application needs a reliable and efficient delivery connection between two networked devices, TCP should be used. Examples of such applications are the Internet, , Customer Relationship Management (CRM), Enterprise Resource Planning (ERP) and file transfer. TCP, in fact, ensures an entire process that consists of several chronological actions: 1. Establishes a connection between the two end-points 2. Manages the exchange of information, making sure that packets are delivered without errors and retransmitting them, if necessary 3. Reorders and removes duplicate segments received 4. Provides flow control between the two end points 5. Disconnects from the end-device once the exchange of information is completed In addition, TCP also differentiates data from simultaneous applications (e.g., Web access and server) running on the same networked device.

3 As TCP is more sophisticated than UDP, it has multiple parameters that can be configured to optimize its utilization. Unfortunately, the default values used in different implementations can diminish the performance of the transmission across a network and can create situations that cause service providers and end-users to debate on the capability of a network to transmit TCP traffic. The other layers underneath the Transport Layer are the Network, Data Link and Physical layers, which are also grouped together and called the Media Layers (see Figure 1). Although they are essential to deliver information, they are outside the scope of this application note. Figure 2. Applications Running Over TCP and IP Protocols Non-Real-Time Applications on Multimegabit Networks As service providers are deploying new high-bandwidth access technology to replace their legacy networks, end-users expect their current missioncritical application to perform better. Going from a 1.5, 2 or 45 Mbit/s access to a full 100 Mbit/s should enable them to fill this new pipe with the maximum traffic available. Unfortunately, this is not always the case. As described earlier, applications running over TCP require the traffic to get transported to the other end without error and in order. Because of this, TCP will add overhead and delay in the transmission, as it needs to make sure that the transmitted information is received correctly at the other end. Without going into all the details of the TCP protocol, there are certain parameters that are configured in the protocol that will influence the capability of a device to transfer information efficiently across the network. These parameters are: the size of the transmission window; the size of segment being transmitted; and retransmission time-out. Parameters external to TCP will also affect its performance. Round-trip delay and frame loss are the most important players in the operation of a TCP link. There are also other factors that can affect the capability of an application to transmit data across a network. Factors like the application being used, the type of TCP/IP stack and the performance of the computers/servers running these applications will have an impact on the performance of the applications. From a purely theoretical perspective, the maximum possible throughput from TCP can be defined by the following equation (also known as the bandwidth-delay product): Capacity (bits) = bandwidth (bits/sec) x round-trip time (seconds)

4 For example, if the round-trip time is 40 ms, end-users might find some interesting limitations in their current TCP implementation, depending on the circuit rates (see Table 2). Bandwidth-delay product for different circuits based on a 40 ms round-trip time Circuit rate Payload rate (Mbit/s) Capacity (in bits) Capacity (in bytes) DS1 (1.5M) E1 (2M) DS3 (45M) BASE-T OC-3/STM-1 (155M) OC-12/STM-4 (622M) BASE-T OC-48/STM-16 (2.5G) OC-192/STM-64 (10G) GBASE-SW (WAN) GBASE-SR (LAN) Table 2: Bandwidth-delay product for different circuit capacity The column of interest is the Capacity (in bytes). This theoretical value provides the maximum number of bytes in the system at any time so the circuit is filled at the maximum and that TCP can resend any dropped or errored segment. In a standard TCP implementation, the maximum allowable TCP window is bytes; this means that at a rate of 45 Mbit/s and more, with a round-trip time of 40 ms, a server running normal TCP cannot fill the circuit at 100%. So unless the TCP implementation used can extend its window size to more than bytes, the end-user will never be able to transmit a single stream of TCP data at more than 13.1 Mbit/s for a round-trip time of 40 ms. As mentioned before, this is the theoretical value; unfortunately, the network might drop frames along the way, making it unrealistic to achieve such a throughput. Advantage of Testing TCP Performance As shown above, TCP performance across a network is dependent on multiple parameters, so what are the options for a service provider? Historically, service providers have used a test methodology based on RFC 2544 (Benchmarking Methodology for Network Interconnect Devices). This methodology provides a great way to assess the performance of a network if the applications running on it are UDP-based. The throughput, frame loss, burstability and latency tests provide a thorough snapshot of the quality of the network and are at the base of all current SLAs. That being said, if the applications are running on TCP, this methodology will only provide a general idea of how good the network is, but it cannot assess the quality of service an end-user will experience. An end-user will always measure his TCP performance according to an end-to-end scheme. They will either base their tests on the bandwidth statistics provided by the computers/servers that are running their applications or use software to emulate TCP traffic. This last process will lead them to the conclusion that the service provider is at fault because their measurement shows that the maximum throughput they get is nowhere near the bandwidth available as it is supposed to be provisioned. These software tools are running on computers and operating systems. Unfortunately, all operating systems are not created equally. Some have their TCP/IP stack locked and use the basic windowing scheme as defined for TCP, which is bytes. These software tools are also as good as the computers they are running on. Lack of performance from the computer will reflect in lack of performance in the measurement, and therefore will provide a false view of the performance of the network. Some test methodologies also use multiple TCP sessions to fill the bandwidth because of the TCP window limitation. Although this methodology will show that it is possible to fill a service provider s circuit with TCP traffic, it will not demonstrate that a single application can achieve this. There are also issues with having multiple TCP sessions running at the same time. Each of them is trying to send maximum traffic into the test circuit. Since they are sharing the same bandwidth, they will sometimes send traffic at maximum allowed rate, but sometimes they will be in congestion mode and leave the bandwidth to another session. A measurement could be derived from this methodology, but since this is an attempt at multiple averaged measurements, they might not always be repeatable.

5 As end-users will test their network with a wide variety of tools, service providers will need a way to prove beyond any doubt that their network behaves as designed, or end users will deem their SLA as unmet. By having a tool that can send TCP traffic across the network from each demarcation point in the network and should that tool be based on a neutral TCP/IP implementation, service providers would have the perfect methodology to actually prove that their network is not at fault. After that, they can provide the parameters measured to the end-users so they can try to replicate the test results from their test methodology. Advantage of EXFO s TCP Testing Methodology Once a service provider recognized the necessity of testing TCP performance in their networks, it becomes important to find a test tool that has the required feature set. Like any test equipment or methodology, the chosen instrument must have the ease of use, accuracy and repeatability. Figure 3. FTB-8510/8510B TCP Throughput user interface as found in FTB-200 platform The TCP Throughput feature of the Packet Blazer FTB-8510/8510B Ethernet module will help service providers establish that the Ethernet services being delivered can provide the quality of service that an end-user expects from a TCP application perspective. With the ease of use found in the graphical user interface of the FTB-200 or FTB-400 platform, technicians and network professionals alike will test TCP performance in no time. Since the TCP Throughput feature is implemented in the hardware, the Packet Blazer will always provide an accurate measurement because it does not rely on the implementation of any communication stack found in PC operating systems or servers. The methodology used by EXFO to deliver TCP Throughput measurements is based on the TCP window scale option as described in RFC 1323; a single stream can then be used to provide the TCP throughput measurement. Therefore, it fills a circuit at full bandwidth with TCP traffic when the round-trip time or the transmission bandwidth is too large for standard TCP implementation. This method also provides additional ease of use versus software-based solutions as the professional performing the test does not need to figure out how many sessions are required for the configuration and which TCP port to use on each. From a results perspective, the user does not need to average multiple test results to verify if the circuit is capable of transporting TCP application traffic. Furthermore, having only one TCP test session provide repeatability. If the network conditions (frame loss, round-trip time, etc.) are the same, the TCP throughput test should provide the same results.

6 Conclusion As demonstrated previously, the TCP protocol is used by all non-real time application to deliver mission-critical information end-to-end in a network. Because the TCP protocol needs to acknowledge that the information got transmitted without any errors, it has built-in functionality that can limit its capability to perform in high-latency or high-bandwidth networks. As all vital applications are not created equal and run on a wide range of computers/servers, the TCP/IP implementation and configuration will vary a lot between each end-customer. Since most end-customers measure the performance of a network with servers statistics or software tools running on platforms, how can a service provider prove that their network is running according to specification? The present test methodology, based on RFC 2544, will provide part of the test solution, as it covers the capability of a network to transfer information between two end-points in a real-time mode. Unfortunately, it does not take TCP s reality into account. The only solution is to test TCP performance with a tool that can prove without any doubt that with the proper TCP configuration and because of the parameters of the network (round-trip time and frame loss), it is possible to get the maximum TCP traffic across the network. EXFO Corporate Headquarters > 400 Godin Avenue, Quebec City (Quebec) G1M 2K2 CANADA Tel.: Fax: info@exfo.com Toll-free: (USA and Canada) EXFO America 3701 Plano Parkway, Suite 160 Plano, TX USA Tel.: Fax: EXFO Europe Omega Enterprise Park, Electron Way Chandlers Ford, Hampshire S053 4SE ENGLAND Tel.: Fax: EXFO Asia 151 Chin Swee Road, #03-29 Manhattan House SINGAPORE Tel.: Fax: EXFO China No.88 Fuhua, First Road Shenzhen , CHINA Tel.: +86 (755) Fax: +86 (755) Central Tower, Room 801, Futian District Beijing New Century Hotel Office Tower, Room Beijing P. R. CHINA Tel.: +86 (10) Fax: +86 (10) No. 6 Southern Capital Gym Road Appnote159.1AN 2007 EXFO Electro-Optical Engineering Inc. All rights reserved. Printed in Canada 07/03

APPLICATION NOTE 183 RFC 2544: HOW IT HELPS QUALIFY A CARRIER ETHERNET NETWORK. www.exfo.com Telecom Test and Measurement. What is RFC 2544?

APPLICATION NOTE 183 RFC 2544: HOW IT HELPS QUALIFY A CARRIER ETHERNET NETWORK. www.exfo.com Telecom Test and Measurement. What is RFC 2544? RFC 2544: HOW IT HELPS QUALIFY A CARRIER ETHERNET NETWORK Bruno Giguère, Member of Technical Staff, Transport and Datacom Business Unit Service providers worldwide are actively turning up new services

More information

Interfaces and Payload Testing

Interfaces and Payload Testing application note 225 Packet Optical Transport Network Testing: From Commissioning to In-Service Monitoring Mai Abou-Shaban, Product Specialist, Transport and Datacom For network service providers considering

More information

EXpert Test Tools PLATFORM SOFTWARE TOOLS FOR TESTING IP-BASED SERVICES

EXpert Test Tools PLATFORM SOFTWARE TOOLS FOR TESTING IP-BASED SERVICES PLATFORM SOFTWARE TOOLS FOR TESTING IP-BASED SERVICES Comprehensive triple-play test suite for FTTx/FTTH and commercial deployments. Combines six of the most common IP test tools into one: ping, traceroute,

More information

BV10 Performance Endpoint Unit

BV10 Performance Endpoint Unit Performance Endpoint Unit PERFORMANCE DEMARCATION FOR NETWORK-WIDE VISIBILITY Highly cost-effective Ethernet performance monitoring device providing complete network visibility for mobile backhaul, Carrier

More information

AXS-200/620 ADSL2+ TRIPLE-PLAY TEST SET. part of the SharpTESTER Access Line

AXS-200/620 ADSL2+ TRIPLE-PLAY TEST SET. part of the SharpTESTER Access Line ADSL2+ TRIPLE-PLAY TEST SET AXS-200/620 part of the SharpTESTER Access Line NETWORK TESTING ACCESS Simple, affordable triple-play testing over ADSL1/2/2+ and Ethernet 10/100 with pass/fail indication ADSL1/2/2+

More information

APPLICATION NOTE 209 QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS. Quality of Service Drivers. Why Test Quality of Service?

APPLICATION NOTE 209 QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS. Quality of Service Drivers. Why Test Quality of Service? QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS By Thierno Diallo, Product Specialist With the increasing demand for advanced voice and video services, the traditional best-effort delivery model is

More information

Opternus GmbH. optische Spleiss- und Messtechnik. Tel. +49(0)4532-20 44-0 Fax +49(0)4532-20 44-25

Opternus GmbH. optische Spleiss- und Messtechnik. Tel. +49(0)4532-20 44-0 Fax +49(0)4532-20 44-25 ETHERNET ANALYZER ETS-1000 NETWORK TESTING TRANSPORT AND DATACOM Cost-effective, dual-port, 10M to 1G handheld Ethernet tester Two 10/100/1000BaseT and GigE independent test ports Throughput, back-to-back,

More information

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402

Agilent Technologies Performing Pre-VoIP Network Assessments. Application Note 1402 Agilent Technologies Performing Pre-VoIP Network Assessments Application Note 1402 Issues with VoIP Network Performance Voice is more than just an IP network application. It is a fundamental business and

More information

AERONAUTICAL COMMUNICATIONS PANEL (ACP) ATN and IP

AERONAUTICAL COMMUNICATIONS PANEL (ACP) ATN and IP AERONAUTICAL COMMUNICATIONS PANEL (ACP) Working Group I - 7 th Meeting Móntreal, Canada 2 6 June 2008 Agenda Item x : ATN and IP Information Paper Presented by Naoki Kanada Electronic Navigation Research

More information

Combining Voice over IP with Policy-Based Quality of Service

Combining Voice over IP with Policy-Based Quality of Service TechBrief Extreme Networks Introduction Combining Voice over IP with Policy-Based Quality of Service Businesses have traditionally maintained separate voice and data networks. A key reason for this is

More information

Customer White paper. SmartTester. Delivering SLA Activation and Performance Testing. November 2012 Author Luc-Yves Pagal-Vinette

Customer White paper. SmartTester. Delivering SLA Activation and Performance Testing. November 2012 Author Luc-Yves Pagal-Vinette SmartTester Delivering SLA Activation and Performance Testing November 2012 Author Luc-Yves Pagal-Vinette Customer White paper Table of Contents Executive Summary I- RFC-2544 is applicable for WAN and

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions 1. Q: What is the Network Data Tunnel? A: Network Data Tunnel (NDT) is a software-based solution that accelerates data transfer in point-to-point or point-to-multipoint network

More information

RFC 6349 Testing with TrueSpeed from JDSU Experience Your Network as Your Customers Do

RFC 6349 Testing with TrueSpeed from JDSU Experience Your Network as Your Customers Do RFC 6349 Testing with TrueSpeed from JDSU Experience Your Network as Your Customers Do RFC 6349 is the new transmission control protocol (TCP) throughput test methodology that JDSU co-authored along with

More information

APPLICATION NOTE 211 MPLS BASICS AND TESTING NEEDS. Label Switching vs. Traditional Routing

APPLICATION NOTE 211 MPLS BASICS AND TESTING NEEDS. Label Switching vs. Traditional Routing MPLS BASICS AND TESTING NEEDS By Thierno Diallo, Product Specialist Protocol Business Unit The continuing expansion and popularity of the Internet is forcing routers in the core network to support the

More information

Central Office Testing of Network Services

Central Office Testing of Network Services Central Office Testing of Network Services Rev 4 Application Note Ethernet is rapidly becoming the predominant method for deploying new commercial services and for expanding backhaul capacity. Carriers

More information

isam: Simplifying Ethernet Testing for Today s Network Reality

isam: Simplifying Ethernet Testing for Today s Network Reality isam: Simplifying Ethernet Testing for Today s Network Reality Marquis Dorais, Product Specialist T&D, EXFO THE BUSINESS REALITY As a result of ever-increasing competition in the telecom industry, service

More information

Encapsulating Voice in IP Packets

Encapsulating Voice in IP Packets Encapsulating Voice in IP Packets Major VoIP Protocols This topic defines the major VoIP protocols and matches them with the seven layers of the OSI model. Major VoIP Protocols 15 The major VoIP protocols

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

HyperIP : VERITAS Replication Application Note

HyperIP : VERITAS Replication Application Note QuickTime and a Graphics decompressor are needed to see this picture. HyperIP : VERITAS Replication Application Note Introduction HyperIP is a Linux software application that quantifiably and measurably

More information

Traffic. Data Dominant. Time. Figure 1. Wireless network traffic timescale

Traffic. Data Dominant. Time. Figure 1. Wireless network traffic timescale TESTING LIFECYCLE OF A MOBILE BACKHAUL NETWORK By Bruno Giguère, Member of Technical Staff, Transport and Datacom Business Unit In wireless network technology, mobile backhaul services are used to transport

More information

Advancements in field measurement of Ethernet performance

Advancements in field measurement of Ethernet performance Advancements in field measurement of Ethernet performance An Ethernet service provider needs to demonstrate to his customer that the service he is providing is compliant with the service level agreement.

More information

Per-Flow Queuing Allot's Approach to Bandwidth Management

Per-Flow Queuing Allot's Approach to Bandwidth Management White Paper Per-Flow Queuing Allot's Approach to Bandwidth Management Allot Communications, July 2006. All Rights Reserved. Table of Contents Executive Overview... 3 Understanding TCP/IP... 4 What is Bandwidth

More information

Understanding Carrier Ethernet Throughput Am I getting the throughput I should be getting?

Understanding Carrier Ethernet Throughput Am I getting the throughput I should be getting? Am I getting the throughput I should be getting? 2010 July Version 2 Table of Contents Table of Contents Introduction... 3 Identifying Throughput Problems... 4 Basic MEF Service Concepts... 5 Protocol

More information

MOBILITY AND MOBILE NETWORK OPTIMIZATION

MOBILITY AND MOBILE NETWORK OPTIMIZATION MOBILITY AND MOBILE NETWORK OPTIMIZATION netmotionwireless.com Executive Summary Wireless networks exhibit uneven and unpredictable performance characteristics which, if not correctly managed, can turn

More information

IVCi s IntelliNet SM Network

IVCi s IntelliNet SM Network IVCi s IntelliNet SM Network Technical White Paper Introduction...2 Overview...2 A True ATM Solution End to End...2 The Power of a Switched Network...2 Data Throughput:...3 Improved Security:...3 Class

More information

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits.

Network administrators must be aware that delay exists, and then design their network to bring end-to-end delay within acceptable limits. Delay Need for a Delay Budget The end-to-end delay in a VoIP network is known as the delay budget. Network administrators must design a network to operate within an acceptable delay budget. This topic

More information

Using TrueSpeed VNF to Test TCP Throughput in a Call Center Environment

Using TrueSpeed VNF to Test TCP Throughput in a Call Center Environment Using TrueSpeed VNF to Test TCP Throughput in a Call Center Environment TrueSpeed VNF provides network operators and enterprise users with repeatable, standards-based testing to resolve complaints about

More information

UPPER LAYER SWITCHING

UPPER LAYER SWITCHING 52-20-40 DATA COMMUNICATIONS MANAGEMENT UPPER LAYER SWITCHING Gilbert Held INSIDE Upper Layer Operations; Address Translation; Layer 3 Switching; Layer 4 Switching OVERVIEW The first series of LAN switches

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

How To Monitor And Test An Ethernet Network On A Computer Or Network Card

How To Monitor And Test An Ethernet Network On A Computer Or Network Card 3. MONITORING AND TESTING THE ETHERNET NETWORK 3.1 Introduction The following parameters are covered by the Ethernet performance metrics: Latency (delay) the amount of time required for a frame to travel

More information

VPN over Satellite A comparison of approaches by Richard McKinney and Russell Lambert

VPN over Satellite A comparison of approaches by Richard McKinney and Russell Lambert Sales & Engineering 3500 Virginia Beach Blvd Virginia Beach, VA 23452 800.853.0434 Ground Operations 1520 S. Arlington Road Akron, OH 44306 800.268.8653 VPN over Satellite A comparison of approaches by

More information

AXS-200/650 IP TRIPLE-PLAY TEST SET. part of the SharpTESTER Access Line NETWORK TESTING ACCESS. Ensuring optimal delivery of triple-play services

AXS-200/650 IP TRIPLE-PLAY TEST SET. part of the SharpTESTER Access Line NETWORK TESTING ACCESS. Ensuring optimal delivery of triple-play services IP TRIPLE-PLAY TEST SET AXS-200/650 part of the SharpTESTER Access Line NETWORK TESTING ACCESS Ensuring optimal delivery of triple-play services Optimized for FTTH IP triple-play service commissioning

More information

Lecture 4: Introduction to Computer Network Design

Lecture 4: Introduction to Computer Network Design Lecture 4: Introduction to Computer Design Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4185 4-1 Computer s Prof. Shervin Shirmohammadi CEG 4185 4-2 1 Background

More information

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues.

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5.1 LEGACY INTEGRATION In most cases, enterprises own legacy PBX systems,

More information

RFC 2544 Testing of Ethernet Services in Telecom Networks

RFC 2544 Testing of Ethernet Services in Telecom Networks RFC 2544 Testing of Ethernet Services in Telecom Networks White Paper Nigel Burgess Agilent Technologies Introduction The object of this paper is to discuss the use and testing of Ethernet services in

More information

AXS-200/850 ETHERNET TEST SET. part of the SharpTESTER Access Line

AXS-200/850 ETHERNET TEST SET. part of the SharpTESTER Access Line ETHERNET TEST SET AXS-200/850 part of the SharpTESTER Access Line NETWORK TESTING TRANSPORT AND DATACOM Innovative, all-in-one tiered-services test suite with unique graphical data display brings powerful

More information

Packet Capture and Expert Troubleshooting with the Viavi Solutions T-BERD /MTS-6000A

Packet Capture and Expert Troubleshooting with the Viavi Solutions T-BERD /MTS-6000A Packet Capture and Expert Troubleshooting with the Viavi Solutions T-BERD /MTS-6000A By Barry Constantine Introduction As network complexity grows, network provider technicians require the ability to troubleshoot

More information

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 VoIP in 802.11 Mika Nupponen S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 Contents Introduction VoIP & WLAN Admission Control for VoIP Traffic in WLAN Voice services in IEEE 802.11

More information

CARRIER MPLS VPN September 2014

CARRIER MPLS VPN September 2014 CARRIER MPLS VPN September 2014 SERVICE OVERVIEW The International MPLS IP-VPN service provides a full range of VPN connectivity solutions, including: Carrier MPLS IP VPN: dedicated to operators looking

More information

GR2000: a Gigabit Router for a Guaranteed Network

GR2000: a Gigabit Router for a Guaranteed Network Hitachi Review Vol. 48 (1999), No. 4 203 GR2000: a Gigabit Router for a Guaranteed Network Kazuo Sugai Yoshihito Sako Takeshi Aimoto OVERVIEW: Driven by the progress of the information society, corporate

More information

Performance Management for Next- Generation Networks

Performance Management for Next- Generation Networks Performance Management for Next- Generation Networks Definition Performance management for next-generation networks consists of two components. The first is a set of functions that evaluates and reports

More information

Understanding Latency in IP Telephony

Understanding Latency in IP Telephony Understanding Latency in IP Telephony By Alan Percy, Senior Sales Engineer Brooktrout Technology, Inc. 410 First Avenue Needham, MA 02494 Phone: (781) 449-4100 Fax: (781) 449-9009 Internet: www.brooktrout.com

More information

The Data Replication Bottleneck: Overcoming Out of Order and Lost Packets across the WAN

The Data Replication Bottleneck: Overcoming Out of Order and Lost Packets across the WAN The Data Replication Bottleneck: Overcoming Out of Order and Lost Packets across the WAN By Jim Metzler, Cofounder, Webtorials Editorial/Analyst Division Background and Goal Many papers have been written

More information

FTB-8510G Packet Blazer

FTB-8510G Packet Blazer 10 GIGABIT ETHERNET TEST MODULE FTB-8510G Packet Blazer NETWORK TESTING TRANSPORT AND DATACOM Platform Compatibility FTB-400 Universal Test System FTB-200 Compact Platform Performance assurance for Ethernet-based

More information

Using & Offering Wholesale Ethernet Network and Operational Considerations

Using & Offering Wholesale Ethernet Network and Operational Considerations White Paper Using and Offering Wholesale Ethernet Using & Offering Wholesale Ethernet Network and Operational Considerations Introduction Business services customers are continuing to migrate to Carrier

More information

This topic lists the key mechanisms use to implement QoS in an IP network.

This topic lists the key mechanisms use to implement QoS in an IP network. IP QoS Mechanisms QoS Mechanisms This topic lists the key mechanisms use to implement QoS in an IP network. QoS Mechanisms Classification: Each class-oriented QoS mechanism has to support some type of

More information

Computer Networks CS321

Computer Networks CS321 Computer Networks CS321 Dr. Ramana I.I.T Jodhpur Dr. Ramana ( I.I.T Jodhpur ) Computer Networks CS321 1 / 22 Outline of the Lectures 1 Introduction OSI Reference Model Internet Protocol Performance Metrics

More information

Burst Testing. New mobility standards and cloud-computing network. This application note will describe how TCP creates bursty

Burst Testing. New mobility standards and cloud-computing network. This application note will describe how TCP creates bursty Burst Testing Emerging high-speed protocols in mobility and access networks, combined with qualityof-service demands from business customers for services such as cloud computing, place increased performance

More information

High Performance VPN Solutions Over Satellite Networks

High Performance VPN Solutions Over Satellite Networks High Performance VPN Solutions Over Satellite Networks Enhanced Packet Handling Both Accelerates And Encrypts High-Delay Satellite Circuits Characteristics of Satellite Networks? Satellite Networks have

More information

Communications and Computer Networks

Communications and Computer Networks SFWR 4C03: Computer Networks and Computer Security January 5-8 2004 Lecturer: Kartik Krishnan Lectures 1-3 Communications and Computer Networks The fundamental purpose of a communication system is the

More information

IEEE Congestion Management Presentation for IEEE Congestion Management Study Group

IEEE Congestion Management Presentation for IEEE Congestion Management Study Group IEEE Congestion Management Presentation for IEEE Congestion Management Study Group Contributors Jeff Lynch IBM Gopal Hegde -- Intel 2 Outline Problem Statement Types of Traffic & Typical Usage Models Traffic

More information

WHITEPAPER. VPLS for Any-to-Any Ethernet Connectivity: When Simplicity & Control Matter

WHITEPAPER. VPLS for Any-to-Any Ethernet Connectivity: When Simplicity & Control Matter WHITEPAPER VPLS for Any-to-Any Ethernet Connectivity: When Simplicity & Control Matter The Holy Grail: Achieving Simplicity and Control in the IT Infrastructure Today s Information Technology decision-makers

More information

Chapter 2 - The TCP/IP and OSI Networking Models

Chapter 2 - The TCP/IP and OSI Networking Models Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application

More information

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4)

Chapter 3. TCP/IP Networks. 3.1 Internet Protocol version 4 (IPv4) Chapter 3 TCP/IP Networks 3.1 Internet Protocol version 4 (IPv4) Internet Protocol version 4 is the fourth iteration of the Internet Protocol (IP) and it is the first version of the protocol to be widely

More information

Applications. Network Application Performance Analysis. Laboratory. Objective. Overview

Applications. Network Application Performance Analysis. Laboratory. Objective. Overview Laboratory 12 Applications Network Application Performance Analysis Objective The objective of this lab is to analyze the performance of an Internet application protocol and its relation to the underlying

More information

Improving Quality of Service

Improving Quality of Service Improving Quality of Service Using Dell PowerConnect 6024/6024F Switches Quality of service (QoS) mechanisms classify and prioritize network traffic to improve throughput. This article explains the basic

More information

How To Test For Performance On An Ethersam (Itu-T Y.O.O)

How To Test For Performance On An Ethersam (Itu-T Y.O.O) EtherSAM: THE NEW STANDARD IN ETHERNET SERVICE TESTING By Thierno Diallo and Marquis Dorais, Product Specialists, Transport and Datacom Business Unit INTRODUCTION With Ethernet continuing to evolve as

More information

Voice Over IP Performance Assurance

Voice Over IP Performance Assurance Voice Over IP Performance Assurance Transforming the WAN into a voice-friendly using Exinda WAN OP 2.0 Integrated Performance Assurance Platform Document version 2.0 Voice over IP Performance Assurance

More information

Data Communication Networks and Converged Networks

Data Communication Networks and Converged Networks Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous

More information

Driving Service Delivery with SLA Performance Management

Driving Service Delivery with SLA Performance Management Driving Service Delivery with SLA Performance Management Providers #1 competitive advantage Service providers more and more depend on Ethernet services as the networks are evolving from traditional voice

More information

FTB-8510G Packet Blazer

FTB-8510G Packet Blazer 10 GIGABIT ETHERNET TEST MODULE FTB-8510G Packet Blazer NETWORK TESTING TRANSPORT AND DATACOM Platform Compatibility FTB-400 Universal Test System FTB-200 Compact Platform Performance assurance for Ethernet-based

More information

The need for bandwidth management and QoS control when using public or shared networks for disaster relief work

The need for bandwidth management and QoS control when using public or shared networks for disaster relief work International Telecommunication Union The need for bandwidth management and QoS control when using public or shared networks for disaster relief work Stephen Fazio Chief, Global Telecommunications Officer

More information

Transport for Enterprise VoIP Services

Transport for Enterprise VoIP Services Transport for Enterprise VoIP Services Introduction Many carriers are looking to advanced packet services as an opportunity to generate new revenue or lower costs. These services, which include VoIP, IP

More information

VoIP / SIP Planning and Disclosure

VoIP / SIP Planning and Disclosure VoIP / SIP Planning and Disclosure Voice over internet protocol (VoIP) and session initiation protocol (SIP) technologies are the telecommunication industry s leading commodity due to its cost savings

More information

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic.

Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. Quality of Service Analysis of site to site for IPSec VPNs for realtime multimedia traffic. A Network and Data Link Layer infrastructure Design to Improve QoS in Voice and video Traffic Jesús Arturo Pérez,

More information

Installation, Commissioning, and Maintenance of Metro Ethernet Networks Using T-BERD/MTS 8000 and NetComplete (QT-600) Metro Ethernet Service Solution

Installation, Commissioning, and Maintenance of Metro Ethernet Networks Using T-BERD/MTS 8000 and NetComplete (QT-600) Metro Ethernet Service Solution Application Note Installation, Commissioning, and Maintenance of Metro Ethernet Networks Using T-BERD/MTS 8000 and NetComplete (QT-600) Metro Ethernet Service Solution Introduction Service providers face

More information

Testing VoIP on MPLS Networks

Testing VoIP on MPLS Networks Application Note Testing VoIP on MPLS Networks Why does MPLS matter for VoIP? Multi-protocol label switching (MPLS) enables a common IP-based network to be used for all network services and for multiple

More information

Protocol Data Units and Encapsulation

Protocol Data Units and Encapsulation Chapter 2: Communicating over the 51 Protocol Units and Encapsulation For application data to travel uncorrupted from one host to another, header (or control data), which contains control and addressing

More information

19 Comparison of Ethernet Systems

19 Comparison of Ethernet Systems Frithjof Klasen Ever since the end of the 90 s, the usage of industrial Ethernet in automation has been a pursued target. Along with this, the desire emerged to have a universal and standard communication

More information

AXS-200/850. EthErnEt test set. part of the SharpTESTER Access Line NETWORK TESTING TRANSpORT ANd datacom

AXS-200/850. EthErnEt test set. part of the SharpTESTER Access Line NETWORK TESTING TRANSpORT ANd datacom EthErnEt test set AXS-200/850 part of the SharpTESTER Access Line NETWORK TESTING TRANSpORT ANd datacom Innovative, all-in-one tiered-services test suite with unique graphical data display brings powerful

More information

VoIP Monitor Professional

VoIP Monitor Professional Malden Electronics Speech Performance Assessment Product Brochure Brochure Issue 1 Malden Electronics Ltd. 2005 1 Product Overview is a software tool for non-intrusive assessment of speech quality and

More information

Corporate Network Services of Tomorrow Business-Aware VPNs

Corporate Network Services of Tomorrow Business-Aware VPNs Corporate Network Services of Tomorrow Business-Aware VPNs Authors: Daniel Kofman, CTO and Yuri Gittik, CSO Content Content...1 Introduction...2 Serving Business Customers: New VPN Requirements... 2 Evolution

More information

Goal We want to know. Introduction. What is VoIP? Carrier Grade VoIP. What is Meant by Carrier-Grade? What is Meant by VoIP? Why VoIP?

Goal We want to know. Introduction. What is VoIP? Carrier Grade VoIP. What is Meant by Carrier-Grade? What is Meant by VoIP? Why VoIP? Goal We want to know Introduction What is Meant by Carrier-Grade? What is Meant by VoIP? Why VoIP? VoIP Challenges 2 Carrier Grade VoIP Carrier grade Extremely high availability 99.999% reliability (high

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

FACT SHEET INTERNATIONAL DATA SERVICES GLOBAL IP VPN

FACT SHEET INTERNATIONAL DATA SERVICES GLOBAL IP VPN PUT OUR BACKBONE IN YOUR GLOBAL NETWORKS Telstra Wholesale s Global IP VPN solution allows our customers to offer their end users global networks for voice, video and data. With access to most major Asian

More information

VoIP network planning guide

VoIP network planning guide VoIP network planning guide Document Reference: Volker Schüppel 08.12.2009 1 CONTENT 1 CONTENT... 2 2 SCOPE... 3 3 BANDWIDTH... 4 3.1 Control data 4 3.2 Audio codec 5 3.3 Packet size and protocol overhead

More information

IP videoconferencing solution with ProCurve switches and Tandberg terminals

IP videoconferencing solution with ProCurve switches and Tandberg terminals An HP ProCurve Networking Application Note IP videoconferencing solution with ProCurve switches and Tandberg terminals Contents 1. Introduction... 3 2. Architecture... 3 3. Videoconferencing traffic and

More information

Circuit Emulation Pseudo-Wire (CE-PW) WHITE PAPER

Circuit Emulation Pseudo-Wire (CE-PW) WHITE PAPER Circuit Emulation Pseudo-Wire (CE-PW) WHITE PAPER Important Notice This document is delivered subject to the following conditions and restrictions: This document contains proprietary information belonging

More information

SingTel MPLS. The Great Multi Protocol Label Switching (MPLS) Migration

SingTel MPLS. The Great Multi Protocol Label Switching (MPLS) Migration SingTel MPLS The Great Multi Protocol Label Switching (MPLS) Migration SingTel MPLS The Great MPLS Migration There are now a variety of alternatives when it comes to connecting multiple sites with WAN

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

More information

NQMS. Your Quality of Service Assurance. Network Quality Monitoring Systems. www.exfo.com Telecom Test and Measurement NETWORK TESTING

NQMS. Your Quality of Service Assurance. Network Quality Monitoring Systems. www.exfo.com Telecom Test and Measurement NETWORK TESTING Network Quality Monitoring Systems NETWORK TESTING Your Quality of Service Assurance NQMS = End-to-End Quality of Service Monitoring Par Excellence! Ready for any type of Network Consultronics' family

More information

Nortel - 920-803. Technology Standards and Protocol for IP Telephony Solutions

Nortel - 920-803. Technology Standards and Protocol for IP Telephony Solutions 1 Nortel - 920-803 Technology Standards and Protocol for IP Telephony Solutions QUESTION: 1 To achieve the QoS necessary to deliver voice between two points on a Frame Relay network, which two items are

More information

Bandwidth Profiles for Ethernet Services Ralph Santitoro

Bandwidth Profiles for Ethernet Services Ralph Santitoro Ralph Santitoro Abstract This paper provides a comprehensive technical overview of bandwidth profiles for Ethernet services, based on the work (as of October 2003) of the Metro Ethernet Forum (MEF) Technical

More information

Quality of Service. Traditional Nonconverged Network. Traditional data traffic characteristics:

Quality of Service. Traditional Nonconverged Network. Traditional data traffic characteristics: Quality of Service 1 Traditional Nonconverged Network Traditional data traffic characteristics: Bursty data flow FIFO access Not overly time-sensitive; delays OK Brief outages are survivable 2 1 Converged

More information

WHY CHOOSE COX BUSINESS FOR YOUR COMPANY S NETWORK SERVICE NEEDS?

WHY CHOOSE COX BUSINESS FOR YOUR COMPANY S NETWORK SERVICE NEEDS? WHY CHOOSE COX BUSINESS FOR YOUR COMPANY S NETWORK SERVICE NEEDS? This document provides an overview of the Cox Business portfolio of business networking services and explains why customers should consider

More information

920-803 - technology standards and protocol for ip telephony solutions

920-803 - technology standards and protocol for ip telephony solutions 920-803 - technology standards and protocol for ip telephony solutions 1. Which CODEC delivers the greatest compression? A. B. 711 C. D. 723.1 E. F. 726 G. H. 729 I. J. 729A Answer: C 2. To achieve the

More information

Best Practices for Testing Ethernet and Network Synchronization at the Cell Site

Best Practices for Testing Ethernet and Network Synchronization at the Cell Site Best Practices for Testing Ethernet and Network Synchronization at the Cell Site The explosive growth in the number of 4G mobile subscribers and ever-increasing mobile data usage is driving mobile operators

More information

Monitoring your WAN When, What and How

Monitoring your WAN When, What and How Monitoring your WAN When, What and How Even though WAN performance monitoring tools have been available for close to a decade, less than a quarter of US WAN links are monitored by enterprises either by

More information

CloudLink - The On-Ramp to the Cloud Security, Management and Performance Optimization for Multi-Tenant Private and Public Clouds

CloudLink - The On-Ramp to the Cloud Security, Management and Performance Optimization for Multi-Tenant Private and Public Clouds - The On-Ramp to the Cloud Security, Management and Performance Optimization for Multi-Tenant Private and Public Clouds February 2011 1 Introduction Today's business environment requires organizations

More information

AN OVERVIEW OF SILVER PEAK S WAN ACCELERATION TECHNOLOGY

AN OVERVIEW OF SILVER PEAK S WAN ACCELERATION TECHNOLOGY AN OVERVIEW OF SILVER PEAK S WAN ACCELERATION TECHNOLOGY TABLE OF CONTENTS Understanding WAN Challenges 2 Network Memory - Maximize Bandwidth Efficiency 2 Network Integrity - Overcome Congestion and Packet

More information

Bandwidth Profiles for Ethernet Services Ralph Santitoro

Bandwidth Profiles for Ethernet Services Ralph Santitoro Ralph Santitoro Abstract This paper provides a comprehensive technical overview of bandwidth profiles for Ethernet services, based on the work of the Metro Ethernet Forum (MEF) Technical Committee. The

More information

Application Note How To Determine Bandwidth Requirements

Application Note How To Determine Bandwidth Requirements Application Note How To Determine Bandwidth Requirements 08 July 2008 Bandwidth Table of Contents 1 BANDWIDTH REQUIREMENTS... 1 1.1 VOICE REQUIREMENTS... 1 1.1.1 Calculating VoIP Bandwidth... 2 2 VOIP

More information

SLA verification + QoS control: the base for successful VoIP & IPTV deployments

SLA verification + QoS control: the base for successful VoIP & IPTV deployments SLA verification + QoS control: the base for successful VoIP & IPTV deployments White Paper. by ALBEDO Telecom - Barcelona info.telecom@albedo.biz Jan 2011 All rights reserved Executive Summary The integration

More information

UNDERSTANDING BUSINESS ETHERNET SERVICES

UNDERSTANDING BUSINESS ETHERNET SERVICES UNDERSTANDING BUSINESS ETHERNET SERVICES EMPOWER YOUR BUSINESS TO MEET 21ST CENTURY DEMANDS INTRODUCTION The network is your business has been a mantra for many years indicating how businesses rely more

More information

IP Office Technical Tip

IP Office Technical Tip IP Office Technical Tip Tip no: 195 Release Date: October 26, 2007 Region: GLOBAL Using Packet Capture Software To Verify IP Network VoIP Quality Of Service (QoS) Operation Converged networks can experience

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information