The Need for SIP-Enabled Application Delivery Controllers

Size: px
Start display at page:

Download "The Need for SIP-Enabled Application Delivery Controllers"

Transcription

1 The Need for SIP-Enabled Application Delivery Controllers

2 Table of Content Introduction...3 The Growing Deployment of SIP Communication...3 Application Delivery Controllers Will Become Standard for High Capacity Deployments...3 History and Current State of Load-Balancing and High Availability (HA) in VoIP...4 The Need for SIP-Enabled ADCs...6 The Role of the L4 Load Balancer...7 The Role of the SIP Proxy...7 The Advantages of a SIP ADC That Also Serves as a SIP Proxy...8 Simplicity...8 Request and Response Routing...8 TCP Splitting...10 Aging...11 Refer and Replaces...11 Transport Conversion and TLS Offload...12 Summary...12 About Radware SIP Director...12 About Radware...12 Smart Network. Smart Business.

3 Introduction The traditional public switched telephone network (PSTN) is known for its robustness. We, as users, consider telephony service availability as a given we expect to hear a dial tone and to be able to perform a call with decent quality whenever we pick up the handset. This is well demonstrated in the movie, The Day After Tomorrow when the character Jack Hall (Dennis Quaid) picks up a public pay phone and makes a call while New York City is under a deadly arctic storm, which destroys large parts of the city and populace. In reality, we have seen failures of time division multiplexing (TDM) networks only in extreme cases such as 9/11. This type of reliability and robustness is expected from the newly deployed VoIP network but is it available today? What is required for achieving this goal? This white paper provides an overview of the solution required for addressing this need and gives practical examples to demonstrate why such a solution must be SIP-enabled in order to function as a standard SIP entity in the network. Drawing upon over 10 years of extensive field-experience, Radware s solutions and technology provide its wide customer base with service continuity and reliability and are complemented by the company s expertise. The Growing Deployment of SIP Communication Since its early days in the 90s VoIP has evolved from an early adopters technology for low- rate, long distance phone calls to a service that is gradually replacing the TDM network with SIP as the protocol of choice. SIP and adjacent protocols and standards provide a wide range of multimedia value-added services that converge fixed and mobile networks with Web 2.0. services delivered over these networks, in order to achieve the goal of providing an enhanced user experience. An example is allowing users to start an instant message (IM) session and then immediately turning it into a full video conference and collaboration session that invites additional parties to connect via the web from home, the office and on-the-go. VoIP brings forth a new architecture, the IP Multimedia Subsystem (IMS), currently being adopted and deployed by carriers and operators. This new architecture allows for the creation of such services and the integration of new and traditional services provided by external companies through standard interfaces. With the increasing deployment of SIP and IMS, carriers and service providers are required to provide 5x9s service availability and high levels of service quality for the growing volume of communication traffic. This in turn imposes carrier-grade performance requirements on vendors and system integrators building solutions and products for these networks, thus posing new challenges for making these solutions network-ready. Application Delivery Controllers Will Become Standard for High Capacity Deployments As SIP deployment continues to grow it is representative today of where HTTP was in the late 90 s in terms of growth potential and availability requirements. At that time, solutions for load balancing, scalability and service availability were typically addressed in the scope of the product or application. As traffic increased and applications became mission-critical the importance of scalability and performance increased and service availability became critical. Therefore, it was clear that a dedicated solution was required in order to service this need. This resulted in the evolution of the Application Delivery Controller (ADC). Smart Network. Smart Business. 3

4 Looking today at VoIP and specifically SIP from the standpoint of the ADC evolution brings one to a clear conclusion that for SIP to continue its evolution in replacing legacy TDM telephony, it must adopt the same approach of an external purpose-built ADC. With such a solution, carrier- grade requirements for availability and load balancing can be addressed by a dedicated, off-the-shelf ADC. This reduces time-to-service for service providers and vendors and simplifies development and deployment significantly. A SIP-enabled ADC should support the following capabilities: 1. SIP Service Availability and Disaster Recovery service availability assurance handling for both local and global server fail-over, local server failure and site disaster recovery. This is accomplished by identifying server failures and managing traffic redirection to a specific backup server or remote site. 2. Optimized SIP Performance, Scalability and Acceleration local and global load balancing allowing distribution of traffic to remote server farms for handling traffic peaks. Servers may be added to a cluster seamlessly providing a scalable architecture to increase both performance (calls per second) and overall capacity (concurrent calls). Traffic is accelerated by the offload of CPU intensive tasks such as TLS to dedicated hardware (HW). 3. Optimal Call Completion through accurate routing of traffic and maintaining session persistency. Messages are distributed to backend servers based on their capability to support them (e.g., server load, service type). Persistency is critical as persistency mismatch may cause session failure. 4. Interoperability a SIP-enabled ADC must be fully standard compliant and validated at SIP interoperability events such as SIPit. Additionally, it should provide interoperability enhancement by performing protocol mitigation, for example, through transport conversion and SIP/SIPS scheme conversion for TLS traffic. 5. Security is required both on an IP level for threats such as distributed denial-of-service (DDoS) and SIPspecific threats such as SIP layer floods, worms and SIP protocol exploits (e.g., buffer overflows, SQL injections). History and Current State of Load-Balancing and High Availability (HA) in VoIP Carrier-grade capabilities for VoIP service availability and load balancing are commonly developed today as an integral part of the application. Typical models of high availability and load balancing are limited to the current server cluster in architectures such as N+1 or N+M. Resources are not viewed globally for failure recovery, disaster recovery and for load balancing to support resource optimization. The fact that solutions are integrated into the application limits their scope and scalability options. This type of solution also typically consumes resources that would be better utilized from an ROI perspective for increasing application performance instead of performing tasks that can be handled by an external ADC. From a development resource utilization perspective, including partial functions of an ADC in the scope of the application requires repetitive development efforts of proprietary solutions. It is better to invest resources in increasing application differentiation and functionality than in development of functions that can be integrated and utilized from an externally dedicated ADC. Approaches to load balancing VoIP traffic have evolved as deployments have increased. Historically in TDM networks and later in early VoIP deployments load between servers was split based on phone number prefixes, destinations and type of service. This static distribution model is inefficient, typically resulting in an unbalanced system, waste of resources and low ROI. Each server cluster, statically handling a specific group of prefixes or a service must be designed to support peak traffic since there is no way to dynamically change traffic distribution. Smart Network. Smart Business. 4

5 Additionally, peak traffic periods may vary between server clusters based on time zone or other behavioral characteristics. This results in low server utilization as a cluster typically handles lower traffic levels. The static distribution model approach is additionally management intensive as it requires making frequent changes to the static traffic distribution configuration as loads in each group may change during the day/week or over a period of time. Scalability in this type of architecture is problematic. Instead of overall scaling of globally shared resources it is required to scale each segment. This increases scalability costs and can potentially lead to a system overload of specific server clusters. Other models use a dispatcher for the initial message of the communication but following traffic is routed directly to the handling server. Common Dispatcher First message and response Following messages go directly to the selected server Dispatcher selects a server for the first message SIP Servers Figure 1: First message dispatcher model In this architecture model if there is mid-call server failure there is no way for the Dispatcher to change message routing for service continuity so backups will need to be implemented between the servers themselves. This imposes greater loads on the servers as they are required to perform health monitoring between them and must keep synchronization of data and states. Server resources are thus allocated to these tasks instead of application-reducing ROI. Another common model incorporates broadcast and hash-based decision methods. In this approach the front-end dispatcher broadcasts traffic to all backend servers. Each server then performs a hash function to decide if the call should be handled by it. This approach is used in Microsoft s Network Load Balancer (NLB). This model introduces additional load on all servers and creates issues in case of server failure and recovery as the routing decision is made at the backend servers instead of at the front-end. There is no way for the front-end dispatcher to change load balancing and routing rules due to changes in traffic load and server availability. Message received by dispatcher sent to all servers Common Dispatcher An external ADC that functions as a SIP Proxy in the message routing will be able to decide on changes in message routing to a new service server in case of local failure or can even decide to route messages to a different location for disaster recovery. Server hash-based decision to handle call Figure 2: Broadcast & hash-based decision Smart Network. Smart Business. 5

6 The Need for SIP-Enabled ADCs Solutions available today for HTTP and Web load balancing and availability are sufficient only for part of the challenges SIP networks face. SIP, as a real-time communication protocol, imposes new challenges requiring SIP-enabled solutions to complement current HTTP application delivery solutions. Trying to solve this challenge by adding SIP as just another protocol supported by the L4 ADC with some configuration and scripting rules to support it is an insufficient solution resulting in many cases in actual failure of common SIP scenarios. The ITU-OCAF (Open Communication Architecture Forum) has defined a three-tiered SIP load balancing architecture which includes a L4 load balancer, a SIP stateless proxy and the application. Adopting this approach significantly simplifies integration and deployment in the network. It addresses the issues of SIP service availability and traffic load balancing through a SIP standardized and simple way having each component handle tasks for which it is best designed. SIP Applications & Services (eg. application/feature server, IVR, messaging application, voice/video conferencing) SIP SIP Border Elements (eg. SBC) IP Network Load Balancer SIP Proxy SIP Core Network Services (eg. x-cscf, softswitch) SIP Director Application Delivery Controller Call Centers Figure 3: ITU-OCAF three-tiered SIP load balancing architecture Smart Network. Smart Business. 6

7 The Role of the L4 Load Balancer The load balancer component handles tasks in the IP level in addition to some simple L7 functions it may also perform. These include: Health Monitoring IP level using ping and ARP and SIP level using OPTIONS Local and Global Traffic Distribution distributing traffic between SIP Proxies, between servers in a cluster and globally between server farms. This allows for better resource utilization as server farms are not generally designed for extreme case peak load; instead they can distribute traffic in extreme cases to other locations. Global Disaster Recovery in case of site failure a load balancer at another site will take over Virtual IP (VIP) of the failed location and handle its traffic through the VIP. Service IP Virtualization using the DNS service record the load balancer can route traffic to the server supporting the required service. This results in complete service virtualization allowing one VIP to represent a service regardless of where it actually resides and how it is globally distributed. Security Gateway (GW) protects from DDoS and other IP level attacks freeing backend servers from unsolicited traffic overload that may halt or degrade service quality. This has a greater effect on real-time services such as VoIP where delay significantly reduces service quality. Converged HTTP Load Balancing many applications today, especially in the application server level, provide service through a combination of VoIP and Web applications. These require ADC solutions that support converged traffic. The Role of the SIP Proxy The SIP Proxy component functions as a standard SIP Stateless Proxy and is critical for allowing simplified configuration and deployment as well as for assuring correct and interoperable function of the SIP load balancer. Functions of the SIP Proxy include: Simplified Application Integration the SIP Proxy is configured as the outbound proxy of the backend servers. The result is a simplified integration without any complicated workarounds with only SIP traffic directed to it. Other solutions that do not function as a SIP Proxy are required to function as the default GW requiring all traffic (SIP and non-sip) to be routed through it, complicating integration with the network. Rule-Based SIP Routing the ADC routes SIP messages based on SIP standard routing rules such as message type (e.g. INVITE and REGISTER) and Request URI (RFC 3261). Additionally, it can make routing decisions based on any other message or message body parameter, recognizing identifiers such as IMS traffic or user capabilities. SIP Application Layer Persistency persistency is performed by taking an active role in the SIP message routing process as a standard SIP entity. This ensures accurate and correct function based on SIP semantics, as well as support for advanced SIP scenarios. Transport Conversion and Traffic Acceleration - the SIP Proxy supports all SIP common transports and converts between them thus increasing interoperability in case backend servers support only a subset of these transports. It also allows for TLS offload to reduce processing requirements of backend servers. Smart Network. Smart Business. 7

8 The Advantages of a SIP ADC That Also Serves as a SIP Proxy Using a SIP-enabled ADC that functions as a SIP Proxy in the network is a natural, standard and simple way to guarantee SIP service availability. While L4-only solutions are flexible and it is possible to use them, the inherent drawbacks are breaks in SIP message flow and the creation of interoperability issues. Below are a few examples of common SIP scenarios and a comparison between the handling of each scenario by a SIP-enabled ADC vs. a common ADC that doesn t function as a SIP Proxy. Simplicity An ADC for SIP is required to perform SIP-based operations based on message content analysis. Such operations include session management and routing, transport conversion and security functions. By acting as a SIP Proxy the ADC can perform these operations in a SIP standard manner, avoid interoperability issues and simplify integration. A L4 ADC is required to function as a default GW for the traffic to be routed through it. This results in the routing of all traffic through the ADC regardless if it is SIP signaling, media or other types of traffic. The ADC will need to look at all traffic and filter out the non-sip traffic; it is insufficient to make the decision based on the well-known port 5060 as traffic may arrive on other ports. This increases the load on the ADC overwhelming it with irrelevant traffic. Rather, a SIP-enabled ADC can be configured as an Inbound Proxy for all traffic pointed by the DNS servers or peering SIP elements and as the Outbound Proxy of the backend servers. This in turn will cause all and only SIP traffic to be routed to it. Functioning as a SIP Proxy enables simple and standard solutions for many of the ADC requirements that are else addressed in a complex and inefficient way when the ADC does not function as a SIP Proxy. Request and Response Routing The SIP specification includes many requirements and definitions for routing of messages and responses. SIP routing is based on message content and not IP routing logic. Routing varies based on type of entity, request, service and whether it is the first request of a session, a forked request, a follow-on request or a response. Additionally, persistency is required to allow the same server to handle all messages of the same dialogue or related dialogues such as all calls of a conference; and to avoid unnecessary message and information exchange between cluster-servers in case of persistency mismatch. Persistency should be flexible enough to be based on varying and multiple parameters such as CallD, ConferenceID, User and any combination of any message or message body part. This requires understanding of SIP message content and semantics, as well as follow-up on the state of each SIP call. For an ADC to perform correct and accurate routing and persistency, such that it will avoid additional unnecessary hops between backend servers, the ADC must understand message content and session/service logic. Trying to impose this on the user by requiring him to define complex scripting and rules will increase time-to-service, complicate integration and result in interoperability issues and breaking of SIP robustness. Thus, only by functioning as a SIP Proxy and by being an integral entity in the network that follows the SIP specification, will the ADC succeed to accommodate these requirements sufficiently. Below is an example of complex message routing and persistency based on the type of message and source/ destination. This diagram demonstrates a scenario in which the system requires the same server to handle registrations and calls of a specific UA. In such a case the load balancer is required to maintain persistency based on different headers depending on message type and source/destination. Smart Network. Smart Business. 8

9 2 UA-1 UA-2 Local Network S1 SIP Director 2 4 Peering Network 3 S2 1 UA-1 Registers 2 UA-2 Registers UA-3 UA-4 3 Invite from UA-3 to UA-1 By To header 4 Invite from UA-1 to UA-2 By From and To headers S3 Figure 4: Complex routing and persistency scenarios Flow legend: (1) UA-1 from the local network performs registration by sending a REGISTER request. Load-balancer routes request to S1 and keeps relation between Contact header and S1 for persistency of future messages. Re- REGISTER messages are also routed to S1. (2) UA-2 from the local network performs registration by sending a REGISTER request. Load-balancer routes request to S2 and keeps relation between Contact header and S2 for persistency of future messages. Re- REGISTER messages are also routed to S2. (3) UA-3 from a peering network sends an INVITE request trying to connect a call with UA-1. Load-balancer routes request to S1 based on To header. (4) UA-1 sends an INVITE trying to call UA-2. Load-balancer sends request to S1 based on From header and then to S2 based on To header. The examples in this diagram demonstrate the complex routing and persistency scenarios possible where multiple and varying headers as well as actual scenarios should be considered for accurate persistency and routing. Only an ADC acting as a SIP Proxy is capable of handling these requirements. Smart Network. Smart Business. 9

10 TCP Splitting SIP allows for the sending of messages on reliable connections. SIP also defines a mechanism for reusing a single reliable connection for multiple calls and/or for upstream and downstream messages. In this context a SIP load balancer should be able to receive messages on one TCP connection and split it to multiple TCP connections for traffic distribution between a few servers. The multiplexed traffic arriving on one TCP connection may have messages belonging to multiple calls in the same TCP stream. Splitting of these TCP streams while making sure all messages of a specific call are routed to the same server requires SIP logic in the load balancer. This functionality should also be supported in the opposite direction by multiplexing traffic received on multiple TCP connections onto one connection. In general the requirement is that the SIP load balancer will support all SIP transport requirements and that it will terminate the TCP connection both in IP and SIP levels. Failing to support this will result in the inability of the load balancer to distribute traffic between the backend servers. This requirement translates into the need for the SIP load balancer to function as a SIP Proxy. Below is an example of a scenario requiring support for TCP splitting and multiplexing. UA-1 SIP Director performs TCP splitting of inbound traffic and TCP multiplexing of outbound traffic S1 UA-2 One TCP Connection UA-3 SIP Proxy SIP Director S2 S3 UA-n Public Network Service Center Figure 5: TCP splitting and multiplexing In the diagram above we see multiple calls routed through a SIP Proxy that forwards the calls to a SIP-enabled ADC, which then distributes them between backend servers in the service center. Response messages and new requests are also initiated by service center servers that are multiplexed by the ADC and sent to the public SIP Proxy on one TCP connection. This is possible due to the internal SIP Proxy coupled with the SIP-enabled ADC that terminates the inbound TCP connection both in IP and SIP levels and opens a new connection with each backend server. A SIP ADC that doesn t function as a SIP Proxy will receive messages for all calls on the same TCP connection from the SIP Proxy in the public network. It will not be able to distribute calls between servers in the service center as it will not be able to split the multiplexed traffic in order to maintain call persistency; thus, all messages will be sent to the same backend server. Smart Network. Smart Business. 10

11 Aging Aging of SIP traffic is required to determine activity of calls. SIP has defined mechanisms for checking validity and activity for cases where a BYE message wasn t sent or didn t arrive due to network problems. Because the time of SIP sessions and signaling inactivity period is unpredictable and may be long, IP-based mechanisms for determining connection activity are not sufficient. Additionally, SIP also uses UDP as the transport mechanism where connections are not applicable. For this reason SIP has defined protocol specific mechanisms for refreshing SIP sessions and validating their activity. This is done through session timers. Only a SIP-enabled ADC functioning as a SIP Proxy will be able to take part in this process and be capable of clearing void sessions. Other ADCs may have resource leaks because of void sessions remaining in memory or may delete active sessions it mistakes as expired. Refer and Replaces SIP supports transfer and consultation call through a REFER request and Replaces header. In such a scenario UA-1 may call UA-2; after call is connected UA-2 may put UA-1 on hold and connect a call with UA-3 (consultation call). After UA-2 consults with UA-3 it sends a REFER request to UA-1 indicating it replaces the original call between them (Replaces header = UA-2). This in turn causes UA-1 to invite UA-3 to a new call with Replaces header equal to UA-2 to indicate it replaces the consultation call between UA-2 and UA-3. Both calls between UA-1 and UA-2 as well as the call between UA-2 and UA-3 are then disconnected. In this scenario it is required that all calls will be handled by the same backend server for keeping track of calls and for billing purposes. Keeping the relation between calls and server persistency requires the ADC to understand SIP message semantics and to support these SIP requirements. UA-2 Local Network SIP Director S1 4 UA-3 S2 Peering Network S3 UA-1 1 UA-1 calls UA-2 2 UA-2 consults with UA-3 3 UA-2 sends REFER to UA-1 indicating it is referred to UA-3 and replaces call with UA-2. 4 UA-1 sends an INVITE to UA-3 with Replace header = UA-2. Consultation call between UA-2 and UA-3 is then disconnected as well as original call between UA-1 and UA-2 Figure 6: Transfer with consultation requiring complex persistency Smart Network. Smart Business. 11

12 Transport Conversion and TLS Offload SIP defines various transports on which SIP traffic may be carried. These include UDP, TCP and TLS. As the SIP specification has evolved mandatory support of transport schemes have changed to eventually require UDP and TCP to be supported by all entities and TLS by SIP Proxies. Still, since requirements have changed over time (and because some implementations are not complete) there are entities with partial transport support. By supporting all SIP transports a SIP-enabled ADC may convert between them and increase interoperability of backend servers. Additionally, it may terminate TLS traffic in purpose-built HW, thus accelerating traffic and reducing round trip delay. Transport conversion and TLS offload tasks require changing SIP message content and therefore can be performed only by an entity functioning as a standard SIP Proxy. Summary In conclusion, as SIP deployments continue to increase and related services become increasingly mission-critical availability, scalability and security requirements have likewise become essential for deployment. This evolution has resulted in the need for off-the-shelf SIP Application Delivery Controllers (ADC) that can accommodate carriergrade operational, architectural and development requirements in one, purpose- built component as the ITU-OCAF has defined. Using a SIP-enabled ADC that functions as a SIP Proxy in the network is a natural, standard and simple way to guarantee SIP service availability. While L4-only solutions are flexible and it is possible to use them, the inherent drawbacks are breaks in SIP message flow and the creation of interoperability issues. About Radware SIP Director Radware s SIP Director is the industry s first intelligent SIP-enabled Application Delivery Controller (ADC), which is designed on the ITU-OCAF three-tiered SIP load balancing architecture. With SIP Director, carriers can guarantee out-ofthe-box, carrier-grade SIP service delivery, to enable reliable, optimized, interoperable and scalable SIP services across the carrier network. As a dedicated, SIP-enabled ADC, Radware s SIP Director ensures efficient, lossless message routing and communication across all SIP entities, regardless of differences in their standards support or features. SIP Director also provides the ability to track, understand and accurately bill for complex and long SIP sessions. Radware s SIP Director leverages the company s 10 years of experience in application delivery to extend the same carrier-grade features and benefits to SIP service delivery. With SIP service delivery guarantees, companies gain from the following advantages: High availability, fail-over and disaster recovery Scalability and performance Simplicity and flexibility SIP interoperability and feature support System security Reduced time-to-market About Radware Radware (NASDAQ:RDWR) is the industry leader in intelligent application delivery solutions. Wireline and mobile carriers rely on Radware to optimize IP services, guaranteeing high-availability, maximum performance, service and network integrity and efficient infrastructure utilization. With Radware, carriers are able to ensure the performance and quality of IP-based services, reduce service delivery costs and introduce new services and Internet business models to grow revenues and IP service profitability. Let Radware make your network business-smart to get the most value from current and future IP services. For more information, please visit Radware, Ltd. All Rights Reserved. Radware and all other Radware product and service names are registered trademarks of Radware in the U.S. and other countries. All other trademarks and names are the property of their respective owners. Smart Network. Smart Business. 12

Oracle Communication Service Load Balancing with Radware SIP Director.

Oracle Communication Service Load Balancing with Radware SIP Director. TESTING & INTEGRATION GROUP SOLUTION GUIDE Oracle Communication Service Load Balancing with Radware SIP Director. Contents INTRODUCTION... 2 RADWARE SIP DIRECTOR OVERVIEW... 2 ORACLE COMMUNICATION SERVICE...

More information

Managing SIP-based Applications With WAN Optimization

Managing SIP-based Applications With WAN Optimization Managing SIP-based Applications With WAN Optimization Worry-Proof Internet 2800 Campus Drive Suite 140 Plymouth, MN 55441 Phone (763) 694-9949 Toll Free (800) 669-6242 Managing SIP-based Applications With

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

Load Balancing for Microsoft Office Communication Server 2007 Release 2

Load Balancing for Microsoft Office Communication Server 2007 Release 2 Load Balancing for Microsoft Office Communication Server 2007 Release 2 A Dell and F5 Networks Technical White Paper End-to-End Solutions Team Dell Product Group Enterprise Dell/F5 Partner Team F5 Networks

More information

SIP A Technology Deep Dive

SIP A Technology Deep Dive SIP A Technology Deep Dive Anshu Prasad Product Line Manager, Mitel June 2010 Laith Zalzalah Director, Mitel NetSolutions What is SIP? Session Initiation Protocol (SIP) is a signaling protocol for establishing

More information

OfficeMaster Gate (Virtual) Enterprise Session Border Controller for Microsoft Lync Server. Quick Start Guide

OfficeMaster Gate (Virtual) Enterprise Session Border Controller for Microsoft Lync Server. Quick Start Guide OfficeMaster Gate (Virtual) Enterprise Session Border Controller for Microsoft Lync Server Quick Start Guide October 2013 Copyright and Legal Notice. All rights reserved. No part of this document may be

More information

Allstream Converged IP Telephony

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

More information

Superior Disaster Recovery with Radware s Global Server Load Balancing (GSLB) Solution

Superior Disaster Recovery with Radware s Global Server Load Balancing (GSLB) Solution Superior Disaster Recovery with Radware s Global Server Load Balancing (GSLB) Solution White Paper January 2012 Radware GSLB Solution White Paper Page 1 Table of Contents 1. EXECUTIVE SUMMARY... 3 2. GLOBAL

More information

Application Delivery Controller (ADC) Implementation Load Balancing Microsoft SharePoint Servers Solution Guide

Application Delivery Controller (ADC) Implementation Load Balancing Microsoft SharePoint Servers Solution Guide Application Delivery Controller (ADC) Implementation Load Balancing Microsoft SharePoint Servers Solution Guide January, 2009 North America Radware Inc. 575 Corporate Dr., Lobby 1 Mahwah, NJ 07430 Tel:

More information

SIP Trunking Configuration with

SIP Trunking Configuration with SIP Trunking Configuration with Microsoft Office Communication Server 2007 R2 A Dell Technical White Paper End-to-End Solutions Team Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL

More information

AdvOSS Session Border Controller

AdvOSS Session Border Controller AdvOSS Session Border Controller Product Data Sheet Find latest copy of this document from http://www.advoss.com/pdf/advoss-sbc-productdatasheet.pdf Copyright AdvOSS.com, 2007-2011 All Rights Reserved

More information

The Application Delivery Controller Understanding Next-Generation Load Balancing Appliances

The Application Delivery Controller Understanding Next-Generation Load Balancing Appliances White Paper Overview To accelerate response times for end users and provide a high performance, highly secure and scalable foundation for Web applications and rich internet content, application networking

More information

ADVOSS SIP APPLICATION SERVERS

ADVOSS SIP APPLICATION SERVERS ADVOSS SIP APPLICATION SERVERS PRODUCT DATA SHEET COPYRIGHT ADVOSS.COM, 2007 2011 ALL RIGHTS RESERVED This document is property of AdvOSS Page 1 TABLE OF CONTENTS 1 AdvOSS SIP Application Servers... 3

More information

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2)

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2) Overview Voice-over over-ip (VoIP) ENUM VoIP Introduction Basic PSTN Concepts and SS7 Old Private Telephony Solutions Internet Telephony and Services VoIP-PSTN Interoperability IP PBX Network Convergence

More information

SIP-ing? Pipeline Articles www.contactcenterpipeline.com

SIP-ing? Pipeline Articles www.contactcenterpipeline.com tech line / jul 2013 Time to Start SIP-ing? Can a SIP-based solution add value for your contact center? A look at the key opportunities and considerations. By Ken Barton, and Matt Morey, Strategic Contact

More information

Availability Digest. www.availabilitydigest.com. Redundant Load Balancing for High Availability July 2013

Availability Digest. www.availabilitydigest.com. Redundant Load Balancing for High Availability July 2013 the Availability Digest Redundant Load Balancing for High Availability July 2013 A large data center can comprise hundreds or thousands of servers. These servers must not only be interconnected, but they

More information

Purpose-Built Load Balancing The Advantages of Coyote Point Equalizer over Software-based Solutions

Purpose-Built Load Balancing The Advantages of Coyote Point Equalizer over Software-based Solutions Purpose-Built Load Balancing The Advantages of Coyote Point Equalizer over Software-based Solutions Abstract Coyote Point Equalizer appliances deliver traffic management solutions that provide high availability,

More information

Radware s AppDirector and AppXcel An Application Delivery solution for applications developed over BEA s Weblogic

Radware s AppDirector and AppXcel An Application Delivery solution for applications developed over BEA s Weblogic TESTING & INTEGRATION GROUP SOLUTION GUIDE Radware s AppDirector and AppXcel An Application Delivery solution for applications developed over BEA s Weblogic Contents INTRODUCTION... 2 RADWARE APPDIRECTOR...

More information

AppDirector Load balancing IBM Websphere and AppXcel

AppDirector Load balancing IBM Websphere and AppXcel TESTING & INTEGRATION GROUP SOLUTION GUIDE AppDirector Load balancing IBM Websphere and AppXcel INTRODUCTION...2 RADWARE APPDIRECTOR...3 RADWARE APPXCEL...3 IBM WEBSPHERE...4 SOLUTION DETAILS...4 HOW IT

More information

Content Scanning for secure transactions using Radware s SecureFlow and AppXcel together with Aladdin s esafe Gateway

Content Scanning for secure transactions using Radware s SecureFlow and AppXcel together with Aladdin s esafe Gateway TESTING & INTEGRATION GROUP SOLUTION GUIDE Content Scanning for secure transactions using Radware s SecureFlow and AppXcel together with Aladdin s esafe Gateway INTRODUCTION...2 RADWARE SECUREFLOW... 3

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

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP LTM for SIP Traffic Management

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP LTM for SIP Traffic Management DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP LTM for SIP Traffic Management Table of Contents Table of Contents Configuring the BIG-IP LTM for SIP traffic management Product versions and revision

More information

SITEL Voice Architecture

SITEL Voice Architecture SITEL Voice Architecture www.sitel.com SIP Voice Architecture: What is it? And how contact center operators can save money using it. By: Kevin Weier, Director, Global Voice Infrastructure and Architecture,

More information

The Alteon Application Switch Overview

The Alteon Application Switch Overview Alteon Virtual Control Service for Applications in a VMware Environment Alteon Application Switch enhances application control in networked VMware ESX server infrastructures Solution Brief Virtual Data

More information

How Telecom Italia Empowers Customer Service from the IMS Cloud

How Telecom Italia Empowers Customer Service from the IMS Cloud How Telecom Italia Empowers Customer Service from the IMS Cloud Giacomo De Filippis, IPCC Senior Program Manager, Telecom Italia Guillaume Calot, Strategic Business Director EMEA, Alcatel-Lucent Enterprise

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

OpenSIPS networking the VoIP

OpenSIPS networking the VoIP pensips networking the VoIP Bogdan-Andrei Iancu CE Voice System Founder pensips Project What is pensips pensips is an open source, GPLed SIP server with High scalability (up to thousands of calls per second

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

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

Session Border Controllers: Addressing Tomorrow s Requirements

Session Border Controllers: Addressing Tomorrow s Requirements White Paper Session Border Controllers: Addressing Tomorrow s Requirements Prepared by Jim Hodges Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.metaswitch.com September 2011 Introduction

More information

KEMP LoadMaster. Enabling Hybrid Cloud Solutions in Microsoft Azure

KEMP LoadMaster. Enabling Hybrid Cloud Solutions in Microsoft Azure KEMP LoadMaster Enabling Hybrid Cloud Solutions in Microsoft Azure Introduction An increasing number of organizations are moving from traditional on-premises datacenter architecture to a public cloud platform

More information

Application Note. Lync 2010 deployment guide. Document version: v1.2 Last update: 12th December 2013 Lync server: 2010 ALOHA version: 5.

Application Note. Lync 2010 deployment guide. Document version: v1.2 Last update: 12th December 2013 Lync server: 2010 ALOHA version: 5. Application Note Document version: v1.2 Last update: 12th December 2013 Lync server: 2010 ALOHA version: 5.5 and above Contents 1 Introduction 4 1.1 About Exceliance.....................................

More information

Session Initiation Protocol (SIP) The Emerging System in IP Telephony

Session Initiation Protocol (SIP) The Emerging System in IP Telephony Session Initiation Protocol (SIP) The Emerging System in IP Telephony Introduction Session Initiation Protocol (SIP) is an application layer control protocol that can establish, modify and terminate multimedia

More information

The Evolution of Application Acceleration:

The Evolution of Application Acceleration: WHITE PAPER The Evolution of Application Acceleration: From Server Load Balancers to Application Delivery Controllers www.crescendonetworks.com Corporate Headquarters 6 Yoni Netanyahu Street Or-Yehuda

More information

Alteon Global Server Load Balancing

Alteon Global Server Load Balancing Alteon Global Server Load Balancing Whitepaper GSLB Operation Overview Major Components Distributed Site Monitoring Distributed Site State Protocol Internet Topology Awareness DNS Authoritative Name Server

More information

Managing SIP traffic with Zeus Traffic Manager

Managing SIP traffic with Zeus Traffic Manager White Paper Managing SIP traffic with Zeus Traffic Manager Zeus. Why wait Contents High-Availability and Scalable Voice-over-IP Services... 3 What is SIP?... 3 Architecture of a SIP-based Service... 4

More information

ETM System SIP Trunk Support Technical Discussion

ETM System SIP Trunk Support Technical Discussion ETM System SIP Trunk Support Technical Discussion Release 6.0 A product brief from SecureLogix Corporation Rev C SIP Trunk Support in the ETM System v6.0 Introduction Today s voice networks are rife with

More information

Deployment Guide July-2014 rev. a. Deploying Array Networks APV Series Application Delivery Controllers for Microsoft Lync Server 2013

Deployment Guide July-2014 rev. a. Deploying Array Networks APV Series Application Delivery Controllers for Microsoft Lync Server 2013 Deployment Guide July-2014 rev. a Deploying Array Networks APV Series Application Delivery Controllers for Microsoft Lync Server 2013 Contents 1 Introduction... 2 1.1 Lync Server Roles... 2 1.3 Array Networks

More information

Review: Lecture 1 - Internet History

Review: Lecture 1 - Internet History Review: Lecture 1 - Internet History late 60's ARPANET, NCP 1977 first internet 1980's The Internet collection of networks communicating using the TCP/IP protocols 1 Review: Lecture 1 - Administration

More information

ReplixFax Fax over IP (FoIP) Technical Overview and Benefits

ReplixFax Fax over IP (FoIP) Technical Overview and Benefits ReplixFax Fax over IP (FoIP) Technical Overview and Benefits www.softlinx.com Table of Contents INTRODUCTION... 3 HOW FAX OVER IP (FOIP) WORKS... 3 FAX PROTOCOLS FOR FOIP... 3 TRADITIONAL FAX SERVER VS.

More information

Acme Packet session border controllers in the enterprise

Acme Packet session border controllers in the enterprise Acme Packet session border controllers in the enterprise Large enterprises have been expanding their deployments of IP telephony (IPT) for several years now. Planning has already begun to extend the benefits

More information

Advanced LCR (Least Cost Router) With SIP Proxy Server

Advanced LCR (Least Cost Router) With SIP Proxy Server With SIP Proxy Server It s all about Reducing Cost!!! WHY ADVANCED LCR (Least Cost Routing) Advanced LCR is a product by Advanced Communications; the same parent company of AdvancedVoIP.com, a widely used

More information

Operating in Two Worlds: Routing Plan Management for VoIP/PSTN Compatibility

Operating in Two Worlds: Routing Plan Management for VoIP/PSTN Compatibility Operating in Two Worlds: Routing Plan Management for VoIP/PSTN Compatibility Nominum, Inc. 2385 Bay Road Redwood City, CA 94063 (650) 381-6000 www.nominum.com Contents Operating in Two Worlds... 1 Routing

More information

An outline of the security threats that face SIP based VoIP and other real-time applications

An outline of the security threats that face SIP based VoIP and other real-time applications A Taxonomy of VoIP Security Threats An outline of the security threats that face SIP based VoIP and other real-time applications Peter Cox CTO Borderware Technologies Inc VoIP Security Threats VoIP Applications

More information

Recommended IP Telephony Architecture

Recommended IP Telephony Architecture Report Number: I332-009R-2006 Recommended IP Telephony Architecture Systems and Network Attack Center (SNAC) Updated: 1 May 2006 Version 1.0 SNAC.Guides@nsa.gov This Page Intentionally Left Blank ii Warnings

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

More information

Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE

Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE Microsoft Office Communications Server 2007 & Coyote Point Equalizer DEPLOYMENT GUIDE Table of Contents Unified Communications Application Delivery...2 General Requirements...6 Equalizer Configuration...7

More information

Software-Powered VoIP

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

More information

Layer 4-7 Server Load Balancing. Security, High-Availability and Scalability of Web and Application Servers

Layer 4-7 Server Load Balancing. Security, High-Availability and Scalability of Web and Application Servers Layer 4-7 Server Load Balancing Security, High-Availability and Scalability of Web and Application Servers Foundry Overview Mission: World Headquarters San Jose, California Performance, High Availability,

More information

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project penser the open SIP Server Bogdan-Andrei Iancu CE Voice System Co-Founder penser Project About penser verview penser is an open source, GPLed SIP server with High scalability (up to thousands of calls

More information

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy INTERACTIVE INTELLIGENCE AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy Version 1.7 9/2/2009 TABLE OF CONTENTS 1 AT&T... 5 1.1 Introduction... 5 1.2 Product Descriptions...

More information

An Oracle White Paper February 2014. Centralized vs. Distributed SIP Trunking: Making an Informed Decision

An Oracle White Paper February 2014. Centralized vs. Distributed SIP Trunking: Making an Informed Decision An Oracle White Paper February 2014 Centralized vs. Distributed SIP Trunking: Making an Informed Decision Executive Overview Businesses across the globe are migrating from TDM access services to SIP trunks

More information

Sonus Networks engaged Miercom to evaluate the call handling

Sonus Networks engaged Miercom to evaluate the call handling Lab Testing Summary Report September 2010 Report 100914 Key findings and conclusions: NBS5200 successfully registered 256,000 user authenticated Total IADs in 16 minutes at a rate of 550 registrations

More information

A dual redundant SIP service. White paper

A dual redundant SIP service. White paper A dual redundant SIP service White paper Ian Colville, Product Manager, Aculab Introduction The Session Initiation Protocol (SIP) eco-system: a unit of interdependent protocols functioning together within

More information

SIP, Session Initiation Protocol used in VoIP

SIP, Session Initiation Protocol used in VoIP SIP, Session Initiation Protocol used in VoIP Page 1 of 9 Secure Computer Systems IDT658, HT2005 Karin Tybring Petra Wahlund Zhu Yunyun Table of Contents SIP, Session Initiation Protocol...1 used in VoIP...1

More information

Configuration of Applied VoIP Sip Trunks with the Toshiba CIX40, 100, 200 and 670

Configuration of Applied VoIP Sip Trunks with the Toshiba CIX40, 100, 200 and 670 Configuration of Applied VoIP Sip Trunks with the Toshiba CIX40, 100, 200 and 670 Businesses Save Money with Toshiba s New SIP Trunking Feature Unlike gateway based solutions, Toshiba s MIPU/ GIPU8 card

More information

S-Series SBC Interconnect Solutions. A GENBAND Application Note May 2009

S-Series SBC Interconnect Solutions. A GENBAND Application Note May 2009 S-Series SBC Interconnect Solutions A GENBAND Application Note May 2009 Business Requirements A ubiquitous global voice service offering is the challenge among today s large service providers. The need

More information

Securing SIP Trunks APPLICATION NOTE. www.sipera.com

Securing SIP Trunks APPLICATION NOTE. www.sipera.com APPLICATION NOTE Securing SIP Trunks SIP Trunks are offered by Internet Telephony Service Providers (ITSPs) to connect an enterprise s IP PBX to the traditional Public Switched Telephone Network (PSTN)

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for the Enterprise FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or extracts

More information

SIP Trunking to Microsoft Lync (Skype for Business) Server

SIP Trunking to Microsoft Lync (Skype for Business) Server SIP Trunking to Microsoft Lync (Skype for Business) Server SIP Trunking to Lync/Skype for Business Server The emergence of Unified Communications integrating communications services into desktop and mobile

More information

How to make free phone calls and influence people by the grugq

How to make free phone calls and influence people by the grugq VoIPhreaking How to make free phone calls and influence people by the grugq Agenda Introduction VoIP Overview Security Conclusion Voice over IP (VoIP) Good News Other News Cheap phone calls Explosive growth

More information

Developing Higher Density Solutions with Dialogic Host Media Processing Software

Developing Higher Density Solutions with Dialogic Host Media Processing Software Telecom Dialogic HMP Media Server Developing Higher Density Solutions with Dialogic Host Media Processing Software A Strategy for Load Balancing and Fault Handling Developing Higher Density Solutions with

More information

Smart Network. Smart Business. Application Delivery Solution Brochure

Smart Network. Smart Business. Application Delivery Solution Brochure Smart Network. Smart Business. Application Delivery Solution Brochure Radware Application Delivery Solution Radware application delivery solution delivers a future-proof, application-aware approach to

More information

Radware s AppDirector and Microsoft Windows Terminal Services 2008 Integration Guide

Radware s AppDirector and Microsoft Windows Terminal Services 2008 Integration Guide Radware s AppDirector and Microsoft Windows Terminal Services 2008 Integration Guide Contents SOLUTION OVERVIEW... 2 RADWARE APPDIRECTOR OVERVIEW... 2 MICROSOFT WINDOWS TERMINAL SERVICES 2008... 2 SOLUTION

More information

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT)

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Basic IP phone set up The SIP protocol Computer Networks - 1/2 Learning Objectives

More information

Microsoft Lync and SIP trunking - Ensuring multi-vendor technology success with Prognosis

Microsoft Lync and SIP trunking - Ensuring multi-vendor technology success with Prognosis White Paper Microsoft Lync and SIP trunking - Ensuring multi-vendor technology success with Prognosis by Sue Bradshaw: Technology Writer, Integrated Research Ensuring new technology like Lync delivers

More information

PSTN IXC PSTN LEC PSTN LEC STP STP. Class 4. Class 4 SCP SCP STP. Switch. Switch STP. Signaling Media. Class 5. Class 5. Switch.

PSTN IXC PSTN LEC PSTN LEC STP STP. Class 4. Class 4 SCP SCP STP. Switch. Switch STP. Signaling Media. Class 5. Class 5. Switch. As we enter the 21st century, we are experiencing a telecommunications revolution. From a technological perspective, the distinction between voice information and other kinds of data is blurring as circuit-switched

More information

TESTING & INTEGRATION GROUP SOLUTION GUIDE

TESTING & INTEGRATION GROUP SOLUTION GUIDE TESTING & INTEGRATION GROUP SOLUTION GUIDE Radware AppDirector optimizing the delivery of Microsoft Lync 2010 TECHNICAL SOLUTION GUIDE DATE: Sunday, January 01, 2012 Version: 1.0 Author Elad Kurzweil Contents

More information

Four Considerations for Addressing the DDoS Risk for Carrier and Cloud Hosting Providers

Four Considerations for Addressing the DDoS Risk for Carrier and Cloud Hosting Providers Four Considerations for Addressing the DDoS Risk for Carrier and Cloud Hosting Providers Whitepaper SHARE THIS WHITEPAPER Table of Contents The Rising Threat of Cyber-Attack Downtime...3 Four Key Considerations

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Load Balancing 101: Firewall Sandwiches

Load Balancing 101: Firewall Sandwiches F5 White Paper Load Balancing 101: Firewall Sandwiches There are many advantages to deploying firewalls, in particular, behind Application Delivery Controllers. This white paper will show how you can implement

More information

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 TOPOLOGY SELECTION SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Topology selection criteria. Perform a comparison of topology selection criteria. WebSphere component

More information

Technical Configuration Notes

Technical Configuration Notes MITEL SIP CoE Technical Configuration Notes Configure MCD for use with OpenIP SIP Trunking service SIP CoE 11-4940-00186 NOTICE The information contained in this document is believed to be accurate in

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

Dialogic. BorderNet Products Interwork and Connect Seamlessly and Securely at the Network Edge

Dialogic. BorderNet Products Interwork and Connect Seamlessly and Securely at the Network Edge Dialogic BorderNet Products Interwork and Connect Seamlessly and Securely at the Network Edge Versatile Dialogic BorderNet Products Handle Network Transitions for Today s Critical Services and Solutions

More information

Table of contents: PortaSIP Overview... 2 PortaSIP Applications... 3 Why Use PortaSIP?... 4 PortaSIP Components... 5 What is SIP?...

Table of contents: PortaSIP Overview... 2 PortaSIP Applications... 3 Why Use PortaSIP?... 4 PortaSIP Components... 5 What is SIP?... PORTA ONE PortaSIP Product Brochure www.portaone.com PortaSIP allows IP Telephony Service Providers to deliver communication services at incredibly low initial and operating costs that cannot be matched

More information

nexvortex SIP Trunking Implementation & Planning Guide V1.5

nexvortex SIP Trunking Implementation & Planning Guide V1.5 nexvortex SIP Trunking Implementation & Planning Guide V1.5 510 S PRING S TREET H ERNDON VA 20170 +1 855.639.8888 Introduction Welcome to nexvortex! This document is intended for nexvortex Customers and

More information

ABC SBC: Securing the PBX. FRAFOS GmbH

ABC SBC: Securing the PBX. FRAFOS GmbH ABC SBC: Securing the PBX FRAFOS GmbH Introduction A widely reported fraud scenarios is the case of a malicious user detecting the address of a company s PBX and accessing that PBX directly. Once the attacker

More information

Main characteristics. System

Main characteristics. System VoipSwitch is a software platform allowing for rapid VoIP services roll-out. It contains all necessary elements required in successful implementation of various VoIP services. Our customers can make money

More information

Smart Network. Smart Business. Application Delivery Solution Brochure

Smart Network. Smart Business. Application Delivery Solution Brochure Smart Network. Smart Business. Application Delivery Solution Brochure Radware Application Delivery Solution The Best Future-Proof ADC Solution Radware ADC is designed to last. It delivers industry-unique

More information

Basic Vulnerability Issues for SIP Security

Basic Vulnerability Issues for SIP Security Introduction Basic Vulnerability Issues for SIP Security By Mark Collier Chief Technology Officer SecureLogix Corporation mark.collier@securelogix.com The Session Initiation Protocol (SIP) is the future

More information

BroadSoft Partner Configuration Guide SIP Access Device Configuration Sonus Networks, Inc. SBC 1000 / SBC 2000

BroadSoft Partner Configuration Guide SIP Access Device Configuration Sonus Networks, Inc. SBC 1000 / SBC 2000 BroadSoft Partner Configuration Guide SIP Access Device Configuration Sonus Networks, Inc. SBC 1000 / SBC 2000 September 2014 Document Version 1.0 9737 Washingtonian Boulevard, Suite 350 Gaithersburg,

More information

TESTING & INTEGRATION GROUP SOLUTION GUIDE

TESTING & INTEGRATION GROUP SOLUTION GUIDE TESTING & INTEGRATION GROUP SOLUTION GUIDE AppDirecor optimizing the delivery of VMware View 4.5 Contents INTRODUCTION... 2 RADWARE APPDIRECTOR... 2 VMWARE VIEW... 2 RADWARE APPDIRECTOR AND VMWARE VIEW

More information

Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide

Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide September 2015 Brocade Virtual Traffic Manager and Microsoft IIS Deployment Guide 2015 Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX,

More information

Businesses Save Money with Toshiba s New SIP Trunking Feature

Businesses Save Money with Toshiba s New SIP Trunking Feature TOSHIBA Strata CIX Product Bulletin PBCIX-0056 Dec. 7, 2007 Businesses Save Money with Toshiba s New SIP Trunking Feature For business trying to save money on telecommunications tariffs, conventional technology

More information

Array Networks & Microsoft Exchange Server 2010

Array Networks & Microsoft Exchange Server 2010 Array Networks & Microsoft Exchange Server 2010 Array Networks Enables Highly Optimized Microsoft Exchange Server 2010 Services Microsoft Exchange Server is the industry leading messaging platform for

More information

Colt VoIP Access. 2010 Colt Technology Services Group Limited. All rights reserved.

Colt VoIP Access. 2010 Colt Technology Services Group Limited. All rights reserved. Colt VoIP Access 2010 Colt Technology Services Group Limited. All rights reserved. Business requirements Are you looking for ways to simplify management of national or even international voice services

More information

KEMP LoadMaster Support for Windows Terminal Services

KEMP LoadMaster Support for Windows Terminal Services KEMP LoadMaster Support for Windows Terminal Services KEMP Technologies LoadMaster Application Delivery Controller and Server Load Balancer appliances provide full support for Microsoft Windows Terminal

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for Service Providers FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or

More information

VoIP Trunking with Session Border Controllers

VoIP Trunking with Session Border Controllers VoIP Trunking with Session Border Controllers By Chris Mackall Submitted to the Faculty of the Information Technology Program in Partial Fulfillment of the Requirements for the Degree of Bachelor of Science

More information

Session Initiation Protocol (SIP)

Session Initiation Protocol (SIP) Session Initiation Protocol (SIP) An Alcatel Executive Briefing August, 2002 www.alcatel.com/enterprise Table of contents 1. What is SIP?...3 2. SIP Services...4 2.1 Splitting / forking a call...4 2.2

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

Deploying the BIG-IP LTM v10 with Microsoft Lync Server 2010 and 2013

Deploying the BIG-IP LTM v10 with Microsoft Lync Server 2010 and 2013 Deployment Guide Document version:.6 What's inside: Prerequisites and configuration notes 4 Configuration Flow 5 Configuring the BIG-IP system for Lync Server 00 and 0 8 Creating the irules Appendix A:

More information

Microsoft Lync Server Overview

Microsoft Lync Server Overview Organizations can use the to enhance the scalability and availability of their Microsoft Lync Server 2010 deployments (formerly known as Microsoft Office Communications Server). Barracuda Networks has

More information

SIP Signaling Router (SSR) Use Cases

SIP Signaling Router (SSR) Use Cases APPLICATION GUIDE SIP Signaling Router (R) Use Cases Using SIP to improve network performance and deliver advanced services This application guide discusses how operators can use a SIP Signaling Router

More information

Implementing VoIP monitoring solutions. Deployment note

Implementing VoIP monitoring solutions. Deployment note Implementing VoIP monitoring solutions Deployment note Introduction With VoIP being an integral part of modern day business communications, enterprises are placing greater emphasis on the monitoring and

More information

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Abstract These Application

More information

SIP Trunking and the Role of the Enterprise SBC

SIP Trunking and the Role of the Enterprise SBC SIP Trunking and the Role of the Enterprise SBC a Tango Networks ebriefing SIP trunks offer companies of all sizes the opportunity to improve and simplify their communications network while reducing costs.

More information

Stateful Inspection Technology

Stateful Inspection Technology Stateful Inspection Technology Security Requirements TECH NOTE In order to provide robust security, a firewall must track and control the flow of communication passing through it. To reach control decisions

More information

Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution

Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution The Challenge Businesses that rely on Microsoft Lync Server must guarantee uninterrupted

More information