A generic monitoring architecture for assuring the QoS in Mobile TV platforms

Size: px
Start display at page:

Download "A generic monitoring architecture for assuring the QoS in Mobile TV platforms"

Transcription

1 A generic monitoring architecture for assuring the QoS in Mobile TV platforms Antonio Cuadra-Sanchez Telefonica R&D Madrid, Spain Clara Casas-Caballero Telefonica Spain Madrid, Spain Abstract Nowadays main service providers are launching the initial mobile TV commercial services, which are offered from wireless broadband networks. This article shows a common architecture for monitoring the QoS (Quality of Service) of mobile TV platforms. This solution, which is based on the analysis of quality figures through network probes, will allow service providers to offer their audiovisual services in a competitive manner. The proposal includes the development of an monitoring architecture founded on a common open architecture that gathers the data from the different network segments in a convergent way. This aspect means that the mobile TV services are permanently end-to-end supervised from both the access and the core network. In this specific scenario, the UMTS/3G underlying transport network has been considered to carry the mobile TV service. On the other hand, the core network is constituted by the content delivery platform and the central services centre (CSC), which orchestrates the services offered to end users, such as multicast TV, Video on Demand (VoD) or Pay-per-view (PPV). This paper includes the results obtained from this monitoring platform, applied to on of the major mobile Telco companies, explicitly for the VoD service based on videostreaming sessions. I. INTRODUCTION The IPTV content delivery platforms on mobile networks allow users to access real-time services by subscribing to a multimedia service: broadcast TV, video on demand, pay-perview, etc. These contents are delivered to end users devices (i.e. Set-top-box) from the mobile TV platform through a broadband network, such as UMTS or CDMA2000. The process is coordinated by a dialogue between the application servers and decoders for users to request a specific action or content control (join, play, pause, etc.). This proposal sets out an IPTV services monitoring system offered on convergent content delivery platforms supported on mobile (3G) networks. For that purpose, the traffic sent from servers to applications and content decoders and terminals is permanently monitored through a series of sensors deployed across the network. These probes guarantee the retrieval of real multimedia traffic received by end users in order to monitor the quality of service in a network-independent way. This application makes it possible to determine the behaviour of IPTV services based on the analysis of standard control and transport protocols for multimedia streams in IP networks. The methodology covers the processing and analysis of traffic in order to monitor the most critical services, such as videostreaming contents offered on fixed and mobile networks. These features include QoS and traffic metrics, as well as troubleshooting tools, such as a protocol analyzer. The main feature of the system is the reconstruction of detailed records of the session of mobile TV services, which contain the most relevant information of a comprehensive dialogue for requested service. The most significant parameters of the traced session are stored, such as the content, the traffic downloaded, the delay, the jitter and the packet loss rate. This information allows supervising the main problems in mobile TV, such as frozen images or pixeled effect. The proposed monitoring solution for VoD (video on demand) services is based on the analysis of the videostreaming control protocol (RTSP [1]) and media transport protocols (RTP [2]). The information is obtained from probes and is used to reconstruct detail records (XDR [3]) in order to build quality indicators to quantify the quality of video services. The following sections introduce the protocols used to offer videostreaming services, as well as the most significant IPTV products. Subsequent session cover the main functionalities for supervising the QoS of such services, from the generation of detailed records to the description of specific measures of quality for videostreaming services. Finally, the results are displayed on a real mobile TV platform. II. MOBILE IPTV PLATFORMS Mobile IPTV (Television over IP) can be defined as an audiovisual content delivery offered through a wireless broadband network over Internet Protocol. Although mobile TV can be freely broadcasted, this article refers only to the platforms owned by IPTV service providers, which have a proper infrastructure isolated from the rest of the networks /10/$ IEEE 1227

2 The topology of a generic mobile IPTV platform [4], implemented by a Telco operator, consists of several network elements in terms of the network distribution: Content delivery centers, which send the IP multimedia content to end-users. For multicast services center, it is called as TV head-end. Sometimes these elements are distributed over the access network in order not to overflow the core network, such as videostreaming. CSC (Central Services Centre) that orchestrates all the operation, admission and maintenance tasks, from billing and authentication, to parental control. LSC (Local Services Centers) that interconnects the core network with the access network There are several access technologies depending on the wireless or wireline network. The main fixed access technologies are ADSL, VDSL and FTTH. On the other hand, inside the scope of this article, for mobile Telco networks, 3G (UMTS/CDMA2000) is the most common technology, and is commonly referred as mobile TV. In this way mobile TV users access real-time and deferred time services depending on the content: Broadcast TV, VoD (Video on Demand), PPV (pay-per-view) and a bundle of supplementary services. The mobile TV platform delivers the multimedia content to the customer's 3G device (mobile terminal). Mobile TV provides two basic multimedia services: Broadcast TV and Video on Demand (VoD). Internet Group Management Protocol (IGMP) version 2 [5] is the main control protocol for multicasting, meanwhile Real Time Streaming Protocol (RTSP[1]) is the most common protocol used for VoD. Regarding the transport protocols, Real-time Transport Protocol (RTP[2]) is used to convey the multimedia flows, although high quality services require also MPEG-2 [6] or 4 [7]. The following sections introduce the services object of this article, that are related to the videostreaming multimedia flows. A. Video-streaming Services These services allow users to access multimedia contents (live TV, video on demand, etc.) by paying a variable amount depending on the event: news, entertainment, music, etc. The IPTV platform sends the multimedia flow (audio and / or video) to terminal equipments. This process is ruled by a dialogue between both elements (TV content server and terminal equipment), which is used to request a specific action or content control (pause, fast forward, play, etc.). For this purpose RTSP[1] (Real-Time Streaming Protocol) is used as a standard to control multimedia flows in IP networks. It has been specified in RFC 2326 and this is an application layer protocol that is used to control the delivery of data that require sending information in real time. The protocol messages include the described methods, Play, Pause and Record among others, through which it controls the delivery of multimedia packets. Although RTSP does not require a specific transport mechanism for carrying multimedia traffic, in video streaming services RTP [2] (Real-Time Transport Protocol, standardized by the IETF in RFC 3550) is commonly used. The delivery of frames is controlled by RTP Control Protocol RTCP [2], which provides a feedback of the source of and participants of a session. This protocol is based on the regular transmission of control packets to all members of a session, using the same mechanisms for the distribution of data to RTP (consecutive and odd port, flow identifiers, etc). The main function of RTCP is to get the quality of the information received from the edge ends. Some of the main statistics compiled, both in reception and in transmission, are the number of sent and lost packets, delays, etc. The application that sends these data may use this information to alter the transmission, for example to set another compression ratio or to improve quality. There are five types of RTCP packets: Sender Report, Receiver Report, Source Description Message, Bye Message and Application- Specific Message. The most significant attributes in RTCP messages are the Counters of packet and bytes sent, and the accumulated rate of lost packets, jitter and inter-arrival delay since the last report submitted. Figure 1. Access to videostreaming contents with RTSP. The previous figure shows the procedure used to get a video on demand content, where the user requests a session that can change through various control commands (pause, fast forward, play, etc.). As it is implemented through RTSP, the request procedures are sent to the Content Server (Content delivery server) with this protocol. These requests are acknowledged (responses) through the same protocol, whose sequence number (Cseq) must match the one included in the previous method. III. MONITORING ENVIRONMENT This section describes the management environment inside the mobile IPTV platform. On the one hand, the architecture of the proposal is described, while on the other hand a subsection shows how to implement this solution on a convergent IPTV network [8]. All this work is mainly focused on the data gathered from probes that are deployed on the IPTV network. 1228

3 A. Architecture of the solution Probes systems are becoming a fundamental tool for network operators and service providers to monitor and manage the quality of service [9]. Probes can be placed at any point in the network, so they provide a greater flexibility than the systems based on network elements or other data sources. The traffic collected through probes, due to the detail with which they are elaborated, provide a real vision of the behavior of the network and of the perception that users have of the services. Therefore, this architecture will allow to guarantee the service and to satisfy customer necessities throughout the processed information. In addition, these systems of massive traffic capture constitute the main input for the SQM/SLM (Service Quality Management/ Service Level Management) that are beginning to establish in main telecommunications networks. Flexibility and multiprotocol capabilities are two basic characteristics for monitoring and management through probes the new generation networks (NGN, UMTS, IMS, etc.) and the new services as VoIP, mobiletv, quadruple play offer, etc. The development of these technologies has been focused on a criterion of scalability based on an open architecture that allows the monitoring of new emergent technologies. In addition it is independent of the services that supervises, and provides the customer point of view as far as quality and availability of all offered services. The architecture of the probe section is a distributed model where the data is extracted by the probes located at specific points on the network depending on their topology. This information is received and preprocessed in different Remote Systems [10], which are physically close to the probes, thus allowing the Remote Systems to draw up specific traffic and quality measurements. In addition, the frames captured during a configurable amount of time are also stored in these Remote Sites so that they can be later accessed for the study of any reported abnormality. Finally, the preelaborated measurements are sent to the Central System for processing (information grouping and correlation, if necessary) and consolidated in a Database left at the disposal of the corresponding operators. B. Deployment of the solution on a mobile IPTV platform As already introduced, the QoS monitoring system is fed from probes located at the network interfaces. The probes can be classified depending on the location. Access probes are deployed over the different access networks, and its functionality is common to other services apart from IPTV, such as VOIP, multimedia messaging, etc. Therefore this paper does not include specific results for these datasources. More information can be found in [11]. The following points describe these access probes: Iu-PS Interface (mobile): This interface communicates the RNC with the SGSNs [11]. Gn Interface (mobile): This is used both to send signaling between network elements (SGSN and GGSN) and to transmit packet traffic [11]. Gi Interface (mobile): Interconnection with external data network, in this scenario with the IPTV platform. IPTV services are transmitted through this interface [12]. Platform probes are placed inside the proper IPTV architecture. There are basically two types of passive platform probes: OAM (Operation, Administration and Operation) probes, for monitoring transactional services such as PPV and VoD purchases, webmail, parental control, authentication, etc. TV / Video probes, that allow to monitor the control plain of multimedia services by analysing the delivered protocols, such as VoD (RTSP) or multicast and PPV (IGMPv2). In addition, depending on the requirements, the multimedia flow (RTP) is also monitored [13]. The following figure shows where those probes are placed. Figure 2. Deployment of probes at mobile IPTV platforms IV. ASSURING THE QOS IN MOBILE IPTV: VIDEOSTREAMING SCOPE The monitoring system described in the previous section is used to guarantee the quality of the IPTV services. This chapter describes the functionalities of this OSS, mainly focused on the mobile IPTV QoS measurements. The specific functionality for the access networks can be found in [3], [10] and [11]. The monitoring tasks are currently focused on videostreaming applications, since those services are the first convergent ones at this stage of the development of the solution. This QoS monitoring functionalities rely on the reconstruction of Service-level Detailed Records (SDRs). This concept is derived from the records generated in other communication environments, such as CDRs for traffic 1229

4 associated with voice calls (Call Detailed Records, SS7 ISUP protocol). In order to rebuild each service into a SDR it is necessary to correlate all the IPTV frames associated with one session [12]. Each record contains the most relevant information of the complete dialogue of just one procedure requested between an origin (server) and a destination (user). These procedures are implemented for each Application level protocol. In this videostreaming scenario two protocols are involved: RTSP for the control plane, and RTP (indeed RTCP) for the transport plane. The most important parameters of the messages associated with an IPTV session are stored inside the SDRs. The main fields stored for each session are described as follows: RTP packets and octets: Total number of RTP packets and octets in the IPTV session. Throughput: Mean throughput of the multimedia session (Bytes/s). Ratio Packet Lost: Ratio of the RTP packet lost in the IPTV session. Total Packet Lost: Total number of RTP packet lost. Mean Max & Min Delay: Measurements of the inter- RTP frames delay. Mean Max & Min Jitter: Measurements of the IPTV flow delay variation. Service Time: Total time of visualization of the content. Establishment Time: Time between initial control procedure and first content served. Mean response time: Measurement of the mean time between a request an its response. Packet Loss of multimedia traffic: is the main cause of pixeled images. Throughput: when this parameter drops below a concrete threshold, the video looks frozen and the sound is lost. Jitter: it has little impact on such services, since it affects mainly in real-time interactive applications. The results of tuning the main QoS parameters for videostreaming sessions are shown in table 1. Those QoS metrics are obtained from the reconstruction of each session (SDRs). TABLE I. EXAMPLE OF MOBILE TV PARAMETERS FOR DIFFERENT QOS. Parameter Media Good Regular Poor Throughput Video >20Kbps <15Kbps Audio >10Kbps 10-5 <5Kbps Packet Loss Video < 1% 1% - 5% >5% Audio < 2% 2% - 5% >5% Average Jitter Video < E4 >1E4 Audio < E4 >1E4 Apart from the indicators related to the traffic flow, it is also important to monitor the quality of the establishment and management of the video sessions. The following chart shows a use case based on the number of daily sessions from a set of 4 channels offered to customers. A sudden decrease in the number of mobile TV sessions usually involves hidden service faults. This information is also used for planning and dimensioning tasks. Note that some information is not shown for confidential purposes. The quality of service measures are derived from mobile IPTV SDRs, that will identify the main problems associated with these information flows, such as the pixel and the freezing of the images. It is also necessary to identify the media, because their characteristics determine how they affect the parameters on the quality of service. The services discussed in this paper cover the VoD (video on demand), where the contents are transmitted through buffers, and streaming in "real time", usually transmitted through shortsize buffers that are close to the quasi-real time. V. RESULTS The proposal presented in this article has been applied on an IPTV convergent platform. This section shows the results obtained from a commercial IPTV videostreaming service. The QoS data has been generated from the deployed monitoring system that receives all the VoD sessions from the different network probes. The main quality of service parameters and its influence on the customer experience are detailed bellow: Figure 3. Daily evolution of IPTV sessions per channel In addition, the following graph is an example of the quality of service in the establishment control for the different sessions in one of the channels offered. Some of these values are also hidden for confidential reasons. This way the probebased monitoring tool is able to detect connection failures, and its reason, when users try to join the different mobile TV channels or VoD sessions. 1230

5 [6] [6] ISO/IEC Information technology -- Generic coding of moving pictures and associated audio information: Video.. Switzerland, [7] [7] ISO/IEC :2004 Information technology -- Coding of audio-visual objects -- Part 1: Systems. Switzerland, [8] [8] R. Ansorena, A. Cuadra, F. Garces, et al. How to Face Convergence to Guarantee End-to-End Quality of Service. ICT- Mobile-summit 08. Stockholm, June [9] [9] A. Cuadra, "Feeding the Quality of Experience, Contribution to Inside Latin America Nr 5. TeleManagement Forum, November [10] [10] A. Cuadra "Network and service monitoring in next generation networks.", Conference in XIV Telecom I+D. Madrid, November [11] [11] J.M. Hernando, C. Lluch, C. Casas, A. Cuadra et al GPRS: Technology, Services and Business", ISBN Madrid, October [12] [12] A. Cuadra, Perceptual QoS in IPTV platforms, Contribution to XVII Telecom I+D. Valencia, November [13] [13] F. Garcés, A. Cuadra, J. A. del Sol, C. Casas et al. "II QoS Assurance Conference in Telefónica Latinoamérica. Sao Paulo, July Figure 4. Daily evolution of QoS of the establishment sessions for one channel for one channel VI. CONCLUSIONS In this proposal a system to monitor and assure the quality of media services in mobile IPTV platforms has been presented. The QoS data are gathered by probes that sniff end users multimedia traffic from the different network segments (access, core and operations centre) in a passive way. In order to calculate quality indicators, the solution makes a summary of each IPTV service by generating session detailed records (SDRs). In addition, this article shows the results of its implementation on an mobile operator for videostreaming services, since those are the first commercial convergent products. In the same way the paper presents the main proposed QoS indicators for videostreaming services, such as packet loss, throughput and jitter, as well as their effect on real VoD sessions. Finally, the results of this work are currently being applied to a convergent IPTV Telco operator in Spain. Further works will extend the management necessities to monitor the rest of convergent services inside a service provider, mainly focused on IMS and VoIP services. Moreover, innovation activities will be based on the research of the quality perceived by the customers QoE (Quality of Experience) since the developed functionality already contains the detailed data of each service from the user's point of view. REFERENCES [1] [1] H. Schulzrinne, A. Rao, and R. Lanphier. Real Time Streaming Protocol (RTSP), RFC IETF, April [2] [2] H. Schulzrinne, S. Casner et al. "RTP: A Transport Protocol for Real-Time Applications, RFC IETF, June [3] [3] A. Cuadra, "QoS Monitoring in VoIP networks, Conference in XIII Telecom I+D. Madrid, November [4] [4] P. Granado et al Imagenio: The new way of entertainment on demand. Madrid, September [5] [5] W. Fenner "Internet Group Management Protocol Version 2, RFC IETF, November

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

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: [email protected]

More information

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran

Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Bandwidth Control in Multiple Video Windows Conferencing System Lee Hooi Sien, Dr.Sureswaran Network Research Group, School of Computer Sciences Universiti Sains Malaysia11800 Penang, Malaysia Abstract

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. [email protected] [email protected]. Phone: +1 213 341 1431

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

More information

Proactive Video Assurance through QoE and QoS Correlation

Proactive Video Assurance through QoE and QoS Correlation A Complete Approach for Quality and Service Assurance W H I T E P A P E R Introduction Video service providers implement new technologies to maximize the quality and diversity of their entertainment program

More information

Benefits. Around-the-clock data collection and CDR warehousing ensures data is there when needed

Benefits. Around-the-clock data collection and CDR warehousing ensures data is there when needed Distributed Network Monitoring and Analysis System for Multi- Protocol Environments TAMS TAMS is a powerful, customized traffic analysis and monitoring system for multi-protocol environments. Featuring

More information

IP-Telephony Real-Time & Multimedia Protocols

IP-Telephony Real-Time & Multimedia Protocols IP-Telephony Real-Time & Multimedia Protocols Bernard Hammer Siemens AG, Munich Siemens AG 2001 1 Presentation Outline Media Transport RTP Stream Control RTCP RTSP Stream Description SDP 2 Real-Time Protocol

More information

Unit 23. RTP, VoIP. Shyam Parekh

Unit 23. RTP, VoIP. Shyam Parekh Unit 23 RTP, VoIP Shyam Parekh Contents: Real-time Transport Protocol (RTP) Purpose Protocol Stack RTP Header Real-time Transport Control Protocol (RTCP) Voice over IP (VoIP) Motivation H.323 SIP VoIP

More information

QOS Requirements and Service Level Agreements. LECTURE 4 Lecturer: Associate Professor A.S. Eremenko

QOS Requirements and Service Level Agreements. LECTURE 4 Lecturer: Associate Professor A.S. Eremenko QOS Requirements and Service Level Agreements LECTURE 4 Lecturer: Associate Professor A.S. Eremenko Application SLA Requirements Different applications have different SLA requirements; the impact that

More information

Advanced Networking Voice over IP: RTP/RTCP The transport layer

Advanced Networking Voice over IP: RTP/RTCP The transport layer Advanced Networking Voice over IP: RTP/RTCP The transport layer Renato Lo Cigno Requirements For Real-Time Transmission Need to emulate conventional telephone system Isochronous output timing same with

More information

Voice over IP. Presentation Outline. Objectives

Voice over IP. Presentation Outline. Objectives Voice over IP Professor Richard Harris Presentation Outline Brief overview of VoIP and applications Challenges of VoIP IP Support for Voice Protocols used for VoIP (current views) RTP RTCP RSVP H.323 Semester

More information

ICTTEN4215A Install and configure internet protocol TV in a service provider network

ICTTEN4215A Install and configure internet protocol TV in a service provider network ICTTEN4215A Install and configure internet protocol TV in a service provider network Release: 1 ICTTEN4215A Install and configure internet protocol TV in a service provider network Modification History

More information

Voice over IP: RTP/RTCP The transport layer

Voice over IP: RTP/RTCP The transport layer Advanced Networking Voice over IP: /RTCP The transport layer Renato Lo Cigno Requirements For Real-Time Transmission Need to emulate conventional telephone system Isochronous output timing same with input

More information

Applications that Benefit from IPv6

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

More information

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

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

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).

More information

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone

Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone The International Arab Journal of Information Technology, Vol. 7, No. 4, October 2010 343 Measurement of V2oIP over Wide Area Network between Countries Using Soft Phone and USB Phone Mohd Ismail Department

More information

Traffic load and cost analysis for different IPTV architectures

Traffic load and cost analysis for different IPTV architectures Traffic load and cost analysis for different IPTV architectures SKENDER RUGOVA, ARIANIT MARAJ Post and Telecommunication of Kosova-PTK Dardania, p.nr., Prishtina, Republic of Kosova [email protected],

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

SLA verification + QoS control: the base for successful VoIP & IPTV deployments

SLA verification + QoS control: the base for successful VoIP & IPTV deployments SLA verification + QoS control: the base for successful VoIP & IPTV deployments White Paper. by ALBEDO Telecom - Barcelona [email protected] Jan 2011 All rights reserved Executive Summary The integration

More information

Overview of Voice Over Internet Protocol

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

More information

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

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

More information

Encapsulating Voice in IP Packets

Encapsulating Voice in IP Packets Encapsulating Voice in IP Packets Major VoIP Protocols This topic defines the major VoIP protocols and matches them with the seven layers of the OSI model. Major VoIP Protocols 15 The major VoIP protocols

More information

Measurement of IP Transport Parameters for IP Telephony

Measurement of IP Transport Parameters for IP Telephony Measurement of IP Transport Parameters for IP Telephony B.V.Ghita, S.M.Furnell, B.M.Lines, E.C.Ifeachor Centre for Communications, Networks and Information Systems, Department of Communication and Electronic

More information

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet K. Ramkishor James. P. Mammen

More information

A Service Platform for Subscription-Based Live Video Streaming

A Service Platform for Subscription-Based Live Video Streaming A Service Platform for Subscription-Based Live Video Streaming Kelum Vithana 1, Shantha Fernando 2, Dileeka Dias 3 1 Dialog - University of Moratuwa Mobile Communications Research Laboratory 2 Department

More information

Implementation of Video Voice over IP in Local Area Network Campus Environment

Implementation of Video Voice over IP in Local Area Network Campus Environment Implementation of Video Voice over IP in Local Area Network Campus Environment Mohd Nazri Ismail Abstract--In this research, we propose an architectural solution to integrate the video voice over IP (V2oIP)

More information

End-to-End QoS Monitoring Tool Development and Performance Analysis for NGN

End-to-End QoS Monitoring Tool Development and Performance Analysis for NGN End-to-End QoS Monitoring Tool Development and Performance Analysis for NGN ChinChol Kim 1, SangChul Shin 1, SangYong Ha 1, SunYoung Han 2 and YoungJae Kim 2 1 National Computerization Agency Building

More information

The Picture must be Clear. IPTV Quality of Experience

The Picture must be Clear. IPTV Quality of Experience The Picture must be Clear IPTV Quality of Experience 1 Video-over-IP vs IPTV? Video-over-IP A technology for moving video from A to B How about: Video-over-wire? Video-over-UHF? Video-over-Satellite? Can

More information

The necessity of multicast for IPTV streaming

The necessity of multicast for IPTV streaming The necessity of multicast for IPTV streaming ARIANIT MARAJ, ADRIAN SHEHU Telecommunication Department Faculty of Information Technology, Polytechnic University of Tirana Tirana, Republic of Albania [email protected],

More information

12 Quality of Service (QoS)

12 Quality of Service (QoS) Burapha University ก Department of Computer Science 12 Quality of Service (QoS) Quality of Service Best Effort, Integrated Service, Differentiated Service Factors that affect the QoS Ver. 0.1 :, [email protected]

More information

Troubleshooting Common Issues in VoIP

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

More information

A Tool for Multimedia Quality Assessment in NS3: QoE Monitor

A Tool for Multimedia Quality Assessment in NS3: QoE Monitor A Tool for Multimedia Quality Assessment in NS3: QoE Monitor D. Saladino, A. Paganelli, M. Casoni Department of Engineering Enzo Ferrari, University of Modena and Reggio Emilia via Vignolese 95, 41125

More information

diversifeye Application Note

diversifeye Application Note diversifeye Application Note Test Performance of IGMP based Multicast Services with emulated IPTV STBs Shenick Network Systems Test Performance of IGMP based Multicast Services with emulated IPTV STBs

More information

Maintaining Wireline-Grade VoIP QoE in Cable Networks

Maintaining Wireline-Grade VoIP QoE in Cable Networks Maintaining Wireline-Grade VoIP QoE in Cable Networks Introduction Monitoring and maintaining excellent VoIP service quality poses a number of challenges. VoIP traffic must share broadband networks with

More information

COPYRIGHTED MATERIAL. Contents. Foreword. Acknowledgments

COPYRIGHTED MATERIAL. Contents. Foreword. Acknowledgments Contents Foreword Preface Acknowledgments 1 Introduction 1 1.1 Motivation for Network Convergence 1 1.2 The Core Network 2 1.3 Legacy Service Requirements 4 1.4 New Service Requirements 5 1.5 Architectures

More information

IPTV and Internet Television

IPTV and Internet Television IPTV and Internet Television [Salke Hartung] Institute for Computer Science University of Göttingen, Göttingen, Germany Email: [[email protected]] September 29, 2008 Abstract Since it has been invented

More information

Internet Protocol Television (IPTV)

Internet Protocol Television (IPTV) International Journal of Electronics and Computer Science Engineering 2221 Available Online at www.ijecse.org ISSN- 2277-1956 Internet Protocol Television (IPTV) Lokesh Mittal 1, Ritika Mittal 2 Lecturer

More information

Analysis of IP Network for different Quality of Service

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

More information

Audiovisual Services on Internet

Audiovisual Services on Internet Audiovisual Services on Internet Audiovisual on Internet Services A/V on IP Focus on IPTV Services characteristics page 3 Audiovisual on Internet Services A/V on IP Focus on IPTV Services characteristics

More information

Convergence Technologies Professional (CTP) Course 1: Data Networking

Convergence Technologies Professional (CTP) Course 1: Data Networking Convergence Technologies Professional (CTP) Course 1: Data Networking The Data Networking course teaches you the fundamentals of networking. Through hands-on training, you will learn the vendor-independent

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

Mobility and cellular networks

Mobility and cellular networks Mobility and cellular s Wireless WANs Cellular radio and PCS s Wireless data s Satellite links and s Mobility, etc.- 2 Cellular s First generation: initially debuted in Japan in 1979, analog transmission

More information

Session 4 Developing a Regulatory Framework for Quality of Service / Quality of Experience ITU ASP RO

Session 4 Developing a Regulatory Framework for Quality of Service / Quality of Experience ITU ASP RO Session 4 Developing a Regulatory Framework for Quality of Service / Quality of Experience 1 ITU ASP RO Quality of Service Regulatory Framework License Regulation KPI Measurement Techniques Monitoring

More information

Classes of multimedia Applications

Classes of multimedia Applications Classes of multimedia Applications Streaming Stored Audio and Video Streaming Live Audio and Video Real-Time Interactive Audio and Video Others Class: Streaming Stored Audio and Video The multimedia content

More information

The Brix System CONVERGED SERVICE ASSURANCE. Next-Generation Network Assessment

The Brix System CONVERGED SERVICE ASSURANCE. Next-Generation Network Assessment The Brix System CONVERGED SERVICE ASSURANCE Roll out new services and applications quickly, confidently and profitably Gain market share and maximize customer retention Compete on quality and build customer

More information

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

VoIP Analysis Fundamentals with Wireshark. Phill Shade (Forensic Engineer Merlion s Keep Consulting) VoIP Analysis Fundamentals with Wireshark Phill Shade (Forensic Engineer Merlion s Keep Consulting) 1 Phillip D. Shade (Phill) [email protected] Phillip D. Shade is the founder of Merlion s Keep Consulting,

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

Service Level Analysis of Video Conferencing over Wireless Local Area Network

Service Level Analysis of Video Conferencing over Wireless Local Area Network Service Level Analysis of Video Conferencing over Wireless Local Area Network B.O. Sadiq, E. Obi, A.S. Abubakar, Y. Ibrahim & S. Saidu Department of Electrical and Computer Engineering Ahmadu Bello Unicersity

More information

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

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan [email protected]

More information

4 Internet QoS Management

4 Internet QoS Management 4 Internet QoS Management Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology [email protected] September 2008 Overview Network Management Performance Mgt QoS Mgt Resource Control

More information

Evolving Telecommunications to Triple Play:

Evolving Telecommunications to Triple Play: Hands-On IPTV, VoIP, 3D TV and Delivery Systems for System Engineers Course Description With the introduction of Next Generation Networks to telecommunications carrier infrastructures, customers expect

More information

Java Based VoIP Performance Monitoring Tool

Java Based VoIP Performance Monitoring Tool , October 20-22, 2010, San Francisco, USA Java Based VoIP Performance Monitoring Tool Husna Zainol Abidin, Mohd Ameer Yuslan Razmi, Farah Yasmin Abdul Rahman, Ihsan Mohd Yassin Abstract This paper describes

More information

Three Key Design Considerations of IP Video Surveillance Systems

Three Key Design Considerations of IP Video Surveillance Systems Three Key Design Considerations of IP Video Surveillance Systems 2012 Moxa Inc. All rights reserved. Three Key Design Considerations of IP Video Surveillance Systems Copyright Notice 2012 Moxa Inc. All

More information

Requirements and Service Scenarios for QoS enabled Mobile VoIP Service

Requirements and Service Scenarios for QoS enabled Mobile VoIP Service Requirements and Service Scenarios for QoS enabled Mobile VoIP Service Kyu Ouk Lee, Ho Young Song Electronics and Telecommunications Research Institute (ETRI) [email protected], [email protected] Abstract.

More information

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

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

More information

B12 Troubleshooting & Analyzing VoIP

B12 Troubleshooting & Analyzing VoIP B12 Troubleshooting & Analyzing VoIP Phillip Sherlock Shade, Senior Forensics / Network Engineer Merlion s Keep Consulting [email protected] Phillip Sherlock Shade (Phill) [email protected] Phillip

More information

A Quality of Experience based Approach for Wireless Mesh Networks*

A Quality of Experience based Approach for Wireless Mesh Networks* A Quality of Experience based Approach for Wireless Mesh Networks* Anderson Morais, and Ana Cavalli Télécom SudParis, France {anderson.morais, ana.cavalli}@it-sudparis.eu Abstract. Wireless Mesh Network

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2015 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński multimedia in the Internet Voice-over-IP multimedia

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

Voice over IP. Demonstration 1: VoIP Protocols. Network Environment

Voice over IP. Demonstration 1: VoIP Protocols. Network Environment Voice over IP Demonstration 1: VoIP Protocols Network Environment We use two Windows workstations from the production network, both with OpenPhone application (figure 1). The OpenH.323 project has developed

More information

Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College.

Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College. Demonstration of Internet Protocol Television(IPTV) 1 What is IPTV? IPTV is a general term of IP+TV = IPTV Delivery of traditional TV channels and video-ondemand contents over IP network. 2 IPTV Definition

More information

LARGE-SCALE INTERNET MEASUREMENTS FOR DIAGNOSTICS AND PUBLIC POLICY. Henning Schulzrinne (+ Walter Johnston & James Miller) FCC & Columbia University

LARGE-SCALE INTERNET MEASUREMENTS FOR DIAGNOSTICS AND PUBLIC POLICY. Henning Schulzrinne (+ Walter Johnston & James Miller) FCC & Columbia University 1 LARGE-SCALE INTERNET MEASUREMENTS FOR DIAGNOSTICS AND PUBLIC POLICY Henning Schulzrinne (+ Walter Johnston & James Miller) FCC & Columbia University 2 Overview Quick overview What does MBA measure? Can

More information

IxLoad: Testing Microsoft IPTV

IxLoad: Testing Microsoft IPTV IxLoad: Testing Microsoft IPTV IxLoad provides a comprehensive solution for validating service delivery networks utilizing Microsoft IPTV. IxLoad offers a complete solution that simulates core systems

More information

APPLICATION NOTE 209 QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS. Quality of Service Drivers. Why Test Quality of Service?

APPLICATION NOTE 209 QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS. Quality of Service Drivers. Why Test Quality of Service? QUALITY OF SERVICE: KEY CONCEPTS AND TESTING NEEDS By Thierno Diallo, Product Specialist With the increasing demand for advanced voice and video services, the traditional best-effort delivery model is

More information

Trends of Interactive TV & Triple Play

Trends of Interactive TV & Triple Play Trends of Interactive TV & Triple Play 1 Technology trends 4C s convergence Improvement and standardization of the encoding technology The enhancement and cost effective of IP video streaming network components

More information

TECHNICAL CHALLENGES OF VoIP BYPASS

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

More information

Glossary of Terms and Acronyms for Videoconferencing

Glossary of Terms and Acronyms for Videoconferencing Glossary of Terms and Acronyms for Videoconferencing Compiled by Irene L. Ferro, CSA III Education Technology Services Conferencing Services Algorithm an algorithm is a specified, usually mathematical

More information

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream Article VoIP Introduction Internet telephony refers to communications services voice, fax, SMS, and/or voice-messaging applications that are transported via the internet, rather than the public switched

More information

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme Chapter 2: Representation of Multimedia Data Chapter 3: Multimedia Systems Communication Aspects and Services Multimedia Applications and Communication Protocols Quality of Service and Resource Management

More information

A global customer experience management architecture

A global customer experience management architecture Future Network & MobileSummit 2012 Conference Proceedings Paul Cunningham and Miriam Cunningham (Eds) IIMC International Information Management Corporation, 2012 ISBN: 978-1-905824-30-4 A global customer

More information

WHITE PAPER. Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance

WHITE PAPER. Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance WHITE PAPER Centrally Monitoring Set-tops and Implementing Whole-Home Video Assurance Contents Introduction...3 The Need for Home Network Visibility for Managing Video Services...3 Video Service Assurance:

More information

%WILEY TELEVISION, MOBILE AND CONVERGED NETWORKS DIGITAL VIDEO DISTRIBUTION IN BROADBAND, TRENDS, CHALLENGES AND SOLUTIONS. Sanjoy Paul, Ph.

%WILEY TELEVISION, MOBILE AND CONVERGED NETWORKS DIGITAL VIDEO DISTRIBUTION IN BROADBAND, TRENDS, CHALLENGES AND SOLUTIONS. Sanjoy Paul, Ph. DIGITAL VIDEO DISTRIBUTION IN BROADBAND, TELEVISION, MOBILE AND CONVERGED NETWORKS TRENDS, CHALLENGES AND SOLUTIONS Sanjoy Paul, Ph.D Formerly of Bell Labs and WINLAB, Rutgers University, USA, Limited,

More information

The ISP Column A monthly column on all things Internet

The ISP Column A monthly column on all things Internet The ISP Column A monthly column on all things Internet Just How Good are You? Measuring Network Performance February 2003 Geoff Huston If you are involved in the operation of an IP network, a question

More information

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

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

More information

Chapter 3 ATM and Multimedia Traffic

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

More information

How To Understand And Understand The Concept Of Iptv

How To Understand And Understand The Concept Of Iptv The multimedia challenge for communications operators Keys for an IPTV strategy 2009 everis No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form, or by

More information

Challenges and Approaches in Providing QoS Monitoring

Challenges and Approaches in Providing QoS Monitoring Challenges and Approaches in Providing QoS Monitoring Yuming Jiang, Chen-Khong Tham, Chi-Chung Ko Department of Electrical Engineering National University of Singapore 10 Kent Ridge Crescent, Singapore

More information

Application Notes. Introduction. Sources of delay. Contents. Impact of Delay in Voice over IP Services VoIP Performance Management.

Application Notes. Introduction. Sources of delay. Contents. Impact of Delay in Voice over IP Services VoIP Performance Management. Application Notes Title Series Impact of Delay in Voice over IP Services VoIP Performance Management Date January 2006 Overview This application note describes the sources of delay in Voice over IP services,

More information

Delivering Network Performance and Capacity. The most important thing we build is trust

Delivering Network Performance and Capacity. The most important thing we build is trust Delivering Network Performance and Capacity The most important thing we build is trust The Ultimate in Real-life Network Perfomance Testing 1 The TM500 Family the most comprehensive 3GPP performance and

More information

Business Model Analysis and Evaluation Framework for PQoS-aware VoIP and IPTV Services of Mobile Operators

Business Model Analysis and Evaluation Framework for PQoS-aware VoIP and IPTV Services of Mobile Operators Business Model Analysis and Evaluation Framework for PQoS-aware VoIP and IPTV Services of Mobile Operators Vaios Koumaras 1, Harilaos Koumaras 1, Monica Gorricho 2, Anastasios Kourtis 1 1 NCSR Demokritos,

More information

King Fahd University of Petroleum & Minerals Computer Engineering g Dept

King Fahd University of Petroleum & Minerals Computer Engineering g Dept King Fahd University of Petroleum & Minerals Computer Engineering g Dept COE 543 Mobile and Wireless Networks Term 111 Dr. Ashraf S. Hasan Mahmoud Rm 22-148-3 Ext. 1724 Email: [email protected] 12/24/2011

More information

Communication Services in the Cloud: Challenges and Solutions Oracle Communications Session Monitor

Communication Services in the Cloud: Challenges and Solutions Oracle Communications Session Monitor Communication Services in the Cloud: Challenges and Solutions Oracle Communications Session Monitor Hendrik Scholz Product Manager, Strategy Communications Global Business Unit October 2014 Safe Harbor

More information

REAL TIME VISIBILITY OF IPTV SUBSCRIBER EXPERIENCE AND VIEWING ACTIVITY. Alan Clark CEO, Telchemy Incorporated

REAL TIME VISIBILITY OF IPTV SUBSCRIBER EXPERIENCE AND VIEWING ACTIVITY. Alan Clark CEO, Telchemy Incorporated REAL TIME VISIBILITY OF IPTV SUBSCRIBER EXPERIENCE AND VIEWING ACTIVITY Alan Clark CEO, Telchemy Incorporated Outline STB centric performance management? Measuring IPTV subscriber experience how and why?

More information

Audio and Video for the Internet

Audio and Video for the Internet RTP Audio and Video for the Internet Colin Perkins TT rvaddison-wesley Boston San Francisco New York Toronto Montreal London Munich Paris Madrid Capetown Sydney 'lokyo Singapore Mexico City CONTENTS PREFACE

More information

Testing VoIP on MPLS Networks

Testing VoIP on MPLS Networks Application Note Testing VoIP on MPLS Networks Why does MPLS matter for VoIP? Multi-protocol label switching (MPLS) enables a common IP-based network to be used for all network services and for multiple

More information

Application Note. IPTV Services. Contents. TVQM Video Quality Metrics Understanding IP Video Performance. Series. Overview. Overview...

Application Note. IPTV Services. Contents. TVQM Video Quality Metrics Understanding IP Video Performance. Series. Overview. Overview... Title Series TVQM Video Quality Metrics Understanding IP Video Performance Date September 2012 (orig. Feb 2008) Overview IPTV, Internet TV, and Video on Demand provide exciting new revenue opportunities

More information

White Paper. Enterprise IPTV and Video Streaming with the Blue Coat ProxySG >

White Paper. Enterprise IPTV and Video Streaming with the Blue Coat ProxySG > White Paper Enterprise IPTV and Video Streaming with the Blue Coat ProxySG > Table of Contents INTRODUCTION................................................... 2 SOLUTION ARCHITECTURE.........................................

More information

Demo of Triple Play Services with QoS in a Broadband Access Residential Gateway

Demo of Triple Play Services with QoS in a Broadband Access Residential Gateway Demo of Triple Play Services with QoS in a Broadband Access Residential Gateway Francisco Valera, Jaime García, Carmen Guerrero, Vitor Manuel Ribeiro and Vitor Pinto Department of Telematic Engineering

More information

EXpert Test Tools PLATFORM SOFTWARE TOOLS FOR TESTING IP-BASED SERVICES

EXpert Test Tools PLATFORM SOFTWARE TOOLS FOR TESTING IP-BASED SERVICES PLATFORM SOFTWARE TOOLS FOR TESTING IP-BASED SERVICES Comprehensive triple-play test suite for FTTx/FTTH and commercial deployments. Combines six of the most common IP test tools into one: ping, traceroute,

More information

Need for Signaling and Call Control

Need for Signaling and Call Control Need for Signaling and Call Control VoIP Signaling In a traditional voice network, call establishment, progress, and termination are managed by interpreting and propagating signals. Transporting voice

More information

IPTV Primer. August 2008. Media Content Team IRT Workgroup

IPTV Primer. August 2008. Media Content Team IRT Workgroup TV Primer August 2008 Media Content Team IRT Workgroup What Is TV? TV is the delivery of video and audio programming via Internet Protocol () over a broadband network TV can run on a converged network

More information

4G: Fourth generation mobile phone standards and technology. Provides faster mobile data speeds than the 3G standards that it succeeds.

4G: Fourth generation mobile phone standards and technology. Provides faster mobile data speeds than the 3G standards that it succeeds. Department for Culture, Media & Sport 1 Annex B: Glossary 2G: Second generation of mobile telephony systems. Uses digital transmission to support voice, low-speed data communications, and short messaging

More information

STAR-GATE TM. Annex: Intercepting Packet Data Compliance with CALEA and ETSI Delivery and Administration Standards.

STAR-GATE TM. Annex: Intercepting Packet Data Compliance with CALEA and ETSI Delivery and Administration Standards. STAR-GATE TM Annex: Intercepting Packet Data Compliance with CALEA and ETSI Delivery and Administration Standards. In this document USA Tel: +1-703-818-2130 Fax: +1-703-818-2131 E-mail: [email protected]

More information

The Triple Play Analysis Suite - VoIP. Key Features. Standard VoIP Protocol G.711 SIP RTP / RTCP. Ethernet / PPP. XDSL, Metro Ethernet

The Triple Play Analysis Suite - VoIP. Key Features. Standard VoIP Protocol G.711 SIP RTP / RTCP. Ethernet / PPP. XDSL, Metro Ethernet The Triple Play Analysis Suite - VoIP Most Voice over IP service providers are facing immense challenges which entail optimum network quality environment when rolling out Triple Play networks. AnaCise

More information

Whitepaper. 10 Metrics to Monitor in the LTE Network. www.sevone.com blog.sevone.com [email protected]

Whitepaper. 10 Metrics to Monitor in the LTE Network. www.sevone.com blog.sevone.com info@sevone.com 10 Metrics to Monitor in the LTE Network The deployment of LTE increases dependency on the underlying network, which must be closely monitored in order to avert serviceimpacting events. In addition, the

More information