VIDEO STREAMING OVER SOFTWARE DEFINED NETWORKS WITH SERVER LOAD BALANCING. Selin Yilmaz, A. Murat Tekalp, Bige D. Unluturk

Size: px
Start display at page:

Download "VIDEO STREAMING OVER SOFTWARE DEFINED NETWORKS WITH SERVER LOAD BALANCING. Selin Yilmaz, A. Murat Tekalp, Bige D. Unluturk"

Transcription

1 VIDEO STREAMING OVER SOFTWARE DEFINED NETWORKS WITH SERVER LOAD BALANCING Selin Yilmaz, A. Murat Tekalp, Bige D. Unluturk College of Engineering, Koç University, Sariyer, Istanbul, Turkey ABSTRACT Software Defined Networking is a promising Internet architecture to deliver multimedia with end-to-end quality of service (QoS) since it enables optimal dynamic management of network resources and on-demand QoS provisioning by a network operator. We propose a framework for server load-balancing over a single-operator OpenFlow network to improve the quality of service levels of video streaming services. We design a new OpenFlow controller application for dynamic server load balancing by continuous monitoring of load of each video server and dynamic rerouting of clients to alternate servers with lower loads when an overload condition is detected. The proposed controller application is implemented on top of an open source OpenDaylight controller. Our results show that the proposed load-balancer improves the quality of streaming video experienced by end-users, and OpenFlow provides a powerful framework to provide video services with end-to-end quality of service over the future G Index Terms Software defined networking (SDN), OpenFlow networks, video streaming, QoS, load balancing 1. INTRODUCTION Over the past decade, the Internet Engineering Task Force (IETF) has explored several Quality of Service (QoS) architectures over the current Internet, but none has been truly successful and globally implemented. This is because QoS architectures such as IntServ [1] and Diffserv [2] are built on top of the current Internet s completely distributed hop-by-hop routing architecture, lacking a broader picture of overall network resources. Although tunneling with MPLS [3] provides a partial solution, it lacks real-time reconfigurability and adaptivity. As a result, in the current Internet, methods to provide some quality of service is often addressed at the application layer but without end-to-end service level guarantees. In contrast, Software Defined Networking is a promising Internet architecture to deliver multimedia with end-to-end quality of service (QoS) since it enables optimal dynamic management This work has been funded by TUBITAK Project 113E254. A.M. Tekalp also acknowledges support from Turkish Academy of Sciences (TUBA). Fig. 1. OpenFlow architecture. of network resources and on-demand QoS provisioning by a network operator. OpenFlow is a Software Defined Networking standard, in which the control and data forwarding layers of routing are decoupled [4]. OpenFlow started as an open source project which will offer a programmable and completely open network to test new Internet concepts such as routing and security that cannot be tested otherwise on the current Internet platforms [5]. The control function of routing is shifted to a central unit, called a controller, while the forwarding function remains within the routers, also called forwarders. OpenFlow enables defining different types of flows where different set of rules can be associated with each predefined flow. The controller makes routing decisions on a per-flow basis, and updates forwarding tables, called flow tables, associated with each flow to inform the forwarders how to direct traffic flows as depicted in Fig.1. Currently, OpenFlow is deployed on several university campuses including Stanford, Georgia Tech and Princeton. Commercially, Google started to use Open- Flow to manage its data centers [6]. We believe that Open- Flow will be adopted by large network operators and ISPs in the near future to manage communication networks for the features it supports including network virtualization. Decoupling of the control and forwarding functionalities of routing and providing controller capabilities to manage overall network resources (within a single domain or operator) make OpenFlow an effective platform to provide video streaming services with end-to-end QoS. With the OpenFlow Controller as the network operating system, applications on top of the controller can be written to manage end-to-end QoS. One of the earliest intra-domain single controller Open- Flow QoS applications is our OpenQoS application, which enables dynamic rerouting of QoS flows over a single op-

2 erator network when network congestion is detected [7]. It poses dynamic QoS routing as a constrained shortest path problem and proposes a real-time solution. An alternative approach to add QoS support to OpenFlow has been proposed in the European project OFELIA [8]. It is possible to extend dynamic QoS solutions to video services across multiple domains or operators by defining extensions to OpenFlow to allow controller-to-controller signaling/negotiation interfaces and software defined Internet exchanges [9]. This paper proposes a new server load balancing controller application to improve the quality of service for video streaming over single operator OpenFlow networks in case of server overload. Server load balance is achieved by continuous monitoring of the load of each server and dynamically redirecting ongoing or new service requests to available servers in such a manner that the end user experiences the lowest delay and distortion when one or more servers are overloaded. Content distribution networks (CDN) are also capable of serving content to end users with high availability and high performance. However, our SDN-centric solution has the advantage of providing a global view of the network to all clients at all times. This network information enables client applications to choose the most appropriate server according to their metrics. Our design is implemented over the open source OpenDaylight controller and test results show that load-balancing with OpenFlow significantly improves the video quality experienced by the end users when server overload occurs with introducing a slight delay. The proposed load-balancing application complements our previous OpenQoS application [7] such that the combined system can now provide video streaming with end-to-end QoS in case of both network congestion and server overload. The organization of the paper is as follows. Section 2 presents the design principles of the OpenFlow load-balancer application. Section 3 describes the implementation of the proposed load balancer application and the test scenarios. Section 4 discusses the results showing the performance of the load-balancer in terms of its effect on video quality experienced by end-users. Finally, Section 5 gives concluding remarks. 2. OPENFLOW CONTROLLER APPLICATION DESIGN FOR SERVER LOAD-BALANCING The proposed load-balancer design aims at efficient usage of video server cloud resources to improve the user experience of video quality and delay at the client side. The controller application manages two basic functions, namely server load monitoring and server selection/flow updating: Server load monitoring: This function continuously checks whether the server load is above a predefined capacity threshold. Server selection and flow updating: This function is invoked when an overload condition is detected. It selects the server with the least cost from the server cloud. Then, the controller application will delete the old routing tables and will push new flow entries to the switch. Server load monitoring is achieved by monitoring the bandwidth usage of the link between the servers and the switch connecting them to the rest of the network. We obtain the byte counts passing through the link within a time interval and calculate the bandwidth usage of that link by dividing the byte count by the time interval. A congestion event occurs if the bandwidth usage of the link exceeds a predetermined capacity threshold. Note that we also employ a counter for counting non-congestion events after congestion detection. This is because there may be momentary differences in the link congestion status which may lead to wrong decisions. See Appendix - Algorithm 1 for the pseudocode of server load monitoring. When server overload is detected, the controller application needs to select a new streaming server from the video server cloud. There are two significant factors that affect video server selection, which are the packet loss measure of the link connecting the server to the client and the delay/delay variation depending on the geographical location of the server. Therefore, the cost metric of a link (i,j), which is connecting the nodes i and j, is defined as follows: c ij =(1 β)d ij + βp ij for 0 β 1, (i, j) A where β is a scaling factor, A is the set of the links between a server and the client, d ij and p ij are the delay variation and the packet loss measure of the link (i,j), respectively [10]. The delay variation is found by taking the first derivative of the delay and time stamping is used to measure the delay [11]. The packet loss measures, p ij of the links are calculated with the following formula { Qij+T ij B ij Q p ij = ij+t ij, B ij <Q ij + T ij 0, B ij Q ij + T ij where Q ij, T ij and B ij are the QoS traffic, best effort traffic and the total bandwidth capacity on the link (i,j), respectively [10]. The summation of the first two variables, namely Q ij and T ij, is the bandwidth usage on the corresponding link (i,j) and found with the server load monitoring functionality of the OpenFlow controller. The bandwidth of the link, namely B ij, can be a predetermined value or it can be found experimentally. After the cost metrics are calculated for each route connecting the client to each server, the least cost server is determined to be the next streaming server for the client. Once a new server is selected, the new route from the server to the client is found with the LARAC algorithm as described 723

3 Fig. 2. Schematic of the implemented system. in our previous work [10]. Then, the old flows are deleted and new flow tables are pushed to all switches along the new route. This is realized with the flow updating task, which is included in the second function of the OpenFlow controller. The second function is server selection and flow updating as described in this section and the pseudocode for this function can be seen in Appendix - Algorithm IMPLEMENTATION AND TEST SCENARIOS The two basic functions of our controller application, the server load monitoring and server selection/flow updating, have been implemented over the open source OpenDaylight controller over a small OpenFlow test network that we set up in our laboratory. To test our OpenFlow controller application, we used an implementation setup illustrated in Fig.2. Two servers (Server 1 & Server 2) are connected to the OpenFlow switches. The OpenFlow switches are controlled by a distinct controller computer where our OpenFlow controller code runs and manages the switches. To simulate the load on a server, another computer is connected to the OpenFlow switch called traffic loader in our setup. On the other end of the network, a client is connected to the OpenFlow switch to observe the performance of video streaming under the overload condition. To compare the performance of the load-balanced operation and no load-balanced operation of the setup, we realized two scenarios given as follows. Scenario 1 Streaming Video From a Fixed Server Initialization: Client streaming video from Server 1 8MB additional traffic on Server 1 for 20 sec at t =10sec No change of routes, Loss of video on the client End of Video is back at the end of the traffic at t =30sec 8MB additional traffic on Server 1 for 20 sec at t =40sec No change of routes, Loss of video on the client End of Video is back at the end of the traffic at t =60sec Scenario 2 Load-balancing OpenFlow controller Initialization: N servers delivering the same video Client streaming video from Server 1 8MB additional traffic on Server 1 for 20 sec at t =10sec The route from Server 1 to the client is switched, now Server 2 is delivering video to the client Loss of video on the client only during the route switching Video starts to stream from Server 2 at t =16sec End of Video is continued to stream from Server 2 8MB additional traffic on Server 1 for 20 sec at t =40sec Operation Video is continued to stream from Server 2 (No loss of video) End of Video is continued to stream from Server 2 In the first scenario, there is no OpenFlow controller. Therefore, it realizes the current network scenario. However, in the second scenario, an OpenFlow controller is introduced to obtain better results. In our experimental setup, we had only 2 servers which are streaming video. There is only one assumption which is that server 2 is not loaded with additional traffic when server 1 is loaded. This way, we guarantee that there is a server that can stream the video. If both servers are loaded at the same time, video will be lost as in the first scenario. In this setup, all switches run the OpenFlow protocol and we use the OpenDaylight controller which is an open source OpenFlow controller. Furthermore, the network is monitored using FlowVisor which shows all OpenFlow switches and the data flow on the links. The two servers can be differentiated by the OpenFlow switch and the controller but they are seen as one machine to the other parts of the network. The OpenFlow switch is at the front door of the server cloud and routes the incoming requests to the servers according to the rules defined in the controller code. The video is delivered over the VLC player running on both the client and the servers. To meet the stringent delay requirements of video streaming applications, the video was sent by UDP packets. The client listens to these UDP packets coming from the specified port and the servers deliver these UDP packets to the network using the same port. 4. EXPERIMENTAL RESULTS A test network, shown in Fig.2, was built to implement the scenarios described in the Section 3. The scenarios included two servers and a client. A standard MPEG test sequence 724

4 Fig. 3. Scenario 1. into the tree which has 500 frames with the resolution of 1280x720 was used to demonstrate the scenarios. In order to have 2000 frames lasting about 80 sec, we looped the raw video sequence twice with 25 frames per second. We then encoded the video sequence at an average bit-rate of 1.8 Mbps using the ffmpeg AVC/H.264 encoder. The encoded test sequence was streamed from the two servers having the IP addresses and A client with IP address received the video from one of these two streaming servers. In this implementation, UDP was used to stream the videos. The transportation ports 5004 and 5005 were used. Firstly, we implemented the first scenario in which the video was streamed from a fixed server. As stated in scenario 1, the traffic was loaded to Server 1 twice at t=10 sec and t=40 seconds. At both times the Server 1 was not able to send its packets to switch 1 as the bandwidth usage is approximately 10 Mbps which is the full capacity. As a result of overload, packets being sent from Server 1 to the client were dropped, which made it impossible for the client to receive the streamed video from Server 1. After the traffic returned to normal, we observed 20 sec delays in video playback. At both times the traffic was loaded as seen in Fig.3. Secondly, the second scenario was implemented which utilized our algorithm. For this implementation, we used the transportation port This time only a delay of 6 seconds was observed which was due to cost metric calculations and server switching. The link costs show that the bandwidth required is above the pre-defined threshold which is 8 Mbps. For that reason, the old flow entries were deleted and the new ones were pushed to the switches. In other words, the server streaming the video was switched with a 6 second delay. If the tests were done with more servers streaming the video, this delay will increase a little as there will be more cost metrics to calculate and compare; however, this increased delay Fig. 4. Scenario 2. Fig. 5. Delay characteristics of the two scenarios. will not be disturbing either. As seen in Fig.4, when the traffic was applied for the second time to Server 1, the video did not even stop since the video was streaming from Server 2. The graph shown in Fig.5 provides a comparison between two scenarios when the traffic is loaded to the Server 1 for the first time. As shown, the delays observed for scenario 1 increase linearly with the increase in traffic duration. However, when scenario 2 is implemented, the delay is always 6 seconds which is the server switching delay. The results indicate that there are improvements in QoS levels in Scenario 2 since the playback delay is significantly less under server overload conditions. 5. CONCLUSION Software Defined Networking is a very powerful paradigm as a future Internet architecture/protocol for video streaming with end-to-end quality of experience. This paper proposes 725

5 a new OpenFlow controller application design for load balancing for improved quality of service levels while streaming video from a cloud of servers. Our implementation shows that the delay characteristics of the streamed video can be improved under server overload conditions by using the proposed OpenFlow controller application. Furthermore, the proposed load-balancing application complements our previous OpenQoS application [7] such that the combined system can provide video streaming with end-to-end QoS in case of both network congestion and server overload. [10] H.E. Egilmez, S. Civanlar, and A.M. Tekalp, An Optimization Framework for QoS-Enabled Adaptive Video Streaming Over OpenFlow Networks, IEEE Transactions on Multimedia, vol. 15, no. 3, pp , [11] H. Schulzrinne, S. Casner, R. Frederick, and V. Jacobson, [RFC 3550] RTP: A Transport Protocol for Real- Time Applications, July APPENDIX 6. REFERENCES [1] R. Braden, D. Clark, and S. Shenker, [RFC 1633] Integrated Services in the Internet Architecture: An Overview, June [2] S. Blake, D. Black, M. Carlson, E. Davies, Z. Wang, and W. Weiss, [RFC 2475] An Architecture for Differentiated Service, December [3] E. Rosen and Y. Rekhter, [RFC 2547] BGP/MPLS VPNs, March [4] Open Networking Foundation, opennetworking.org/, Accessed: [5] Nick McKeown, Tom Anderson, Hari Balakrishnan, Guru Parulkar, Larry Peterson, Jennifer Rexford, Scott Shenker, and Jonathan Turner, OpenFlow: Enabling Innovation in Campus Networks, SIGCOMM Comput. Commun. Rev., vol. 38, no. 2, pp , Mar [6] OpenFlow@Google, opennetsummit.org/archives/apr12/ hoelzle-tue-openflow.pdf/, Accessed: [7] H.E. Egilmez, S.T. Dane, K.T. Bagci, and A.M. Tekalp, OpenQoS: An OpenFlow controller design for multimedia delivery with end-to-end Quality of Service over Software-Defined Networks, in Signal Information Processing Association Annual Summit and Conference (APSIPA ASC), 2012 Asia-Pacific, 2012, pp [8] B. Sonkoly, A. Gulyas, F. Nemeth, J. Czentye, K. Kurucz, B. Novak, and G. Vaszkun, On QoS Support to Ofelia and OpenFlow, in 2012 European Workshop on Software Defined Networking, 2012, pp [9] Arpit Gupta, Muhammad Shahbaz, Laurent Vanbever, Hyojoon Kim, Russ Clark, Nick Feamster, Jennifer Rexford, and Scott Shenker, SDX: A Software Defined Internet Exchange, net/1853/49629/, Algorithm 1 Server Load Monitoring while (controller running, for each link) do Get byte count and calculate total bandwidth usage Find cost metric if ( total bandwidth usage > threshold) then iscongestednow if (iscongestednow and not iscongestedbefore) then delete flow iscongestedbefore = issomecongestednow if (iscongestedbefore) then if (noncongestioneventcounter > 3) then delete flow iscongestedbefore = iscongestednow if (iscongestednow) then noncongestioneventcounter = 0 noncongestioneventcounter++ end while Algorithm 2 Server Selection and Flow Updating while (controller running) do if (transportation port QoS port) then if (there is congestion) then if (the link being used is congested) then update the streaming server to have the least cost link drop all other server packets send from specified port end while 726

OpenQoS: An OpenFlow Controller Design for Multimedia Delivery with End-to-End Quality of Service over Software-Defined Networks

OpenQoS: An OpenFlow Controller Design for Multimedia Delivery with End-to-End Quality of Service over Software-Defined Networks OpenQoS: An OpenFlow Controller Design for Multimedia Delivery with End-to-End Quality of Service over Software-Defined Networks Hilmi E. Egilmez, S. Tahsin Dane, K. Tolga Bagci and A. Murat Tekalp Koc

More information

Research on Video Traffic Control Technology Based on SDN. Ziyan Lin

Research on Video Traffic Control Technology Based on SDN. Ziyan Lin Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) Research on Video Traffic Control Technology Based on SDN Ziyan Lin Communication University of China, Beijing

More information

Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee

Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee International Journal of Science and Engineering Vol.4 No.2(2014):251-256 251 Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee Yu-Jia Chen, Feng-Yi Lin and Li-Chun Wang Department of

More information

Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions

Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Steve Gennaoui, Jianhua Yin, Samuel Swinton, and * Vasil Hnatyshin Department of Computer Science Rowan University

More information

Limitations of Current Networking Architecture OpenFlow Architecture

Limitations of Current Networking Architecture OpenFlow Architecture CECS 572 Student Name Monday/Wednesday 5:00 PM Dr. Tracy Bradley Maples OpenFlow OpenFlow is the first open standard communications interface that enables Software Defined Networking (SDN) [6]. It was

More information

Implement a QoS Algorithm for Real-Time Applications in the DiffServ-aware MPLS Network

Implement a QoS Algorithm for Real-Time Applications in the DiffServ-aware MPLS Network Implement a QoS Algorithm for Real-Time Applications in the DiffServ-aware MPLS Network Zuo-Po Huang, *Ji-Feng Chiu, Wen-Shyang Hwang and *Ce-Kuen Shieh adrian@wshlab2.ee.kuas.edu.tw, gary@hpds.ee.ncku.edu.tw,

More information

Enhancing the Quality Level Support for Real-time Multimedia Applications in Software-Defined Networks

Enhancing the Quality Level Support for Real-time Multimedia Applications in Software-Defined Networks 1 Enhancing the Quality Level Support for Real-time Multimedia Applications in Software-Defined Networks Francesco Ongaro, Eduardo Cerqueira, Luca Foschini, Antonio Corradi, and Mario Gerla Department

More information

OpenFlow: Enabling Innovation in Campus Networks

OpenFlow: Enabling Innovation in Campus Networks OpenFlow: Enabling Innovation in Campus Networks Nick McKeown Stanford University Presenter: Munhwan Choi Table of contents What is OpenFlow? The OpenFlow switch Using OpenFlow OpenFlow Switch Specification

More information

QoS in VoIP. Rahul Singhai Parijat Garg

QoS in VoIP. Rahul Singhai Parijat Garg QoS in VoIP Rahul Singhai Parijat Garg Outline Introduction The VoIP Setting QoS Issues Service Models Techniques for QoS Voice Quality Monitoring Sample solution from industry Conclusion Introduction

More information

Comparisons of SDN OpenFlow Controllers over EstiNet: Ryu vs. NOX

Comparisons of SDN OpenFlow Controllers over EstiNet: Ryu vs. NOX Comparisons of SDN OpenFlow Controllers over EstiNet: Ryu vs. NOX Shie-Yuan Wang Hung-Wei Chiu and Chih-Liang Chou Department of Computer Science, National Chiao Tung University, Taiwan Email: shieyuan@cs.nctu.edu.tw

More information

A QoS- Enabled OpenFlow Environment for Scalable Video Streaming

A QoS- Enabled OpenFlow Environment for Scalable Video Streaming A QoS- Enabled OpenFlow Environment for Scalable Video Streaming Seyhan Civanlar, Murat Parlakışık, A. Murat Tekalp Burak Görkemli, Bülent Kaytaz, Evren Önem ARGELA Technologies & Koc University Istanbul,

More information

OpenDaylight Project Proposal Dynamic Flow Management

OpenDaylight Project Proposal Dynamic Flow Management OpenDaylight Project Proposal Dynamic Flow Management Ram (Ramki) Krishnan, Varma Bhupatiraju et al. (Brocade Communications) Sriganesh Kini et al. (Ericsson) Debo~ Dutta, Yathiraj Udupi (Cisco) 1 Table

More information

Information- Centric Networks. Section # 13.2: Alternatives Instructor: George Xylomenos Department: Informatics

Information- Centric Networks. Section # 13.2: Alternatives Instructor: George Xylomenos Department: Informatics Information- Centric Networks Section # 13.2: Alternatives Instructor: George Xylomenos Department: Informatics Funding These educational materials have been developed as part of the instructors educational

More information

How To Share Bandwidth On A Diffserv Network

How To Share Bandwidth On A Diffserv Network Proceedings of the 2007 IEEE International Conference on Telecommunications and Malaysia International Conference on Communications, 14-17 May 2007, Penang, Malaysia Bandwidth Sharing Scheme in DiffServ-aware

More information

A Network Control Plane for Massive Video Delivery

A Network Control Plane for Massive Video Delivery A Network Control Plane for Massive Video Delivery Giuseppe Cofano Politecnico di Bari, Dipartimento di Ingegneria Elettrica e dell Informazione, Via E. Orabona 4 70125 Bari, Italy - giuseppe.cofano@poliba.it

More information

Supporting End-to-End QoS in DiffServ/MPLS Networks

Supporting End-to-End QoS in DiffServ/MPLS Networks Supporting End-to-End QoS in DiffServ/MPLS Networks Ji-Feng Chiu, *Zuo-Po Huang, *Chi-Wen Lo, *Wen-Shyang Hwang and Ce-Kuen Shieh Department of Electrical Engineering, National Cheng Kung University, Taiwan

More information

Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management

Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management Research Paper Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management Raphael Eweka MSc Student University of East London

More information

A Method for Load Balancing based on Software- Defined Network

A Method for Load Balancing based on Software- Defined Network , pp.43-48 http://dx.doi.org/10.14257/astl.2014.45.09 A Method for Load Balancing based on Software- Defined Network Yuanhao Zhou 1, Li Ruan 1, Limin Xiao 1, Rui Liu 1 1. State Key Laboratory of Software

More information

Analysis of IP Network for different Quality of Service

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

More information

Xperience of Programmable Network with OpenFlow

Xperience of Programmable Network with OpenFlow International Journal of Computer Theory and Engineering, Vol. 5, No. 2, April 2013 Xperience of Programmable Network with OpenFlow Hasnat Ahmed, Irshad, Muhammad Asif Razzaq, and Adeel Baig each one is

More information

Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints

Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashad, Mashhad, Iran hyaghmae@ferdowsi.um.ac.ir

More information

How To Provide Qos Based Routing In The Internet

How To Provide Qos Based Routing In The Internet CHAPTER 2 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 22 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 2.1 INTRODUCTION As the main emphasis of the present research work is on achieving QoS in routing, hence this

More information

Path Selection Analysis in MPLS Network Based on QoS

Path Selection Analysis in MPLS Network Based on QoS Cumhuriyet Üniversitesi Fen Fakültesi Fen Bilimleri Dergisi (CFD), Cilt:36, No: 6 Özel Sayı (2015) ISSN: 1300-1949 Cumhuriyet University Faculty of Science Science Journal (CSJ), Vol. 36, No: 6 Special

More information

Time-based Updates in OpenFlow: A Proposed Extension to the OpenFlow Protocol

Time-based Updates in OpenFlow: A Proposed Extension to the OpenFlow Protocol CCIT Report #835, July 2013, EE Pub No. 1792, Technion, Israel 1 Time-based Updates in : A Proposed Extension to the Protocol Tal Mizrahi, Yoram Moses Department of Electrical Engineering Technion Israel

More information

Building MPLS VPNs with QoS Routing Capability i

Building MPLS VPNs with QoS Routing Capability i Building MPLS VPNs with QoS Routing Capability i Peng Zhang, Raimo Kantola Laboratory of Telecommunication Technology, Helsinki University of Technology Otakaari 5A, Espoo, FIN-02015, Finland Tel: +358

More information

Facility Usage Scenarios

Facility Usage Scenarios Facility Usage Scenarios GDD-06-41 GENI: Global Environment for Network Innovations December 22, 2006 Status: Draft (Version 0.1) Note to the reader: this document is a work in progress and continues to

More information

A Novel QoS Framework Based on Admission Control and Self-Adaptive Bandwidth Reconfiguration

A Novel QoS Framework Based on Admission Control and Self-Adaptive Bandwidth Reconfiguration Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. V (2010), No. 5, pp. 862-870 A Novel QoS Framework Based on Admission Control and Self-Adaptive Bandwidth Reconfiguration

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

EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP

EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP Scientific Bulletin of the Electrical Engineering Faculty Year 11 No. 2 (16) ISSN 1843-6188 EXPERIMENTAL STUDY FOR QUALITY OF SERVICE IN VOICE OVER IP Emil DIACONU 1, Gabriel PREDUŞCĂ 2, Denisa CÎRCIUMĂRESCU

More information

How To Create A Network Communication System With A Peer To Peer (P2P) And Network Communication (Networking)

How To Create A Network Communication System With A Peer To Peer (P2P) And Network Communication (Networking) 88 ADVANCES IN ELECTRONICS AND TELECOMMUNICATIONS, VOL. 2, NO. 3, SEPTEMPBER 2011 Agent based VoIP Application with Reputation Mechanisms Grzegorz Oryńczak and Zbigniew Kotulski Abstract In this paper

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

Smart WWW Traffic Balancing

Smart WWW Traffic Balancing Smart WWW Traffic Balancing Erol Gelenbe Ricardo Lent Juan Arturo Nunez School of Electrical Engineering & Computer Science University of Central Florida Introduction The Internet is one of the biggest

More information

VoIP versus VoMPLS Performance Evaluation

VoIP versus VoMPLS Performance Evaluation www.ijcsi.org 194 VoIP versus VoMPLS Performance Evaluation M. Abdel-Azim 1, M.M.Awad 2 and H.A.Sakr 3 1 ' ECE Department, Mansoura University, Mansoura, Egypt 2 ' SCADA and Telecom General Manager, GASCO,

More information

Applying SDN to Network Management Problems. Nick Feamster University of Maryland

Applying SDN to Network Management Problems. Nick Feamster University of Maryland Applying SDN to Network Management Problems Nick Feamster University of Maryland 1 Addressing the Challenges of Network Management Challenge Approach System Frequent Changes Event-Based Network Control

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

Analysis of Delayed Reservation Scheme in Server-based QoS Management Network

Analysis of Delayed Reservation Scheme in Server-based QoS Management Network Analysis of Delayed Reservation Scheme in Server-based QoS Management Network Takeshi Ikenaga Ý, Kenji Kawahara Ý, Tetsuya Takine Þ, and Yuji Oie Ý Ý Dept. of Computer Science and Electronics, Kyushu Institute

More information

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks Didem Gozupek 1,Symeon Papavassiliou 2, Nirwan Ansari 1, and Jie Yang 1 1 Department of Electrical and Computer Engineering

More information

Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation

Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation Fu-Min Chang #1, I-Ping Hsieh 2, Shang-Juh Kao 3 # Department of Finance, Chaoyang University of Technology

More information

Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network)

Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) Chapter 4 VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) 4.1 Introduction Traffic Engineering can be defined as a task of mapping traffic

More information

Software Defined Networking for Telecom Operators: Architecture and Applications

Software Defined Networking for Telecom Operators: Architecture and Applications 2013 8th International Conference on Communications and Networking in China (CHINACOM) Software Defined Networking for Telecom Operators: Architecture and Applications Jian-Quan Wang China Unicom Research

More information

A Review on Quality of Service Architectures for Internet Network Service Provider (INSP)

A Review on Quality of Service Architectures for Internet Network Service Provider (INSP) A Review on Quality of Service Architectures for Internet Network Service Provider (INSP) Herman and Azizah bte Abd. Rahman Faculty of Computer Science and Information System Universiti Teknologi Malaysia

More information

Combined Smart Sleeping and Power Scaling for Energy Efficiency in Green Data Center Networks

Combined Smart Sleeping and Power Scaling for Energy Efficiency in Green Data Center Networks UNIFI@ECTI-CON 2013 (May 14 th 17 th 2013, Krabi, Thailand) Combined Smart Sleeping and Power Scaling for Energy Efficiency in Green Data Center Networks Nguyen Huu Thanh Department of Communications Engineering

More information

4 Internet QoS Management

4 Internet QoS Management 4 Internet QoS Management Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se September 2008 Overview Network Management Performance Mgt QoS Mgt Resource Control

More information

A Study on Software Defined Networking

A Study on Software Defined Networking A Study on Software Defined Networking Yogita Shivaji Hande, M. Akkalakshmi Research Scholar, Dept. of Information Technology, Gitam University, Hyderabad, India Professor, Dept. of Information Technology,

More information

Figure 1: Network Topology

Figure 1: Network Topology Improving NGN with QoS Strategies Marcel C. Castro, Tatiana B. Pereira, Thiago L. Resende CPqD Telecom & IT Solutions Campinas, S.P., Brazil E-mail: {mcastro; tatibp; tresende}@cpqd.com.br Abstract Voice,

More information

Services for gaming-on-demand

Services for gaming-on-demand Services for gaming-on-demand Combined application-layer adaptation and cross-domain network management The ITEA project MAGELLAN involves the efficient combination of application-layer adaptation and

More information

Autonomicity Design in OpenFlow Based Software Defined Networking

Autonomicity Design in OpenFlow Based Software Defined Networking GC'12 Workshop: The 4th IEEE International Workshop on Management of Emerging Networks and Services Autonomicity Design in OpenFlow Based Software Defined Networking WANG Wendong, Yannan HU, Xirong QUE,

More information

Multiple Service Load-Balancing with OpenFlow

Multiple Service Load-Balancing with OpenFlow 2012 IEEE 13th International Conference on High Performance Switching and Routing Multiple Service Load-Balancing with OpenFlow Marc Koerner Technische Universitaet Berlin Department of Telecommunication

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

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

More information

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

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

More information

CONTROL SYSTEM FOR INTERNET BANDWIDTH BASED ON JAVA TECHNOLOGY

CONTROL SYSTEM FOR INTERNET BANDWIDTH BASED ON JAVA TECHNOLOGY CONTROL SYSTEM FOR INTERNET BANDWIDTH BASED ON JAVA TECHNOLOGY SEIFEDINE KADRY, KHALED SMAILI Lebanese University-Faculty of Sciences Beirut-Lebanon E-mail: skadry@gmail.com ABSTRACT This paper presents

More information

Performance Evaluation for VOIP over IP and MPLS

Performance Evaluation for VOIP over IP and MPLS World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 2, No. 3, 110-114, 2012 Performance Evaluation for VOIP over IP and MPLS Dr. Reyadh Shaker Naoum Computer Information

More information

Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks

Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Faiz Ahmed Electronic Engineering Institute of Communication Technologies, PTCL

More information

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

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

More information

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

NETWORK REQUIREMENTS FOR HIGH-SPEED REAL-TIME MULTIMEDIA DATA STREAMS

NETWORK REQUIREMENTS FOR HIGH-SPEED REAL-TIME MULTIMEDIA DATA STREAMS NETWORK REQUIREMENTS FOR HIGH-SPEED REAL-TIME MULTIMEDIA DATA STREAMS Andrei Sukhov 1), Prasad Calyam 2), Warren Daly 3), Alexander Iliin 4) 1) Laboratory of Network Technologies, Samara Academy of Transport

More information

Better Together: Quantifying the Benefits of the Smart Network

Better Together: Quantifying the Benefits of the Smart Network Better Together: Quantifying the Benefits of the Smart Network Working Paper, March 3, 2013 Joe Weinman 1 Permalink: http://www.joeweinman.com/resources/smartnetwork.pdf Abstract Three approaches to load

More information

Influence of Load Balancing on Quality of Real Time Data Transmission*

Influence of Load Balancing on Quality of Real Time Data Transmission* SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,

More information

NETWORK ISSUES: COSTS & OPTIONS

NETWORK ISSUES: COSTS & OPTIONS VIDEO CONFERENCING NETWORK ISSUES: COSTS & OPTIONS Prepared By: S. Ann Earon, Ph.D., President Telemanagement Resources International Inc. Sponsored by Vidyo By:S.AnnEaron,Ph.D. Introduction Successful

More information

Virtualization and SDN Applications

Virtualization and SDN Applications Virtualization and SDN lications 2 Virtualization Sharing physical hardware or software resources by multiple users and/or use cases Examples system shares physical hardware resources Virtual machine shares

More information

Auto-Configuration of SDN Switches in SDN/Non-SDN Hybrid Network

Auto-Configuration of SDN Switches in SDN/Non-SDN Hybrid Network Auto-Configuration of SDN Switches in SDN/Non-SDN Hybrid Network Rohit Katiyar cs13m1016@iith.ac.in Prakash Pawar cs13m1015@iith.ac.in Kotaro Kataoka kotaro@iith.ac.in Abhay Gupta cs12b1041@iith.ac.in

More information

On integrating Software-Defined Networking within existing routing systems

On integrating Software-Defined Networking within existing routing systems On integrating Software-Defined Networking within existing routing systems Laurent Vanbever Princeton University Stanford University November, 13 2013 On integrating Software-Defined Networking within

More information

POX CONTROLLER PERFORMANCE FOR OPENFLOW NETWORKS. Selçuk Yazar, Erdem Uçar POX CONTROLLER ЗА OPENFLOW ПЛАТФОРМА. Селчук Язар, Ердем Учар

POX CONTROLLER PERFORMANCE FOR OPENFLOW NETWORKS. Selçuk Yazar, Erdem Uçar POX CONTROLLER ЗА OPENFLOW ПЛАТФОРМА. Селчук Язар, Ердем Учар УПРАВЛЕНИЕ И ОБРАЗОВАНИЕ MANAGEMENT AND EDUCATION TOM IX (6) 2013 VOL. IX (6) 2013 POX CONTROLLER PERFORMANCE FOR OPENFLOW NETWORKS Selçuk Yazar, Erdem Uçar POX CONTROLLER ЗА OPENFLOW ПЛАТФОРМА Селчук

More information

Using Differentiated Services to Support Internet Telephony

Using Differentiated Services to Support Internet Telephony Using Differentiated Services to Support Internet Telephony Fugui Wang and Prasant Mohapatra Department of Computer Science and Engineering Michigan State University East Lansing, MI 48824 Email: {wangfugu,

More information

Software Defined Networking

Software Defined Networking Software Defined Networking Richard T. B. Ma School of Computing National University of Singapore Material from: Scott Shenker (UC Berkeley), Nick McKeown (Stanford), Jennifer Rexford (Princeton) CS 4226:

More information

Programmable Network Functionality for Improved QoS of Interactive Video Traffic

Programmable Network Functionality for Improved QoS of Interactive Video Traffic rogrammable Network Functionality for Improved QoS of Interactive Video Traffic Brendan McAllister, Alan Marshall and Roger Woods Institute of Electronics, Communications and Information Technology. (ECIT),

More information

16/5-05 Datakommunikation - Jonny Pettersson, UmU 2. 16/5-05 Datakommunikation - Jonny Pettersson, UmU 4

16/5-05 Datakommunikation - Jonny Pettersson, UmU 2. 16/5-05 Datakommunikation - Jonny Pettersson, UmU 4 Multimedia Networking Principles Last time Classify multimedia Multimedia Networking Applications Streaming stored audio and video Identify the network Real-time Multimedia: Internet Phone services the

More information

Requirements of Voice in an IP Internetwork

Requirements of Voice in an IP Internetwork Requirements of Voice in an IP Internetwork Real-Time Voice in a Best-Effort IP Internetwork This topic lists problems associated with implementation of real-time voice traffic in a best-effort IP internetwork.

More information

A Policy-Based Admission Control Scheme for Voice over IP Networks

A Policy-Based Admission Control Scheme for Voice over IP Networks Journal of Computer Science 5 (11): 817-821, 2009 ISSN 1549-3636 2009 Science Publications A Policy-Based Admission Control Scheme for Voice over IP Networks Sami Alwakeel and Agung Prasetijo Department

More information

A collaborative model for routing in multi-domains OpenFlow networks

A collaborative model for routing in multi-domains OpenFlow networks A collaborative model for routing in multi-domains OpenFlow networks Xuan Thien Phan, Nam Thoai Faculty of Computer Science and Engineering Ho Chi Minh City University of Technology Ho Chi Minh city, Vietnam

More information

EXPLOITING SIMILARITIES BETWEEN SIP AND RAS: THE ROLE OF THE RAS PROVIDER IN INTERNET TELEPHONY. Nick Marly, Dominique Chantrain, Jurgen Hofkens

EXPLOITING SIMILARITIES BETWEEN SIP AND RAS: THE ROLE OF THE RAS PROVIDER IN INTERNET TELEPHONY. Nick Marly, Dominique Chantrain, Jurgen Hofkens Nick Marly, Dominique Chantrain, Jurgen Hofkens Alcatel Francis Wellesplein 1 B-2018 Antwerp Belgium Key Theme T3 Tel : (+32) 3 240 7767 Fax : (+32) 3 240 8485 E-mail : Nick.Marly@alcatel.be Tel : (+32)

More information

A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks

A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashhad, Mashhad, Iran hyaghmae@ferdowsi.um.ac.ir

More information

Experiences with Class of Service (CoS) Translations in IP/MPLS Networks

Experiences with Class of Service (CoS) Translations in IP/MPLS Networks Experiences with Class of Service (CoS) Translations in IP/MPLS Networks Rameshbabu Prabagaran & Joseph B. Evans Information and Telecommunications Technology Center Department of Electrical Engineering

More information

Chapter 7 outline. 7.5 providing multiple classes of service 7.6 providing QoS guarantees RTP, RTCP, SIP. 7: Multimedia Networking 7-71

Chapter 7 outline. 7.5 providing multiple classes of service 7.6 providing QoS guarantees RTP, RTCP, SIP. 7: Multimedia Networking 7-71 Chapter 7 outline 7.1 multimedia networking applications 7.2 streaming stored audio and video 7.3 making the best out of best effort service 7.4 protocols for real-time interactive applications RTP, RTCP,

More information

Software Defined Networking Basics

Software Defined Networking Basics Software Defined Networking Basics Anupama Potluri School of Computer and Information Sciences University of Hyderabad Software Defined Networking (SDN) is considered as a paradigm shift in how networking

More information

Quality of Service using Traffic Engineering over MPLS: An Analysis. Praveen Bhaniramka, Wei Sun, Raj Jain

Quality of Service using Traffic Engineering over MPLS: An Analysis. Praveen Bhaniramka, Wei Sun, Raj Jain Praveen Bhaniramka, Wei Sun, Raj Jain Department of Computer and Information Science The Ohio State University 201 Neil Ave, DL39 Columbus, OH 43210 USA Telephone Number: +1 614-292-3989 FAX number: +1

More information

Software Defined Network Application in Hospital

Software Defined Network Application in Hospital InImpact: The Journal of Innovation Impact: ISSN 2051-6002 : http://www.inimpact.org Special Edition on Innovation in Medicine and Healthcare : Vol. 6. No. 1 : pp.1-11 : imed13-011 Software Defined Network

More information

Alkit Reflex RTP reflector/mixer

Alkit Reflex RTP reflector/mixer Alkit Reflex RTP reflector/mixer Mathias Johanson, Ph.D. Alkit Communications Introduction Real time audio and video communication over IP networks is attracting a lot of interest for applications like

More information

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science Examination Computer Networks (2IC15) on Monday, June 22 nd 2009, 9.00h-12.00h. First read the entire examination. There

More information

PRIORITY-BASED NETWORK QUALITY OF SERVICE

PRIORITY-BASED NETWORK QUALITY OF SERVICE PRIORITY-BASED NETWORK QUALITY OF SERVICE ANIMESH DALAKOTI, NINA PICONE, BEHROOZ A. SHIRAZ School of Electrical Engineering and Computer Science Washington State University, WA, USA 99163 WEN-ZHAN SONG

More information

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues.

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5.1 LEGACY INTEGRATION In most cases, enterprises own legacy PBX systems,

More information

Disjoint Path Algorithm for Load Balancing in MPLS network

Disjoint Path Algorithm for Load Balancing in MPLS network International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 13 No. 1 Jan. 2015, pp. 193-199 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

Distributed Explicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks

Distributed Explicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks Distributed Eplicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks Sherif Ibrahim Mohamed shf_ibrahim@yahoo.com Khaled M. F. Elsayed, senior member IEEE khaled@ieee.org Department

More information

Fundamentals -The PSTN versus the Internet (Switching Modes and Networking Modes) Introduction

Fundamentals -The PSTN versus the Internet (Switching Modes and Networking Modes) Introduction IP Telephony: The technology which will see off the PSTN By Masood Khosroshahy, December 2005 Networked Computer Systems MSc student 05-06 Télécom Paris Introduction I t s been some time now that expressions

More information

Quality of Service Mechanisms and Challenges for IP Networks

Quality of Service Mechanisms and Challenges for IP Networks Quality of Service Mechanisms and Challenges for IP Networks Prof. Augustine C. Odinma, Ph.D. * and Lawrence Oborkhale, M.Eng. Department of Electrical, Electronic & Computer Engineering, Lagos State University

More information

CiscoWorks Internetwork Performance Monitor 4.0

CiscoWorks Internetwork Performance Monitor 4.0 CiscoWorks Internetwork Performance Monitor 4.0 Product Overview The CiscoWorks Internetwork Performance Monitor (IPM) is a network response-time and availability troubleshooting application. Included

More information

Stability of QOS. Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu

Stability of QOS. Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu Stability of QOS Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu Abstract Given a choice between two services, rest of the things being equal, it is natural to prefer the one with more

More information

QoE-Aware Multimedia Content Delivery Over Next-Generation Networks

QoE-Aware Multimedia Content Delivery Over Next-Generation Networks QoE-Aware Multimedia Content Delivery Over Next-Generation Networks M. Oğuz Sunay July 9, 2013 Second Romeo Workshop PAGE: 1 M. Oğuz Sunay, Özyeğin University Istanbul, July 9, 2013 Romeo High-quality

More information

PFS scheme for forcing better service in best effort IP network

PFS scheme for forcing better service in best effort IP network Paper PFS scheme for forcing better service in best effort IP network Monika Fudała and Wojciech Burakowski Abstract The paper presents recent results corresponding to a new strategy for source traffic

More information

Cross-layer Optimisation and Traffic Control for Delivering Super High Definition Video

Cross-layer Optimisation and Traffic Control for Delivering Super High Definition Video Cross-layer Optimisation and Traffic Control for Delivering Super High Definition Video Miguel Rio, John Mitchell, David Griffin, Eleni Mykoniati, Raul Landa, Richard Clegg Department of Electronic and

More information

QoS Performance Evaluation in BGP/MPLS VPN

QoS Performance Evaluation in BGP/MPLS VPN 1 QoS Performance Evaluation in BGP/MPLS VPN M. C. Castro, N. A. Nassif and W. C. Borelli 1 Abstract-- The recent exponential growth of the Internet has encouraged more applications, users and services

More information

An Active Packet can be classified as

An Active Packet can be classified as Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,pat@ati.stevens-tech.edu Abstract-Traditionally, network management systems

More information

SDN Testbed Experiences: Challenges and Next Steps

SDN Testbed Experiences: Challenges and Next Steps SDN Testbed Experiences: Challenges and Next Steps SDN Concertation Workshop January 30 th, 2014 Daniel King d.king@lancaster.ac.uk Panagiotis Georgopoulos p.georgopoulos@lancaster.ac.uk Nicholas Race

More information

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

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

More information

SDN and NFV in the WAN

SDN and NFV in the WAN WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network

More information

Tutorial: OpenFlow in GENI

Tutorial: OpenFlow in GENI Tutorial: OpenFlow in GENI GENI Project Office The current Internet is at an impasse because new architecture cannot be deployed or even adequately evaluated [PST04] [PST04]: Overcoming the Internet Impasse

More information

Chapter 2. Literature Review

Chapter 2. Literature Review Chapter 2 Literature Review This chapter presents a literature review on Load balancing based Traffic Engineering, VoIP application, Hybrid Neuro-Fuzzy System, and Intra & Inter Domain Networks. 2.1 Load

More information

Facilitating Network Management with Software Defined Networking

Facilitating Network Management with Software Defined Networking Facilitating Network Management with Software Defined Networking Nick Feamster Georgia Tech feamster@cc.gatech.edu Steve Woodrow, Srikanth Sundaresan, Hyojoon Kim, Russ Clark Georgia Tech Andreas Voellmy

More information

Real-time apps and Quality of Service

Real-time apps and Quality of Service Real-time apps and Quality of Service Focus What transports do applications need? What network mechanisms provide which kinds of quality assurances? Topics Real-time versus Elastic applications Adapting

More information

How To Provide Quality Of Service In Multiiservice Ip Networks

How To Provide Quality Of Service In Multiiservice Ip Networks FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 17, August 2004, 261-274 A Novel Approach for Providing Quality of Service in Multiservice IP Networks Mirjana Stojanović and Vladanka Aćimović-Raspopović

More information