HIGH QUALITY TELEPHONY USING A FAIL-SAFE MEDIA RELAY SETUP. Pawel Kuzak VoIP Backend Development

Size: px
Start display at page:

Download "HIGH QUALITY TELEPHONY USING A FAIL-SAFE MEDIA RELAY SETUP. Pawel Kuzak VoIP Backend Development"

Transcription

1 HIGH QUALITY TELEPHONY USING A FAIL-SAFE MEDIA RELAY SETUP Pawel Kuzak VoIP Backend Development

2 Agenda 1&1 - Member of United Internet AG VoIP Network Overview Quality of Service Media relay - engine Extended VoIP Architecture Hardware and Network configuration Challenges Redundancy engine setup Redis Keyspace Notifications Roundup &1 Group

3 1&1 Member of United Internet AG Access Consumer Business Consumer Applications Business Partners 25.10% 28.57% 29.02% 25.10% 30.36% Listed investments 20.11% 10.46% 8.37%* 8.31% * Spin-off of Hi-Media S.A &1 Group

4 1&1: Internet services of United Internet AG Networks User equipment Access Motivated team Around 8,200 employees, thereof approx. 2,700 in product management, development and data centers Sales strength Approx. 3.2 million new customer contracts p.a. 50,000 registrations for free services on a daily basis Operational excellence 49 million accounts in 11 countries 7 data centers 70,000 servers in Europe and USA Powerful network infrastructure 41,000 km of fiber network Applications Content Standard software &1 Group 4

5 Locations &1 Group

6 VoIP Backend Some numbers > 100 servers forming a geo-redundant active-active setup ~ 4 Mio. VoIP customers ~ 12 Mio. registered numbers > 500 Calls/Second (Peak) > concurrent callls (Peak) > REGISTER requests per Second (Peak) 99,999% availability SIP interconnections with Versatel QSC Telefonica Vodafone &1 Group 6

7 Network Overview until 2015 Access Network BRAS BNG IP-Peering Interconnect Datacenter Karlsruhe MSAN DSLAM MSAN DSLAM Carrier-X IP Core 1&1 IP Core Access Network BRAS BNG SIP IP-Peering Interconnect Datacenter Baden-Airpark &1 Group 7

8 Network Overview until 2015 Access Network BRAS BNG IP-Peering Interconnect Datacenter Karlsruhe MSAN DSLAM MSAN DSLAM Quality of Service? Carrier-X IP Core 1&1 IP Core Access Network BRAS BNG SIP IP-Peering Interconnect Datacenter Baden-Airpark &1 Group 8

9 Quality of Service ADSL Different ATM-PVCs for Voice and Data One PPPoE session per ATM-PVC Different VLANs for Voice and Data in Backbone Upstream (F!B Internet): F!B just seperates Data traffic from Voice traffic Based on the ATM-PVC, the DSLAM decides whether to use the prioritized VLAN to BRAS BRAS uses DSCP (sets TOS Bit) Downstream (Internet F!B): Based on the target IP, the BRAS knows which VLAN to use Traffic may be d best-effort to BRAS &1 Group

10 Quality of Service VDSL No distinction between Voice and Data One VLAN for Voice and Data in Backbone &1 Group

11 Quality of Service VDSL Carrier won t prioritize IP traffic unless it doesn t come from a pre-defined IP range Prioritization of end-to-end traffic not possible IPs spread Need to bundle traffic Need media relay Requirements for media relay: Open source Kamailio integration High performance High availability Scalability TOS Bit setting engine ( &1 Group

12 Network Overview Present Access Network BRAS BNG IP-Peering Interconnect Datacenter Karlsruhe MSAN DSLAM Carrier-X IP Core Datacenter Frankfurt Interxion (DE-CIX) MSAN DSLAM Access Network Datacenter Frankfurt Equinix (DE-CIX) BRAS BNG SIP IP-Peering Interconnect Datacenter Baden-Airpark &1 Group

13 QoS impact VDSL: Speech delay VDSL-ISDN end-to-end routing Activate QoS over media relay &1 Group

14 Media relay Some numbers Currently 6 server in 2 data centers Dell R430, Intel X520 Network 10 Gbit/s, 2x 10 Core Xeon E5 w/ HT Running engine controlled via Kamailio s rtpengine module Full redundant active-active setup Each server handling concurrent sessions (Peak) ~ packets/s incoming and outgoing Each server able to handle concurrent sessions (Peak) Worst case backup scenario ~ packets/s incoming and outgoing Successfully tested concurrent sessions Limiting factors: Bandwidth Extend hardware Available sockets Use more IPs Interrupts Tune configuration &1 Group 14

15 Media relay Interrupt handling configuration Intel Flow director / N-tuple filter / Hash filter: Map /RTCP to same queue IRQ coalescing: Bundle interrupts RAM DMA Packet Network Controller MSI-X CPU APIC Optimize utilization of CPU caches Improve performance Session mapped 1:1 to CPU core Configured IRQ-CPU core affinity: Map IRQ/queues to same CPU cores &1 Group

16 DE-CIX Media Relay Setup Carrier-X IP Core 1x 10 Gbit/s 1x 1 Gbit/s Management Kamailio Redis Core Router 1&1 - Equinix Core Router 1&1 - Interxion idrac Management- Console 40 Gbit/s 10 Gbit/s Session Dell R430 Intel X520 Network 10 Gbit/s 2x 10 Core Xeon E5 Redis Database Redis Master Database &1 Group

17 engine Redundancy Carrier-X IP Core Challenge: Do NOT lose sessions when a media relay crashes Core Router 1&1 - Equinix Core Router 1&1 - Interxion 40 Gbit/s 10 Gbit/s Session Dell R430 Intel X520 Network 10 Gbit/s 2x 10 Core Xeon E5 Redis Database Redis Master Database &1 Group

18 engine Redundancy Simplified illustration Core Router secondary primary primary secondary engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace &1 Group Kamailio

19 engine Redundancy Simplified illustration 1. Kamailio creates session on engine1 with active Core Router secondary primary primary secondary engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database 1. engine1: Keyspace 2 on Redis- Keyspace 1 Kamailio &1 Group

20 engine Redundancy Simplified illustration Core Router 1. Kamailio creates session on engine1 with active 2. traffic arrives. engine1 persists session information to Redis Master, Keyspace 1 secondary primary primary secondary 2. engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace &1 Group Kamailio

21 engine Redundancy Simplified illustration secondary Core Router primary primary secondary 1. Kamailio creates session on engine1 with active 2. traffic arrives. engine1 persists session information to Redis Master, Keyspace 1 3. Redis Master replicates information to slaves engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace &1 Group Kamailio

22 engine Redundancy Simplified illustration 4. Notify secondary Core Router primary primary secondary 1. Kamailio creates session on engine1 with active 2. traffic arrives. engine1 persists session information to Redis Master, Keyspace 1 3. Redis Master replicats information to slaves 4. engine2 (listening on Keyspace 1) handles Redis- Notification and creates session on engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace &1 Group Kamailio

23 engine Redundancy Simplified illustration secondary Core Router primary primary secondary 1. Kamailio creates session on engine1 with active 2. traffic arrives. engine1 persists session information to Redis Master, Keyspace 1 3. Redis Master replicats information to slaves 4. engine2 (listening on Keyspace 1) handles Redis-Notification and creates session on 5. HW Error / Network Error / engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace &1 Group Kamailio

24 engine Redundancy Simplified illustration secondary Core Router primary 1. Kamailio creates session on engine1 with active 2. traffic arrives. engine1 persists session information to Redis Master, Keyspace 1 3. Redis Master replicats information to slaves 4. engine2 (listening on Keyspace 1) handles Redis-Notification and creates session on 5. HW Error / Network Error / engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace 1 6. Core Router: Withdraw announcements for engine1 (< 1s delay) &1 Group Kamailio

25 engine Redundancy Simplified illustration secondary Core Router primary 1. Kamailio creates session on engine1 with active 2. traffic arrives. engine1 persists session information to Redis Master, Keyspace 1 3. Redis Master replicats information to slaves 4. engine2 (listening on Keyspace 1) handles Redis-Notification and creates session on 5. HW Error / Network Error / engine2: Keyspace 1 on Redis- Keyspace 2 Redis Master Database engine1: Keyspace 2 on Redis- Keyspace 1 6. Core Router: Withdraw announcements for engine1 (< 1s delay) 7. Traffic d via alternative &1 Group Kamailio

26 Roundup Additional VoIP server in 2 new data centers Redundant active-active setup engine software running on media relay servers Invoking engine via Kamailio s rtpengine module Tuning IRQ handling Synchronizing engine session information via Redis and keyspace notifications Using mechanisms for redundancy &1 Group 26

27 Interested? jobs.1und1.de &1 Group

Carrier grade VoIP systems with Kamailio

Carrier grade VoIP systems with Kamailio Carrier grade VoIP systems with Kamailio Welcome! Kamailio project 1&1 Internet AG Linuxtag 2009, 24.06.2009 Outline 1. 1&1 VoIP backend purpose and usage architecture 2. Kamailio SIP server 3. High-availability

More information

Carrier-grade VoIP platform with Kamailio at 1&1

Carrier-grade VoIP platform with Kamailio at 1&1 Carrier-grade VoIP platform with Kamailio at 1&1 Kamailio World, 17.04.2013 Henning Westerholt Head of IT Operations Internet Access & Communications 1&1 Internet AG 2011 1 About me Henning Westerholt

More information

The poor state of SIP endpoint security

The poor state of SIP endpoint security The poor state of SIP endpoint security Kamailio World, 03.04.2014 Henning Westerholt Head of IT Operations Access 1 Agenda Introduction Reasons for security issues, motivation for attackers Past security

More information

IP DSLAM IDM-168. To meet the increasing demand for high-speed internet access and triple play application service. The next generation

IP DSLAM IDM-168. To meet the increasing demand for high-speed internet access and triple play application service. The next generation IP DSLAM IDM-168 To meet the increasing demand for high-speed internet access and triple play application service. The next generation network offers a feasible functionality of integrated services with

More information

Telefónica Broadband Access Strategy Panel contribution Telefónica Deutschland GmbH

Telefónica Broadband Access Strategy Panel contribution Telefónica Deutschland GmbH Telefónica Broadband Access Strategy Panel contribution WIK-Conference Panel: The reaction of national broadband operators to VDSL- the German Case Dr. Alwin Mahler, VP Strategy, Bonn 21.03.2007 Index

More information

VoIP Protocols and QoS

VoIP Protocols and QoS Announcements I. Times have been posted for demo slots VoIP Protocols and QoS II. HW5 and HW6 solutions have been posted HW6 being graded Internet Protocols CSC / ECE 573 Fall, 2005 N. C. State University

More information

Configuring Modular QoS on Link Bundles

Configuring Modular QoS on Link Bundles A link bundle is a group of one or more ports that are aggregated together and treated as a single link. This module describes QoS on link bundles. Line Card, SIP, and SPA Support Feature ASR 9000 Ethernet

More information

MPLS VPN Challenge. Ron Jubainville Director Sprint International Products. Copyright Sprint All rights reserved.

MPLS VPN Challenge. Ron Jubainville Director Sprint International Products. Copyright Sprint All rights reserved. MPLS VPN Challenge Ron Jubainville Director Sprint International Products Copyright Sprint 2004. All rights reserved. November 1 st, 2004 MPLS VPN Challenge Agenda WAN Evolution to MPLS Key Challenge Key

More information

Scaling Location Services with Kamailio Henning Westerholt, Marius Zbihlei Kamailio Project

Scaling Location Services with Kamailio Henning Westerholt, Marius Zbihlei Kamailio Project Scaling Location Services with Kamailio Henning Westerholt, Marius Zbihlei Kamailio Project 1&1 Internet AG 2011 1 Overview Introduction Kamailio at 1&1 Scaling Location Services Partitioned user location

More information

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Table of Contents INTRODUCTION... 4 DSCP CLASSIFICATION... 5 QUALITY OF SERVICE ON GWN7000... 6 USING QOS TO PRIORITIZE VOIP TRAFFIC...

More information

UNITED INTERNET AG. 6-Month Frankfurt/Main, August 13, 2018

UNITED INTERNET AG. 6-Month Frankfurt/Main, August 13, 2018 UNITED INTERNET AG 6-Month 2018 Frankfurt/Main, August 13, 2018 1 H1 2018 Frankfurt/Main, August 13, 2018 AGENDA Ralph Dommermuth Company development Outlook Frank Krause Results H1 2018 2 H1 2018 Frankfurt/Main,

More information

Internet Technology 3/2/2016

Internet Technology 3/2/2016 Question 1 Defend or contradict this statement: for maximum efficiency, at the expense of reliability, an application should bypass TCP or UDP and use IP directly for communication. Internet Technology

More information

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

VoIP, Embedded Gatekeeper System AP-GK1000. February Technology.

VoIP, Embedded Gatekeeper System AP-GK1000. February Technology. VoIP, Embedded Gatekeeper System AP-GK1000 February 2004 Technology AddPac VoIP Products AP-VPMS (VoIP Plug & play management system) VoIP Gateway VoIP Gateway VoIP Gateway VoIP Gateway VoIP Gateway Multi-service

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Radware LinkProof Multi-WAN Switch connected to an Avaya Communication Manager and Avaya SIP Enablement Services in a Converged VoIP and

More information

VOIP SOLUTIONS. telecomsni

VOIP SOLUTIONS. telecomsni VOIP SOLUTIONS telecomsni Why are businesses turning to VoIP? Low cost In general, a telephone service via VoIP costs less than an equivalent service from traditional providers. There are also some cost

More information

MA5600 MSAN Multi-Service Access Node

MA5600 MSAN Multi-Service Access Node MA5600 MSAN Multi-Service Access Node Keeping with the current trend of full integration in the migration of IP and broadband, Versa Technology presents MA5600 MSAN, Multi-Services Access Gateway. It can

More information

Radware AppDirector Load Balancing Microsoft LCS servers, LCS Director and LCS Access Proxy Servers.

Radware AppDirector Load Balancing Microsoft LCS servers, LCS Director and LCS Access Proxy Servers. TESTING & INTEGRATION GROUP TECHNICAL SOLUTION GUIDE Radware AppDirector Load Balancing Microsoft LCS servers, LCS Director and LCS Access Proxy Servers. INTRODUCTION...2 RADWARE APPDIRECTOR... 3 MICROSOFT

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

Internet Technology. 06. Exam 1 Review Paul Krzyzanowski. Rutgers University. Spring 2016

Internet Technology. 06. Exam 1 Review Paul Krzyzanowski. Rutgers University. Spring 2016 Internet Technology 06. Exam 1 Review Paul Krzyzanowski Rutgers University Spring 2016 March 2, 2016 2016 Paul Krzyzanowski 1 Question 1 Defend or contradict this statement: for maximum efficiency, at

More information

TIM Group Politecnico di Torino. Torino, 18th January TIM Network. Alessandro Capello IP, Transport and Core Innovation

TIM Group Politecnico di Torino. Torino, 18th January TIM Network. Alessandro Capello IP, Transport and Core Innovation TIM Group Politecnico di Torino Torino, 18th January 2018 TIM Network Alessandro Capello IP, Transport and Core Innovation TIM Group 2 Agenda The PSTN Network The Data Network Current technological trends

More information

Set Inner CoS Bits for QinQ

Set Inner CoS Bits for QinQ Set Inner CoS Bits for QinQ First Published: September 2007 Revised: August 2008 This document describes the Set Inner CoS Bits for QinQ feature that allows you to mark both inner and outer VLAN tags of

More information

Peer to Peer Infrastructure : QoS enabled traffic prioritization. Mary Barnes Bill McCormick

Peer to Peer Infrastructure : QoS enabled traffic prioritization. Mary Barnes Bill McCormick Peer to Peer Infrastructure : QoS enabled traffic prioritization Mary Barnes (mary.barnes@nortel.com) Bill McCormick (billmcc@nortel.com) p2pi - QoS 1/24/09 1 Overview!! Discuss the mechanisms and implications

More information

NGF0401 Instructor Slides

NGF0401 Instructor Slides Advanced Site to Site VPN Barracuda NextGen Firewall F VPN Tunnel Routing Separate routing table Default behavior Uses source based routing Creates separate premain routing tables for every VPN tunnel

More information

V50-U Configuration Guide Contents

V50-U Configuration Guide Contents V50-U Configuration Guide Contents ADSL2+ Setup... 2 PPPoA Service Configuration - Chorus BUBA service ATM1 (0_0_100)... 3 PPPoE Service Configuration Chorus EUBA service ATM1 (0_0_110)... 5 IPoE Service

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

More information

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN Platformă de e-learning și curriculă e-content pentru învățământul superior tehnic Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN MPLS VPN 5-ian-2010 What this lecture is about: IP

More information

802.1P CoS Bit Set for PPP and PPPoE Control Frames

802.1P CoS Bit Set for PPP and PPPoE Control Frames 802.1P CoS Bit Set for PPP and PPPoE Control The 802.1P CoS Bit Set for PPP and PPPoE Control feature provides the ability to set user priority bits in the IEEE 802.1Q tagged frame to allow traffic prioritization.

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

Page 2 Skype Connect Requirements Guide

Page 2 Skype Connect Requirements Guide Thinking about implementing Skype Connect? Read this guide first. Skype Connect provides connectivity between your business and the Skype community. By adding Skype Connect to your existing SIP-enabled

More information

SOFTWARE RELEASE NOTES

SOFTWARE RELEASE NOTES SOFTWARE RELEASE NOTES For Version CT-5631-H131-310CTU -C07_R01_4.5.5.27 Release Date: August 10, 2009 H131-310CTU-C07_R01_4.5.5.27 Comtrend Release Notes Page 1 of 7 Introduction The purpose of this document

More information

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks First Published: October 21, 2009 Last Updated: Sept 17, 2010 The Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for

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

Spectrum Enterprise SIP Trunking Service Toshiba IPledge IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Toshiba IPledge IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Toshiba IPledge IP PBX Configuration Guide About Spectrum Enterprise: Spectrum Enterprise is a division of Charter Communications following a merger with Time Warner

More information

5 What two Cisco tools can be used to analyze network application traffic? (Choose two.) NBAR NetFlow AutoQoS Wireshark Custom Queuing

5 What two Cisco tools can be used to analyze network application traffic? (Choose two.) NBAR NetFlow AutoQoS Wireshark Custom Queuing 1 Refer to the exhibit. After configuring QoS, a network administrator issues the command show queueing interface s0/1. What two pieces of information can an administrator learn from the output of this

More information

When placing an order for BT SIP Trunks customers are requested to sign this document to acknowledge that;

When placing an order for BT SIP Trunks customers are requested to sign this document to acknowledge that; Customer Guide BT Business - BT SIP Trunks BT SIP Trunks: Firewall and LAN Guide IMPORTANT This document provides supporting information for the configuration of a customer Firewall and LAN to support

More information

QoS in a SOHO Virtual Private Network for IP Telephony

QoS in a SOHO Virtual Private Network for IP Telephony CHAPTER 5 QoS in a SOHO Virtual Private Network for Telephony This chapter provides information about implementing QoS in an AVVID-enabled Small Office Home Office (SOHO) Virtual Private Network (VPN)

More information

NEMO 3.0 Product Description NetAxis Solutions

NEMO 3.0 Product Description NetAxis Solutions NEMO 3.0 Product Description NetAxis Solutions Page i of 18 NEMO 3.0 Product Description NetAxis Solutions Release Version 3.0 Copyright 2017-2018 NetAxis Solutions Page ii of 18 NEMO 3.0 Product Description

More information

Solutions connecting the world Global Data Service Increase your revenue by decreasing your stress and costs.

Solutions connecting the world Global Data Service Increase your revenue by decreasing your stress and costs. Solutions connecting the world Global Data Service Increase your revenue by decreasing your stress and costs. October 11, Slide 1 The issue: How to improve revenue? Management is asking for more and more

More information

Cable Interface Bundling for the Cisco ubr7200 Series Cable Router

Cable Interface Bundling for the Cisco ubr7200 Series Cable Router Cable Interface Bundling for the Cisco ubr7200 Series Cable Router Feature Overview This feature allows multiple cable interfaces to share a single IP subnet. Currently, you must use an IP subnet for each

More information

02 - Distributed Systems

02 - Distributed Systems 02 - Distributed Systems Definition Coulouris 1 (Dis)advantages Coulouris 2 Challenges Saltzer_84.pdf Models Physical Architectural Fundamental 2/58 Definition Distributed Systems Distributed System is

More information

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

02 - Distributed Systems

02 - Distributed Systems 02 - Distributed Systems Definition Coulouris 1 (Dis)advantages Coulouris 2 Challenges Saltzer_84.pdf Models Physical Architectural Fundamental 2/60 Definition Distributed Systems Distributed System is

More information

Quality of Service and Bandwidth Management

Quality of Service and Bandwidth Management CHAPTER 5 Cisco Unified Border Element (SP Edition) distributed model for the Cisco ASR 1000 Series Routers provides Quality of Service (QoS) and bandwidth management features to assure quality end-to-end

More information

EVERYTHING YOU NEED TO KNOW ABOUT NETWORK FAILOVER

EVERYTHING YOU NEED TO KNOW ABOUT NETWORK FAILOVER WHITE PAPER EVERYTHING YOU NEED TO KNOW ABOUT NETWORK FAILOVER Overview Enterprises lose $700 billion from downtime; losses fall into three categories: lost revenue (17%), lost productivity (73%), and

More information

itel MPLS (IP VPN) Maximum Network Potential

itel MPLS (IP VPN) Maximum Network Potential Maximum Network Potential The fundamental concept behind MPLS is packet labelling. This labelling helps organize your data in an intelligent manner and maximizes your company s bandwidth. MPLS packets

More information

Wide Area Networking Technologies

Wide Area Networking Technologies Wide Area Networking Technologies TABLE OF CONTENTS INTRODUCTION... 1 TASK 1... 1 1.1Critically evaluate different WAN technologies... 1 1.2 WAN traffic intensive services... 4 TASK 2... 5 1.3 and 1.4

More information

Modular Quality of Service Overview on Cisco IOS XR Software

Modular Quality of Service Overview on Cisco IOS XR Software Modular Quality of Service Overview on Cisco IOS XR Software Quality of Service (QoS) is the technique of prioritizing traffic flows and providing preferential forwarding for higher-priority packets. The

More information

VoltDB vs. Redis Benchmark

VoltDB vs. Redis Benchmark Volt vs. Redis Benchmark Motivation and Goals of this Evaluation Compare the performance of several distributed databases that can be used for state storage in some of our applications Low latency is expected

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department of Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Stephan Günther

More information

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN Issue 1.1 Date 2014-03-14 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced or

More information

Cisco Series Performance Routing Engine 4

Cisco Series Performance Routing Engine 4 Cisco 10000 Series Performance Routing Engine 4 The Cisco 10000 Series Performance Routing Engine 4 (PRE4) (Figure 1) addresses the demand for increased performance, scalability, and hierarchical quality

More information

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Document ID: 12889 Contents Introduction Before You Begin Conventions Prerequisites Components Used Configure Network

More information

Several types of DSL technology have implemented nowadays and adopted by PLANET broadband solutions to fulfill customer s needs:

Several types of DSL technology have implemented nowadays and adopted by PLANET broadband solutions to fulfill customer s needs: Broadband Communication What is xdsl? xdsl is a family of technologies that provides digital data transmission over the wires of a local telephone network. DSL originally stood for digital subscriber loop,

More information

AT&T Dedicated Internet with voice bundle

AT&T Dedicated Internet with voice bundle AT&T Dedicated Internet with voice bundle February 2018 AT&T Dedicated Internet with voice bundle Overview Staying connected to a distributed workforce with voice and Internet services is key to business

More information

Enabling IPv6 on the FTTH network of ctc

Enabling IPv6 on the FTTH network of ctc Enabling IPv6 on the FTTH network of ctc 28 th August 2013 Chubu Telecommunications Co.,Inc. Shinichi Yamamoto Table of contents 1. Corporate profile 2. IPv6 deployment on commufa HIKARI 3. IPv6 service

More information

Documentation. OpenScape Business V1 Internet Telephony Configuration Guide. Siemens Enterprise Communications

Documentation. OpenScape Business V1 Internet Telephony Configuration Guide. Siemens Enterprise Communications Documentation OpenScape Business V1 Internet Telephony Configuration Guide Siemens Enterprise Communications www.siemens-enterprise.com Table of Content 1 Introduction... 3 2 Internet Configuration...

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

Multimedia Networking. Network Support for Multimedia Applications

Multimedia Networking. Network Support for Multimedia Applications Multimedia Networking Network Support for Multimedia Applications Protocols for Real Time Interactive Applications Differentiated Services (DiffServ) Per Connection Quality of Services Guarantees (IntServ)

More information

PassReview. PassReview - IT Certification Exams Pass Review

PassReview.   PassReview - IT Certification Exams Pass Review PassReview http://www.passreview.com PassReview - IT Certification Exams Pass Review Exam : 640-863 Title : Designing for Cisco Internetwork Solutions Vendors : Cisco Version : DEMO Get Latest & Valid

More information

RSVP Scalability Enhancements

RSVP Scalability Enhancements This document describes the Cisco Resource Reservation Protocol (RSVP) scalability enhancements. It identifies the supported platforms, provides configuration examples, and lists related IOS command line

More information

Oracle Cloud. Using Oracle Network Cloud Service - FastConnect Standard Edition E

Oracle Cloud. Using Oracle Network Cloud Service - FastConnect Standard Edition E Oracle Cloud Using Oracle Network Cloud Service - FastConnect Standard Edition E74464-05 April 2017 Oracle Cloud Using Oracle Network Cloud Service - FastConnect Standard Edition, E74464-05 Copyright 2016,

More information

Germany - Telecoms, Mobile, Broadband and Digital Media - Statistics and Analyses. German telecom sector ambitious for gigabit society by 2025

Germany - Telecoms, Mobile, Broadband and Digital Media - Statistics and Analyses. German telecom sector ambitious for gigabit society by 2025 Report Information More information from: https://www.wiseguyreports.com/reports/1095917-germany-telecoms-mobile-broadband-and-digitalmedia-statistics-and-analyses-one Germany - Telecoms, Mobile, Broadband

More information

Unifying the Distributed Enterprise with MPLS Mesh

Unifying the Distributed Enterprise with MPLS Mesh Unifying the Distributed Enterprise with MPLS Mesh Technical Whitepaper January 2015 Copyright 2015 AireSpring Introduction Today s modern enterprises employ IT technologies that deliver higher value,

More information

Index. Numerics. Index 1

Index. Numerics. Index 1 Index Numerics 802.1p priority (QoS) definition 8-6 802.1q VLAN in mesh 7-23 802.1Q VLAN standard 6-6 802.1w as a region 6-54 802.1x, mesh, not supported 7-5 A ABC enabled on edge switch 7-26 in mesh domain

More information

Logical Network Design (Part II)

Logical Network Design (Part II) Logical Network Design (Part II) DCS COMSATS Institute of Information Technology Rab Nawaz Jadoon Assistant Professor COMSATS IIT, Abbottabad Pakistan Telecommunication Network Design (TND) Possible (Part

More information

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : 070-337 Title : Enterprise Voice & Online Services

More information

Connectivity FastConnect Level 200. Jamal Arif November 2018

Connectivity FastConnect Level 200. Jamal Arif November 2018 Connectivity FastConnect Level 200 Jamal Arif November 2018 Copyright Copyright 2018, Oracle 2018, and/or Oracle its and/or affiliates. its affiliates. All rights reserved. All rights reserved. 1 Safe

More information

Routers: Forwarding EECS 122: Lecture 13

Routers: Forwarding EECS 122: Lecture 13 Routers: Forwarding EECS 122: Lecture 13 epartment of Electrical Engineering and Computer Sciences University of California Berkeley Router Architecture Overview Two key router functions: run routing algorithms/protocol

More information

BUSINESS CONTINUNITY MINI GUIDE. A guide to how DrayTek solutions can keep your business connected even when lines and devices fail.

BUSINESS CONTINUNITY MINI GUIDE. A guide to how DrayTek solutions can keep your business connected even when lines and devices fail. BUSINESS CONTINUNITY MINI GUIDE A guide to how DrayTek solutions can keep your business connected even when lines and devices fail. Introduction Connecting to the internet is an everyday occurrence for

More information

Security and Reliability of the SoundBite Platform Andy Gilbert, VP of Operations Ed Gardner, Information Security Officer

Security and Reliability of the SoundBite Platform Andy Gilbert, VP of Operations Ed Gardner, Information Security Officer Security and Reliability of the SoundBite Platform Andy Gilbert, VP of Operations Ed Gardner, Information Security Officer 2007 SoundBite Communications, Inc. All Rights Reserved. Agenda Scalability Capacity

More information

India Operator BNG and IP Router

India Operator BNG and IP Router CASE STUDY MPC480 IN INDIA India Operator BNG and IP Router 1 BACKGROUND The India Operator (Operator) provides Internet services to approx. 40,000 end users (residential and business users) in a city

More information

Signaling System 7 (SS7) By : Ali Mustafa

Signaling System 7 (SS7) By : Ali Mustafa Signaling System 7 (SS7) By : Ali Mustafa Contents Types of Signaling SS7 Signaling SS7 Protocol Architecture SS7 Network Architecture Basic Call Setup SS7 Applications SS7/IP Inter-working VoIP Network

More information

Converged Voice Service Summary

Converged Voice Service Summary SERVICE DELIVERY OVERVIEW Voyant offers a managed converged voice and Internet solution for businesses owning and managing a premise-based KTS or PBX system. Voice and Internet services are delivered over

More information

Reliable, fast data connectivity

Reliable, fast data connectivity Data Reliable, fast data connectivity Discover business-grade, high speed data connectivity Harness cloud services - converge data and voice Our family of high-speed IP connectivity services connects your

More information

NetCarrier Telecom, Inc. NetCarrier ncloud PBX. Channel Driven, Customer Focused

NetCarrier Telecom, Inc. NetCarrier ncloud PBX. Channel Driven, Customer Focused NetCarrier ncloud PBX NetCarrier Telecom, Inc. Channel Driven, Customer Focused 24.7.365 Customer Support Phone: 888.575.4754 Email: sales@corp.netcarrier.com CONTENTS Why NetCarrier? NetCarrier is a US

More information

KillTest ᦝ䬺 䬽䭶䭱䮱䮍䭪䎃䎃䎃ᦝ䬺 䬽䭼䯃䮚䮀 㗴 㓸 NZZV ]]] QORRZKYZ PV ٶ瀂䐘މ悹伥濴瀦濮瀃瀆ݕ 濴瀦

KillTest ᦝ䬺 䬽䭶䭱䮱䮍䭪䎃䎃䎃ᦝ䬺 䬽䭼䯃䮚䮀 㗴 㓸 NZZV ]]] QORRZKYZ PV ٶ瀂䐘މ悹伥濴瀦濮瀃瀆ݕ 濴瀦 KillTest Exam : 1Y0-A21 Title : Basic Administration for Citrix NetScaler 9.2 Version : Demo 1 / 5 1.Scenario: An administrator is working with a Citrix consultant to architect and implement a NetScaler

More information

Routers: Forwarding EECS 122: Lecture 13

Routers: Forwarding EECS 122: Lecture 13 Input Port Functions Routers: Forwarding EECS 22: Lecture 3 epartment of Electrical Engineering and Computer Sciences University of California Berkeley Physical layer: bit-level reception ata link layer:

More information

About High Availability and Active/Active Clustering

About High Availability and Active/Active Clustering High Availability About High Availability and Active/Active Clustering Displaying High Availability Status Configuring High Availability Fine Tuning High Availability Monitoring High Availability About

More information

SIP TRUNKING CLOUD PBX CONNECTIVITY. by IXICA Communications Inc. facilities based Canadian CLEC

SIP TRUNKING CLOUD PBX CONNECTIVITY. by IXICA Communications Inc. facilities based Canadian CLEC SIP TRUNKING CLOUD PBX CONNECTIVITY by IXICA Communications Inc. facilities based Canadian CLEC OVERVIEW OF NETWORK 100% Canadian owned & operated our major POI is located in Toronto, Canada «network establishment

More information

Load Balance Mechanism

Load Balance Mechanism Load Balance Application in Dual-WAN Interface Load Balance Mechanism To which WAN port the traffic will be routed is determined according to the Load Balance mechanism. Below diagram shows how Vigor router

More information

RTO/RPO numbers for different resiliency scenarios

RTO/RPO numbers for different resiliency scenarios RTO/RPO numbers for different resiliency scenarios Agenda Design changes to support Voice high availability User Services Component (Presence & Conferencing) Registrar Component Registration & Routing

More information

ASN Configuration Best Practices

ASN Configuration Best Practices ASN Configuration Best Practices Managed machine Generally used CPUs and RAM amounts are enough for the managed machine: CPU still allows us to read and write data faster than real IO subsystem allows.

More information

Applying QoS Features Using the MQC

Applying QoS Features Using the MQC QoS: Modular QoS Command-Line Interface Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) First Published: November 30, 2012 Last Modified: March 31, 2014 This chapter discusses the Modular

More information

Quality of Service (QoS): Managing Bandwidth More Effectively

Quality of Service (QoS): Managing Bandwidth More Effectively 15 Quality of Service (QoS): Managing Bandwidth More Effectively Contents Introduction................................................. 15-2 Terminology............................................... 15-5

More information

Citrix NetScaler LLB Deployment Guide

Citrix NetScaler LLB Deployment Guide Deployment Guide Citrix NetScaler Citrix NetScaler LLB Deployment Guide Deployment Guide for Using a NetScaler Appliance for Outbound Link Load Balancing www.citrix.com Contents Introduction... 3 Solution

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1343BU NSX Performance Samuel Kommu #VMworld #NET1343BU Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no

More information

Integrated t Services Digital it Network (ISDN) Digital Subscriber Line (DSL) Cable modems Hybrid Fiber Coax (HFC)

Integrated t Services Digital it Network (ISDN) Digital Subscriber Line (DSL) Cable modems Hybrid Fiber Coax (HFC) Digital Local Loop Technologies Integrated t Services Digital it Network (ISDN) Handles voice and data Relatively l high h cost for low bandwidth (Skip) Digital Subscriber Line (DSL) Cable modems Hybrid

More information

Cisco IOS Switching Paths Overview

Cisco IOS Switching Paths Overview This chapter describes switching paths that can be configured on Cisco IOS devices. It contains the following sections: Basic Router Platform Architecture and Processes Basic Switching Paths Features That

More information

ABC SBC: Secure Peering. FRAFOS GmbH

ABC SBC: Secure Peering. FRAFOS GmbH ABC SBC: Secure Peering FRAFOS GmbH Introduction While an increasing number of operators have already replaced their SS7 based telecommunication core network with a SIP based solution, the interconnection

More information

Features. HDX WAN optimization. QoS

Features. HDX WAN optimization. QoS May 2013 Citrix CloudBridge Accelerates, controls and optimizes applications to all locations: datacenter, branch offices, public and private clouds and mobile users Citrix CloudBridge provides a unified

More information

Asynchronous Transfer Mode (ATM) ATM concepts

Asynchronous Transfer Mode (ATM) ATM concepts Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode (ATM) is a switching technique for telecommunication networks. It uses asynchronous time-division multiplexing,[1][2] and it encodes data into

More information

Introduction to VoIP. Cisco Networking Academy Program Cisco Systems, Inc. All rights reserved. Cisco Public. IP Telephony

Introduction to VoIP. Cisco Networking Academy Program Cisco Systems, Inc. All rights reserved. Cisco Public. IP Telephony Introduction to VoIP Cisco Networking Academy Program 1 Requirements of Voice in an IP Internetwork 2 IP Internetwork IP is connectionless. IP provides multiple paths from source to destination. 3 Packet

More information

Improving QoS of VoIP over Wireless Networks (IQ-VW)

Improving QoS of VoIP over Wireless Networks (IQ-VW) Improving QoS of VoIP over Wireless Networks (IQ-VW) Mona Habib & Nirmala Bulusu CS522 12/09/2002 1 Agenda Voice over IP (VoIP): Why? VoIP Protocols: H.323 and SIP Quality of Service (QoS) Wireless Networks

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master

More information

Datacenter replication solution with quasardb

Datacenter replication solution with quasardb Datacenter replication solution with quasardb Technical positioning paper April 2017 Release v1.3 www.quasardb.net Contact: sales@quasardb.net Quasardb A datacenter survival guide quasardb INTRODUCTION

More information

Cisco ASR 1000 Series Aggregation Services Routers: QoS Architecture and Solutions

Cisco ASR 1000 Series Aggregation Services Routers: QoS Architecture and Solutions Cisco ASR 1000 Series Aggregation Services Routers: QoS Architecture and Solutions Introduction Much more bandwidth is available now than during the times of 300-bps modems, but the same business principles

More information

Amazon. Exam Questions AWS-Certified-Solutions-Architect- Professional. AWS-Certified-Solutions-Architect-Professional.

Amazon. Exam Questions AWS-Certified-Solutions-Architect- Professional. AWS-Certified-Solutions-Architect-Professional. Amazon Exam Questions AWS-Certified-Solutions-Architect- Professional AWS-Certified-Solutions-Architect-Professional Version:Demo 1.. The MySecureData company has five branches across the globe. They want

More information

Media-Ready Network Transcript

Media-Ready Network Transcript Media-Ready Network Transcript Hello and welcome to this Cisco on Cisco Seminar. I m Bob Scarbrough, Cisco IT manager on the Cisco on Cisco team. With me today are Sheila Jordan, Vice President of the

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Chair for

More information