Expert Reference Series of White Papers. Voice Architectures and Deployment Models COURSES.

Size: px
Start display at page:

Download "Expert Reference Series of White Papers. Voice Architectures and Deployment Models COURSES."

Transcription

1 Expert Reference Series of White Papers Voice Architectures and Deployment Models COURSES

2 Voice Architectures and Deployment Models Bernie Gardiner, Global Knowledge Certified Cisco Instructor Introduction In traditional telephony, the design of voice implementations followed more standard, PSTN-like architectures. End devices, such as phones, had no intelligence built in and were controlled by centralized components such as telephony switches or PBXs. Call control protocols were defined based on physical connection types or proprietary vendor-based protocols. Remote site PBXs connected to Head Office PBX using tie-lines, and data transport was handled by a completely separate network infrastructure. As companies migrate from traditional telephony to Voice over IP, there are more design decisions to make when choosing the most appropriate implementation type. The choices include variations of centralized or distributed architectures, as well as a choice of call control protocols. The design decision may be based on corporate policies (centralize control of infrastructure and services or providing autonomy to each site by distributing control), or the decision may be based on application and service requirements which may dictate one voice control protocol over another. Common deployment models include: Single Site Multi-site Centralized Multi-site Distributed Distributed Single Cluster In addition to the deployment model, a thorough understanding of call control protocols and how they fit within the deployment model is required. Depending on the goal of the telephony implementation, one call control protocol may be chosen over another. The overall design decision will need to encompass both call control protocol and deployment model type. Call Control Protocols The choice of deployment models is closely coupled with the choice of call control protocols. Dominant call control protocols include H.323, Media Gateway Control Protocol (MGCP), Session Initiation Protocol (SIP), and Skinny Call Control Protocol (SCCP). Call control protocols fall into one of 2 groups: peer-to-peer control protocols or client-server control protocols. Peer-to-Peer Protocols mandate that each device in the network has the capability to process a call without having to query a central server, but can choose to use a central server if one is configured. Since the intelligence may be distributed across many devices, peer-to-peer protocols are often associated with distributed voice architectures. H.323 and SIP are examples of peer-to-peer protocols. H.323 devices include voice Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 2

3 gateways and telephony applications, such as soft phones, which run on a PC. SIP devices include SIP phones, as well as SIP-enabled telephony applications. Distributed intelligence provides the benefit of autonomy and gives each location flexibility to implement and configure these devices independent of other locations. However, since each device must be capable of processing calls without outside assistance, that also means each device must contain a comprehensive configuration which defines all other reachable devices. For small installations, this may not be an issue, but for larger installations requiring scalability, this type of configuration requirement does not work well. To solve this issue, both H.323 and SIP, even though they are at heart peer-to-peer protocols, provide centralized configuration and control components. In H.323, the centralized component is the gatekeeper device. The gatekeeper is a device that contains call routing information for multiple voice gateways. The gatekeeper can also provide other functionality such as call admission control and bandwidth management. In the SIP environment, the centralized component is the SIP Proxy/Redirect Server, which works in concert with the registration server and the location database to reduce the need for extensive individual endpoint configuration. In most corporate implementations, some form of centralized intelligence is always implemented to provide a scalable solution. Client-Server protocols mandate that clients do not need to have much intelligence locally but rely on the presence of a central server to orchestrate call setup and teardown. MGCP and SCCP are examples of clientserver protocols. Although these protocols are often used in centralized architectures, they can also be used in a distributed fashion with servers being placed in multiple locations. The benefit of using client-server implementations is that they centralize provisioning, call control and management functions. In the case of MGCP, a central server referred to as a call agent controls voice gateway ports. The call agent is configured with all of the details of how that gateway port will process voice. A single call routing configuration is placed on the call agent and can be accessed to process calls on behalf of many voice ports. This simplifies the configuration task tremendously. A practical comparison would go as follows: A company has 100 remote locations, each with a single PSTN gateway port. A basic peer-to-peer implementation would mean that each of the 100 gateways would need a dial plan configuration that defines how to reach all of the other 99 locations. A client-server implementation would require minimal configuration on each of the 100 gateways defining the address of the call agent. The call agent is configured to know about each of the 100 gateway ports and a single dial plan is configured defining access to each of the 100 locations. SCCP is a Cisco proprietary client-server call control protocol that is used for communication between the Cisco Communications Manager (CM) and the IP phones. When an event, such as off-hook, occurs, the IP phone will query the CM server for direction as to what action to take. The CM will inform the IP phone to provide dial tone and to await a dialed digit. When the IP phone detects a dialed digit, it informs the CM server who responds with the direction to stop playing dial tone and to wait for more digits. This type of back and forth communication continues until the call has been set up, at which time the voice connection is set up directly from one IP phone to the other. Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 3

4 Understanding the difference between call control protocols and the benefits and drawbacks of each is key to a successful implementation of IP telephony. Each company will have its own reasons for choosing one over another, and in many cases, there will be multiple protocols present. The other major decision in IP Telephony design is to determine where the servers and endpoints will be placed. The two major options in use are Centralized or Distributed deployment. In many cases there may be a mix of the two within the corporate environment. Single Site Deployment Model The single site deployment provides local call processing capabilities for a single campus or location over a LAN or MAN environment. The call processing agent located at this site is dedicated to call processing for this location only. All intrasite voice calls will travel over the LAN or MAN and any calls needing to be set up to other locations will be directed to the PSTN. If a WAN is present, it will carry only user data and not voice traffic. Single site deployment allows each location to operate as a stand-alone location and is not dependant on the availability of call processing agents in other locations, nor on the availability of the WAN to process those calls. Benefits include: No dependence on external processing Autonomy of implementation Local control of configuration Simplified dial plan Use of single codec across entire site (G.711) and, therefore, no need for transcoder resources Implementation Guidelines: Complete a voice analysis to determine whether most of the calls originate and terminate within the local site. Single site deployment is the correct choice if this is the case Use MGCP where possible to control ports connecting the location to the PSTN. This provides centralized configuration across all ports and promotes the use of a central dial plan. Perform internal capacity planning to determine bandwidth requirements for Quality of Service configurations Implement an infrastructure that supports high availability, sufficient power provisioning (PoE to the phone), and QoS for consistent high quality voice Implement security across all areas of infrastructure to ensure availability Plan for additional services such as access to voice mail and conferencing Multisite Centralized Deployment Model Figure 1 As the name suggests, the multi-site centralized model provides central call processing capabilities to multiple sites across a wan environment. The call processing agent, and possibly other services, such as voice mail, are Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 4

5 located centrally at a single location, while endpoints, such as IP phones, are located across multiple locations. The distributed endpoints rely on the presence of an IP path (typically across the WAN) to be able to reach the centralized call processing agent and other services. Figure 2 This model is suitable for a corporate environment with multiple small sites where services and IT administration and maintenance are centralized at head office. This type of deployment strongly relies on the availability of a QoS enable network that can carry both voice and call control traffic between headquarters and remote locations. Benefits include: Simplified configuration and maintenance through the use of a single dial-plan on the central call agent Centralized administration and maintenance of the call processing agent and other services such as voice mail and IVR servers Centrally configured call admission control to ensure high quality of service for all completed voice calls Consistent implementation of features and services Implementation Guidelines: Complete a voice analysis to determine the number of concurrent calls required between all locations Determine bandwidth requirements based on required call capacity and codec used Use a high bandwidth codec (e.g., G.711) for all internal calls and a low bandwidth codec (e.g., G.729) for all calls crossing the WAN Use MGCP where possible to control ports connecting each location to the PSTN. This provides centralized configuration across all ports and promotes the use of a central dial plan. Implement an infrastructure that supports high availability, sufficient power provisioning (PoE to the phone), and QoS for consistent high quality voice and call signaling Implement security across all areas of infrastructure to ensure availability Plan for additional services such as access to voice mail and conferencing Plan for Remote Site Survivability as a backup if WAN failure occurs Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 5

6 Multisite Distributed Deployment Model For companies with large campus locations (more than 30,000 devices) or larger remote locations, a distributed approach is typically the answer. A cluster of call processing agents is located at each location, similar to the single-site deployment. The main difference is that calls between sites travel across the WAN in a multisite distributed environment as opposed to traveling across the PSTN as in the single-site deployment. This approach calls for a stable, highly available network infrastructure to support the inter-site calls and call signaling. In a distributed environment, the call processing agents are distributed, but other services, such as voice mail or IVR servers may be centralized or distributed. In the presence of multiple clusters, each cluster must be configured to know about the existence of other clusters, as well as what number ranges each cluster supports. If the number of locations is such that this configuration is prohibitive on the call agent, then H.323 gatekeepers can be implemented to provide scalability in large installations. Figure 3 Benefits include: Cost savings when passing inter site calls over the WAN as opposed to the PSTN Cost savings when passing long distance PSTN calls across the WAN to a local drop-off point (referred to as tail-end hop-off or TEHO) Independent intra-site call processing, removing reliance on external call processing agents for call setup Maximized utilization of WAN facilities when carrying voice, video and data across a common infrastructure Highly scalable Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 6

7 Implementation Guidelines: Complete a voice analysis to determine the number of concurrent calls required between all locations Determine bandwidth requirements based on required call capacity and codec used Use a high bandwidth codec (e.g., G.711) for all internal calls and low bandwidth codec (e.g., G.729) for all calls crossing the WAN Use H.323 gatekeepers to provide address resolution and call admission control between locations Implement an infrastructure that supports high availability, sufficient power provisioning (PoE to the phone), and QoS for consistent high quality voice and call signaling Implement security across all areas of infrastructure to ensure availability Plan for additional services such as access to voice mail and conferencing Plan for Remote Site Survivability as a backup if WAN failure occurs Distributed Single Cluster In instances where there is a low number of smaller locations, a single Communications Manager cluster can be distributed across these multiple locations. Individual servers from the cluster can be placed at different locations as long as the connecting WAN can support clustering requirements. Figure 4 Clustering requirements include: Maximum round trip delay between any CM must be 40ms or less. Jitter must be controlled through the use of QoS policies Adequate bandwidth for Intracluster Communications Signaling Benefits of clustering over the IP WAN include: A centrally administered dial plan Extension mobility across multiple locations Local call processing Depending on the number of remote sites, each site can have one or more servers installed. For sites with a single server, failover occurs over the WAN, while for locations with multiple servers, failover occurs locally. Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 7

8 Summary Telephony design requires a solid understanding of the drivers for Voice over IP, corporate policies for infrastructure design, and telephone components. Planning phases should include capacity planning, bandwidth calculations and defining QoS policies to ensure consistent high quality in the telephony environment. Learn More Learn more about how you can improve productivity, enhance efficiency, and sharpen your competitive edge. Check out the following Global Knowledge courses: CIPT1 v4.1 - Cisco IP Telephony Part 1 v4.1 CIPT1 v6.0 - Implementing Cisco Unified Communications IP Telephony Part 1 CIPT2 v4.1 - Cisco IP Telephony Part 2 v4.1 CIPT2 v6.0 - Implementing Cisco Unified Communications IP Telephony Part 2 CUCMBC v4.1 - Cisco Unified Communications Manager Boot Camp v4.1 CUCMBC v6.0 - Cisco Unified Communications Manager Boot Camp v6.0/v5.1 For more information or to register, visit or call COURSES to speak with a sales representative. Our courses and enhanced, hands-on labs offer practical skills and tips that you can immediately put to use. Our expert instructors draw upon their experiences to help you understand key concepts and how to apply them to your specific work situation. Choose from our more than 700 courses, delivered through Classrooms, e-learning, and On-site sessions, to meet your IT and management training needs. About the Author Berni Gardiner is a Certified Cisco Instructor and has taught for Global Knowledge since Berni's 30+ years of technical expertise spans software development, network design and implementation and Voice over IP design and implementation. Over the past nine years, Berni has focused on converged network design, integrating voice technologies into data networks. Berni teaches a variety of Cisco courses including Implementing Cisco QoS, CVoice, Cisco IP Telephony I and II, and IP Telephony Express. Berni has worked with Global Knowledge and Cisco as the Subject Matter Expert (SME) developing material for multiple Cisco Instructor Led Training courses (ILT) and Global Knowledge Self-Paced elearning courses (SPeL) in the voice arena. Her realworld experience includes working with local and national ISPs for network provisioning, as well as consulting on VoIP implementations across North America. Copyright 2008 Global Knowledge Training LLC. All rights reserved. Page 8

CCIE Voice v3.0 Quick Reference

CCIE Voice v3.0 Quick Reference Table of Contents Chapter 1 Unified Communications Manager...3 CCIE oice v3.0 Quick Reference Chapter 2 Understanding Quality of Service... 42 Chapter 3 Telephony Protocols... 69 Chapter 4 Unity/Unity

More information

IMPLEMENTING CISCO VOICE COMMUNICATIONS AND QOS

IMPLEMENTING CISCO VOICE COMMUNICATIONS AND QOS IMPLEMENTING CISCO VOICE COMMUNICATIONS AND QOS V8.0 (CVOICE) COURSE OVERVIEW: Implementing Cisco Voice Communications and QoS (CVOICE) teaches students about voice gateways, characteristics of VoIP call

More information

CCNP Voice (CCVP) Syllabus/Module Details CVOICE Cisco Voice over IP and QoS v8.0 (CVOICE v8.0)

CCNP Voice (CCVP) Syllabus/Module Details CVOICE Cisco Voice over IP and QoS v8.0 (CVOICE v8.0) CCNP Voice (CCVP) Syllabus/Module Details 642-437 CVOICE Cisco Voice over IP and QoS v8.0 (CVOICE v8.0) 642-447 CIPT1 Implementing Cisco Unified Communications Manager, Part 1 v8.0 (CIPT1 v8.0) 642-457

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

Enterprise Voice and Online Services with Microsoft Lync Server 2013

Enterprise Voice and Online Services with Microsoft Lync Server 2013 Enterprise Voice and Online Services with Microsoft Lync Server 2013 Course # Exam: Prerequisites Technology: Delivery Method: Length: 20337 70-337 20336 Microsoft Lync Server Instructor-led (classroom)

More information

Implementing Cisco Unified Communications Manager Part 2, Volume 1

Implementing Cisco Unified Communications Manager Part 2, Volume 1 Implementing Cisco Unified Communications Manager Part 2, Volume 1 Course Introduction Learner Skills and Knowledge Course Goal and Course Flow Additional Cisco Glossary of Terms Your Training Curriculum

More information

CCVP CIPT2 Quick Reference

CCVP CIPT2 Quick Reference Introduction...3...4 Centralized Call Processing Redundancy...11 CCVP CIPT2 Quick Reference Bandwidth Management and Call Admission Control...17 Applications for Multisite Deployments...21 Security...31

More information

CHAPTER. Introduction. Last revised on: February 13, 2008

CHAPTER. Introduction. Last revised on: February 13, 2008 CHAPTER 1 Last revised on: February 13, 2008 The Cisco Unified Communications System delivers fully integrated communications by enabling data, voice, and video to be transmitted over a single network

More information

Deployment Models CHAPTER

Deployment Models CHAPTER CHAPTER 2 Deployment odels Last revised on: September 27, 2007 This chapter describes the deployment models for Cisco Unified Communications anager 5.x. For design guidance with earlier releases of Cisco

More information

Implementing Cisco Voice Communications & QoS (CVOICE) 8.0 COURSE OVERVIEW: WHO SHOULD ATTEND: PREREQUISITES: Running on UC 9.

Implementing Cisco Voice Communications & QoS (CVOICE) 8.0 COURSE OVERVIEW: WHO SHOULD ATTEND: PREREQUISITES: Running on UC 9. Implementing Cisco Voice Communications & QoS (CVOICE) 8.0 COURSE OVERVIEW: Running on UC 9.x Software Implementing Cisco Voice Communications and QoS (CVOICE) v8.0 is a 5-day training program that teaches

More information

Microsoft Enterprise Voice and Online Services with Microsoft Lync Server 2013

Microsoft Enterprise Voice and Online Services with Microsoft Lync Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20337 - Enterprise Voice and Online Services with Microsoft Lync Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This five-day instructor-led

More information

NATO Communications and Information Systems School

NATO Communications and Information Systems School 1.Course Title Version dated 24/Apr/2015 NATO Voice over IP Foundation Course 2.Identification Number (ID) 095 3. Purpose of the Course There are a number of new technologies (to NATO) that are encompassed

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS20337]: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft Lync Server Delivery Method : Instructor-led

More information

NATO Communications and Information Systems School

NATO Communications and Information Systems School 1.Course Title Version dated 28/Jan/2016 NATO Voice over IP Foundation Course Version 2.0 2.Identification Number (ID) 095 3. Purpose of the Course There are a number of new technologies (to NATO) that

More information

Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Exam Code: Duration:40 Hrs

Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Exam Code: Duration:40 Hrs Course 20337B: Enterprise Voice and Online Services with Microsoft Lync Server 2013 Exam Code: 70-337 Duration:40 Hrs Course Outline Module 1: Voice Architecture This module introduce Enterprise Voice

More information

CISCO CCNP COLLABORATION Cisco Certified Network Professional Collaboration Part 1 (CIPTv1 and CIPTv2)

CISCO CCNP COLLABORATION Cisco Certified Network Professional Collaboration Part 1 (CIPTv1 and CIPTv2) Our Learning Exclusive Custom exam prep software and materials Exam delivery in classroom with 98% success Course specific thinqtank Learning publications to promote a fun exciting learning Extended hours

More information

Cisco IP Telephony Part 2

Cisco IP Telephony Part 2 Cisco IP Telephony Part 2 Duration: 5 Days Course Code: CIPT2 Version: 8.0 Overview: This course follows on from Communications Manager, Part1 (CIPT1) v8.0 and prepares delegates for implementing a Cisco

More information

Cisco Unity CHAPTER. Last revised on: September 27, Cisco Unified Communications SRND (Based on Cisco Unified Communications Manager 5.

Cisco Unity CHAPTER. Last revised on: September 27, Cisco Unified Communications SRND (Based on Cisco Unified Communications Manager 5. CHAPTER 13 Last revised on: September 27, 2007 This chapter focuses on the design aspects of integrating and Connection with Cisco Unified Communications anager (Unified C). This chapter focuses on Cisco

More information

CHAPTER. Cisco Unity. Last revised on: February 13, 2008

CHAPTER. Cisco Unity. Last revised on: February 13, 2008 CHAPTER 13 Last revised on: February 13, 2008 This chapter focuses on the design aspects of integrating and Connection with Cisco Unified Callanager. The design topics covered in this chapter apply to

More information

Administering Cisco Unified Communication Manager and Unity Connection (ACUCM+AUC)

Administering Cisco Unified Communication Manager and Unity Connection (ACUCM+AUC) Administering Cisco Unified Communication Manager and Unity Connection (ACUCM+AUC) COURSE OVERVIEW: Administering Cisco Unified Communications Manager (ACUCM) provides system administrators and networking

More information

Mobile MOUSe CONVERGENCE+ ONLINE COURSE OUTLINE

Mobile MOUSe CONVERGENCE+ ONLINE COURSE OUTLINE Mobile MOUSe CONVERGENCE+ ONLINE COURSE OUTLINE COURSE TITLE CONVERGENCE+ COURSE DURATION 13 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW This course will prepare you to design, implement

More information

Mobile MOUSe IMPLEMENTING VOIP ONLINE COURSE OUTLINE

Mobile MOUSe IMPLEMENTING VOIP ONLINE COURSE OUTLINE Mobile MOUSe IMPLEMENTING VOIP ONLINE COURSE OUTLINE COURSE TITLE IMPLEMENTING VOIP COURSE DURATION 13 Hour(s) of Self-Paced Interactive Training COURSE OVERVIEW The Cisco Implementing VoIP course validates

More information

System-Level Configuration Settings

System-Level Configuration Settings CHAPTER 5 Configure system-level settings before you add devices and configure other Cisco Unified CallManager features. This section covers the following topics: Server Configuration, page 5-1 Cisco Unified

More information

Introduction. H.323 Basics CHAPTER

Introduction. H.323 Basics CHAPTER CHAPTER 1 Last revised on: October 30, 2009 This chapter provides an overview of the standard and the video infrastructure components used to build an videoconferencing network. It describes the basics

More information

Expert Reference Series of White Papers. Understanding Data Centers and Cloud Computing

Expert Reference Series of White Papers. Understanding Data Centers and Cloud Computing Expert Reference Series of White Papers Understanding Data Centers and Cloud Computing 1-800-COURSES www.globalknowledge.com Understanding Data Centers and Cloud Computing Paul Stryer, Global Knowledge

More information

Configure Gateways. Gateway Overview. Gateway Overview, page 1 Gateway Setup Prerequisites, page 3 Gateway Configuration Task Flow, page 4

Configure Gateways. Gateway Overview. Gateway Overview, page 1 Gateway Setup Prerequisites, page 3 Gateway Configuration Task Flow, page 4 Gateway Overview, page 1 Gateway Setup Prerequisites, page 3 Gateway Configuration Task Flow, page 4 Gateway Overview Cisco offers a wide variety of voice and video gateways. A gateway provides interfaces

More information

20337-Enterprise Voice and Online Services with Microsoft Lync Server 2013

20337-Enterprise Voice and Online Services with Microsoft Lync Server 2013 Course Outline 20337-Enterprise Voice and Online Services with Microsoft Lync Server 2013 Duration: 5 day (30 hours) Target Audience: This course is intended for IT Consultants and Telecommunications Consulting

More information

Cisco Unified MeetingPlace Integration

Cisco Unified MeetingPlace Integration CHAPTER 14 This chapter covers system-level design and implementation of Cisco Unified MeetingPlace 5.4 in a Cisco Unified Communications Manager 5.x environment. The following aspects of design and configuration

More information

Cisco - CMA v8.5 Communications Manager Administration

Cisco - CMA v8.5 Communications Manager Administration Course Overview View Course Dates & Register Today Communications Manager Administration (CMA) v8.5 provides system administrators and networking professionals with an understanding of the Cisco Unified

More information

(اوابك) للتدريب APTI. CompTIA. Cours. CompTIA. confirms. Duration 6 days. Venue. Page 315

(اوابك) للتدريب APTI. CompTIA. Cours. CompTIA. confirms. Duration 6 days. Venue. Page 315 Organization Of Computer Maintenance CompTIA A+ Essentials C1 CompTIA A+ certification validates the latestt skills needed by computer supportprofessionals,nd confirms a technician's ability to perform

More information

Survivable Remote Site Telephony Overview, page 1 Survivable Remote Site Telephony Configuration Task Flow, page 1 SRST Restrictions, page 6

Survivable Remote Site Telephony Overview, page 1 Survivable Remote Site Telephony Configuration Task Flow, page 1 SRST Restrictions, page 6 Survivable Remote Site Telephony Overview, page 1 Survivable Remote Site Telephony Configuration Task Flow, page 1 SRST Restrictions, page 6 Survivable Remote Site Telephony Overview Survivable Remote

More information

Cisco Webex Cloud Connected Audio

Cisco Webex Cloud Connected Audio White Paper Cisco Webex Cloud Connected Audio Take full advantage of your existing IP telephony infrastructure to help enable a Webex integrated conferencing experience Introduction Cisco Webex Cloud Connected

More information

CCNA & CCNP Collaboration. IP Telephony IP Telephony

CCNA & CCNP Collaboration. IP Telephony IP Telephony CCNA & CCNP Collaboration CCNA & CCNP Collaboration IP Telephony IP Telephony CUCM CME IP Telephony Gateway Call Handler Voice Mail CUC IP Telephony IM CUPS IP Telephony Video Course Outline Exam Number:

More information

Deploying Voice Workloads for Skype for Business Online and Server

Deploying Voice Workloads for Skype for Business Online and Server Course Code: M40409 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Deploying Voice Workloads for Skype for Business Online and Server Overview This five-day instructor-led course teaches how to

More information

JPexam. 最新の IT 認定試験資料のプロバイダ IT 認証であなたのキャリアを進めます

JPexam.   最新の IT 認定試験資料のプロバイダ IT 認証であなたのキャリアを進めます JPexam 最新の IT 認定試験資料のプロバイダ http://www.jpexam.com IT 認証であなたのキャリアを進めます Exam : 642-427 Title : Troubleshooting Cisco Unified Communications v8.0 (TVOICE v8.0) Vendor : Cisco Version : DEMO Get Latest & Valid

More information

Deploying Voice Workloads for Skype for Business Online and Server 2015

Deploying Voice Workloads for Skype for Business Online and Server 2015 Deploying Voice Workloads for Skype for Business Online and Server 2015 Duration: 5 Days Course Code: M40409 Version: A Delivery Method: Virtual and Classroom Overview: This five-day instructor-led course

More information

Understanding PBX Fundamentals

Understanding PBX Fundamentals Understanding Course Description This course provides a practical and in-depth foundation on Private Branch Exchange (PBX) or a Private Automatic Branch Exchange (PABX - which is out of fashion since all

More information

Deploying Voice Workloads for Skype for Business Online and Server 2015

Deploying Voice Workloads for Skype for Business Online and Server 2015 Deploying Voice Workloads for Skype for Business Online and Server 2015 40409; 5 Days, Instructor-led Course Description This five-day instructor-led course teaches how to design, plan, and deploy the

More information

Cisco Unified Communications Manager 9.0

Cisco Unified Communications Manager 9.0 Data Sheet Cisco Unified Communications Manager 9.0 Cisco Unified Communications Manager is the heart of Cisco collaboration services, enabling session and call control for video, voice, messaging, mobility,

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Cisco 642-457 Exam Questions & Answers Number: 642-457 Passing Score: 800 Time Limit: 120 min File Version: 35.5 http://www.gratisexam.com/ Sections 1. 1-18 2. 19-36 3. 37-54 4. 55-72 Cisco 642-457 Exam

More information

CCNA VOICE. Course Catalog

CCNA VOICE. Course Catalog CCNA VOICE Course Catalog 2012-2013 CCNA Voice The Cisco Certi ied Network Associate Voice (CCNA Voice) validates associate-level knowledge and skills required to administer a voice network. The Cisco

More information

Overview of Cisco Unified Communications Applications and Services

Overview of Cisco Unified Communications Applications and Services CHAPTER 20 Overview of Cisco Unified Communications Applications and Services Revised: February 29, 2012; Once the network, call routing, and call control infrastructure has been put in place for your

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

Cisco Unified Survivable Remote Site Telephony Version 4.2

Cisco Unified Survivable Remote Site Telephony Version 4.2 Survivable Remote Site Telephony Version 4.2 Communications solutions unify voice, video, data, and mobile applications on fixed and mobile networks, delivering a media-rich collaboration experience across

More information

The Designing & Implementing a Voice-Enabled IP Network course has been designed with three primary goals:

The Designing & Implementing a Voice-Enabled IP Network course has been designed with three primary goals: As PABX vendors implement the latest and greatest VoIP strategies in their PABX systems, an unfortunate design problem often occurs because the phone system is implemented on top of an existing data network

More information

"Charting the Course... MOC A Deploying Voice Workloads for Skype for Business Online and Server Course Summary

Charting the Course... MOC A Deploying Voice Workloads for Skype for Business Online and Server Course Summary Description Course Summary This five-day instructor-led course teaches how to design, plan, and deploy the various voice solutions available with Skype for Business Online and Skype for Business Server

More information

Microsoft Deploying, Configuring, and Administering Microsoft Lync Server 2010

Microsoft Deploying, Configuring, and Administering Microsoft Lync Server 2010 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10533 - Deploying, Configuring, and Administering Microsoft Lync Server 2010 Length 5 days Price $4290.00 (inc GST) Overview This five-day instructor-led

More information

Deploying, Configuring, and Administering Microsoft Lync Server 2010 (MS 10533A)

Deploying, Configuring, and Administering Microsoft Lync Server 2010 (MS 10533A) Duration 5 Days Description This five day instructor led course teaches IT professionals how to deploy, configure, and administer a Microsoft Lync Server 2010 solution. The course emphasizes Lync Server

More information

Cisco Hosted Unified Communications Services

Cisco Hosted Unified Communications Services Cisco Hosted Unified Communications Services Cisco Unified Communications is a comprehensive, converged IP communications system of data, voice, video, and mobility applications. It enables more effective

More information

Encryption setup for gateways and trunks

Encryption setup for gateways and trunks Encryption setup for gateways and trunks This chapter provides information about encryption setup for gateways and trunks. Cisco IOS MGCP gateway encryption, page 1 H.323 gateway and H.323/H.225/H.245

More information

Deployment Models. Cisco Unified Contact Center Enterprise Solution Reference Network Design, Release 9.x 1

Deployment Models. Cisco Unified Contact Center Enterprise Solution Reference Network Design, Release 9.x 1 There are numerous ways that Unified Contact Center Enterprise (Unified CCE) can be deployed, but the deployments can generally be categorized into the following major types or models: Single Site Multisite

More information

Course Outline: Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1)

Course Outline: Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) Course Outline: Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs : CIPTV1 v1.0 gives the learner all the tools they

More information

About Exam Questions

About Exam Questions About 300-080 Exam Questions This exam assesses learner's knowledge and skills that are required to troubleshoot a Cisco Unified Collaboration solution. The assessment covers troubleshooting methodology,

More information

Dial Plan Architecture

Dial Plan Architecture CHAPTER 6 Last revised on: October 30, 2009 This chapter defines and explains the key elements in designing a dial plan for an H.323 network. An H.323 video dial plan is a numbering scheme that allows

More information

Configuring Encryption for Gateways and Trunks

Configuring Encryption for Gateways and Trunks CHAPTER 24 This chapter contains information on the following topics: Overview for Cisco IOS MGCP Gateway Encryption, page 24-1 Overview for H.323 Gateway and H.323/H.225/H.245 Trunk Encryption, page 24-2

More information

Call Processing CHAPTER

Call Processing CHAPTER CHAPTER 8 Revised: February 29, 2012; The handling and processing of voice and video calls is a critical function provided by IP telephony systems. This functionality is handled by some type of call processing

More information

Simplify IP Telephony with System i. IBM System i IP Telephony

Simplify IP Telephony with System i. IBM System i IP Telephony Simplify IP Telephony with System i IBM System i IP Telephony Highlights Deploy a complete IP telephony suite on one easy-to-manage system, or even part of a system, shared with other applications Integrate

More information

Deploying Voice Workloads for Skype for Business Online and Server 2015

Deploying Voice Workloads for Skype for Business Online and Server 2015 Deploying Voice Workloads for Skype for Business Online and Server 2015 Duration: 5 Days Course Code: M40409 Version: A Overview: This five-day instructor-led course teaches how to design, plan, and deploy

More information

Understanding Cisco CallManager Trunk Types

Understanding Cisco CallManager Trunk Types 42 CHAPTER In a distributed call-processing environment, Cisco CallManager communicates with other Cisco CallManager clusters, the public switched telephone network (PSTN), and other non-ip telecommunications

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 300-075 Title : Implementing Cisco IP Telephony & Video, Part 2 v1.0 Vendor : Cisco Version : DEMO Get Latest

More information

Implementing Cisco Collaboration Devices 1.0 (CICD)

Implementing Cisco Collaboration Devices 1.0 (CICD) COURSE OVERVIEW: Implementing Cisco Collaboration Devices 1.0 (CICD) Implementing Cisco Collaboration Devices (CICD) teaches learners how to maintain and operate a Cisco Unified Communications solution

More information

40409A: Deploying Voice Workloads for Skype for Business Online and Server 2015

40409A: Deploying Voice Workloads for Skype for Business Online and Server 2015 40409A: Deploying Voice Workloads for Skype for Business Online and Server 2015 Course Details Course Code: Duration: Notes: 40409A 5 days This course syllabus should be used to determine whether the course

More information

AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide. Issue /3/2008

AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide. Issue /3/2008 AT&T IP Flexible Reach And IP Toll Free Cisco Unified Communication Manager H.323 Configuration Guide Issue 2.17 3/3/2008 Page 1 of 49 TABLE OF CONTENTS 1 Introduction... 4 2 Special Notes... 4 3 Overview...

More information

Cisco Unified Videoconferencing

Cisco Unified Videoconferencing Cisco Unified Communications Rich-Media Conferencing Conferencing applications have become critical productivity tools for organizations. Cisco provides multiple conferencing offerings that are part of

More information

Unified Communications Networks Security and Platforms

Unified Communications Networks Security and Platforms Unified Communications Networks Security and Platforms About Program Who May Apply? Learning Environment Program Overview Program Architecture Partnership with Industry Index Who is Who? 2 Index Introduction

More information

Cisco Implementing Cisco IP Telephony and Video, Part 2 (CIPTV2) For More Information - Visit:

Cisco Implementing Cisco IP Telephony and Video, Part 2 (CIPTV2) For More Information - Visit: CertsChief Guaranteed Success with Accurate & Updated Questions. Cisco 300-075 Implementing Cisco IP Telephony and Video, Part 2 (CIPTV2) Questions & Answers PDF For More Information - Visit: https://www.certschief.com/

More information

Cisco Unified Survivable Remote Site Telephony Version 7.1

Cisco Unified Survivable Remote Site Telephony Version 7.1 Survivable Remote Site Telephony Version 7.1 Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

More information

Expert Reference Series of White Papers. Cisco UCS B Series Uplink Strategies

Expert Reference Series of White Papers. Cisco UCS B Series Uplink Strategies Expert Reference Series of White Papers Cisco UCS B Series Uplink Strategies 1-800-COURSES www.globalknowledge.com Cisco UCS B Series Uplink Strategies Chris Olsen, Global Knowledge Instructor, Author,

More information

Avaya ExpertNet Lite Assessment Tool

Avaya ExpertNet Lite Assessment Tool IP Telephony Contact Centers Mobility Services WHITE PAPER Avaya ExpertNet Lite Assessment Tool April 2005 avaya.com Table of Contents Overview... 1 Network Impact... 2 Network Paths... 2 Path Generation...

More information

Customer Guide to Passive VoIP Recording. March

Customer Guide to Passive VoIP Recording. March Customer Guide to Passive VoIP Recording March 2017 www.incontact.com Introduction Customer Guide to Passive VoIP Recording Version: This guide should be used with NICE Uptivity (formerly Premise incontact

More information

Cisco Emergency Responder Version 2.0

Cisco Emergency Responder Version 2.0 Cisco Emergency Responder Version 2.0 Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective,

More information

Collaborative Conferencing

Collaborative Conferencing CHAPTER 8 Revised: March 30, 2012, When there are three or more participants involved in a call, the call becomes a conference. In collaborative conferencing, the audio, video and content from some or

More information

AT&T IP Flexible Reach And IP Toll Free Cisco Call Manager Configuration Guide. Issue /5/2007

AT&T IP Flexible Reach And IP Toll Free Cisco Call Manager Configuration Guide. Issue /5/2007 And IP Toll Free Cisco Call Manager Configuration Guide Issue 2.13 6/5/2007 Page 1 of 38 TABLE OF CONTENTS 1 Introduction... 3 2 Special Notes... 3 3 Overview... 4 3.1 Call Manager Site... 4 3.2 TFTP and

More information

Cisco Communication Manager Administration v11.0 (CMA)

Cisco Communication Manager Administration v11.0 (CMA) Course Overview This course will introduce students to the CUCM 11.0 system, the basic procedures for administering IP Phones and Users, understanding the Dial Plan and implementing Features. Who Should

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 642-447 Title : Implementing Cisco Unified Communications Manager, Part 1 Vendor :

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Cisco 642-457 Exam Questions & Answers Number: 642-457 Passing Score: 800 Time Limit: 120 min File Version: 35.5 http://www.gratisexam.com/ Sections 1. 1-18 2. 19-36 3. 37-54 4. 55-72 Cisco 642-457 Exam

More information

Integrating VoIP Phones and IP PBX s with VidyoGateway

Integrating VoIP Phones and IP PBX s with VidyoGateway Integrating VoIP Phones and IP PBX s with VidyoGateway Updated February 2011 INDEX: I. ABSTRACT.1 II. III. IV. VIDYOGATEWAY OVERVIEW.. 1 NETWORK TOPOLOGIES AND DEFINITIONS...2 CONNECTING TO VIDYOCONFERENCES

More information

Cisco Survivable Remote Site Telephony Version 4.2

Cisco Survivable Remote Site Telephony Version 4.2 Cisco Survivable Remote Site Telephony Version 4.2 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, delivering a media-rich collaboration

More information

Cisco Exam Implementing Cisco Unified Communications Manager, Part 2 v8.0 (CIPT2 v8.0) Version: 17.0 [ Total Questions: 215 ]

Cisco Exam Implementing Cisco Unified Communications Manager, Part 2 v8.0 (CIPT2 v8.0) Version: 17.0 [ Total Questions: 215 ] s@lm@n Cisco Exam 642-457 Implementing Cisco Unified Communications Manager, Part 2 v8.0 (CIPT2 v8.0) Version: 17.0 [ Total Questions: 215 ] Question No : 1 Refer to the exhibit. The remote site needs

More information

Innovation Networking App Note

Innovation Networking App Note Innovation Networking App Note G12 Communications ShoreTel and G12 Communications for SIP Trunking (Native) 1 (877) 311-8750 sales@g12com.com Jackson St. #19390, Seattle, WA 98104 Product: ShoreTel G12

More information

Expert Reference Series of White Papers. Securing Layer 2

Expert Reference Series of White Papers. Securing Layer 2 Expert Reference Series of White Papers Securing Layer 2 1-800-COURSES www.globalknowledge.com Securing Layer 2 Carol Kavalla, Global Knowledge Instructor Introduction For many years network administrators

More information

Preparing for Your System Upgrade

Preparing for Your System Upgrade CHAPTER 5 This topic discusses information to be aware of before the actual upgrade process such as the general upgrade approach for the different contact center components, upgrade release versions of

More information

Cisco Cisco Voice over IP (CVOICE) Practice Test. Version QQ:

Cisco Cisco Voice over IP (CVOICE) Practice Test. Version QQ: Cisco 642-436 642-436 Cisco Voice over IP (CVOICE) Practice Test Version 3.8 QUESTION NO: 1 Cisco 642-436: Practice Exam Which two statements describe the purpose of the technology prefix? (Choose two.)

More information

Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) 1.0

Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) 1.0 Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) 1.0 COURSE OVERVIEW: Implementing Cisco IP Telephony & Video, Part 1 (CIPTV1) v1.0 is a five-day course that prepares the learner for implementing

More information

Expert Reference Series of White Papers. How a Spanning Tree Works

Expert Reference Series of White Papers. How a Spanning Tree Works Expert Reference Series of White Papers How a Spanning Tree Works 1-800-COURSES www.globalknowledge.com How a Spanning Tree Works Carol Kavalla, Global Knowledge Instructor, S, CCSI, CCDP Introduction

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 8: SIP and H323 Litterature: 2004 Image Coding Group, Linköpings Universitet Lecture 8: SIP and H323 Goals: After this lecture you should Understand the basics of SIP and it's architecture Understand

More information

Expert Reference Series of White Papers. Cisco Collaboration Endpoints

Expert Reference Series of White Papers. Cisco Collaboration Endpoints Expert Reference Series of White Papers Cisco Collaboration Endpoints Cisco Collaboration Endpoints Berni Gardiner, Global Knowledge Instructor, CCSI, CCDA, CCNP Voice Introduction Video conferencing has

More information

IP Telephony Migration Options

IP Telephony Migration Options CHAPTER 18 Last revised on: September 27, 2007 This chapter describes the following main methods for migrating to an Telephony system (or any other phone system, for that matter): Phased Migration, page

More information

Troubleshooting Voice Over IP with WireShark

Troubleshooting Voice Over IP with WireShark Hands-On Troubleshooting Voice Over IP with WireShark Course Description Voice over IP is being widely implemented both within companies and across the Internet. The key problems with IP voice services

More information

OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE

OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE I. Description of Course: 1. Department/Course: CNET - 180 7. Degree/Applicability: 2. Title: IP Telephony and VoIP Credit, Degree

More information

Unified IP IVR Architecture

Unified IP IVR Architecture This chapter briefly describes the deployment models that you can use with Unified IP IVR. The following are brief descriptions of key items for a Unified IP IVR deployment: Voice Gateway: Connects the

More information

Explain how cloud technologies are changing the design, deployment, and management of voice architectures.

Explain how cloud technologies are changing the design, deployment, and management of voice architectures. Course Outline Module 1: Introduction to Voice Workloads Designing a Skype for Business voice solution requires the understanding of many technologies. With Microsoft s latest cloud based voice services,

More information

TVOICE: Troubleshooting Cisco Unified Communications v8

TVOICE: Troubleshooting Cisco Unified Communications v8 Course Objectives Describe a systematic methodology to troubleshoot Cisco Unified Communications solutions Isolate and troubleshoot reported issues that relate to Cisco Unified Communications Manager.

More information

Call Transfer and Forward

Call Transfer and Forward Information About, page 1 Configure ing, page 32 Configuration Examples for ing, page 77 Where to Go Next, page 86 Feature Information for ing, page 87 Information About Call Forward Call forward feature

More information

Test-king. Number: Passing Score: 800 Time Limit: 120 min File Version:

Test-king.  Number: Passing Score: 800 Time Limit: 120 min File Version: 300-075 Test-king Number: 300-075 Passing Score: 800 Time Limit: 120 min File Version: 14.1 http://www.gratisexam.com/ 300-075 Implementing Cisco IP Telephony & Video, Part 2 v1.0 Version 14.1 Exam A QUESTION

More information

Number: Passing Score: 800 Time Limit: 120 min File Version:

Number: Passing Score: 800 Time Limit: 120 min File Version: 300-075 Number: 300-075 Passing Score: 800 Time Limit: 120 min File Version: 8.0 300-075 Implementing Cisco IP Telephony & Video, Part 2 v1.0 Version 8.0 Sections 1. VCS Control 2. Collaboration Edge (VCS

More information

Mobile Unified Communications

Mobile Unified Communications 25 CHAPTER Revised: April 30, 2013; solutions and applications provide the ability to deliver features and functionality of the enterprise IP communications environment to mobile workers wherever they

More information

INTEGRATING CISCO UNIFIED COMMUNICATIONS APPLICATIONS

INTEGRATING CISCO UNIFIED COMMUNICATIONS APPLICATIONS INTEGRATING CISCO UNIFIED COMMUNICATIONS APPLICATIONS V1.0 (CAPPS) COURSE OVERVIEW: Integrating Cisco Unified Communications Applications (CAPPS) v1.0 prepares the learner for integrating Cisco Unity Connection,

More information

Troubleshooting Cisco IP Telephony Video (CTCOLLAB) 1.0

Troubleshooting Cisco IP Telephony Video (CTCOLLAB) 1.0 Troubleshooting Cisco IP Telephony Video (CTCOLLAB) 1.0 COURSE OVERVIEW: Troubleshooting Cisco IP Telephony Video (CTCOLLAB) v1.0 is a five-day Cisco IT training course that prepares the learner for troubleshooting

More information

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model

Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model Digital Advisory Services Professional Service Description SIP SBC with Field Trial Endpoint Deployment Model 1. Description of Services. 1.1 SIP SBC with Field Trial Endpoint Deployment Verizon will assist

More information