Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX blackbox.com

Size: px
Start display at page:

Download "Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com"

Transcription

1 Voice over IP (VoIP) for Telephony Advantages of VoIP Migration for SMBs BLACK BOX Hybrid PBX VoIP Gateways SIP Phones Headsets blackbox.com

2 Table of Contents Introduction...3 About Voice over IP... 3 VoIP Considerations...3 Delay or Latency...3 Jitter...3 Pulse Code Modulation and Voice Compression...4 Echo Cancellation...4 Packet Loss...4 Transport Protocols...4 Dial Plan Design...4 Security...4 VoIP Pros and Cons...5 Protocols of VoIP...5 How VoIP Works...5 Phones...6 Today s VoIP Network...7 How to Calculate Bandwidth...7 How to Select a VoIP Solution...8 Cost Considerations...8 Serviceability...8 Infrastructure...8 How to Implement VoIP...9 Our Perspective...9 About Box...9 We re here to help! If you have any questions about your application, our products, or this white paper, contact Box Tech Support at or go to blackbox.com and click on Talk to Box. You ll be live with one of our technical experts in less than 30 seconds blackbox.com Page 2

3 Introduction The existence of broadband Internet has enabled the introduction of Voice over IP (VoIP) services, as an alternative to expensive call handling over the Public Switched Telephone Network (PSTN). VoIP enables subscribers to initiate and receive telephone calls in the same manner as PSTN. However, VoIP doesn t stop at that; it has evolved into a complete set of telephony capabilities that could surpass today s traditional telephony. Although VoIP was planned to be the solution to eliminating long-distance call charges, it was subject to qualitative hurdles before becoming reality. System costs and Quality of Service (QoS) have been the challenges for VoIP. This document will describe VoIP, its implementation and the challenges. Box s IP PBX phone systems offer interoperability gateways between PSTN and VoIP networks About Voice over IP Private Branch Exchange VoIP is a suite of communication protocols whose main purpose is the delivery of voice communications and multimedia sessions over the Internet by using the Internet Protocol (IP) suite. Voice is digitized using codecs and is transmitted inside IP packets just like any other data. The Internet was originally built for data transfer relying on best-effort delivery of data packets as fast as possible. This introduced real-time constraints to support PSTN-quality telephone calls. Voice packets however, can be identified and recognized as real-time packets using QoS mechanisms. This creates a host of considerations before implementing a VoIP solution. VoIP Considerations Delay or Latency VoIP delay or latency is measured as the amount of time it takes for speech to exit the speaker s mouth and reach the listener s ear. The two main delays in telephony networks today are propagation delay and handling delay. Propagation delay is caused by the duration that a signal (light or electric pulse) requires to traverse a medium such as a fiber or copper-based network. Handling delay is the processing delay, and it encompasses many different causes of delay such as packetization, compression, switching, etc. Handling delay is caused by devices that intercept and forward the frame throughout the network. Box s IP PBX phone systems offer G.729a, G.711 u-law/a-law, and GSM compression algorithms. Queuing delay is a result of packets being held in a queue because of congestion on an outbound interface when more packets are sent out than the interface can handle at a given time interval. For optimal performance, this factor should be less than 10 msec. The G.114 recommendation specifies that for good voice quality, no more than 150 msec of one-way, end-to-end delay should occur. Jitter Jitter is the variation of packet interarrival time. As an example, the sender is expected to transmit voice packets at a regular interval of 20 msec. These packets can be delayed throughout the packet network and might not arrive at the same regular interval 20 msec at the receiving end. Jitter is the difference between when the packet is expected and when it is actually received. Box s IP PBX phone systems implement a jitter buffer to conceal interarrival packet delay variation. This jitter buffer is adaptive in that it adjusts its size to target a predetermined, allowable late-packet ratio. To compensate for the unpredictable nature of the packet network, the more jitter there is in a network, the larger the jitter buffer needs to be. A jitter buffer is advantageous in a not-so-optimal local area network blackbox.com Page 3

4 Pulse Code Modulation and Voice Compression Pulse Code Modulation (PCM) is the formal name for G.711 ITU-T standard for audio compression or decompression. It uses a sampling rate of 8000 samples per second. Each voice packet is quantized, with 8 bits, resulting in a 64-kbps rate. There are two variations of G.711: u-law and a-law. Historically, North America uses u-law, and Europe uses a-law. It is important to note that when making a long-distance call, any required u-law-to-a-law conversion is the responsibility of the u-law side. Box s IP PBX phone system supports both these variations. PCM is the leading modulation in most of today s phones. Echo Cancellation Echo is the phenomenon of hearing one s own voice in the receiver after a delay of more than 25 msec. It causes interruptions and breaks the cadence of a conversation. In packet-based networks, echo cancellation can be achieved, by integrating echo cancellers into low-bit-rate codecs and operate them on each Digital Signal Processor (DSP). Some vendors implement echo cancellation through software. Box has implemented echo cancellation by introducing a dedicated echo cancellation integrated circuit, hence allowing for a Telco-grade voice quality. Such echo cancellation results in a superior voice quality. Packet Loss Packet loss is a reality that is both common and expected in data networks. When it comes to voice transport, it is important to build a network that can successfully transport voice in a reliable and timely fashion. Also, it is recommended to use a mechanism to make the voice resistant to periodic packet loss. For that purpose, QoS tools that enable administrators to classify and manage traffic through a data network are needed. Transport Protocols The two main types of transport protocols that ride upon IP are the User Datagram Protocol (UDP) and Transmission Control Protocol (TCP). UDP is used when simplicity and reliability are the main concern. Real-time Transport Protocol (RTP) was specifically tailored for delay-sensitive traffic and rides on top of UDP. There, VoIP is carried with an RTP/UDP/IP packet header. Box s IP PBX phone systems rely on RTP for carrying voice traffic. Dial Plan Design Designing a dial plan is one of the biggest challenges in designing an enterprise telephony network. Most companies must decide on their dial plan based on several factors: plans for growth, cost of leased circuits, cost of virtual private networks (VPN), cost of additional equipment for packet voice, number overlap, call flows, etc. Box s phone systems simplify creation of dial plans by implementing a pattern generator, which helps a user build the calling patterns that are used to govern how the system controls outbound calling. The phone system can add or delete digits according to an assigned rule before sending the digits to the carrier. Outgoing call rules could contain one or more dialing patterns. If the number dialed matches any of the dialing patterns, the call will be routed accordingly. As a user example, an organization may choose to route local calls through the analog trunk and long-distance calls through the VoIP trunk. Any dial attempt that does not match a dialing pattern within the given rule will be checked against extensions or features; otherwise the call fails. This applies to every call made from a phone connected to a Box phone system. Box s pattern generator makes dial plans easier than they once were. Security Security of VoIP has become a concern for new adopters over the recent years. Most firewalls do not support VoIP except through VPN connections. Data firewalls, by default, will probably prevent the operation of VoIP by users on the untrusted network when they call devices on the trusted network. Encryption has been the trend for VoIP security. Once encryption choice has been implemented, encryption functions must be implemented in the IP phones, gateways, and call servers blackbox.com Page 4

5 VoIP Pros and Cons Pros Makes a call virtually anywhere that Internet access is provided PBX cost savings Call-time cost savings (reduced long-distance charges) Gain IP-adopted features that are not available from PSTN Increases profitability, lowers the cost of doing business Increases your competitive advantage Cons Security issues inherited from IP IP phone costs are high while each extension requires a new phone High IP bandwidth requirement Delay and echo considerations Traffic QoS requirements Protocols of VoIP There are several protocols that play a role in voice delivery over IP. This document will describe two main protocols. The first is session initiation protocol (SIP). SIP is used for call control such as creating, modifying, or terminating a call, whether this call is a unicast or multiparty. It is a signaling protocol that is equivalent to SS7 or higher layer signaling. SIP allows for voice call sessions, videoconferencing, instant messaging, presence information, file transfer, streaming of multimedia, etc. In the simplest configuration it is possible to use just two SIP User Agents (UA) that send SIP messages directly to each other. However, a typical SIP network can contain a multitude of basic elements: user agents, proxies, registrars, and redirect servers. Box s phone system plays many of these roles in a SIP network environment. Another protocol that plays a vital role in voice delivery is RTP. RTP is the technical foundation of VoIP as it defines a standard for delivering audio and video packets. SIP and RTP are among a host of protocols that Box incorporates to provide excellent delivery of voice and video. How VoIP Works An IP phone boots up just like any other peripheral on a Local Area Network (LAN). Once the bootup process is complete, the IP phones and/or gateways register with a SIP registrar, also known as a call server. The IP phone and/or gateway must first access a Dynamic Host Configuration Protocol (DHCP) server to obtain an IP address. The DHCP server may be part of the data network, it may be a separate server, or it can be integrated within the call server. Once an address has been assigned, the IP device contacts the SIP registrar to register. A Box phone system acts as a SIP registrar and DHCP server in this capacity blackbox.com Page 5

6 The call server may have a common set of privileges and restrictions for IP devices, or an administrator can make the feature assignments. The call server or another assigned server also adds this device and its phone number(s) to the Domain Name Server (DNS) to support directory services. When a user picks up the phone, the dial tone can be generated locally by the phone or by the call server ( Box phone system). The IP device then sends one or more packets requesting a connection and the features to be implemented during the connection, such as a conference call. The call server then determines whether the other device is available or busy. If available, the call server contacts the receiving device and instructs both the caller and called devices to establish a peer-to-peer UDP path to carry the RTP speech. The call server becomes dormant during the call, until one of the devices terminates the call. The call server then breaks the peer-to-peer connection and records the call event as part of the Call Detail Record (CDR). It is important to note here that a call server is not the telephone switch. It controls all the services offered, provides control over the call, supports the telephone features, authenticates and authorizes the caller, and implements security. The speech packets are passed directly from phone to phone while the call server is there to process the signaling and not to switch the speech. It is worth noting here that the Box IP phone system (IP PBX) can operate as a call server and switch at a single point of time. An important element of today s VoIP implementation is the gateway to the Wide Area Network (WAN). When implementing VoIP, you can keep your current access method to the PSTN or your carrier. For that purpose, a trunk gateway is required. A trunk gateway could have an analog (FXO) or TDM (T1/E1) connection to the carrier. Box s IP phone systems support trunk gateway functionality. Phones In today s VoIP networks, there are two main options for phone selection. The first option is using the existing traditional PSTN phone. This option is an attractive choice for first-time VoIP implementers because there is no cost incurred from the purchase of costly IP-based handsets. For that purpose, an analog telephone adapter (ATA) is used to interface with the VoIP network. The user can experience limited capabilities of the attractive set of telephony features available over IP. IP phones could include a host of capabilities leading to high costs. As a matter of fact, VoIP phones represent the largest investment cost when it comes to deploying a VoIP network. Such phones usually contain a DNS client, Session Traversal Utility for Network Address Translation (NAT), DHCP client, signaling stack such as SIP, RTP stack, various codecs for both audio and video, and a user interface to manage all the mentioned items. An IP phone can connect directly to an IP network using wired technology such as Ethernet or wireless such as Wi-Fi. Note that such phones require electric power, whether Power over Ethernet (PoE) or direct power source, unlike traditional PSTN phones. Box's IP phone systems communicate successfully with a host of phones from various vendors blackbox.com Page 6

7 Today s VoIP Network In today s networks, LANs and WANs can support VoIP operations. However, there is a significant difference between LAN and WAN performance that affects signaling speed and consequently voice quality. LANs use Ethernet as a transport medium and operate at 10, 100, or 1000 Mbps on networks with very short delay, no jitter, few errors, and virtually no packet loss. VoIP traffic could share the LAN with data users. It is recommended, nevertheless, that the voice and data devices run on separate VLANs on the LAN switches for both performance and security reasons. Box s voice quality and signaling execution speeds are as good as a traditional TDM PBX. WANs present a number of performance obstacles: limited bandwidth, end-to-end delays, jitter, and packet loss. Extra bandwidth and QoS techniques can solve these problems. Voice calls consume bandwidth about 80 Kbps when no voice compression is used (G.711) and about 25 Kbps when voice is compressed (G.729). If bandwidth is not increased on the WAN, then voice and data users will suffer call degradation. Today s VoIP network is largely enabled by SIP. A typical small-to-medium business network still connects to PSTN using various methods such as T1/E1, PRI, FXO, SS7, DSL, or cable. Although VoIP has picked up momentum in recent years, traditional phones are still widely used. An average office telephony network contains a PBX, a LAN switch, and a WAN router gateway. How to Calculate Bandwidth Several factors contribute to bandwidth calculation: sampling, quantization, encoding, and compression (optional). There is a trade-off between the most prominent codecs in the market today: G.711 PCM and G.729a. G.711 PCM requires a bandwidth of 64 kbps. It has low complexity and consequently, minimal processing power. G.729a, which replaced the original G.729, requires a bandwidth of 8 kbps. It s characterized with medium complexity and typically increases the cost of the system of choice. As an example, let s take G.711 PCM as a compression method. Assuming a sampling size of 20 msec and an Ethernet medium, you can calculate the required bandwidth. Codec payload (bit rate x sample size) 64 kbps x 20 msec 160 bytes Layer 2 overhead (Ethernet header plus voice VLAN tag header) 18 bytes + 4 bytes 22 bytes Layer 3 overhead (IP header) 20 bytes 20 bytes Layer 4 overhead (UDP and RTP) 8 bytes + 12 bytes Total Packet Size Packets per second (pps) 1000 msec / 20 msec 20 bytes 222 bytes 50 pps Total Bandwidth (50 pps x 222 bytes) x 8 bits 88.8 kbps blackbox.com Page 7

8 How to Select a VoIP Solution Selecting a VoIP solution for an organization encompasses an array of decision making regarding cost and serviceability. Cost Considerations Small businesses often don t have the same options in adopting new technologies as large businesses do. Funds and resources restrict decision making for small businesses. VoIP can offer significant cost reduction and a number of other features that are otherwise unaffordable. Traditional phone services cost a small business around three times more per employee. VoIP service providers recognize this emerging market in SMB and now offer packages tailored to SMBs. The initial investment in VoIP remains the most important challenge. Box's VoIP PBX offers a wide variety of features with no additional costs or license fees. There are four cost sources: IP phone terminals Core infrastructure for call handling Service License fees (ongoing) IP phones today are the most expensive element of the overall solution. However, many vendors are emerging with cheaper alternatives that fit the bill for small business. Box s phone systems are compatible with a wide array of phone options. The core infrastructure for today s VoIP is heading towards a bundle offering, where one box contains multiple call-handling elements plus inherited features from a traditional PBX. An IP PBX, such as Box s, could provide an optimal solution that is cost effective and efficient. Service providers might offer an overall bundle that includes the core infrastructure. There are also service integrators who, along with service providers, could present cost-effective solutions that include the terminals. Serviceability It is recommended that an organization studies the services that can be made available through a VoIP offering. An organization can have the flexibility of hiring people to work from home because of the ability to handle calls over a VPN tunnel. In addition, an organization can have more employees on the road at a low cost with the availability of softphones. The one major benefit of VoIP is the ability to move around employees without the extra effort of relocating phone extensions. Those examples highlight the flexibility and mobility that VoIP can bring to an organization. Nevertheless, VoIP brings a new dimension to network management that didn t necessarily exist before. Infrastructure Depending on the state of the data network and telephony structure in a company, a business infrastructure can be dramatically changed from the introduction of VoIP. VPN concentrators might be required to handle remote and mobile soft clients. New firewalls that handle SIP traversal over NAT might be a necessity. The IP network planning could require an overhaul because of new IP assignments blackbox.com Page 8

9 How to Implement VoIP Upon selection of a VoIP solution, the implementation task is crucial for success as it might affect scalability and productivity of the solution. Data network disruption should be reduced to minimum and network redundancy should be the main concern. One approach would be the reorganization of the data network as a first step before introducing voice services. Another approach could be the introduction of VoIP internally in an organization before moving to full-scale VoIP service using a VoIP provider. Size and network structure affect the decision making. Our Perspective VoIP creates an expanded role for the network manager. Not only will LAN deployment and troubleshooting continue to exist, but there will be new responsibilities such as VoIP protocol operation, call server interaction, network performance optimization, and IP phone configuration. Box offers a complete PBX system that is easy to use and manage. This highly scalable IP PBX phone system makes communications easier and more cost effective for small businesses. IP PBX systems are still relatively out of reach for many small businesses because of high cost. Box makes this technology affordable for the small-to-medium size business, by building on the flexibility, performance, and cost savings made available by VoIP. From details on our Hybrid PBX VoIP Gateways, go to blackbox.com/go/voipbx. About Box Box Network Services is a leading voice communications solutions provider, serving 175,000 clients in 150 countries with 200 offices throughout the world. The Box catalog and Web site offer an extensive range of products including headsets, SIP phones, and united communications and conferencing options for small and medium businesses. More information is available at blackbox.com/go/voipbx. Box is also known as the world s largest technical services company dedicated to designing, building, and maintaining today s complicated data and voice infrastructure systems. Copyright All rights reserved. Box and the Double Diamond logo are registered trademarks of BB Technologies, Inc. Any third-party trademarks appearing in this white paper are acknowledged to be the property of their respective owners. WP00056-VoIP-Telephony_v blackbox.com Page 9

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

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

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

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

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

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

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

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

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

VOICE OVER IP AND NETWORK CONVERGENCE

VOICE OVER IP AND NETWORK CONVERGENCE POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 80 Electrical Engineering 2014 Assaid O. SHAROUN* VOICE OVER IP AND NETWORK CONVERGENCE As the IP network was primarily designed to carry data, it

More information

Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones

Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones Mobile VoIP: Managing, scheduling and refining voice packets to and from mobile phones MOHAMMAD ABDUS SALAM Student ID: 01201023 TAPAN BISWAS Student ID: 01201003 \ Department of Computer Science and Engineering

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

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

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

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

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

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes ZyXEL V100 (V100 Softphone 1 Runtime License) Support Notes Version 1.00 April 2009 1 Contents Overview 1. Overview of V100 Softphone...3 2. Setting up the V100 Softphone.....4 3. V100 Basic Phone Usage.....7

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

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

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

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

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

BLACK BOX. The Changing Communications Market. PBX Systems for Voice over IP (VoIP)

BLACK BOX. The Changing Communications Market. PBX Systems for Voice over IP (VoIP) The Changing Communications Market BLACK BOX Learn how this new technology is in reach for small and medium businesses (SMBs). Hybrid PBX VoIP Gateways Box IP Phones Headsets 724-746-5500 blackbox.com

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

ATA: An Analogue Telephone Adapter is used to connect a standard telephone to a high-speed modem to facilitate VoIP and/or calls over the Internet.

ATA: An Analogue Telephone Adapter is used to connect a standard telephone to a high-speed modem to facilitate VoIP and/or calls over the Internet. KEY VOIP TERMS 1 ACD: Automatic Call Distribution is a system used to determine how incoming calls are routed. When the ACD system receives an incoming call it follows user-defined specifications as to

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

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

CompTIA Convergence+ 2006 Examination Objectives

CompTIA Convergence+ 2006 Examination Objectives CompTIA Convergence+ 2006 Examination Objectives Introduction The CompTIA Convergence+ examination covering the 2006 objectives certifies that the successful candidate has the necessary knowledge to perform

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

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl.

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl. Introduction to Voice over Wireless LAN (VoWLAN) White Paper D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. Introduction Voice over Wireless LAN (VoWLAN) is a technology involving the use

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

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

Figure 1. Traditional PBX system based on TDM (Time Division Multiplexing).

Figure 1. Traditional PBX system based on TDM (Time Division Multiplexing). Introduction to IP Telephony In today s competitive marketplace, small businesses need a network infrastructure that will not only save their business money, but also enable them to be more efficient and

More information

Integrate VoIP with your existing network

Integrate VoIP with your existing network Integrate VoIP with your existing network As organisations increasingly recognise and require the benefits voice over Internet Protocol (VoIP) offers, they stop asking "Why?" and start asking "How?". A

More information

Cisco Networks (ONT) 2006 Cisco Systems, Inc. All rights reserved.

Cisco Networks (ONT) 2006 Cisco Systems, Inc. All rights reserved. Optimizing Converged Cisco Networks (ONT) reserved. Lesson 2.4: Calculating Bandwidth Requirements for VoIP reserved. Objectives Describe factors influencing encapsulation overhead and bandwidth requirements

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

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

Optimizing Converged Cisco Networks (ONT)

Optimizing Converged Cisco Networks (ONT) Optimizing Converged Cisco Networks (ONT) Module 2: Cisco VoIP Implementations (Deploy) Calculating Bandwidth Requirements for VoIP Objectives Describe factors influencing encapsulation overhead and bandwidth

More information

ehealth and VoIP Overview

ehealth and VoIP Overview ehealth and VoIP Overview Voice over IP (VoIP) configurations can be very complex. Your network could contain a variety of devices, applications, and configuration capabilities to support voice traffic.

More information

Voice-Over-IP. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Voice-Over-IP. Daniel Zappala. CS 460 Computer Networking Brigham Young University Voice-Over-IP Daniel Zappala CS 460 Computer Networking Brigham Young University Coping with Best-Effort Service 2/23 sample application send a 160 byte UDP packet every 20ms packet carries a voice sample

More information

Voice over IP. Abdus Salam ICTP, February 2004 School on Digital Radio Communications for Research and Training in Developing Countries

Voice over IP. Abdus Salam ICTP, February 2004 School on Digital Radio Communications for Research and Training in Developing Countries Voice over IP Abdus Salam ICTP, February 2004 School on Digital Radio Communications for Research and Training in Developing Countries Ermanno Pietrosemoli Latin American Networking School (Fundación EsLaRed)

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

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

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

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers.

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. API: An application programming interface (API) is a source

More information

Overview of Voice Over Internet Protocol

Overview of Voice Over Internet Protocol Overview of Voice Over Internet Protocol Purva R. Rajkotia, Samsung Electronics November 4,2004 Overview of Voice Over Internet Protocol Presentation Outline History of VoIP What is VoIP? Components of

More information

TECHNICAL CHALLENGES OF VoIP BYPASS

TECHNICAL CHALLENGES OF VoIP BYPASS TECHNICAL CHALLENGES OF VoIP BYPASS Presented by Monica Cultrera VP Software Development Bitek International Inc 23 rd TELELCOMMUNICATION CONFERENCE Agenda 1. Defining VoIP What is VoIP? How to establish

More information

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080

Project Code: SPBX. Project Advisor : Aftab Alam. Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Test Cases Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:23-11-2007 SPBX

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

VOIP THE ULTIMATE GUIDE VERSION 1.0. 9/23/2014 onevoiceinc.com

VOIP THE ULTIMATE GUIDE VERSION 1.0. 9/23/2014 onevoiceinc.com VOIP THE ULTIMATE GUIDE VERSION 1.0 9/23/2014 onevoiceinc.com WHAT S IN THIS GUIDE? WHAT IS VOIP REQUIREMENTS OF A VOIP SYSTEM IMPLEMENTING A VOIP SYSTEM METHODS OF VOIP BENEFITS OF VOIP PROBLEMS OF VOIP

More information

802.1p An IEEE standard for providing QoS using three bits (defined in 802.1q) to allow switches to reorder packets based on priority level.

802.1p An IEEE standard for providing QoS using three bits (defined in 802.1q) to allow switches to reorder packets based on priority level. Glossary and Terms 802.1p An IEEE standard for providing QoS using three bits (defined in 802.1q) to allow switches to reorder packets based on priority level. 802.1q An IEEE standard for providing virtual

More information

How To Improve A Wireless Phone Connection On A Wireless Network

How To Improve A Wireless Phone Connection On A Wireless Network Implementing VoIP Service Over Wireless Network BreezeACCESS VL White Paper July 2006 Introduction Voice over Internet Protocol (VoIP) technology facilitates packet based IP networks to carry digitized

More information

CONNECTING TO LYNC/SKYPE FOR BUSINESS OVER THE INTERNET NETWORK PREP GUIDE

CONNECTING TO LYNC/SKYPE FOR BUSINESS OVER THE INTERNET NETWORK PREP GUIDE CONNECTING TO LYNC/SKYPE FOR BUSINESS OVER THE INTERNET NETWORK PREP GUIDE Engineering Version 1.3 June 3, 2015 Table of Contents Foreword... 3 Current Network... 4 Understanding Usage/Personas... 4 Modeling/Personas...

More information

Troubleshooting VoIP and Streaming Video Problems

Troubleshooting VoIP and Streaming Video Problems Using the ClearSight Analyzer to troubleshoot the top five VoIP problems and troubleshoot Streaming Video With the prevalence of Voice over IP and Streaming Video applications within the enterprise, it

More information

Introducing Cisco Unified Communications Express

Introducing Cisco Unified Communications Express CHAPTER 1 Introducing Cisco Unified Communications Express Cisco Unified Communications Express is an award-winning communications solution that is provided with the Cisco Integrated Services Router portfolio.

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

Hosted Voice. Best Practice Recommendations for VoIP Deployments

Hosted Voice. Best Practice Recommendations for VoIP Deployments Hosted Voice Best Practice Recommendations for VoIP Deployments Thank you for choosing EarthLink! EarthLinks best in class Hosted Voice phone service allows you to deploy phones anywhere with a Broadband

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

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

Gateways and Their Roles

Gateways and Their Roles Gateways and Their Roles Understanding Gateways This topic describes the role of voice gateways and their application when connecting VoIP to traditional PSTN and telephony equipment. Analog vs. Digital

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

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 Table of Contents 1. Introduction....................................................... 3

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

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

Table of Contents. Confidential and Proprietary

Table of Contents. Confidential and Proprietary Table of Contents About Toshiba Strata CIX and Broadvox SIP Trunking... 1 Requirements... 2 Purpose, Scope and Audience... 3 What is SIP Trunking?... 4 Business Advantages of SIP Trunking... 4 Technical

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

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

White paper. SIP An introduction

White paper. SIP An introduction White paper An introduction Table of contents 1 Introducing 3 2 How does it work? 3 3 Inside a normal call 4 4 DTMF sending commands in sip calls 6 5 Complex environments and higher security 6 6 Summary

More information

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information

Online course syllabus. MAB: Voice over IP

Online course syllabus. MAB: Voice over IP Illuminating Technology Course aim: Online course syllabus MAB: Voice over IP This course introduces the principles and operation of telephony services that operate over Internet Protocol (IP) networks

More information

Using the ClearSight Analyzer To Troubleshoot the Top Five VoIP Problems And Troubleshooting Streaming Video

Using the ClearSight Analyzer To Troubleshoot the Top Five VoIP Problems And Troubleshooting Streaming Video Using the ClearSight Analyzer To Troubleshoot the Top Five VoIP Problems And Troubleshooting Streaming Video With the prevalence of Voice over IP applications within the enterprise, it is important to

More information

SIP Trunking with Microsoft Office Communication Server 2007 R2

SIP Trunking with Microsoft Office Communication Server 2007 R2 SIP Trunking with Microsoft Office Communication Server 2007 R2 A Dell Technical White Paper By Farrukh Noman Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

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

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction

Hands on VoIP. Content. Tel +44 (0) 845 057 0176 enquiries@protelsolutions.co.uk. Introduction Introduction This 4-day course offers a practical introduction to 'hands on' VoIP engineering. Voice over IP promises to reduce your telephony costs and provides unique opportunities for integrating voice

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

More information

Simulation of SIP-Based VoIP for Mosul University Communication Network

Simulation of SIP-Based VoIP for Mosul University Communication Network Int. J. Com. Dig. Sys. 2, No. 2, 89-94(2013) 89 International Journal of Computing and Digital Systems http://dx.doi.org/10.12785/ijcds/020205 Simulation of SIP-Based VoIP for Mosul University Communication

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

SIP Trunking Manual 05.15. Technical Support Web Site: http://ws1.necii.com (registration is required)

SIP Trunking Manual 05.15. Technical Support Web Site: http://ws1.necii.com (registration is required) SIP Trunking Manual 05.15 Technical Support Web Site: http://ws1.necii.com (registration is required) This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers

More information

VoIP Application Note:

VoIP Application Note: VoIP Application Note: Configure NEC UX5000 w/ BroadVox SIP Trunking Service P/N 0913226 Date: 8/12/09 Table of Contents: GOAL... 3 PREREQUISITES... 3 SIP TRUNKING INFORMATION PROVIDED BY BROADVOX:...

More information

The MOST Affordable HD Video Conferencing. Conferencing for Enterprises, Conferencing for SMBs

The MOST Affordable HD Video Conferencing. Conferencing for Enterprises, Conferencing for SMBs The MOST Affordable HD Video Conferencing Video conferencing has become an increasingly popular service, being widely used by enterprises, organizations and individuals. Thanks to the enormous growth in

More information

CPNI VIEWPOINT 01/2007 INTERNET VOICE OVER IP

CPNI VIEWPOINT 01/2007 INTERNET VOICE OVER IP INTERNET VOICE OVER IP AUGUST 2007 Abstract Voice over IP (VoIP) is the term used for a set of technologies that enable real time voice or video conversations to take place across IP networks. VoIP devices

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

Frequently Asked Questions about Integrated Access

Frequently Asked Questions about Integrated Access Frequently Asked Questions about Integrated Access Phone Service How are local, long distance, and international calls defined? Local access transport areas (LATAs) are geographical boundaries set by the

More information

Internet Technology Voice over IP

Internet Technology Voice over IP Internet Technology Voice over IP Peter Gradwell BT Advert from 1980s Page 2 http://www.youtube.com/v/o0h65_pag04 Welcome to Gradwell Gradwell provides technology for every line on your business card Every

More information

Achieving PSTN Voice Quality in VoIP

Achieving PSTN Voice Quality in VoIP Achieving PSTN Voice Quality in VoIP Voice over Internet Protocol (VoIP) is being widely deployed to offer users low-cost alternatives for long-distance and international telephone calls. However, for

More information

Implementing VoIP support in a VSAT network based on SoftSwitch integration

Implementing VoIP support in a VSAT network based on SoftSwitch integration Implementing VoIP support in a VSAT network based on SoftSwitch integration Abstract Satellite communications based on geo-synchronous satellites are characterized by a large delay, and high cost of resources.

More information

VoIP Analysis Fundamentals with Wireshark. Phill Shade (Forensic Engineer Merlion s Keep Consulting)

VoIP Analysis Fundamentals with Wireshark. Phill Shade (Forensic Engineer Merlion s Keep Consulting) VoIP Analysis Fundamentals with Wireshark Phill Shade (Forensic Engineer Merlion s Keep Consulting) 1 Phillip D. Shade (Phill) phill.shade@gmail.com Phillip D. Shade is the founder of Merlion s Keep Consulting,

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

TIME-SAVING VOIP FEATURES YOUR BUSINESS NEEDS

TIME-SAVING VOIP FEATURES YOUR BUSINESS NEEDS TIME-SAVING VOIP FEATURES YOUR BUSINESS NEEDS For America's growing small businesses, the solutions offered by a VoIP phone system are worth taking noting. VoIP is widely recognized for the tremendous

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

VOICE over IP H.323 Advanced Computer Network SS2005 Presenter : Vu Thi Anh Nguyet

VOICE over IP H.323 Advanced Computer Network SS2005 Presenter : Vu Thi Anh Nguyet VOICE over IP H.323 Advanced Computer Network SS2005 Presenter : Vu Thi Anh Nguyet 1 Outlines 1. Introduction 2. QoS in VoIP 3. H323 4. Signalling in VoIP 5. Conclusions 2 1. Introduction to VoIP Voice

More information

Connecting MPLS Voice VPNs Enabling the Secure Interconnection of Inter-Enterprise VoIP

Connecting MPLS Voice VPNs Enabling the Secure Interconnection of Inter-Enterprise VoIP Connecting MPLS Voice VPNs Enabling the Secure Interconnection of Inter-Enterprise VoIP Connecting MPLS Voice VPNs Enabling the secure interconnection of Inter-Enterprise VoIP Executive Summary: MPLS Virtual

More information

Chapter 3 ATM and Multimedia Traffic

Chapter 3 ATM and Multimedia Traffic In the middle of the 1980, the telecommunications world started the design of a network technology that could act as a great unifier to support all digital services, including low-speed telephony and very

More information

BroadCloud PBX Customer Minimum Requirements

BroadCloud PBX Customer Minimum Requirements BroadCloud PBX Customer Minimum Requirements Service Guide Version 2.0 1009 Pruitt Road The Woodlands, TX 77380 Tel +1 281.465.3320 WWW.BROADSOFT.COM BroadCloud PBX Customer Minimum Requirements Service

More information

1. Public Switched Telephone Networks vs. Internet Protocol Networks

1. Public Switched Telephone Networks vs. Internet Protocol Networks Internet Protocol (IP)/Intelligent Network (IN) Integration Tutorial Definition Internet telephony switches enable voice calls between the public switched telephone network (PSTN) and Internet protocol

More information

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Voice over IP (VoIP) David Feiner ACN 2004 Overview Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Introduction Voice Calls are transmitted over Packet Switched Network instead

More information