Native ATM Videoconferencing based on H.323

Size: px
Start display at page:

Download "Native ATM Videoconferencing based on H.323"

Transcription

1 Native Videoconferencing based on H.323 Rodrigo Rodrigues, António Grilo, Miguel Santos and Mário S. Nunes INESC R. Alves Redol nº 9, 1 Lisboa, Portugal Abstract Due to the potential of videoconference as a communication service, ITU-T has issued several standards that try to regulate its transmission and control protocols. is considered a good transmission media for this kind of traffic, due to its ability to assure quality of service (QoS) parameters. In this paper we identify the disadvantages of the current videoconferencing standards, and propose a new protocol stack for videoconference over. In the new protocol stack, the different streams are transported directly over, without any additional network layer protocol. The feasibility of the proposal is demonstrated by a prototype application. I. INTRODUCTION The videoconference market has been developing rapidly over the past few years, due to three main reasons: improvements in audiovisual quality, lower costs, and an international effort towards standardization. The improvement in audiovisual quality is due to the development of efficient video and audio compression methods. The cost of videoconference systems has been drastically reduced in two fundamental areas, namely, communications, and terminal equipment. The latter has particularly changed since the processing speed of personal computers allowed them to be used has terminals for multimedia communications. The main communication infrastructure that has been used for videoconferencing is Narrowband ISDN, or N- ISDN. The main limitation of N-ISDN is that each channel only allows transmitting 64 kbits per second (bps), which imposes that several N-ISDN channels have to be opened in order to obtain a fixed (constant rate) bandwidth multiple of 64k bps. The fact that it is a constant rate channel represents a large waste, since the video compression methods usually originate a variable rate stream. More recently, a new transmission technology has arrived (Asynchronous Transfer Mode - ) that is well suited for transmitting real-time streams, due to its ability to assure quality of service (QoS) for data with diverse traffic patterns [1]. On the other hand, the fast growing of the Internet, along with improving performance of Local Area Networks (LANs), has encouraged the development of international standards for videoconferencing based on the IP protocol stack. One of them, H.323 [2], has imposed itself as the most widely used standard in telephony and videoconferencing, restricting based standards to dedicated videoconferencing equipment, or employing IP over methods in order to allow using H.323. The latter solution has the obvious disadvantages of not taking advantage of QoS, and using IP addresses, which face the serious risk of running out of available addresses in the next decade. Currently, is trying to impose itself has the best transmission technology for multimedia traffic. For that reason, there is a strong need for the development of native applications, i.e. applications using directly the protocol stack, without any network layer protocol on top of it, namely IP. In this paper, we present a solution that consists of an adaptation of H.323, although it doesn t use any IP related protocol. Therefore, all functionality up to the transport layer is supported by related protocols, and QoS characteristics are assured. The remainder of the paper is organized as follows. Section II gives a brief summary on the existing standards in this area. Section III describes how we adapted those standards to produce the new H.323 protocol stack. Section IV outlines the prototype application s architecture. Section V shows some experimental results, and finally section VI draws some conclusions and indicates the possible future work. II. VIDEOCONFERENCING STANDARDS ITU-T has issued several recommendations concerning videoconferencing. We will present them and identify their disadvantages. H.32 [3] specifies a multimedia terminal for transmission over the N-ISDN network. I.4 Signaling H.242, H.23, H.221 Control System G.711,G.722,G.728 N-ISDN interface Fig. 1 H.32 protocol stack H.261 As it can be seen in Figure 1, it s not a flexible standard, since the use of N-ISDN imposes very strict encoding rules for audio and video. H.321 [4] is an adaptation of H.32 to B-ISDN environments. Therefore, a terminal conforming to this recom-

2 mendation interworks with other H.321 terminals accommodated in B-ISDN as well as existing H.32 terminals accommodated in N-ISDN. The temporal characteristics of the 64 kbps channels of N-ISDN are emulated using the CBR service of AAL1. Thus, several 64 kbps virtual circuits (VCs) are established to perform the same functions as the N-ISDN B channels. Reliable Delivery H.225. Call Control TCP Unreliable Delivery Audio/Video Streams RAS RTCP UDP IP LLC H.242, H.23, H.221 Control System User-network H.2 / AV25 H.261 MAC Fig. 4 H.323 protocol stack Physical Layer AAL1 Fig. 2 H.321 protocol stack Although this recommendation has the obvious advantage of easy interoperability with H.32, it is still too dependent of the H.261 video encoding, and it requires the use of AAL1, not supported by most commercially available interface cards. Furthermore, the resolution of an H.321 terminal is limited to the CIF quality (352x288 pixels) specified in the H.261 standard. The purpose of the H.31 terminal [5] is to provide a higher resolution capability as defined by the H.262 (MPEG-2) video coding standard. User-network SAAL Q.21 User-user G-series, H.2/AV.255 H.222. AAL H.261 / H.262 H Although networks provide that QoS guarantee, this recommendation is very important because of its flexibility. In fact, the use of the Real Time Transport Protocol () as defined in H.225. [6] for packetization and synchronization instead of H [7] allows different channels to be opened for audio and video streams. Additionally, the control protocol (RTCP) offers mechanisms to adapt the output bandwidth according to the quality perceived by the receivers, as we will describe later. Moreover, prior to the connection establishment there is a negotiation using [8] that can allow audio and video encoding other than the already specified G.711, G.722, G.723, G.728 and G.729 for audio or H.261 and H.263 for video. The growth of the Internet has increased the importance of this standard, and even Microsoft has incorporated this protocol in the most recent version of NetMeeting [9]. Although H.323 can be used on networks by employing an IP over method, that solution is less efficient than using VCs directly, because it doesn t use the QoS features of. More recently, an annex has been added to this recommendation, H.323 annex C [1], that optionally allows users to establish QoS-based connections using without employing any IP related protocols, except for the control plane. Whenever reliable delivery is needed TCP/IP is employed. Physical layer Fig. 3 H.31 protocol stack Both these recommendations have the disadvantage of being strongly dependent of the H.261 or H.262 encoding for synchronization and buffer management, which raises two issues: it won t allow either using other codecs, or the definition of different QoS parameters for audio and video channels. Meanwhile, the H.323 recommendation [2] was developed to address the problem of visual telephone systems for Local Area Networks (LANs) which provide a nonguaranteed Quality of Service. Reliable Delivery Unreliable Delivery H.225. Audio/Video Streams Call Control RAS RTCP TCP UDP IP Fig. 5 H.323 annex C protocol stack

3 H.323 annex C is much more flexible than H.31, since solves both of the problems mentioned above. Still, it is strongly dependent of the IP protocol, since it has to use IP addresses in the call establishment phase, leaving the use of addresses (E.164) for audio and video channels only. Given the limitations of the current version of IP, which is reaching the end of its useful life, and the fact that IPv6 is unlikely to become available in the short term, addresses present a good alternative to the use of IP addresses in the future. III. PROPOSAL OF A NEW PROTOCOL STACK In order to overcome the limitations of the recommendations discussed thus far, we propose a protocol stack with the following characteristics [11]. It uses only addresses (E.164), allows different channels to be open for audio and video with different QoS parameters and even different service classes for each kind of traffic, allows the use of any audio and video encoding, and shows good interoperability with the existing standards, in particular with H.323 for the reasons stated above. Therefore, we tried to keep from H.323 a certain degree of flexibility that was brought by the usage of the protocol to pack and synchronize the different streams. was kept as the control protocol, allowing the negotiation of audio and video formats other than those specified. Call Control SSCOP Application SSCF RTCP Audio / Video streams Fig. 6 Videoconference over Native protocol stack As we can see in the proposed protocol stack, IP is no longer used, and all functionality up to the transport layer is supported by related protocols implemented in every commercial protocol stack. A reliable delivery is needed for call control. In order not to use both IP and related protocols, we replaced the use of TCP in H.323 annex C with SSCOP, which also provides reliable delivery, and has the advantage of being implemented in most commercially available protocol stacks. Another suitable alternative would be the use of TCP over Native, as proposed by Grilo et al. [12]. ISDN is also replaced by () for call establishment and termination. As in H.323, the protocol is used to carry both audio and video streams, therefore allowing different VCs to be opened for audio and video channels. The control part of the protocol, RTCP, is used for several purposes, namely to identify the different parties, and to obtain a feedback on the quality of the reception, allowing each sender to dynamically adapt the quality of the recording to the available bandwidth and processing capacity of the receivers. Interoperability of this proposal with H.323 terminals is easily achieved by means of a gateway, since both protocol stacks are quite similar. On the data plane there is no need for conversions, so the only difficulty would be the translation between and IP addresses and vice-versa. The responsibility of that translation would be up to the H.323 Gatekeeper entities, as defined in the H.323 recommendation [2]. IV. APPLICATION ARCHITECTURE In order to demonstrate the feasibility of this proposal, a prototype application was developed. This application was based on two main programming interfaces (APIs): the Windows Sockets 2 (WinSocks 2) and the Video For Windows (VFW) interfaces. The WinSocks 2 interface [13] is an extension to the most widely used network programming interface for Windows: Windows Sockets 1.1. It maintains backward compatibility, and extends the previous interface in several areas such as enabling access to protocols other than TCP/IP using the well known socket interface, having support for QoS definition, and having generic multicast and multipoint primitives, amongst other extensions. As we show in Fig. 7, the use of this API to allow Native communication is simply achieved by choosing the appropriate service provider (SP). In our implementation we used a FORE card, and its Native SP for Win- Socks 2. Proprietary Interface Native Videoconference Application WinSock 2 FORE Native SP for WinSocks 2 FORE card driver (includes UNI) FORE card Fig. 7 drivers and interfaces for Windows The VFW interface has three main modules, used by this application. The capture module allows the digitization of the audio and video streams, and the control of the various capture parameters, such as number of captured frames per second or the image size. The compression module hides the

4 details of image and sound compression and decompression through the invocation of generic functions. Finally, the playback module will perform audio and video playback. LOSS (%) 1 CONGESTED PACKET LOSS LOSS RATE FEEDBACK λ c LOADED FILTER λ u UNLOADED CAPTURE COMPRESSION NETWORK DECOMPRESSION PLAYBACK Fig. 1 Network classification as seen by the receivers VIDEO STREAM Fig. 8 Video stream The audio capture and compression, unlike the video, usually generates a constant rate stream. Therefore, we chose an optimal amount of samples to send in each packet, allowing the overhead introduced by headers and padding bytes to be reduced, in some cases, from 13% to 9% [14]. As we mentioned previously RTCP offers a flow control mechanism that allows the sender to dynamically adapt the output bandwidth according to the quality perceived by the receivers that is transmitted in the RTCP receiver report (RR) packets. The architecture of the bandwidth control system is depicted in Fig. 9. Then, we adjust the output bandwidth to the network state by changing the capture frame rate, increasing it if the network seems unloaded or decreasing it if it appears to be congested. We also defined minimum and maximum frame rates to guarantee a minimal picture quality, and to avoid unnecessary frame rate which does not improve the perceived quality. Furthermore, in the case of congestion the application should rapidly reduce its bandwidth. Thus, we use a multiplicative decrease in case of congestion and an additive increase in case of a small loss rate. This scheme was already known from TCP s slow start [16]. The VCs opened during a videoconference session are listed in Table I. Table I VCs in a videoconference session DATA RTCP SR network Descr. Service Class Bit Rate AAL SSCOP Audio CBR Codec No Dependant Video VBR, ABR Codec No or UBR Dependant CBR 64 kbps Yes RTCP UBR - No RTCP RR Fig. 9 Dynamic bandwidth control architecture The algorithm implemented to adapt the quality of the recording, and therefore the output bandwidth, to the receivers status was proposed by Busse [15]. Basically, the sending application retrieves the other participants packet loss from the RR packets. These measurements are smoothed using a low-pass filter to avoid reacting to small oscillations. Then, the smoothed value is used to classify the network state as seen by the receivers as unloaded, loaded or congested, according to the distinction in Fig. 1. The audio stream has a constant bit rate, and therefore a CBR channel is used for audio. The use of a 64 kbps CBR channel for is recommended in H.31 [5]. As we have explained before, this recommendation also specifies the use of a reliable delivery channel. In order to achieve that, we use the SSCOP protocol. RTCP is not very demanding in terms of bandwidth, so we open a UBR channel for that protocol. V. EXPERIMENTAL RESULTS We ran several experiments in order to show the functioning of the application. First, we compared the overhead of the native solution versus UDP/IP. In order to do that, we measured the packet size of a typical videoconference situation, and we compared the packet size in a native and a UDP/IP transmission.

5 Packet size increase IP vs. (%) Time (s.) Fig. 11 Packet size increase using UDP/IP As we can see in Fig. 11 the percentile increase of the UDP/IP transmission versus the native solution is appreciable, averaging 2.7%. Obviously, this increase is more significant when packet sizes are smaller. If we only considered the audio stream the total packet size increase of the UDP/IP transmission was 9.4%. In the next figure, we demonstrate the behavior of the dynamic QoS adjustment algorithm. Losses (%) Time (s.) Losses Smoothed Losses Fig. 12 Dynamic QoS adjustment algorithm results We can see that when the loss rate raises, the frames per second value decreases abruptly, until the smoothed value reaches near zero percent loss. Then it raises slowly until there is a new peak in loss rate. VI. CONCLUSIONS AND FUTURE WORK In this paper we propose a new architecture for videoconference over native, based on the H.323 recommendation. The new architecture uses only protocols and addresses, allows different channels to be open for audio and video streams, and allows any type of audio and video encoding to be used. The exclusive use of addresses is an important feature of this system. The current version of IP is becoming obsolete because of its limited address space, and lack of QoS support. A solution to these problems is not likely to happen in the near future, since IPv6 deployment is currently frozen. As joins the longer NSAP/E.164 addressing with good QoS support, it is still a good candidate for the future Broadband ISDN. This was the approach followed in our fps Frame Rate (fps) proposal, which defends the need for a new H.323 Annex for Native. We successfully implemented a prototype application and measured some experimental results showing some of the advantages of using networks in a videoconference system. In the future we expect to demonstrate the interoperability with the H.323 recommendation by developing a gateway between our proposal and H.323. Then it would be possible to have a videoconference session where some of the participants would use NetMeeting and the others would be on an network using our prototype application. Another good research issue would be to study which service class provides a better interaction with the dynamic QoS adjustment algorithm we use in our application. VII. REFERENCES [1] U. Black, : Foundation for Broadband Networks, Prentice-Hall, [2] ITU-T Recommendation H.323 Packet-based Multimedia Communication System, January [3] ITU-T Recommendation H.32 Narrowband visual telephone systems and terminal equipment, December 199. [4] ITU-T Recommendation H.321 Broadband Audiovisual Communication Systems and Terminals,November [5] ITU-T Recommendation H.31 Broadband Audiovisual Communication Systems and Terminals, June [6] ITU-T Recommendation H.225. Media Stream Packetization and Synchronization on Non-Guaranteed Quality of Service LANs, May [7] ITU-T Recommendation H Multimedia multiplex and synchronization for audiovisual communication in environments, March [8] ITU-T Recommendation Control Protocol for Multimedia Communication, June [9] A. Davis, Microsoft s NetMeeting 2.: Why Desktop Videoconferencing s Rallying, Advanced Imaging, July [1] ITU-T Annex C H.323 on, January [11] A. Grilo, Videoconferência sobre nativo, IST, Lisbon, Portugal, M.Sc. Thesis, September [12] A. Grilo and M. Nunes, TCP Over Native (TONA), in SYBEN 98, Zurich, Switzerland, [13] Windows Sockets 2 Application Programming Interface An Interface for Transparent Network Programming under Microsoft Windows, Revision 2..8, May [14] Forum/98-253, Proposed text for voice payload sizes in H.323 over, April [15] I. Busse, B. Deffner and H. Schulzrinne, Dynamic QoS Control of Multimedia Applications based on, Computer Communications, vol. 19, pp , January [16] V. Jacobson, "Congestion Avoidance and Control", in SIGCOMM 88, Stanford, Ca., August 1988.

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

VIDEOCONFERENCING. Video class

VIDEOCONFERENCING. Video class VIDEOCONFERENCING Video class Introduction What is videoconferencing? Real time voice and video communications among multiple participants The past Channelized, Expensive H.320 suite and earlier schemes

More information

Video Conferencing Standards

Video Conferencing Standards Video Conferencing Standards TANDBERG Application Notes D10740, Rev 2.3 This document is not to be reproduced in whole or in part without the permission in writing from TANDBERG ITU DEFINED STANDARDS...3

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

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

Protocol Architecture. ATM architecture

Protocol Architecture. ATM architecture Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode: ATM 1990 s/00 standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated,

More information

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

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

More information

920-803 - technology standards and protocol for ip telephony solutions

920-803 - technology standards and protocol for ip telephony solutions 920-803 - technology standards and protocol for ip telephony solutions 1. Which CODEC delivers the greatest compression? A. B. 711 C. D. 723.1 E. F. 726 G. H. 729 I. J. 729A Answer: C 2. To achieve the

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

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

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

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

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

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

Combining Voice over IP with Policy-Based Quality of Service

Combining Voice over IP with Policy-Based Quality of Service TechBrief Extreme Networks Introduction Combining Voice over IP with Policy-Based Quality of Service Businesses have traditionally maintained separate voice and data networks. A key reason for this is

More information

Application Note How To Determine Bandwidth Requirements

Application Note How To Determine Bandwidth Requirements Application Note How To Determine Bandwidth Requirements 08 July 2008 Bandwidth Table of Contents 1 BANDWIDTH REQUIREMENTS... 1 1.1 VOICE REQUIREMENTS... 1 1.1.1 Calculating VoIP Bandwidth... 2 2 VOIP

More information

Multimedia Conferencing Standards

Multimedia Conferencing Standards Multimedia Conferencing Standards The ITU/TS sector has produced a number of international standards for real-time digital multimedia communication, including video and data conferencing. This chapter

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

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

Lecture Computer Networks

Lecture Computer Networks Lecture Computer Networks Prof. Dr. Hans Peter Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Asynchronous

More information

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

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

More information

Introduction VOIP in an 802.11 Network VOIP 3

Introduction VOIP in an 802.11 Network VOIP 3 Solutions to Performance Problems in VOIP over 802.11 Wireless LAN Wei Wang, Soung C. Liew Presented By Syed Zaidi 1 Outline Introduction VOIP background Problems faced in 802.11 Low VOIP capacity in 802.11

More information

Avancerede Datanet VoIP

Avancerede Datanet VoIP Avancerede Datanet VoIP Ole Brun Madsen Professor University of Aalborg Avancerede Datanet VoIP 1 Voice over IP (VoIP) IP telephony switches enable voice calls to be made within Protocol (IP) networks,

More information

Design and implementation of IPv6 multicast based High-quality Videoconference Tool (HVCT) *

Design and implementation of IPv6 multicast based High-quality Videoconference Tool (HVCT) * Design and implementation of IPv6 multicast based High-quality conference Tool (HVCT) * Taewan You, Hosik Cho, Yanghee Choi School of Computer Science & Engineering Seoul National University Seoul, Korea

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

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

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

More information

Comparison of Voice over IP with circuit switching techniques

Comparison of Voice over IP with circuit switching techniques Comparison of Voice over IP with circuit switching techniques Author Richard Sinden Richard Sinden 1 of 9 Abstract Voice-over-IP is a growing technology. Companies are beginning to consider commercial

More information

Quality of Service in ATM Networks

Quality of Service in ATM Networks Quality of Service in ATM Networks Components of a QoS Network 1. At network entrance: Policing and Shaping 2. Somewhere in the network: Admission Control 3. At switches: Classification, Scheduling 4.

More information

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1

VoIP in 802.11. Mika Nupponen. S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 VoIP in 802.11 Mika Nupponen S-72.333 Postgraduate Course in Radio Communications 06/04/2004 1 Contents Introduction VoIP & WLAN Admission Control for VoIP Traffic in WLAN Voice services in IEEE 802.11

More information

Link Layer. 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: ATM and MPLS

Link Layer. 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: ATM and MPLS Link Layer 5.1 Introduction and services 5.2 Error detection and correction 5.3Multiple access protocols 5.4 Link-Layer Addressing 5.5 Ethernet 5.6 Hubs and switches 5.7 PPP 5.8 Link Virtualization: and

More information

How To Understand The Technical Specifications Of Videoconferencing

How To Understand The Technical Specifications Of Videoconferencing Videoconferencing Glossary Algorithm A set of specifications that define methods and procedures for transmitting audio, video, and data. Analog Gateway A means of connecting dissimilar codecs. Incoming

More information

Per-Flow Queuing Allot's Approach to Bandwidth Management

Per-Flow Queuing Allot's Approach to Bandwidth Management White Paper Per-Flow Queuing Allot's Approach to Bandwidth Management Allot Communications, July 2006. All Rights Reserved. Table of Contents Executive Overview... 3 Understanding TCP/IP... 4 What is Bandwidth

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

ATM. Asynchronous Transfer Mode. Networks: ATM 1

ATM. Asynchronous Transfer Mode. Networks: ATM 1 ATM Asynchronous Transfer Mode Networks: ATM 1 Issues Driving LAN Changes Traffic Integration Voice, video and data traffic Multimedia became the buzz word One-way batch Two-way batch One-way interactive

More information

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

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

More information

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

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

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL)

Asynchronous Transfer Mode: ATM. ATM architecture. ATM: network or link layer? ATM Adaptation Layer (AAL) Asynchrous Transfer Mode: architecture 1980s/1990 s standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated, end-end transport

More information

Overview of Asynchronous Transfer Mode (ATM) and MPC860SAR. For More Information On This Product, Go to: www.freescale.com

Overview of Asynchronous Transfer Mode (ATM) and MPC860SAR. For More Information On This Product, Go to: www.freescale.com Overview of Asynchronous Transfer Mode (ATM) and MPC860SAR nc. 2 What is ATM? o Protocol that applies primarily to layer 2 of the OSI protocol stack: Application Presentation Session Transport Network

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

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

point to point and point to multi point calls over IP

point to point and point to multi point calls over IP Helsinki University of Technology Department of Electrical and Communications Engineering Jarkko Kneckt point to point and point to multi point calls over IP Helsinki 27.11.2001 Supervisor: Instructor:

More information

ACN2005 Term Project Improve VoIP quality

ACN2005 Term Project Improve VoIP quality ACN2005 Term Project Improve VoIP quality By introducing TCP-Friendly protocol Burt C.F. Lien ( 連 矩 鋒 ) CSIE Department, National Taiwan University p93007@csie.ntu.edu.tw Abstract The most notorious of

More information

The Advantages of a Video Conferencing System

The Advantages of a Video Conferencing System Video conferencing Introduction Standards Products Internet telephony Computer Telephony Integration (CTI) Introduction Video conferencing can be used for + Audio-visual communication + Sharing of documents,

More information

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

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

More information

Internet Security. Internet Security Voice over IP. Introduction. ETSF10 Internet Protocols 2011-11-22. ETSF10 Internet Protocols 2011

Internet Security. Internet Security Voice over IP. Introduction. ETSF10 Internet Protocols 2011-11-22. ETSF10 Internet Protocols 2011 Internet Security Voice over IP ETSF10 Internet Protocols 2011 Kaan Bür & Jens Andersson Department of Electrical and Information Technology Internet Security IPSec 32.1 SSL/TLS 32.2 Firewalls 32.4 + Voice

More information

Distributed Systems 3. Network Quality of Service (QoS)

Distributed Systems 3. Network Quality of Service (QoS) Distributed Systems 3. Network Quality of Service (QoS) Paul Krzyzanowski pxk@cs.rutgers.edu 1 What factors matter for network performance? Bandwidth (bit rate) Average number of bits per second through

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

RTP / RTCP. Announcements. Today s Lecture. RTP Info RTP (RFC 3550) I. Final Exam study guide online. Signup for project demos

RTP / RTCP. Announcements. Today s Lecture. RTP Info RTP (RFC 3550) I. Final Exam study guide online. Signup for project demos Announcements I. Final Exam study guide online RTP / RTCP Internet Protocols CSC / ECE 573 Fall, 2005 N. C. State University II. III. Signup for project demos Teaching evaluations at end today copyright

More information

ARIB STD-T64-C.S0042 v1.0 Circuit-Switched Video Conferencing Services

ARIB STD-T64-C.S0042 v1.0 Circuit-Switched Video Conferencing Services ARIB STD-T-C.S00 v.0 Circuit-Switched Video Conferencing Services Refer to "Industrial Property Rights (IPR)" in the preface of ARIB STD-T for Related Industrial Property Rights. Refer to "Notice" in the

More information

PacketizerTM. Overview of H.323 http://www.packetizer.com/voip/h323/papers/ Paul E. Jones. Rapporteur, ITU-T Q2/SG16 paulej@packetizer.

PacketizerTM. Overview of H.323 http://www.packetizer.com/voip/h323/papers/ Paul E. Jones. Rapporteur, ITU-T Q2/SG16 paulej@packetizer. A resource for packet-switched conversational protocols Overview of H.323 http:///voip/h323/papers/ Paul E. Jones Rapporteur, ITU-T Q2/SG16 paulej@packetizer.com June 2004 Copyright 2004 Executive Summary

More information

Communication Networks. MAP-TELE 2011/12 José Ruela

Communication Networks. MAP-TELE 2011/12 José Ruela Communication Networks MAP-TELE 2011/12 José Ruela Network basic mechanisms Introduction to Communications Networks Communications networks Communications networks are used to transport information (data)

More information

Introduction to Quality of Service. Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.

Introduction to Quality of Service. Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito. Introduction to Quality of Service Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ QoS Issues in Telecommunication Networks - 1 Quality of service

More information

Responses by TG1 (2000-09-14) included

Responses by TG1 (2000-09-14) included 20 00-09-14 I EEE 802.16.1-00/04 Comparison between TG3 Functional Requirements Document and TG1 proposed MAC Prepared by TG3 (2000-09-14) Comments in black Responses by TG1 (2000-09-14) included Green

More information

HISO 10049.1 Videoconferencing Interoperability Standard

HISO 10049.1 Videoconferencing Interoperability Standard HISO 10049.1 Videoconferencing Interoperability Standard Document information HISO 10049.1 Videoconferencing Interoperability Standard is a standard for the New Zealand health and disability sector. Published

More information

Scalable Video Streaming in Wireless Mesh Networks for Education

Scalable Video Streaming in Wireless Mesh Networks for Education Scalable Video Streaming in Wireless Mesh Networks for Education LIU Yan WANG Xinheng LIU Caixing 1. School of Engineering, Swansea University, Swansea, UK 2. College of Informatics, South China Agricultural

More information

Performance Evaluation of an IPv6-capable H323 Application

Performance Evaluation of an IPv6-capable H323 Application Performance Evaluation of an IPv6-capable H323 Application Authors: Ch. Bouras, A. Gkamas, D.Primpas, K. Stamos Research Academic Computer Technology Institute, Greece University of Patras, Computer Engineering

More information

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

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

More information

Basic principles of Voice over IP

Basic principles of Voice over IP Basic principles of Voice over IP Dr. Peter Počta {pocta@fel.uniza.sk} Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina, Slovakia Outline VoIP Transmission

More information

CSE 237A Final Project Final Report

CSE 237A Final Project Final Report CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards

More information

Management of Telecommunication Networks. Prof. Dr. Aleksandar Tsenov akz@tu-sofia.bg

Management of Telecommunication Networks. Prof. Dr. Aleksandar Tsenov akz@tu-sofia.bg Management of Telecommunication Networks Prof. Dr. Aleksandar Tsenov akz@tu-sofia.bg Part 1 Quality of Services I QoS Definition ISO 9000 defines quality as the degree to which a set of inherent characteristics

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

Applicationbased. Quality of Service. Communicate Simply. For IP Video Conferencing

Applicationbased. Quality of Service. Communicate Simply. For IP Video Conferencing Communicate Simply Applicationbased Quality of Service For IP Video Conferencing Timothy M. O Neil Director of Technical Marketing Polycom Video Communications Table of Contents Introduction...1 Information

More information

TABLE OF CONTENTS LIST OF FIGURES

TABLE OF CONTENTS LIST OF FIGURES TABLE OF CONTENTS TABLE OF CONTENTS...4-495 4.7 VIDEO NETWORKING...4-497 4.7.1 Current Network Overview...4-497 4.7.2 Proposed Video Network...4-497 LIST OF FIGURES Figure 4.7.2.2.3-1 Video Implementation

More information

VA Enterprise Standard: VIDEO CODEC/RECORDING

VA Enterprise Standard: VIDEO CODEC/RECORDING DEPARTMENT OF VETERANS AFFAIRS (VA) OFFICE OF INFORMATION AND TECHNOLOGY (OIT) VA SERVICE DELIVERY ENGINEERING (SDE) ENTERPRISE SYSTEMS ENGINEERING (ESE) VA Enterprise Standard: VIDEO CODEC/RECORDING Version

More information

Multiservice Access Technologies

Multiservice Access Technologies CHAPTER 18 Multiservice Access Technologies Multiservice networking is emerging as a strategically important issue for enterprise and public service provider infrastructures alike. The proposition of multiservice

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 phill.shade@gmail.com Phillip Sherlock Shade (Phill) phill.shade@gmail.com Phillip

More information

Simple Voice over IP (VoIP) Implementation

Simple Voice over IP (VoIP) Implementation Simple Voice over IP (VoIP) Implementation ECE Department, University of Florida Abstract Voice over IP (VoIP) technology has many advantages over the traditional Public Switched Telephone Networks. In

More information

Integrate VoIP with your existing network

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

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

ICS 153 Introduction to Computer Networks. Inst: Chris Davison cbdaviso@uci.edu

ICS 153 Introduction to Computer Networks. Inst: Chris Davison cbdaviso@uci.edu ICS 153 Introduction to Computer Networks Inst: Chris Davison cbdaviso@uci.edu 1 ICS 153 Introduction to Computer Networks Course Goals Understand the basic principles of computer networks Design Architecture

More information

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

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

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD

IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD R.Dhanya 1, Mr. G.R.Anantha Raman 2 1. Department of Computer Science and Engineering, Adhiyamaan college of Engineering(Hosur).

More information

Technical White Paper for Traversal of Huawei Videoconferencing Systems Between Private and Public Networks

Technical White Paper for Traversal of Huawei Videoconferencing Systems Between Private and Public Networks Technical White Paper for Traversal of Huawei Videoconferencing Systems Between Private and Public Networks Huawei Technologies Co., Ltd. All rights reserved. Contents Contents 1 Overview... 1 2 H.323...

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

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information

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

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

More information

VoIP QoS. Version 1.0. September 4, 2006. AdvancedVoIP.com. sales@advancedvoip.com support@advancedvoip.com. Phone: +1 213 341 1431

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

More information

Indepth Voice over IP and SIP Networking Course

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

More information

A seminar on Internet Telephony

A seminar on Internet Telephony A seminar on Internet Telephony Presented by: Nitin Prakash Sharma M. Tech. I.T IIT Kharagpur Internet Telephony 1 Contents Introduction H.323 standard Classes of connections and billing Requirements for

More information

VOICE OVER IP AND NETWORK CONVERGENCE

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

More information

How To Use A Microsoft Vc.Net (Networking) On A Microsatellite (Netnet) On An Ipod Or Ipod (Netcom) On Your Computer Or Ipad (Net) (Netbook) On The

How To Use A Microsoft Vc.Net (Networking) On A Microsatellite (Netnet) On An Ipod Or Ipod (Netcom) On Your Computer Or Ipad (Net) (Netbook) On The 14: Signalling Protocols Mark Handley H.323 ITU protocol suite for audio/video conferencing over networks that do not provide guaranteed quality of service. H.225.0 layer Source: microsoft.com 1 H.323

More information

Protocol Architecture

Protocol Architecture Protocol Architecture ed Protocol Architectures OSI Reference Model TCP/IP Protocol Stack Need for Protocols The task of exchanging information between devices requires a high degree of cooperation between

More information

Protocols. Packets. What's in an IP packet

Protocols. Packets. What's in an IP packet Protocols Precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet Protocol (bottom level) all packets shipped from network to network as IP packets

More information

Evaluating Data Networks for Voice Readiness

Evaluating Data Networks for Voice Readiness Evaluating Data Networks for Voice Readiness by John Q. Walker and Jeff Hicks NetIQ Corporation Contents Introduction... 2 Determining Readiness... 2 Follow-on Steps... 7 Summary... 7 Our focus is on organizations

More information

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

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

Authors Mário Serafim Nunes IST / INESC-ID Lisbon, Portugal mario.nunes@inesc-id.pt

Authors Mário Serafim Nunes IST / INESC-ID Lisbon, Portugal mario.nunes@inesc-id.pt Adaptive Quality of Service of Voice over IP Communications Nelson Costa Instituto Superior Técnico (IST) Lisbon, Portugal eng.ncosta@gmail.com Authors Mário Serafim Nunes Lisbon, Portugal mario.nunes@inesc-id.pt

More information

Multimedia Communications Voice over IP

Multimedia Communications Voice over IP Multimedia Communications Voice over IP Anandi Giridharan Electrical Communication Engineering, Indian Institute of Science, Bangalore 560012, India Voice over IP (Real time protocols) Internet Telephony

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

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

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

Quality of Service Management for Teleteaching Applications Using the MPEG-4/DMIF

Quality of Service Management for Teleteaching Applications Using the MPEG-4/DMIF Quality of Service Management for Teleteaching Applications Using the MPEG-4/DMIF Gregor v. Bochmann and Zhen Yang University of Ottawa Presentation at the IDMS conference in Toulouse, October 1999 This

More information

Video over IP WHITE PAPER. Executive Summary

Video over IP WHITE PAPER. Executive Summary Video over IP Executive Summary Thinking as an executive, there are pressures to keep costs down and help a company survive in this challenging market. Let us assume that company A has 10 locations and

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

SITE B SITE C. ATM PILOT site A. site b. Figure 1: The BETEUS application

SITE B SITE C. ATM PILOT site A. site b. Figure 1: The BETEUS application Performance management for a real full scale ATM network BETEUS (M1010) K.Traore (ASCOM MONETEL), traore@ascom.cica.fr P.Dubois (institut Eurécom), dubois@eurecom.fr ABSTRACT This paper presents the Performance

More information

Understanding Voice over IP

Understanding Voice over IP Introduction Understanding Voice over IP For years, many different data networking protocols have existed, but now, data communications has firmly found its home in the form of IP, the Internet Protocol.

More information

Module 7 Internet And Internet Protocol Suite

Module 7 Internet And Internet Protocol Suite Module 7 Internet And Internet Protocol Suite Lesson 21 Internet and IPv4 LESSON OBJECTIVE General The lesson will discuss a popular network layer protocol, i.e. the Internet Protocol Specific The focus

More information

Digital Audio and Video Data

Digital Audio and Video Data Multimedia Networking Reading: Sections 3.1.2, 3.3, 4.5, and 6.5 CS-375: Computer Networks Dr. Thomas C. Bressoud 1 Digital Audio and Video Data 2 Challenges for Media Streaming Large volume of data Each

More information