Load Balancing Algorithms for Internet Vhdeo and Audio Server

Size: px
Start display at page:

Download "Load Balancing Algorithms for Internet Vhdeo and Audio Server"

Transcription

1 Load Balancing Algorithms for nternet Vhdeo and Audio Server Dusit Niyato Chutim.et Srinilta th Department of Computer Engineering, Engineering Faculty, King Mongkut 's nstitute of Technology Ladkrabang, Chalongkrung Road, Ladkrabang Bangkok THALAND Tel:(+66 2) , Fax. (+662) Abstract This paper reports the application of load balancing algorithms on internet video and audio media server. We took into account two server architectures: Centralized and Distributed Load Balancing; and jive load balancing algorithms: Random, Round-Robin, Adaptive Bidding, Diffusion, and State Change Broadcast The startup time and system distance were measured in the experiments. The results show that response time of Distributed Load Balancing less than Centralized Load Balancing architecture. And algorithms that use more load information can balance load on video and audio media server better, but produce more response time. 1. ntroduction Multimedia information service is playing more important role today. These services are not limited to one type of information, text, but comprise of text, picture, audio and video. Text and picture are services of file transfer while audio and video are served as continuous media in which time constraint is involved. Server that serves multimedia data, both audio and video, must be able to serve continuous service. The difference between general server and continuous media server is continuous media server must read, process, and transfer information to client in time constraint. n the past, audio and video services were not as popular because low speed network and slow processing unit, both server and client. Now, the popularity has increased rapidly due to the better processors and network. The popularity causes the overloading of the servers. One solution to solve this problem is to upgrade server. Another is to increase the number of servers and distribute the load among them. Researches of load balancing algorithm for video and audio server are represented.[ 13 represents static load balancing: considering the location of media on the server [2] represents dynamic load balancing: considering the capacity of server [3] represents load balancing of video server with file transfer [4] represents the development of Microsoft's commercial multimedia server. This paper analyzes load balancing architectures and algorithms of video and audio service. n order to choose which architecture and algorithm is appropriate for different circumstances, we had to manipulate general computer sysiem architectures and algorithms. 2. System Architecture This system comprises 3 main parts: video and audio server, which its role is to listen for the requests from clients and check for availability, network system, which acts as medium for transferring data between server and client and server to server, and client to send request receive data from server to display to user. n this paper, the architecture has 2 models. The first model has Centralized Load Balancer and second model is Distributed Load Balancer. Centralized Load Balancer El Video and Audio Server Figure 1. Centralizedxoad Balancing Architecture. n the first model, requests from client will be sent to load balancer for assign to video and audio server and to determine if the system is available to provide service, if $ EEE 76

2 so, which server will provide the service. n the second model request from client go to any video and audio server. Received server will determine, is server available to provide service, if not, request must redirect to other server. Video and Audio Sever with Distributed Load Balancer message to all other nodes while Limited Broadcast sends message to limited number of nodes. n addition to Limited Broadcast, Limited Broadcast with Time Window will not distribute load to the node it already distributed load to within time limit. n Diffusion algorithm, overloaded processor will distribute load to the next processor until the load is distributed to the node with least load or to the node that reduces the load difference most. n State Change Broadcast algorithm, processor will send load information to other processors with in the time interval. Once the processor gets overloaded, the processor will use this load information to determine which node should receive the load. 4. System Structure Figure 2. Distributed Load Balancing Architecture 3. Algorithms Load balancing algorithms responsible in distributing load from processing unit, or node, with heavy load to unit with less load. Algorithms can be categorized into 3 types. Firstly, Static Load Balancing: this algorithm distributes load by assigning load to all nodes before starting the system. Secondly, Dynamic Load Balancing: this algorithm can allocate load to nodes based on information after the system had started. Thirdly, Adaptive Load Balancing Algorithm, this algorithm can adjust to the system status. Load balancing algorithm consists of 4 parts; nformation Policy, Transfer Policy, Selection Policy and Location Policy. Different algorithm will result in difference of these parts. Load balancing algorithms we use are popular algorithms: Adaptive Bidding [5], Diffusion [6], and State Change Broadcast. n addition to those algorithms, we analyze and compare Round-Robin and Random algorithm. Adaptive Bidding algorithm is the extension of Bidding algorithm. n Bidding algorithm, when one processor becomes overloaded, it will send message to other nodes. Every nodes will respond with its load information to overloaded node. Once the messages arrived, it will distribute load to the node with least load. There are 3 modes of Adaptive Bidding which are Broadcast, Limited Broadcast and Limited Broadcast with Time Window. n Broadcast Mode, node will send Continuous media server must be able to provide service continuously within time constraints and quality. Continuous media server consists of Network Manager, Disk Manager, Media Manager, Cache Manager and Request Manager. And for Distributed Load Balancer architecture, continuous media server also contains Distributed Load Balancer component for manage load and make decision for load transfer when server is overload. 5. Experiment 5.1. Experiment Environment The purpose of these experiments is to evaluate architectures and load balancing algorithms for video and audio servers. Experimental environment including continuous media server ranging from to 7 servers with more than 5 clients. For service mechanism in this experiment, we use server push mechanism to send continuous media to client. We assumed that network lacks quality of service but provides enough bandwidth (network may have delay and jitter for data transfer). Continuous media servers have only playback service. For services, media is a video clip that has duration between 3 to 5 minute and number of media fix at 100 media. Each media requires different bandwidth from 30 to 300 Kbps. We model arrival rate with Poisson Distribution and requested media index with Zipf Distribution [7]. 77

3 Client Centralized Load Balancer Video and Audio Server Client Video and Audio Server with Distributed Load Balancer 5.3. Network Figure 4. Servers monitoring program. Network is a medium for carry video and audio from servers to clients. Network in our testing system is not require QoS but we assume network have enough bandwidth to service client. So it can have delay and jitters. n our experiment we use Ethernet 10Base-T to evaluate architectures and load balancing algorithms Client Figure 3. Experimental environment (a) for Centralized Load Balancer architecture (b) for Distributed Load Balancer architecture. n this experiment, we measure (1) startup time for service request from client. Startup time is standard metric for performance measuring in multimedia system. A good multimedia system must posess acceptable startup time. (2) we measure reject rate from client request, and (3) we measure load balancing equality or system distance ( ). System distance will tell load balancing capability for each algorithms. n testing environment clients have normal web browser (E 5.0 or Netscape 4).and multimedia plug-ins (QuickTime for Apple s QuickTime media or Windows Media Player for MPEG media). These clients have buffer for remove delay and jitter from network Server Our video and audio servers service over port 80 of TCPDP protocol. We choose this service port and protocol because we can use popular web browser and multimedia plug-ins to play video and audio. Our server develops for Microsoft Windows platform and can service Apple s QuickTime media and MPEG video file format. And we have remote monitoring program for monitor servers status such as CPU utilization, service rate, number of session, and memory usage 6. Experiment Result Figure 5. Client display 78

4 Figure 6. Graph that shows startup time to service client requests followed by architecture. From graph in figure 6 shows the difference in startup time for service client requests in continuous media service between Centralized Load Balancer and Distributed Load Balancer architecture. The advantage of Centralized Load Balancer architecture is system can control load balancing mechanism easier. But disadvantage of architecture is when number of requests increase, system's startup time also increase. Because request client must be manipulated at Centralized Load Balancer before it can be sent to continuous media server for service E l5 5 O v Number of Servers t Number of Servers -*- Round-Robin +Random + Round-Robin (b) Figure 7. Graph shows load balancing equality by Centralized Load Balancer architecture (a) CPU Utilization (b) Service Rate From our experiment, the results(figure 7) show the difference in load balancing equality for each algorithm. Random and Round-Robin algorithm do not need load information from each continuous media servers, so they can process and make decision about client requests faster and do not need extra network bandwidth. But for Broadcast algorithm, Centralized Load Balancer needs load information from all continuous media servers in system. So Broadcast algorithm can balance load better. Although this algorithm needs communication between Centralized Load Balancer and all continuous media servers in system, but network bandwidth that this algorithm require is not much when compare with bandwidth require for service client's requests, and it degrade server performance not much t Round-Rcbm 15 +Lmuled Bxldlng 10 4 Lmiled Bxldmg wiul Tun, 5 Dlffurim 0 E?SO B 3 Number 4 of Servers Round-Robin 200 BOddCasl Y g 150 Blddng 3 + Llrmled Bidding CLtrmled Bldding uilh Tin 2 50 Wandow + Diffusion (b) Figure 8. Graph show load balancing equality for each algorithms with Distributed Load Balancer architecture. From our experiment, the results(figure 8) show the difference in load balancing equality for each algorithm. The algorithms suit for Distributed Load Balancer architecture system are Broadcast and Bidding algorithm, if the system have more network bandwidth. f network bandwidth is essential, Limited Bidding and Limited Bidding with time window algorithm are appropriate. And if network bandwidth in the system is critical resource, Diffusion, Random and Round-Robin algorithm are appropriate. But Diffusion algorithm is better than Random and Round-Robin. 79

5 7. Conclusion From all our experiments,the results show that Centralized Load Balancing architecture have limitation when system have more client requests. We can solve this problem by using Distributed Load Balancing architecture. Because in Distributed Load Balancer client requests will be distributed to each server. For algorithm, algorithm that uses load information in the server will balance load better than algorithms that do not. But algorithm that use load information consumes network bandwidth in system. So system must evaluate appropriate algorithm in many related factors. 12. References [] Serpanos D.N., Georgiadis L., Bouloutas T., MMPacking: A Load and Storage Balancing Algorithm for Distributed Multimedia Servers, Circuits and Systems for Video Technology, EEE Transactions on Volume: 81, Feb. 1998, Page(s): [2] Yen-Jen Lee, Du D.H.C., Adaptive Load Sharing and Scheduling Schemes for Distributed Continuous Media Delivery, Multimedia Computing and Systems, EEE nternational Conference on Volume: 2, 1999, Page(s): vol. 2 [3] N. Venkatasubramanian and S. Ramanathan. Load Management in Distributed Video Servers, n Proceedings of the EEE 17th nternational Conference on Distributed Computing Systems(1CDCS 97), pages , Baltimore, MD, May [4] W. J. Bolosky, R. P. Fitzgerald, and J. R. Douceur. Distributed Schedule Management in the Tiger Video Fileserver, n Proceedings of the 16th ACM Symposium on Operating Systems Principles (SOSP 97), pages , Saint-Malo, France, October [5] Zhang, Y.; Kameda, H.; Shimizu, K., Adaptive bidding load balancing algorithms in heterogeneous distributed systems, Modeling, Analysis, and Simulation of Computer and Telecommunication Systems, 1994., MASCOTS 94., Proceedings of the Second nternational Workshop on, 1994, Page(s): [6] Luque, E.; Ripoll, A.; Cortes, A.; Margalef, T. ; A distributed diffusion method for dynamic load balancing on parallel computers, Parallel and Distributed Processing, Proceedings. Euromicro Workshop on, 1995, Page(s): [7] A. Dan, D. Sitaram, and P. Shahabuddin. Dynamic batching policies for an on-demaind video server, Multimedia Systems, 4 (3): , June

DYNAMIC REPLICATION OF CONTENT IN THE HAMMERHEAD MULTIMEDIA SERVER

DYNAMIC REPLICATION OF CONTENT IN THE HAMMERHEAD MULTIMEDIA SERVER DYNAMIC REPLICATION OF CONTENT IN THE HAMMERHEAD MULTIMEDIA SERVER Jonathan Dukes Jeremy Jones Department of Computer Science Trinity College Dublin, Ireland Email: Jonathan.Dukes@cs.tcd.ie KEYWORDS Multimedia

More information

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS Kevin Streeter Adobe Systems, USA ABSTRACT While HTTP adaptive streaming (HAS) technology has been very successful, it also generally introduces

More information

Improving VoD System Efficiency with Multicast and Caching

Improving VoD System Efficiency with Multicast and Caching Improving VoD System Efficiency with Multicast and Caching Jack Yiu-bun Lee Department of Information Engineering The Chinese University of Hong Kong Contents 1. Introduction 2. Previous Works 3. UVoD

More information

Evolved Multimedia Broadcast/Multicast Service (embms) in LTE-advanced

Evolved Multimedia Broadcast/Multicast Service (embms) in LTE-advanced Evolved Multimedia Broadcast/Multicast Service (embms) in LTE-advanced 1 Evolved Multimedia Broadcast/Multicast Service (embms) in LTE-advanced Separation of control plane and data plane Image from: Lecompte

More information

Distributed Video Systems Chapter 3 Storage Technologies

Distributed Video Systems Chapter 3 Storage Technologies Distributed Video Systems Chapter 3 Storage Technologies Jack Yiu-bun Lee Department of Information Engineering The Chinese University of Hong Kong Contents 3.1 Introduction 3.2 Magnetic Disks 3.3 Video

More information

Chapter 20: Multimedia Systems

Chapter 20: Multimedia Systems Chapter 20: Multimedia Systems, Silberschatz, Galvin and Gagne 2009 Chapter 20: Multimedia Systems What is Multimedia? Compression Requirements of Multimedia Kernels CPU Scheduling Disk Scheduling Network

More information

Chapter 20: Multimedia Systems. Operating System Concepts 8 th Edition,

Chapter 20: Multimedia Systems. Operating System Concepts 8 th Edition, Chapter 20: Multimedia Systems, Silberschatz, Galvin and Gagne 2009 Chapter 20: Multimedia Systems What is Multimedia? Compression Requirements of Multimedia Kernels CPU Scheduling Disk Scheduling Network

More information

Study of Load Balancing Schemes over a Video on Demand System

Study of Load Balancing Schemes over a Video on Demand System Study of Load Balancing Schemes over a Video on Demand System Priyank Singhal Ashish Chhabria Nupur Bansal Nataasha Raul Research Scholar, Computer Department Abstract: Load balancing algorithms on Video

More information

Providing VCR in a Distributed Client Collaborative Multicast Video Delivery Scheme

Providing VCR in a Distributed Client Collaborative Multicast Video Delivery Scheme Providing VCR in a Distributed Client Collaborative Multicast Video Delivery Scheme X.Y. Yang 1, P. Hernández 1, F. Cores 2 A. Ripoll 1, R. Suppi 1, and E. Luque 1 1 Computer Science Department, ETSE,

More information

Dynamic Load Balancing Architecture for Distributed VoD using Agent Technology

Dynamic Load Balancing Architecture for Distributed VoD using Agent Technology Dynamic Load Balancing Architecture for Distributed VoD using Agent Technology H S Guruprasad Research Scholar, Dr MGR University Asst Prof& HOD / Dept of ISE BMSCE, Bangalore, India hs_gurup@yahoo.com

More information

Probability Admission Control in Class-based Video-on-Demand System

Probability Admission Control in Class-based Video-on-Demand System Probability Admission Control in Class-based Video-on-Demand System Sami Alwakeel and Agung Prasetijo Department of Computer Engineering College of Computer and Information Sciences, King Saud University

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport Multimedia Multimedia 1 Outline Audio and Video Services

More information

4 rd class Department of Network College of IT- University of Babylon

4 rd class Department of Network College of IT- University of Babylon 1. INTRODUCTION We can divide audio and video services into three broad categories: streaming stored audio/video, streaming live audio/video, and interactive audio/video. Streaming means a user can listen

More information

Cloud Movie: Cloud Based Dynamic Resources Allocation And Parallel Execution On Vod Loading Virtualization

Cloud Movie: Cloud Based Dynamic Resources Allocation And Parallel Execution On Vod Loading Virtualization Cloud Movie: Cloud Based Dynamic Resources Allocation And Parallel Execution On Vod Loading Virtualization Akshatha K T #1 #1 M.Tech 4 th sem (CSE), VTU East West Institute of Technology India. Prasad

More information

Adaptive Real-time Monitoring Mechanism for Replicated Distributed Video Player Systems

Adaptive Real-time Monitoring Mechanism for Replicated Distributed Video Player Systems Adaptive Real-time Monitoring Mechanism for Replicated Distributed Player Systems Chris C.H. Ngan, Kam-Yiu Lam and Edward Chan Department of Computer Science City University of Hong Kong 83 Tat Chee Avenue,

More information

DIVISOR: DIstributed VIdeo Server for streaming

DIVISOR: DIstributed VIdeo Server for streaming DIVISOR: DIstributed VIdeo Server for streaming Ekaterini M. Gialama, Evangelos P. Markatos, Julia E. Sevaslidou, Dimitrios N. Serpanos, Evangelos N. Kotsovinos, Xeni A. Asimakopoulou Institute of Computer

More information

Distributed Video Systems Chapter 7 Parallel Video Servers Part 1 - Introduction and Overview

Distributed Video Systems Chapter 7 Parallel Video Servers Part 1 - Introduction and Overview Distributed Video Systems Chapter 7 Parallel Video Servers Part 1 - Introduction and Overview Jack Yiu-bun Lee Department of Information Engineering The Chinese University of Hong Kong Contents 71 Introduction

More information

QoE-Driven Video Streaming and Video Content Caching

QoE-Driven Video Streaming and Video Content Caching CommNet2 & IcoreJoint Workshop on Content Caching & Distributed Storage for Future Communication Networks QoE-Driven Video Streaming and Video Content Caching Xiaohong Peng Adaptive Communications Networks

More information

Building a Single Distributed File System from Many NFS Servers -or- The Poor-Man s Cluster Server

Building a Single Distributed File System from Many NFS Servers -or- The Poor-Man s Cluster Server Building a Single Distributed File System from Many NFS Servers -or- The Poor-Man s Cluster Server Dan Muntz Hewlett-Packard Labs 1501 Page Mill Rd, Palo Alto CA 94304, USA dmuntz@hpl.hp.com Tel: +1-650-857-3561

More information

Scalability And The Bandwidth Efficiency Of Vod Systems K.Deepathilak et al.,

Scalability And The Bandwidth Efficiency Of Vod Systems K.Deepathilak et al., Asian Journal of Electrical Sciences (AJES) Vol.3.No.1 2015 pp 33-37. available at: www.goniv.com Paper Received :08-03-2015 Paper Accepted:20-03-2015 Paper Reviewed by: 1. R. Venkatakrishnan 2. R. Marimuthu

More information

A Proxy Caching Scheme for Continuous Media Streams on the Internet

A Proxy Caching Scheme for Continuous Media Streams on the Internet A Proxy Caching Scheme for Continuous Media Streams on the Internet Eun-Ji Lim, Seong-Ho park, Hyeon-Ok Hong, Ki-Dong Chung Department of Computer Science, Pusan National University Jang Jun Dong, San

More information

A Case Study on Cloud Based Hybrid Adaptive Mobile Streaming: Performance Evaluation

A Case Study on Cloud Based Hybrid Adaptive Mobile Streaming: Performance Evaluation A Case Study on Cloud Based Hybrid Adaptive Mobile Streaming: Performance Evaluation T. Mahesh kumar 1, Dr. k. Santhisree 2, M. Bharat 3, V. Pruthvi Chaithanya Varshu 4 Student member of IEEE, M. tech

More information

QoS-Aware IPTV Routing Algorithms

QoS-Aware IPTV Routing Algorithms QoS-Aware IPTV Routing Algorithms Patrick McDonagh, Philip Perry, Liam Murphy. School of Computer Science and Informatics, University College Dublin, Belfield, Dublin 4. {patrick.mcdonagh, philip.perry,

More information

A Packet-Based Caching Proxy with Loss Recovery for Video Streaming

A Packet-Based Caching Proxy with Loss Recovery for Video Streaming A Packet-Based Caching Proxy with Loss Recovery for Video Streaming Kuan-Sheng Hsueh and Sheng-De Wang Department of Electrical Engineering, National Taiwan University {kshsueh, sdwang}@hpc.ee.ntu.edu.tw

More information

Skill Area 325: Deliver the Multimedia content through various media. Multimedia and Web Design (MWD)

Skill Area 325: Deliver the Multimedia content through various media. Multimedia and Web Design (MWD) Skill Area 325: Deliver the Multimedia content through various media Multimedia and Web Design (MWD) 325.1 Understanding of multimedia considerations for Internet (13hrs) 325.1.1 Analyze factors affecting

More information

CS 457 Multimedia Applications. Fall 2014

CS 457 Multimedia Applications. Fall 2014 CS 457 Multimedia Applications Fall 2014 Topics Digital audio and video Sampling, quantizing, and compressing Multimedia applications Streaming audio and video for playback Live, interactive audio and

More information

Streaming Live Media over a Peer-to-Peer Network

Streaming Live Media over a Peer-to-Peer Network Streaming Live Media over a Peer-to-Peer Network Technical Report Stanford University Deshpande, Hrishikesh Bawa, Mayank Garcia-Molina, Hector Presenter: Kang, Feng Outline Problem in media streaming and

More information

Multimedia Storage Servers

Multimedia Storage Servers Multimedia Storage Servers Cyrus Shahabi shahabi@usc.edu Computer Science Department University of Southern California Los Angeles CA, 90089-0781 http://infolab.usc.edu 1 OUTLINE Introduction Continuous

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Simulation Study for a Broadband Multimedia VSAT Network

Simulation Study for a Broadband Multimedia VSAT Network Simulation Study for a Broadband Multimedia Yi Qian, Rose Hu, and Hosame Abu-Amara Nortel s 2201 Lakeside Blvd., Mail Stop 992-02-E70 Richardson, Texas 75082, USA Phone: 972-685-7264 Fax: 972-685-3463

More information

Dynamic Load Sharing Policy in Distributed VoD using agents

Dynamic Load Sharing Policy in Distributed VoD using agents 270 IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.10, October 2008 Dynamic Load Sharing Policy in Distributed VoD using agents H S Guruprasad Asst Prof & HOD Dept of ISE,

More information

An Enhanced Binning Algorithm for Distributed Web Clusters

An Enhanced Binning Algorithm for Distributed Web Clusters 1 An Enhanced Binning Algorithm for Distributed Web Clusters Hann-Jang Ho Granddon D. Yen Jack Lee Department of Information Management, WuFeng Institute of Technology SingLing Lee Feng-Wei Lien Department

More information

Scalable Video Delivery on The Web. B. Prabhakaran Yu-Guang Tu Yin Wu 3. prabha, tuyuguan, comp.nus.edu.sg.

Scalable Video Delivery on The Web. B. Prabhakaran Yu-Guang Tu Yin Wu 3.   prabha, tuyuguan, comp.nus.edu.sg. Scalable Video Delivery on The Web B. Prabhakaran Yu-Guang Tu Yin Wu 3 School of Computing, National University of Singapore, Singapore 117543 Email: prabha, tuyuguan, wuyin @ comp.nus.edu.sg June 10,

More information

Proxy Caching for Video on Demand Systems in Multicasting Networks

Proxy Caching for Video on Demand Systems in Multicasting Networks MER A MITSUBISHI EECTRIC RESEARCH ABORATORY http://wwwmerlcom roxy Caching for Video on Demand Systems in Multicasting Networks i Zhu, Gang Cheng, Nirwan Ansari, Zafer Sahinoglu, Anthony Vetro, and Huifang

More information

Variable Bitrate Stream in Set top Box device

Variable Bitrate Stream in Set top Box device Variable Bitrate Stream in Set top Box device Preeti Chourasia Student M.Tech (CS) United Institute of Technology And Research Greater Noida (UP) Priyank Chourasia MCA (MITS Gwalior) ABSTRACT Video processing

More information

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4021: Networks Discussion. Chapter 1.

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4021: Networks Discussion. Chapter 1. Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4021: Networks Discussion Chapter 1 Foundation Eng. Haneen El-Masry February, 2014 A Computer Network A computer

More information

MULTIMEDIA PROXY CACHING FOR VIDEO STREAMING APPLICATIONS.

MULTIMEDIA PROXY CACHING FOR VIDEO STREAMING APPLICATIONS. MULTIMEDIA PROXY CACHING FOR VIDEO STREAMING APPLICATIONS. Radhika R Dept. of Electrical Engineering, IISc, Bangalore. radhika@ee.iisc.ernet.in Lawrence Jenkins Dept. of Electrical Engineering, IISc, Bangalore.

More information

Using Multicast for Streaming Videos across Wide Area Networks

Using Multicast for Streaming Videos across Wide Area Networks Using Multicast for Streaming Videos across Wide Area Networks Bing Wang ½, Subhabrata Sen ¾, Micah Adler ½ and Don Towsley ½ ½ Department of Computer Science University of Massachusetts, Amherst, MA 0003

More information

A COOPERATIVE DISTRIBUTION PROTOCOL FOR VIDEO-ON-DEMAND

A COOPERATIVE DISTRIBUTION PROTOCOL FOR VIDEO-ON-DEMAND Proc. Mexican International Conference on Computer Science (ENC 2005), Puebla, Mexico, pages 240 246, Sep. 2005 A COOPERATIVE DISTRIBUTION PROTOCOL FOR VIDEO-ON-DEMAND Jehan-François Pâris Department of

More information

Chapter 7 Multimedia Networking

Chapter 7 Multimedia Networking Chapter 7 Multimedia Networking Principles Classify multimedia applications Identify the network services and the requirements the apps need Making the best of best effort service Mechanisms for providing

More information

A Lossless Quality Transmission Algorithm for Stored VBR Video

A Lossless Quality Transmission Algorithm for Stored VBR Video 1 A Lossless Quality Transmission Algorithm for Stored VBR Video Fei Li, Yan Liu and Ishfaq Ahmad Department of Computer Science The Hong Kong University of Science and Technology Clear Water Bay, Kowloon,

More information

Web 2.0 and iphone Application Development Workshop. Lab 5: Multimedia on iphone

Web 2.0 and iphone Application Development Workshop. Lab 5: Multimedia on iphone Web 2.0 and iphone Application Development Workshop This lab is prepared by: Department of Electrical and Electronic Engineering, Faculty of Engineering, The University of Hong Kong Lab 5: Multimedia on

More information

Router Virtualization as an Enabler for Future Internet Multimedia Applications

Router Virtualization as an Enabler for Future Internet Multimedia Applications Router Virtualization as an Enabler for Future Internet Multimedia Applications httc Hessian Telemedia Technology Competence-Center e.v - www.httc.de Osama Abboud, M.Sc Prof. Dr. Ing Ralf Steinmetz Vorname.Nachname@KOM.tu-darmstadt.de

More information

QoE-aware Traffic Shaping for HTTP Adaptive Streaming

QoE-aware Traffic Shaping for HTTP Adaptive Streaming , pp.33-44 http://dx.doi.org/10.14257/ijmue.2014.9.2.04 QoE-aware Traffic Shaping for HTTP Adaptive Streaming Xinying Liu 1 and Aidong Men 2 1,2 Beijing University of Posts and Telecommunications No.10

More information

Inserting multimedia objects in Dreamweaver

Inserting multimedia objects in Dreamweaver Inserting multimedia objects in Dreamweaver To insert a multimedia object in a page, do one of the following: Place the insertion point in the Document window where you want to insert the object, then

More information

G Robert Grimm New York University

G Robert Grimm New York University G22.3250-001 Receiver Livelock Robert Grimm New York University Altogether Now: The Three Questions What is the problem? What is new or different? What are the contributions and limitations? Motivation

More information

VoIP over wireless networks: a packet scheduling approach to provide QoS using Linux

VoIP over wireless networks: a packet scheduling approach to provide QoS using Linux VoIP over 82.11 wireless networks: a packet scheduling approach to provide QoS using Linux Terrence van Valkenhoef and Mishar Mahboob December 13, 25 Abstract In this work, we propose a layer three scheduler

More information

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Veselin Rakocevic School of Engineering and Mathematical Sciences City University London EC1V HB, UK V.Rakocevic@city.ac.uk

More information

CSCD 433/533 Advanced Networks Fall Lecture 14 RTSP and Transport Protocols/ RTP

CSCD 433/533 Advanced Networks Fall Lecture 14 RTSP and Transport Protocols/ RTP CSCD 433/533 Advanced Networks Fall 2012 Lecture 14 RTSP and Transport Protocols/ RTP 1 Topics Multimedia Player RTSP Review RTP Real Time Protocol Requirements for RTP RTP Details Applications that use

More information

Cisco TelePresence Content Server S4.1

Cisco TelePresence Content Server S4.1 Cisco TelePresence Content Server S4.1 Online help (printable format) D14595.03 December 2010 Contents Logging in to the web interface... 6 Supported browsers, plugins & platforms... 7 Supported browsers...

More information

Techniques for Improving the Capacity of Video-on-Demand Systems

Techniques for Improving the Capacity of Video-on-Demand Systems Proceedings of the 29th Annual Hawaii ntemational Conference on System Sciences - 1996 Techniques for mproving the Capacity of Video-on-Demand Systems Hari Kalva Center for Telecommunications Research

More information

Real-time Multiple Video Player Systems

Real-time Multiple Video Player Systems Real-time Multiple Video Player Systems Chris C.H. Ngan and Kam-Yiu Lam Department of Computer Science City University of Hong Kong 83 Tat Chee Avenue, Kowloon HONG KONG Abstract In previous years, various

More information

Streaming Media Services Operation Guide

Streaming Media Services Operation Guide Medway Grid for Learning Policies and Guidance Streaming Media Services Operation Guide (Version 1.60-01/02/2007) 1 Streaming Media Services... 1 1.1 General Overview Streaming Media Services... 1 1.2

More information

Thin-Client Computing for Supporting the QoS of Streaming Media in Mobile Devices

Thin-Client Computing for Supporting the QoS of Streaming Media in Mobile Devices Thin-Client Computing for Supporting the QoS of Streaming Media in Mobile Devices Joahyoung Lee, Dongmahn Seo, Yoon Kim, Changyeol Choi, Hwangkyu Choi, and Inbum Jung Department of Computer Science and

More information

PAPER Practical Issues Related to Disk Scheduling for Video-On-Demand Services

PAPER Practical Issues Related to Disk Scheduling for Video-On-Demand Services 2156 PAPER Practical Issues Related to Disk Scheduling for Video-On-Demand Services Ilhoon SHIN a), Student Member,KernKOH, and Youjip WON, Nonmembers SUMMARY This paper discusses several practical issues

More information

Prioritization scheme for QoS in IEEE e WLAN

Prioritization scheme for QoS in IEEE e WLAN Prioritization scheme for QoS in IEEE 802.11e WLAN Yakubu Suleiman Baguda a, Norsheila Fisal b a,b Department of Telematics & Communication Engineering, Faculty of Electrical Engineering Universiti Teknologi

More information

Figure 1. High level network design goal

Figure 1. High level network design goal Application Note VLAN Aggregation with the Model 6081RC EdgeRoute Applies to the following product ForeFront Model 6081RC Application Overview This application note discusses the network design to aggregate

More information

Octoshape. Commercial hosting not cable to home, founded 2003

Octoshape. Commercial hosting not cable to home, founded 2003 Octoshape Commercial hosting not cable to home, founded 2003 Broadcasting fee is paid by broadcasters Free for consumers Audio and Video, 32kbps to 800kbps Mesh based, bit-torrent like, Content Server

More information

INSE 7110 Winter 2009 Value Added Services Engineering in Next Generation Networks Week #2. Roch H. Glitho- Ericsson/Concordia University

INSE 7110 Winter 2009 Value Added Services Engineering in Next Generation Networks Week #2. Roch H. Glitho- Ericsson/Concordia University INSE 7110 Winter 2009 Value Added Services Engineering in Next Generation Networks Week #2 1 Outline 1. Basics 2. Media Handling 3. Quality of Service (QoS) 2 Basics - Definitions - History - Standards.

More information

Adaptive Hybrid Transmission Mechanism For On-Demand Mobile IPTV over LTE

Adaptive Hybrid Transmission Mechanism For On-Demand Mobile IPTV over LTE Adaptive Hybrid Transmission Mechanism For On-Demand Mobile IPTV over LTE C.Augustine 1, K.Periyarselvam 2, K.Balaji 3, M.Kamesh 4 1 2 3 4 Department of ECE, 1 2 3 4 Assistant Professor 1 2 3 4 GRT Institute

More information

A hybrid medium access control for convergence of broadband wireless and wireline ATM networks

A hybrid medium access control for convergence of broadband wireless and wireline ATM networks Downloaded from orbit.dtu.dk on: Oct 07, 2018 A hybrid medium access control for convergence of broadband wireless and wireline ATM networks Liu, Hong; Gliese, Ulrik Bo; Dittmann, Lars Published in: Proceeding

More information

A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING

A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING A HYBRID PUSH-PULL OVERLAY NETWORK FOR PEER-TO-PEER VIDEO STREAMING Seyed Mehran Ronaghi 1 and Behzad Akbari 2 1 Department of Electrical and Computer Engineering, Qazvin Islamic Azad University, Qazvin,

More information

Video Server Architectures: Performance and Scalability

Video Server Architectures: Performance and Scalability 1 Introduction Video Server Architectures: Performance and Scalability Extended Abstract Christoph Bernhardt, Ernst Biersack Institut Eurécom, 2229 Route des Crêtes, 06904 Sophia-Antipolis France Phone:

More information

For layered video encoding, video sequence is encoded into a base layer bitstream and one (or more) enhancement layer bit-stream(s).

For layered video encoding, video sequence is encoded into a base layer bitstream and one (or more) enhancement layer bit-stream(s). 3rd International Conference on Multimedia Technology(ICMT 2013) Video Standard Compliant Layered P2P Streaming Man Yau Chiu 1, Kangheng Wu 1, Zhibin Lei 1 and Dah Ming Chiu 2 Abstract. Peer-to-peer (P2P)

More information

Chapter 24 Congestion Control and Quality of Service 24.1

Chapter 24 Congestion Control and Quality of Service 24.1 Chapter 24 Congestion Control and Quality of Service 24.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 24-1 DATA TRAFFIC The main focus of congestion control

More information

Network Traffic Monitoring Analysis System with Built-in Monitoring Data Gathering

Network Traffic Monitoring Analysis System with Built-in Monitoring Data Gathering European Journal of Social Sciences ISSN 1450-2267 Vol. 54 No 1 January, 2017, pp.79-91 http://www.europeanjournalofsocialsciences.com/ Network Traffic Monitoring Analysis System with Built-in Monitoring

More information

RECURSIVE PATCHING An Efficient Technique for Multicast Video Streaming

RECURSIVE PATCHING An Efficient Technique for Multicast Video Streaming ECUSIVE ATCHING An Efficient Technique for Multicast Video Streaming Y. W. Wong, Jack Y. B. Lee Department of Information Engineering The Chinese University of Hong Kong, Shatin, N.T., Hong Kong Email:

More information

Improved dynamic multimedia resource adaptation-based Peer-to-Peer system through locality-based clustering and service

Improved dynamic multimedia resource adaptation-based Peer-to-Peer system through locality-based clustering and service University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2005 Improved dynamic multimedia resource adaptation-based Peer-to-Peer

More information

irtc: Live Broadcasting

irtc: Live Broadcasting 1 irtc: Live Broadcasting Delivering ultra-low-latency media at massive scale with LiveSwitch and WebRTC Introduction In the early days of the Internet and personal computing, it wasn t uncommon to wait

More information

Cost-based Pricing for Multicast Streaming Services

Cost-based Pricing for Multicast Streaming Services Cost-based Pricing for Multicast Streaming Services Eiji TAKAHASHI, Takaaki OHARA, Takumi MIYOSHI,, and Yoshiaki TANAKA Global Information and Telecommunication Institute, Waseda Unviersity 29-7 Bldg.,

More information

Live Streaming with Content Centric Networking

Live Streaming with Content Centric Networking 2012 Third International Conference on Networking and Distributed Computing Live Streaming with Content Centric Networking Hongfeng Xu 2,3, Zhen Chen 1,3, Rui Chen 2,3, Junwei Cao 1,3 1 Research Institute

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1 Background Today s mobile device supports a variety of multimedia applications such as live video, radio or online gaming. People spend their time on their devices for personal

More information

MITIGATING THE EFFECT OF PACKET LOSSES ON REAL-TIME VIDEO STREAMING USING PSNR AS VIDEO QUALITY ASSESSMENT METRIC ABSTRACT

MITIGATING THE EFFECT OF PACKET LOSSES ON REAL-TIME VIDEO STREAMING USING PSNR AS VIDEO QUALITY ASSESSMENT METRIC ABSTRACT MITIGATING THE EFFECT OF PACKET LOSSES ON REAL-TIME VIDEO STREAMING USING PSNR AS VIDEO QUALITY ASSESSMENT METRIC Anietie Bassey, Kufre M. Udofia & Mfonobong C. Uko Department of Electrical/Electronic

More information

Interactive Branched Video Streaming and Cloud Assisted Content Delivery

Interactive Branched Video Streaming and Cloud Assisted Content Delivery Interactive Branched Video Streaming and Cloud Assisted Content Delivery Niklas Carlsson Linköping University, Sweden @ Sigmetrics TPC workshop, Feb. 2016 The work here was in collaboration... Including

More information

Agilent Technologies IP Telephony Reporter J5422A

Agilent Technologies IP Telephony Reporter J5422A Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Agilent Technologies IP Telephony Reporter J5422A Product Overview Voice Quality 255 Interations 135.0 250 200 Clarity

More information

Open Innovations Association FRUCT. Simulation-based Optimization of Signaling Procedures in IP Multimedia Subsystem

Open Innovations Association FRUCT. Simulation-based Optimization of Signaling Procedures in IP Multimedia Subsystem Open Innovations Association FRUCT (Finnish-Russian University Cooperation in Telecommunications) Russia, Saint-Petersburg, April 23 rd 25 th 2014. Simulation-based Optimization of Signaling Procedures

More information

Multimedia Systems 2011/2012

Multimedia Systems 2011/2012 Multimedia Systems 2011/2012 System Architecture Prof. Dr. Paul Müller University of Kaiserslautern Department of Computer Science Integrated Communication Systems ICSY http://www.icsy.de Sitemap 2 Hardware

More information

Multimedia Streaming. Mike Zink

Multimedia Streaming. Mike Zink Multimedia Streaming Mike Zink Technical Challenges Servers (and proxy caches) storage continuous media streams, e.g.: 4000 movies * 90 minutes * 10 Mbps (DVD) = 27.0 TB 15 Mbps = 40.5 TB 36 Mbps (BluRay)=

More information

II. Principles of Computer Communications Network and Transport Layer

II. Principles of Computer Communications Network and Transport Layer II. Principles of Computer Communications Network and Transport Layer A. Internet Protocol (IP) IPv4 Header An IP datagram consists of a header part and a text part. The header has a 20-byte fixed part

More information

IP VCR 2200 Series Tutorial

IP VCR 2200 Series Tutorial IP VCR 2200 Series Tutorial Release 1 Revision 1 Documentation History Version Date Updated by Changes 1.0 13/02/2006 Sophie Parker-Hodds First release 1.1 13/02/2006 Sophie Parker-Hodds Removed the Calling

More information

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE

MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE MPEG4 VIDEO OVER PACKET SWITCHED CONNECTION OF THE WCDMA AIR INTERFACE Jamil Y. Khan 1, Pratik Das 2 School of Electrical Engineering and Computer Science, University of Newcastle, Callaghan, NSW 238,

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

Quality of Service (QoS)

Quality of Service (QoS) Quality of Service (QoS) The Internet was originally designed for best-effort service without guarantee of predictable performance. Best-effort service is often sufficient for a traffic that is not sensitive

More information

End-to-End Mechanisms for QoS Support in Wireless Networks

End-to-End Mechanisms for QoS Support in Wireless Networks End-to-End Mechanisms for QoS Support in Wireless Networks R VS Torsten Braun joint work with Matthias Scheidegger, Marco Studer, Ruy de Oliveira Computer Networks and Distributed Systems Institute of

More information

THE CACHE REPLACEMENT POLICY AND ITS SIMULATION RESULTS

THE CACHE REPLACEMENT POLICY AND ITS SIMULATION RESULTS THE CACHE REPLACEMENT POLICY AND ITS SIMULATION RESULTS 1 ZHU QIANG, 2 SUN YUQIANG 1 Zhejiang University of Media and Communications, Hangzhou 310018, P.R. China 2 Changzhou University, Changzhou 213022,

More information

GUIDELINES FOR VOIP NETWORK PREREQUISITES

GUIDELINES FOR VOIP NETWORK PREREQUISITES GUIDELINES FOR VOIP NETWORK PREREQUISITES WHITE PAPER October 2016 Unified Networks Unified User Clients Unified Messaging Mobility 100+ Call Management Features Executive Summary This document contains

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

New Generation Open Content Delivery Networks

New Generation Open Content Delivery Networks Open ContEnt Aware Networks New Generation Open Content Delivery Networks Yannick Le Louédec Orange Labs Workshop Future Media Distribution. November 10 th, 2011 www.ict-ocean.eu The research leading to

More information

A Simulation-Based Analysis of Scheduling Policies for Multimedia Servers

A Simulation-Based Analysis of Scheduling Policies for Multimedia Servers A Simulation-Based Analysis of Scheduling Policies for Multimedia Servers Nabil J. Sarhan Chita R. Das Department of Computer Science and Engineering The Pennsylvania State University University Park,

More information

TAIL LATENCY AND PERFORMANCE AT SCALE

TAIL LATENCY AND PERFORMANCE AT SCALE TAIL LATENCY AND PERFORMANCE AT SCALE George Porter May 21, 2018 ATTRIBUTION These slides are released under an Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) Creative Commons license

More information

Technology Multimedia Redirection

Technology Multimedia Redirection Technology Multimedia Redirection VMware View 4 Server Network Multimedia sent to client Existing PC or Thin Client Decode Multimedia On client Identify multimedia that is supported by redirection Redirect

More information

A Comparative Study of Load Balancing Algorithms: A Review Paper

A Comparative Study of Load Balancing Algorithms: A Review Paper Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Performance and Waiting-Time Predictability Analysis of Design Options in Cost-Based Scheduling for Scalable Media Streaming

Performance and Waiting-Time Predictability Analysis of Design Options in Cost-Based Scheduling for Scalable Media Streaming Performance and Waiting-Time Predictability Analysis of Design Options in Cost-Based Scheduling for Scalable Media Streaming Mohammad A. Alsmirat and Nabil J. Sarhan Department of Electrical and Computer

More information

SIMULATION FRAMEWORK MODELING

SIMULATION FRAMEWORK MODELING CHAPTER 5 SIMULATION FRAMEWORK MODELING 5.1 INTRODUCTION This chapter starts with the design and development of the universal mobile communication system network and implementation of the TCP congestion

More information

Automatic Service and Protection Path Computation - A Multiplexing Approach

Automatic Service and Protection Path Computation - A Multiplexing Approach Automatic Service and Protection Path Computation - A Multiplexing Approach Loay Alzubaidi 1, Ammar El Hassan 2, Jaafar Al Ghazo 3 1 Department of Computer Engineering & Science, Prince Muhammad bin Fahd

More information

Why Study Multimedia? Operating Systems. Multimedia Resource Requirements. Continuous Media. Influences on Quality. An End-To-End Problem

Why Study Multimedia? Operating Systems. Multimedia Resource Requirements. Continuous Media. Influences on Quality. An End-To-End Problem Why Study Multimedia? Operating Systems Operating System Support for Multimedia Improvements: Telecommunications Environments Communication Fun Outgrowth from industry telecommunications consumer electronics

More information

CSE 124: TAIL LATENCY AND PERFORMANCE AT SCALE. George Porter November 27, 2017

CSE 124: TAIL LATENCY AND PERFORMANCE AT SCALE. George Porter November 27, 2017 CSE 124: TAIL LATENCY AND PERFORMANCE AT SCALE George Porter November 27, 2017 ATTRIBUTION These slides are released under an Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) Creative

More information

ABSTRACT. that it avoids the tolls charged by ordinary telephone service

ABSTRACT. that it avoids the tolls charged by ordinary telephone service ABSTRACT VoIP (voice over IP - that is, voice delivered using the Internet Protocol) is a term used in IP telephony for a set of facilities for managing the delivery of voice information using the Internet

More information

A QoS aware Packet Scheduling Scheme for WiMAX

A QoS aware Packet Scheduling Scheme for WiMAX A QoS aware Packet Scheduling Scheme for WiMAX Mahasweta Sarkar and Harpreet Sachdeva ABSTRACT WiMAX is one of the most promising broadband wireless technologies today. The WiMAX standard-802.16-is designed

More information

Tema 0: Transmisión de Datos Multimedia

Tema 0: Transmisión de Datos Multimedia Tema 0: Transmisión de Datos Multimedia Clases de aplicaciones multimedia Redes basadas en IP y QoS Computer Networking: A Top Down Approach Featuring the Internet, 3 rd edition. Jim Kurose, Keith Ross

More information