Quality. Expert Lesson. Sponsored By:

Size: px
Start display at page:

Download "Quality. Expert Lesson. Sponsored By:"

Transcription

1 Managing VoIP Quality Expert Lesson Voice traffic presents many challenges for the network manager. In addition to keeping packets flowing over the LAN and WAN, with voice or IP telephony, the network manager must be concerned with application performance management, real-time issues such as delay and jitter, as well as the end user's experience. This expert guide will explore the issues that can impact your network when VoIP comes into play, and our expert will discuss strategies for keeping your voice and data traffic running smoothly on one network before end users start to complain about call quality. Sponsored By:

2 Table of Contents Managing VoIP Quality E-Guide Table of Contents: QoS Is a Must for VoIP Quality Four Critical VoIP QoS Components User Experience Measurement Is Key to VoIP Quality Related Resources from CA Sponsored by: Page 2 of 12

3 QoS Is a Must for VoIP Quality QoS Is a Must for VoIP Quality For those of us with a data-centric worldview, it is tempting to dismiss voice/data convergence as just one more application joining the data network bit stream. But VoIP is not just another application merging with others like it it is a different beast. And the sooner you understand and prepare for that reality, the better off you and your network users will be. One difference is a result not of the application itself but of users expectations. The plain old telephone service (POTS) world has set the expectation that voice calls will consistently be free from defects like echo, noise and delay and that the dial tone will always be there. Except during emergencies or on Mother s Day, you expect to get through and if you can t, you get annoyed. Other differences are technical. Real-time traffic is just not the same as data traffic. Voice streams differ profoundly from their data counterparts, and they need special treatment because packet loss, delay and jitter cause bad voice call quality. The most pertinent technical difference between data and voice is that voice (and video) uses UDP instead of TCP. To explore what that means for voice performance, let s look at how the two protocols handle packet loss. Network managers often tell us that they should not have any problem with packet loss because their links are lightly utilized. The truth is that even very lightly utilized links can and will experience packet loss. Here s why. Data applications move blocks of information from one computer to another, which leads to the bursty bandwidth usage shown in Figure 1, and to packet loss. TCP is designed to overcome packet loss easily, and as long as the loss is not excessive, TCP works well. In fact, TCP often creates packet loss as a way to find out how much bandwidth is available. Remember that TCP is an end-to-end protocol, executed by the sending and receiving computers. The network speed at either end of the link may be very high (100 Mbps or 1 Gbps), but there may also be a slow-speed link along the path. TCP starts off slowly and increases its speed until packet loss occurs. Then it backs down to half that speed and starts to creep up again. This is how it determines available bandwidth and how it dynamically shares that bandwidth with other TCP flows. Sponsored by: Page 3 of 12

4 QoS Is a Must for VoIP Quality Figure 1. Typical data traffic Unlike data traffic, voice traffic moves as a continuous stream of data that recreates the analog event of human conversation. Bandwidth use is constant, as Figure 2 shows. Voice traffic streams use UDP, which unlike TCP does not recover lost packets and degrades quickly when packets are not delivered. UDP is what we call a send and pray protocol like the post office. We put packets (or letters) into the network and just hope they get there. The UDP stream doesn t know anything about available bandwidth and makes no adjustment if bandwidth is insufficient. When bandwidth is constrained, packets are lost. Because UDP does not recover those packets, the receiver does not get all the data, and voice quality dives. Figure 2. Typical voice traffic Sponsored by: Page 4 of 12

5 QoS Is a Must for VoIP Quality But, you ask, why should there be any packet loss if utilization is low say in the 30% range? Because utilization measurements are averaged over some time period often minutes and peak utilization occurs in bursts that are often very short, such as during Web page loading. During those short bursts, TCP tries to use all the available bandwidth and causes packet loss. It s even common to see packet loss on 10 Gb backbone links that are 3% utilized because of such TCP peaks. Figure 3. QoS keeps data bursts from overrunning voice To overcome this problem, you need QoS to make sure your voice streams get through, even during peak bursts. Figure 3 shows how QoS gives priority to voice traffic, which holds down the data packet peaks and prevents packet loss and jitter in the voice streams. This capability is not just a nice-to-have, it s a musthave if you want your VoIP users to remain productive and satisfied. In our next section, we give some tips on how to plan and implement a successful VoIP QoS strategy. Sponsored by: Page 5 of 12

6 Looking for a more rounded view of your IT infrastructure? Get a 360 degree view with CA Network & Voice Management Delivering a unified view of your IT infrastructure is a daunting task. Until, that is, CA introduced the industry-leading Network & Voice Management (NVM) solution. Find out how CA s solution enables you to detect problems before users complain, solve problems faster, maximize your IT investments, and manage and report against service level commitments. Get the full picture with a 360 degree view of your IT infrastructure today. For a more rounded view visit ca.com/converged

7 Four Critical VoIP QoS Components Four Critical VoIP QoS Components Implementing QoS involves more than just turning on a router feature and unfortunately there are many ways to skin the QoS cat, so you must make time to plan and design a QoS deployment that fits your unique needs. There are four critical components of a QoS deployment, and if you fail to implement all of them, your solution will not deliver its full potential. Tip 1: Classify your voice traffic For starters, you need to choose the best scheme to mark packets for priority treatment. Classification is the job of determining which streams get high priority on the way to their destination and which do not. Of course, every user would like his or her applications to run with the highest priority but the outcome would be the same as doing nothing. QoS is a zero-sum game requiring decisions about who gets waved through and who waits. Because it is real time and has fragile performance characteristics, VoIP needs to receive the highest-priority classification. We recommend using mechanisms that enable the network to verify endpoints. If the network can verify that the device at a specific IP address is an IP phone from a vendor of choice, then the router can trust the traffic priority markings that phone provides. In this way, the network protects itself from inappropriate use and the endpoint gets to determine which packets receive high priority and which receive only besteffort support. Before you begin marking packets, however, NetForecast recommends that you formulate a master plan for what traffic will use which service levels, how many service levels you will have, and what markings to apply to each traffic class. You also need to map your priority classes across the layer 2/layer 3 boundary and map your priority classes to your carrier s service offerings. Tip 2: Enable class-of-service mechanisms Now it s time to turn on the mechanisms in your network routers and switches that will implement the priority treatment for VoIP. The predominant class-of-service (CoS) mechanisms are DiffServ for routed infrastructure, and IEEE 802.1p for switched infrastructure. These mechanisms are embedded into most network infrastructure and are just waiting to be turned on if they are not already. Your network team can enable CoS through the appropriate commands in the router and switch configuration files. You will find that turning them on is easy. Tip 3: Plan and manage your bandwidth Our third tip for ensuring successful VoIP quality is to understand, plan for and manage your bandwidth. Upon close examination, you will find that DiffServ and IEEE 802.1p are class-of-service not full-fledged quality-of-service mechanisms. This means they provide different levels of service, but they do not control oversubscription. For that, you need additional mechanisms to ensure that you do not max out the classes of service you establish in the network because if you do, voice quality will suffer. Sponsored by: Page 7 of 12

8 Four Critical VoIP QoS Components To deliver solid VoIP service quality, you must first estimate the number of calls you expect to occur simultaneously. Then you need to assess whether available bandwidth will support projected demand or whether you need link upgrades. At this point, financial reality will kick in, because chances are that your budget will not support all the bandwidth you need at all locations. You will therefore need to manage the number of users who can access the bandwidth at once, and you will need the same type of feedback that the public switched telephone network (PSTN) gives when there is insufficient bandwidth for a call the VoIP equivalent of a trunk busy signal. IP-PBXs have this function built in. The IP-PBX is programmed to know about the network topology and is then given parameters for how many voice calls can occur simultaneously between location A and location B. When this limit is reached, the IP-PBX will either give the next caller a busy signal or route the call to an alternate path (such as the PSTN). Tip 4: Monitor VoIP performance Our final tip for successful VoIP quality is to monitor performance. You need to know whether your network is providing high-quality transport for voice streams and high-quality voice reproduction. If there are issues, you need to know about them before your users have a frustrating experience. Because voice has special needs, new types of monitoring tools are required for this task. In our next section, we give an overview of those tools. Sponsored by: Page 8 of 12

9 User Experience Measurement Is Key to VoIP Quality User Experience Measurement Is Key to VoIP Quality Measuring the user experience is essential to achieve consistently good VoIP quality. Why? Because we re talking about talking, not ! A VoIP application s raison d être is to recreate a real-world, ongoing event a conversation between living, breathing people who have high expectations for a quality experience. For a good VoIP experience, the data necessary to reconstruct the voice needs to be delivered quickly and consistently to maintain the sense that the interlocutors are in the same room and communications are instantaneous. Before we dive into how to measure the user experience, let s clarify the difference between quality of experience (QoE) and quality of service (QoS). QoS refers to how well the network delivers packets. QoS techniques like classification and DiffServ differentiate packet streams in the network and enhance the delivery of streams that are sensitive to network impairments like packet loss and jitter. QoE, on the other hand, involves measuring and understanding the actual user experience. Here is the challenge that calls for QoS measurement tools. Unlike data, real-time voice streams are carried by UDP not TCP, and UDP does not recover lost packets as TCP does. For TCP-based applications, a little packet loss causes a minor application responsiveness slowdown; but for voice, a little packet loss dramatically degrades the user experience. Traditional data networking test tools are not designed to ferret out problems that cause packet loss in real-time streams. The only way to know whether a network path is really losing packets is to test the actual stream or to simulate that stream with equivalent data. The measurements must take into account the whole network from end to end. We can hear an indignant network engineer reading this and saying: My tools are monitoring packet loss, so I am all set. But are you? If you think you are, it probably means you have a tool that monitors for packet drops on key network routers. The tool probably looks for output queue drops on critical links where large numbers of links converge, for example, or boundaries where traffic flows from a high-speed link (e.g., a LAN link) to a lower-speed link (e.g., a WAN link). This is good information, but it is not enough. The fact is that packet loss can occur anywhere along the path between endpoints. A common cause of loss is a half/full duplex mismatch that causes a layer 2 error which is not detected by the Ethernet collision mechanism because of the mismatch. The packet is dropped because it is incomplete or its checksum is bad, so no router queue ever sees the packet. The router reports no packet drops, but this packet never even got there! The same can be true for a noisy copper line, bad Ethernet cables or even a router interface that is unmonitored. But the application is still missing data, and the voice quality will degrade. But just delivering packets to the far end does not guarantee a quality experience. Suppose, for example, that the voice signal reproduced by the VoIP system has a poor signal-to-noise ratio. Even if every packet is delivered, noise can make voice unintelligible. Sponsored by: Page 9 of 12

10 User Experience Measurement Is Key to VoIP Quality In a typical VoIP deployment, a voice stream may start in the PSTN, pass through a gateway into a VoIP environment, be carried across a SIP trunk to a remote site, have its compression type recoded for compatibility with a second VoIP vendor s equipment, and finally be reconstructed on a VoIP handset. More transitions than this are both possible and probable. A number of problems can be introduced, including noise, poor recoding, echo caused by a long end-to-end delay, and quality loss resulting from the type of compression used. The resulting voice quality experienced may be bad, even though the network delivers 100% of the packets on time. You need quality of experience (QoE) measurement tools to get to the bottom of all these problems. QoE tools reconstruct the voice signal in a measurement tool and run signal-processing algorithms to assess call quality. QoE measurement tools generally deliver a score that more accurately reflects the true user experience than simply watching network packet characteristics. QoE standards have been defined by the ITU to provide a consistent way of measuring the expected quality of a voice call. This is very useful for comparing measurements among vendors, service providers, and different implementations. Although new to market, QoE measurement tools are maturing and improving quickly. If you are planning or are in the midst of an important VoIP deployment, we suggest you procure one of these tools to help you establish and ensure ongoing VoIP quality. About the authors: John Bartlett is principal of NetForecast. He is a leading authority on real-time traffic, Internet performance and Quality of Service (QoS) techniques. NetForecast specializes in network-based application performance issues for transaction-based and real-time applications. John has 28 years of experience in the semiconductor, computer and communications fields in marketing, sales, engineering, manufacturing and consulting roles. He has contributed to microprocessor, computer and network equipment design for over 40 products. He has been consulting since Prior to working as a consultant, John was a founder and VP of Engineering and Manufacturing at Agile Networks, now part of Lucent Technologies. A popular speaker at VoiceCon and InterOp, John gives tutorials on Quality of Service, performance issues and real time traffic behavior on LANs and the Internet. Rebecca Wetzel is a principal of NetForecast. She is also president of the marketing consulting firm, Wetzel Consulting LLC, where she provides data communications industry insight and helps vendors and service providers develop and deploy successful marketing strategies. Ms. Wetzel draws on her direct experience of more than 20 years in data networking. Her areas of expertise include application performance measurement, control and acceleration technologies, network and application security, voice over IP, virtual private networking solutions, as well as a variety of other emerging technologies such as anti-phishing and spam mitigation. In addition, for many years she has Sponsored by: Page 10 of 12

11 User Experience Measurement Is Key to VoIP Quality performed customer-focused market research to help Internet services providers rate their performance relative to competitors, and determine what new service offerings their customers want. Co-author of the book Internet Telephony for Dummies, Rebecca regularly contributes to and is quoted by such publications as the Wall Street Journal, Network World, and Business Communications Review. She has also authored dozens of white papers and reports. Sponsored by: Page 11 of 12

12 Related Resources from CA Related Resources from CA Ensuring Successful Voice Over IP Deployment Network and Voice Management for Evolving Business Environments The Definitive Guide to Converged Network Management Network Change and Configuration Management: Optimize Reliability, Minimize Risks and Reduce Costs Incomparison Network and Voice Management Software About CA CA is one of the world's largest IT management software providers. Our software and expertise unify and simplify complex IT environments in a secure way across the enterprise for greater business results. More than 3000 developers worldwide create and deliver IT management software that keeps our vision real. CA is a global company with headquarters in the US and 150 offices in more than 45 countries. We serve more than 98% of Fortune 1000 companies, as well as government entities, educational institutions and thousands of other companies in diverse industries worldwide. Driving our next level of growth is a our four-part strategy of product development, leveraging partners, global expansion and strategic acquisitions all with the goal of helping our customers realize the full power of IT to drive their business. Sponsored by: Page 12 of 12

Quality of Service (QoS) and Quality of Experience (QoE) VoiceCon Fall 2008

Quality of Service (QoS) and Quality of Experience (QoE) VoiceCon Fall 2008 Quality of Service (QoS) and Quality of Experience (QoE) VoiceCon Fall 2008 John Bartlett NetForecast, Inc. john@netforecast.com www.netforecast.com VoIP Deployment Realities VoIP is not just another application

More information

Is Your Network Ready for VoIP? > White Paper

Is Your Network Ready for VoIP? > White Paper > White Paper Tough Questions, Honest Answers For many years, voice over IP (VoIP) has held the promise of enabling the next generation of voice communications within the enterprise. Unfortunately, its

More information

Preparing Your IP network for High Definition Video Conferencing

Preparing Your IP network for High Definition Video Conferencing White Paper Global Services April 2007 Table of Contents 1.0 OVERVIEW...3 2.0 VIDEO CONFERENCING BANDWIDTH DEMAND...3 3.0 AVAILABLE BANDWIDTH...5 3.1 Converged Network Links... 6 3.2 Dedicated Network

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

Application Note. Pre-Deployment and Network Readiness Assessment Is Essential. Types of VoIP Performance Problems. Contents

Application Note. Pre-Deployment and Network Readiness Assessment Is Essential. Types of VoIP Performance Problems. Contents Title Six Steps To Getting Your Network Ready For Voice Over IP Date January 2005 Overview This provides enterprise network managers with a six step methodology, including predeployment testing and network

More information

E-Guide. Sponsored By:

E-Guide. Sponsored By: E-Guide Network Management Fundamentals Network management is a complex topic. In today's diverse networking infrastructure, the network has to handle more instances of unified communications, video, and

More information

VOIP QOS. Thomas Mangin. ITSPA - Autumn Seminar 11th October 2012 LEEDS. Technical Director IXLeeds AND THE IXP THE CORE THE EDGE

VOIP QOS. Thomas Mangin. ITSPA - Autumn Seminar 11th October 2012 LEEDS. Technical Director IXLeeds AND THE IXP THE CORE THE EDGE VOIP QOS ITSPA - Autumn Seminar 11th October 2012 LEEDS THE EDGE THE CORE AND THE IXP Thomas Mangin Technical Director IXLeeds AGENDA NO AGENDA Agenda are good to let you known when to doze off There is

More information

Voice over IP Basics for IT Technicians

Voice over IP Basics for IT Technicians Voice over IP Basics for IT Technicians White Paper Executive summary The IP phone is coming or has arrived on desk near you. The IP phone is not a PC, but does have a number of hardware and software elements

More information

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

More information

Preparing Your IP Network for High Definition Video Conferencing

Preparing Your IP Network for High Definition Video Conferencing WHITE PAPER Preparing Your IP Network for High Definition Video Conferencing Contents Overview...3 Video Conferencing Bandwidth Demand...3 Bandwidth and QoS...3 Bridge (MCU) Bandwidth Demand...4 Available

More information

Voice over IP (VoIP) Basics for IT Technicians

Voice over IP (VoIP) Basics for IT Technicians Voice over IP (VoIP) Basics for IT Technicians VoIP brings a new environment to the network technician that requires expanded knowledge and tools to deploy and troubleshoot IP phones. This paper provides

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

12 Quality of Service (QoS)

12 Quality of Service (QoS) Burapha University ก Department of Computer Science 12 Quality of Service (QoS) Quality of Service Best Effort, Integrated Service, Differentiated Service Factors that affect the QoS Ver. 0.1 :, prajaks@buu.ac.th

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

NETWORK ISSUES: COSTS & OPTIONS

NETWORK ISSUES: COSTS & OPTIONS VIDEO CONFERENCING NETWORK ISSUES: COSTS & OPTIONS Prepared By: S. Ann Earon, Ph.D., President Telemanagement Resources International Inc. Sponsored by Vidyo By:S.AnnEaron,Ph.D. Introduction Successful

More information

Toll-bypass Long Distance Calling... 1. What Is VOIP?... 2. Immediate Cost Savings... 3. Applications... 3. Business Quality Voice...

Toll-bypass Long Distance Calling... 1. What Is VOIP?... 2. Immediate Cost Savings... 3. Applications... 3. Business Quality Voice... telephony internet access remote access modems Content Toll-bypass Long Distance Calling... 1 What Is VOIP?... 2 That Was Then... This is Now... Immediate Cost Savings... 3 Applications... 3 Office-to-office

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

Troubleshooting Common Issues in VoIP

Troubleshooting Common Issues in VoIP Troubleshooting Common Issues in VoIP 2014, SolarWinds Worldwide, LLC. All rights reserved. Voice over Internet Protocol (VoIP) Introduction Voice over IP, or VoIP, refers to the delivery of voice and

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

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

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Updated: February 2009 Microsoft Response Point is a small-business phone solution that is designed to be easy to use and

More information

WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO

WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO WAN Optimization Integrated with Cisco Branch Office Routers Improves Application Performance and Lowers TCO The number of branch-office work sites is increasing, so network administrators need tools to

More information

Quality of Service Testing in the VoIP Environment

Quality of Service Testing in the VoIP Environment Whitepaper Quality of Service Testing in the VoIP Environment Carrying voice traffic over the Internet rather than the traditional public telephone network has revolutionized communications. Initially,

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

OneSight Voice Quality Assurance

OneSight Voice Quality Assurance OneSight Voice Quality Assurance Benefits Proactively determine voice quality issues as well as other service impacting issues before users complain Comprehensively monitor communications systems with

More information

Application Notes. Introduction. Contents. Managing IP Centrex & Hosted PBX Services. Series. VoIP Performance Management. Overview.

Application Notes. Introduction. Contents. Managing IP Centrex & Hosted PBX Services. Series. VoIP Performance Management. Overview. Title Series Managing IP Centrex & Hosted PBX Services Date July 2004 VoIP Performance Management Contents Introduction... 1 Quality Management & IP Centrex Service... 2 The New VoIP Performance Management

More information

network infrastructure: getting started with VoIP

network infrastructure: getting started with VoIP hp procurve networking business may 2003 network infrastructure: getting started with VoIP technical brief table of contents introduction 2 network optimization for VoIP 2 bandwidth provisioning 3 end-to-end

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

Voice, Video and Data Convergence > A best-practice approach for transitioning your network infrastructure. White Paper

Voice, Video and Data Convergence > A best-practice approach for transitioning your network infrastructure. White Paper > A best-practice approach for transitioning your network infrastructure White Paper The business benefits of network convergence are clear: fast, dependable, real-time communication, unprecedented information

More information

VoIP Solutions Guide Everything You Need to Know

VoIP Solutions Guide Everything You Need to Know VoIP Solutions Guide Everything You Need to Know Simplify, Save, Scale VoIP: The Next Generation Phone Service Ready to Adopt VoIP? 10 Things You Need to Know 1. What are my phone system options? Simplify,

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

Network Considerations for IP Video

Network Considerations for IP Video Network Considerations for IP Video H.323 is an ITU standard for transmitting voice and video using Internet Protocol (IP). It differs from many other typical IP based applications in that it is a real-time

More information

Course 4: IP Telephony and VoIP

Course 4: IP Telephony and VoIP Course 4: IP Telephony and VoIP Telecommunications Technical Curriculum Program 3: Voice Knowledge 6/9/2009 1 Telecommunications Technical Curriculum Program 1: General Industry Knowledge Course 1: General

More information

Is Your Network Ready For IP Telephony?

Is Your Network Ready For IP Telephony? WHITE PAPER Is Your Network Ready For IP Telephony? Straight facts about IP telephony planning and deployment 1. Introduction Enterprises are rapidly adopting IP telephony for cost savings, productivity

More information

Optimizing Performance for Voice over IP and UDP Traffic

Optimizing Performance for Voice over IP and UDP Traffic A Riverbed Technology White Paper OPTIMIZING PERFORMANCE FOR VOICE OVER IP AND UDP TRAFFIC Optimizing Performance for Voice over IP and UDP Traffic 2006 Riverbed Technology, Inc. All rights reserved. 0

More information

Improving Effective WAN Throughput for Large Data Flows By Peter Sevcik and Rebecca Wetzel November 2008

Improving Effective WAN Throughput for Large Data Flows By Peter Sevcik and Rebecca Wetzel November 2008 Improving Effective WAN Throughput for Large Data Flows By Peter Sevcik and Rebecca Wetzel November 2008 When you buy a broadband Wide Area Network (WAN) you want to put the entire bandwidth capacity to

More information

VoIP from A to Z. NAEO 2009 Conference Cancun, Mexico

VoIP from A to Z. NAEO 2009 Conference Cancun, Mexico VoIP from A to Z NAEO 2009 Conference Cancun, Mexico VoIP glossary What is VoIP? Bandwidth Signaling Codecs Quality of Service (QoS) What is VoIP? Voice over Internet Protocol (VoIP) is the method of transmitting

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431 VoIP QoS Version 1.0 September 4, 2006 AdvancedVoIP.com sales@advancedvoip.com support@advancedvoip.com Phone: +1 213 341 1431 Copyright AdvancedVoIP.com, 1999-2006. All Rights Reserved. No part of this

More information

QOS over MPLS the Complete Story

QOS over MPLS the Complete Story QOS over MPLS the Complete Story John Bartlett and Rebecca Wetzel BCR Volume 36, Number 2 February 2006 As service providers entice growing numbers of enterprises to MPLS-based service offerings, customers

More information

How To Deliver High Quality Telephony Over A Network

How To Deliver High Quality Telephony Over A Network Voice over Application Note Telephony Service over Satellite January 2012 Data Sells but Voice Pays In the early years of the industry, networks were deployed primarily for telephony services. As time

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

PETER CUTLER SCOTT PAGE. November 15, 2011

PETER CUTLER SCOTT PAGE. November 15, 2011 Future of Fax: SIP Trunking PETER CUTLER SCOTT PAGE November 15, 2011 QUESTIONS AND ANSWERS TODAY S SPEAKERS Peter Cutler Vice President of Sales Instant InfoSystems Scott Page Subject Matter Expert Dialogic

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

SIP Trunking and Voice over IP

SIP Trunking and Voice over IP SIP Trunking and Voice over IP Agenda What is SIP Trunking? SIP Signaling How is Voice encoded and transported? What are the Voice over IP Impairments? How is Voice Quality measured? VoIP Technology Confidential

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

convergence: preparing the enterprise network

convergence: preparing the enterprise network hp procurve networking business january 2003 convergence: preparing the enterprise network business white paper protecting investments with the hp procurve adaptive EDGE architecture table of contents

More information

Five Hosted VoIP Features

Five Hosted VoIP Features Five Hosted VoIP Features WHITEPAPER: voice SERVICES quality of service and technology www.megapath.com overview MegaPath offers everything you need for a complete, unified Hosted Voice system that supports

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

Perform: Monitor to Assure a Great User Experience

Perform: Monitor to Assure a Great User Experience Whitepaper Perform: Monitor to Assure a Great User Experience Introduction IP-based network infrastructures provide many benefits. They open the door to creating a Unified Communications (UC) environment

More information

WAN Performance Analysis A Study on the Impact of Windows 7

WAN Performance Analysis A Study on the Impact of Windows 7 A Talari Networks White Paper WAN Performance Analysis A Study on the Impact of Windows 7 Test results demonstrating WAN performance changes due to upgrading to Windows 7 and the network architecture and

More information

Packetized Telephony Networks

Packetized Telephony Networks Packetized Telephony Networks Benefits of Packet Telephony Networks Traditionally, the potential savings on long-distance costs was the driving force behind the migration to converged voice and data networks.

More information

Communications Transformations 2: Steps to Integrate SIP Trunk into the Enterprise

Communications Transformations 2: Steps to Integrate SIP Trunk into the Enterprise Communications Transformations 2: Steps to Integrate SIP Trunk into the Enterprise The Changing Landscape IP-based unified communications is widely deployed in enterprise networks, both for internal calling

More information

MS Series: VolP Deployment Guide

MS Series: VolP Deployment Guide Solution Guide MS Series: VolP Deployment Guide JULY 2013 How to deploy a distributed VoIP infrastructure with Meraki MS switches. Table of Contents Introduction 3 Getting Started 4 Setting up VoIP using

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

Quality of Service (QoS) on Netgear switches

Quality of Service (QoS) on Netgear switches Quality of Service (QoS) on Netgear switches Section 1 Principles and Practice of QoS on IP networks Introduction to QoS Why? In a typical modern IT environment, a wide variety of devices are connected

More information

INTRODUCTION TO VOICE OVER IP

INTRODUCTION TO VOICE OVER IP 52-30-20 DATA COMMUNICATIONS MANAGEMENT INTRODUCTION TO VOICE OVER IP Gilbert Held INSIDE Equipment Utilization; VoIP Gateway; Router with Voice Modules; IP Gateway; Latency; Delay Components; Encoding;

More information

Fundamentals of VoIP Call Quality Monitoring & Troubleshooting. 2014, SolarWinds Worldwide, LLC. All rights reserved. Follow SolarWinds:

Fundamentals of VoIP Call Quality Monitoring & Troubleshooting. 2014, SolarWinds Worldwide, LLC. All rights reserved. Follow SolarWinds: Fundamentals of VoIP Call Quality Monitoring & Troubleshooting 2014, SolarWinds Worldwide, LLC. All rights reserved. Introduction Voice over IP, or VoIP, refers to the delivery of voice and multimedia

More information

Allstream Converged IP Telephony

Allstream Converged IP Telephony Allstream Converged IP Telephony SIP Trunking Solution An Allstream White Paper 1 Table of contents Introduction 1 Traditional trunking: a quick overview 1 SIP trunking: a quick overview 1 Why SIP trunking?

More information

Planning Networks for VOIP. An Introduction

Planning Networks for VOIP. An Introduction Planning Networks for VOIP An Introduction Planning Networks for VOIP Page 2/10 Contents 1 Introduction...3 2 Voice Quality Requirements...3 3 Codecs...4 4 Network Layout...5 5 Planning Capacity...6 5.1

More information

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1 Table of Contents 1. REQUIREMENTS SUMMARY... 1 2. REQUIREMENTS DETAIL... 2 2.1 DHCP SERVER... 2 2.2 DNS SERVER... 2 2.3 FIREWALLS... 3 2.4 NETWORK ADDRESS TRANSLATION... 4 2.5 APPLICATION LAYER GATEWAY...

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and 1.1 Background Voice over Internet Protocol (VoIP) is a technology that allows users to make telephone calls using a broadband Internet connection instead of an analog phone line. VoIP holds great promise

More information

Understanding the realities of T.38 compliance

Understanding the realities of T.38 compliance Understanding the realities of T.38 compliance Introduction In recent year, small and medium-sized businesses have seen a tremendous surge in communications conducted using voice over Internet Protocol

More information

IP TELEPHONY TAKE YOUR BUSINESS COMMUNICATIONS TO THE NEXT LEVEL

IP TELEPHONY TAKE YOUR BUSINESS COMMUNICATIONS TO THE NEXT LEVEL IP TELEPHONY TAKE YOUR BUSINESS COMMUNICATIONS TO THE NEXT LEVEL Executive Summary The rising popularity of IP Telephony in recent years demonstrates that it has become a highly functional, affordable

More information

How Network Transparency Affects Application Acceleration Deployment

How Network Transparency Affects Application Acceleration Deployment How Network Transparency Affects Application Acceleration Deployment By John Bartlett and Peter Sevcik July 2007 Acceleration deployments should be simple. Vendors have worked hard to make the acceleration

More information

Voice over IP is Transforming Business Communications

Voice over IP is Transforming Business Communications White Paper Voice over IP is Transforming Business Communications Voice over IP (VoIP) is changing the world of telecommunications. It entails the transmission of voice calls over data networks that support

More information

The Conversion Technology Experts. Quality of Service (QoS) in High-Priority Applications

The Conversion Technology Experts. Quality of Service (QoS) in High-Priority Applications The Conversion Technology Experts Quality of Service (QoS) in High-Priority Applications Abstract It is apparent that with the introduction of new technologies such as Voice over IP and digital video,

More information

Is Your Network Ready for IP Telephony?

Is Your Network Ready for IP Telephony? March 2005 Is Your Network Ready for IP Telephony? Straight facts about IP telephony planning and deployment Enterprises are rapidly adopting IP telephony for cost savings, productivity gains and business

More information

Analysis of the North American VoIP Access and SIP Trunking Services Market Cloud-style Offerings Accelerate Growth

Analysis of the North American VoIP Access and SIP Trunking Services Market Cloud-style Offerings Accelerate Growth Analysis of the North American VoIP Access and SIP Trunking Services Market Cloud-style Offerings Accelerate Growth NE15-64 September 2014 Contents Section Slide Number Executive Summary 4 Market Overview

More information

North American VoIP Access and SIP Trunking Services Market New Offerings and Features Attract Mainstream Customers

North American VoIP Access and SIP Trunking Services Market New Offerings and Features Attract Mainstream Customers North American VoIP Access and SIP Trunking Services Market New Offerings and Features Attract Mainstream Customers December 2013 Contents Section Slide Number Executive Summary 5 Market Overview 10 Total

More information

Distributed Systems 3. Network Quality of Service (QoS)

Distributed Systems 3. Network Quality of Service (QoS) Distributed Systems 3. Network Quality of Service (QoS) Paul Krzyzanowski pxk@cs.rutgers.edu 1 What factors matter for network performance? Bandwidth (bit rate) Average number of bits per second through

More information

Contents Introduction Why Fax over IP? How Real-time Fax over IP works Implementation with MessagePlus/Open Summary. About this document

Contents Introduction Why Fax over IP? How Real-time Fax over IP works Implementation with MessagePlus/Open Summary. About this document Fax over IP Contents Introduction Why Fax over IP? How Real-time Fax over IP works Implementation with MessagePlus/Open Summary About this document This document describes how Fax over IP works in general

More information

Planning an IP Network for Voice and Data

Planning an IP Network for Voice and Data A by NEC Unified Solutions, Inc. Planning an IP Network for Voice and Data Contents 1 Introduction...3 2 Voice Quality Requirements...3 3 Codecs...3 4 Network Layout...5 5 Planning Capacity...6 5.1 Step

More information

Configuring an efficient QoS Map

Configuring an efficient QoS Map Configuring an efficient QoS Map This document assumes the reader has experience configuring quality of service (QoS) maps and working with traffic prioritization. Before reading this document, it is advisable

More information

Jive Core: Platform, Infrastructure, and Installation

Jive Core: Platform, Infrastructure, and Installation Jive Core: Platform, Infrastructure, and Installation Jive Communications, Inc. 888-850-3009 www.getjive.com 1 Overview Jive hosted services are run on Jive Core, a proprietary, cloud-based platform. Jive

More information

Voice Over IP - Is your Network Ready?

Voice Over IP - Is your Network Ready? Voice Over IP - Is your Network Ready? Carrier Grade Service When was the last time you called the phone company just to say, I am just calling to say thank you for my phone service being so reliable?

More information

Remote Office 9150. Overview. Customer Profile. Key Points. Typical Applications

Remote Office 9150. Overview. Customer Profile. Key Points. Typical Applications Remote Office 9150 Overview The Nortel Networks Remote Office 9150 is a powerful option for extending cost-effective, high-quality communications to remote offices. The award-winning1 Remote Office 9150

More information

Software-Powered VoIP

Software-Powered VoIP Software-Powered VoIP Ali Rohani Anthony Murphy Scott Stubberfield Unified Communications Architecture Core Scenarios UC endpoints QOE Monitoring Archiving CDR AOL Public IM Clouds Yahoo Remote Users MSN

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

Evaluating Data Networks for Voice Readiness

Evaluating Data Networks for Voice Readiness Evaluating Data Networks for Voice Readiness by John Q. Walker and Jeff Hicks NetIQ Corporation Contents Introduction... 2 Determining Readiness... 2 Follow-on Steps... 7 Summary... 7 Our focus is on organizations

More information

ProCurve and Wired and Wireless Voice-over-IP Applications

ProCurve and Wired and Wireless Voice-over-IP Applications ProCurve and Wired and Wireless Voice-over-IP Applications Andy Rawll Global Product Manager Avaya HP ProCurve & Avaya IP Telephony Appliances 2 Overview Benefits to Business of ProCurve for VoIP Applications!

More information

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga

Curso de Telefonía IP para el MTC. Sesión 2 Requerimientos principales. Mg. Antonio Ocampo Zúñiga Curso de Telefonía IP para el MTC Sesión 2 Requerimientos principales Mg. Antonio Ocampo Zúñiga Factors Affecting Audio Clarity Fidelity: Audio accuracy or quality Echo: Usually due to impedance mismatch

More information

Achieving High Quality Voiceover-IP Across WANs With Talari Networks APN Technology

Achieving High Quality Voiceover-IP Across WANs With Talari Networks APN Technology Achieving High Quality Voiceover-IP Across WANs With Talari Networks APN Technology A Talari Networks Application Note 2012 Talari Networks / www.talari.com Enterprise-class Voice-over-IP Challenges In

More information

SIP Forum Fax Over IP Task Group Problem Statement

SIP Forum Fax Over IP Task Group Problem Statement T.38: related to SIP/SDP Negotiation While the T.38 protocol, approved by the ITU-T in 1998, was designed to allow fax machines and computer-based fax to carry forward in a transitioning communications

More information

Best Practices for deploying unified communications together with SIP trunking connectivity

Best Practices for deploying unified communications together with SIP trunking connectivity An Allstream White Paper Best Practices for deploying unified communications together with SIP trunking connectivity An Allstream White Paper 1 Table of contents Correct identification and maximization

More information

Addressing Convergence and IP Telephony in Enterprise Communications

Addressing Convergence and IP Telephony in Enterprise Communications Addressing Convergence and IP Telephony in Enterprise Communications Introduction The convergence of voice and data networks has begun to drive radical changes in the development and delivery of products

More information

VOIP Security Essentials. Jeff Waldron

VOIP Security Essentials. Jeff Waldron VOIP Security Essentials Jeff Waldron Traditional PSTN PSTN (Public Switched Telephone Network) has been maintained as a closed network, where access is limited to carriers and service providers. Entry

More information

Analysis of Performance of VoIP

Analysis of Performance of VoIP ENSC 427 Communication Networks Analysis of Performance of VoIP Over various scenarios OPNET 14.0 Spring 2012 Final Report Group 11 Yue Pan Jeffery Chung ZiYue Zhang Website : http://www.sfu.ca/~ypa11/ensc%20427/427.html

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

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

Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014

Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014 Selecting the Right SIP Phone for Your IP PBX By Gary Audin May 5, 2014 There are many Session Initiation Protocol (SIP) phones on the market manufactured by IP PBX vendors and third parties. Selecting

More information

Simplify VoIP Network Setup and Troubleshooting with NetTool VoIP

Simplify VoIP Network Setup and Troubleshooting with NetTool VoIP Simplify VoIP Network Setup and Troubleshooting with NetTool VoIP Introduction As businesses search for new ways to cut costs and increase efficiency, they are moving their phone systems to VoIP (voice

More information

Discussion Paper Category 6 vs Category 5e Cabling Systems and Implications for Voice over IP Networks

Discussion Paper Category 6 vs Category 5e Cabling Systems and Implications for Voice over IP Networks Discussion Paper Category 6 vs Category 5e Cabling Systems and Implications for Voice over IP Networks By Galen Udell Belden CDT Networking 2006 Category 6 vs Category 5e Cabling Systems and Implications

More information

IP Telephony Deployment Models

IP Telephony Deployment Models CHAPTER 2 Sections in this chapter address the following topics: Single Site, page 2-1 Multisite Implementation with Distributed Call Processing, page 2-3 Design Considerations for Section 508 Conformance,

More information

Terms VON. VoIP LAN WAN CODEC

Terms VON. VoIP LAN WAN CODEC VON Voice Over the Net. Voice transmitted over the Internet. That is the technical definition. Prescient Worldwide s product, called VON, means Voice Over Network as in ANY network, whether a client s

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

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

How To Set Up An Ip Trunk For A Business

How To Set Up An Ip Trunk For A Business Charter Business : White paper SIP Trunking: A new voice in communications service WHITE PAPER With the rise of next-generation technology, business customers have more options than ever from providers

More information

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP

Voice over IP. Overview. What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP Voice over IP Andreas Mettis University of Cyprus November 23, 2004 Overview What is VoIP and how it works. Reduction of voice quality. Quality of Service for VoIP 1 VoIP VoIP (voice over IP - that is,

More information

Creating Business-Class VoIP: Ensuring End-to-End Service Quality and Performance in a Multi-Vendor Environment. A Stratecast Whitepaper

Creating Business-Class VoIP: Ensuring End-to-End Service Quality and Performance in a Multi-Vendor Environment. A Stratecast Whitepaper : Ensuring End-to-End Service Quality and Performance in a Multi-Vendor Environment A Executive Summary Creating Business-Class VoIP Traditional voice services have always been reliable, available, and

More information