A QOS BASED LOAD BALANCED SWITCH

Size: px
Start display at page:

Download "A QOS BASED LOAD BALANCED SWITCH"

Transcription

1 A QOS BASED LOAD BALANCED SWITCH Vishnu Prasath Badri narayanan, Manigandan S K Veltech Hightech Dr.RR and Dr.SR Engineering college,india ABSTRACT The simple architecture with high forwarding capacity bandwidth is load balancing switch is build with two stage switch fabric to eliminate the mis sequencing problems and kept packets of the same flow in the order of load balanced two stage switch. Before load balancing two stages has perform with the Full frame first algorithm and use centralized scheduler to eliminate those mis sequencing problemsand getting the 100% throughput result. There comes at some additional cost and needs costly online scheduling algorithms and need for a complex scheduler and quality being reduced. In this paper we introduce the two stage switch fabric with round robin scheduling algorithmis used to solve mis sequencing problems and two maximum weight matching algorithms Longest queue first(lqf) and Oldest cell first(ocf) to achieve 100% throughput results. Theoretical analysis and simulation results shows that using these algorithms, achieve all the possible outcome results in the switch. KEYWORDS: Load balancing, Throughput, Mis-sequencing. 1. INTRODUCTION The simple architecture with the load balancing scheme perform with interesting two different stage switch fabric to eliminate the mis sequencing problems and kept packets of the same flow to the destination path in the order of load balanced two stage switch fabric. The two stage load balancing switch is more scalable than the any other switch in the network architecture. Hardly load balanced switch got some problem with that, on sending and receiving the data in wired or wireless networks[8], the major problem with that is mis sequencing problems has arised to loss of data packets or mis matched data formats. Somehow in earlier they are tired to clear those problems with the algorithms named, Full frame first algorithm to get mis sequencing problems and they put the centralized schedular to achieve the 100% throughput results[4][2] in their data packets.oftenly they got the perfect data packets arrival in destination, but the problem with that methodology is the quality of data is reduced to lower. And manually they they need costly online scheduling algorithms to rectify the mis matching of data and need more complex schedular to achieve the 100% throughput result of outcome data. We introduce in this paper to rectify the mis sequencing problems[1] and avoid the costly online scheduling algorithms, we use Round robin scheduling algorithms(rrs) to rectify the mis matching of data packets in the tcp applications and two maximum weight matching algorithms namely, Longest queue first(loq) and Oldest cell first(ocf) to achieve 100% throughput result for all independent arrival packets.[11]these algorithms are used to eliminate the complex schedular and needs of online costly scheduling algorithm to schedule the data packets in the destination node. The another approach of this proposed is to get the high quality of data packets in destination node which is the data which is send by sender, the receiver also got the same quality of data[9] without defragmentation and reduction of quality. We observed that in the algorithms and methodolgy of using those above like, RRS, LOQ and OCF, not only to solve mis sequencing problems and also get quality of data packets service of the same aaplication[10]. Yet we are consider more algorithm to get the quality of data packets. Our idea is to just keep packets DOI : /ecij

2 of the same flow in order in the source node to destination node without being interrupted in the load balancing two stage architecture. Early measurement results in load balancing shows that the number of packets flows can be extremely large or small, rendering per flow queuing infeasible[12]. The intraflow packet interval from the analysis of traffic traces, the authors of load balancing switch observed that most of the intraflow packets intravals are more than tens of microseconds. To make the implementations of the RRS algorithm are dynamically shared among active node of the neighbour node of the source packets.by investigating the distribution of the data packets in the round robin method it is partically distribute the data packets the each and every packets and send the sequential fashion to every node to reach the destination node properly and without delay of data packets in the load balanced switch. And the high performance routing algorithm is detected to data packets are in the 100% throughput and achieve the actual quality of data[10][2] what the sender sends and how the receiver receiver receives. This paper is organized as follows. In Section II we propose the architecture of load balancing switch with the round robin algorithm how the data packets are seperated partially and interchanging the date between the intermediate nodes and solve those mis matching of data packets SWITCH ARCHITECTURE In fig1 shows the two stages load balanced switch architecture with the round robin scheduling algorithm. In this, switch consists of two different stages, one is get the external output and perform with round robin algorithm and gives internal input to second switch fabric and that second stage perform with high performance algorithm and gives external outputs to destination port [3]. The key components of RRS algorithm are the snod (starting node of the round robin) and the intermediate nodes (n1, n2, n3, nn) N denotes number of intermediate nodes, and important and finally the temporary storage of data buffers. And the second stage with LQF and OCF algorithms to give the external outputs with 100% throughput results decrease the waiting time. Fig1: Architecture of load balancing switch 28

3 1.2. ROUND ROBIN SCHEDULING ALGORITHM Round robin scheduling is used to network schedulers in network computing. It is used to apply to scheduling problems in network architecture. It is similar to first in first out scheduling algorithm. Load balancing is a method to distribute workload on the multiple computers through network nodes or links to achieve the optimal utilization or maximize the throughput of data and minimize the overall response time. Load balancing is used for avoiding too much for overloading the resources in the traffic between the multiple servers. This algorithm is to minimize the total waiting time data packets in the temporary buffers to the destination. In this scheduling technique that utilize the principle of time slices of the data packets and partially it is used to divide the packets into equal slices and spend the equal time of data retrieval in the expected time interval RRS ALGORITHM: Round_robin_scheduling_load_balancing() Initialize hash_map with no entries; While Do Data center packet queue requests; Data center packet request the beginning of the queue; If(hash_map has VOQ to the current requesting user && VOQ allocation status==ready) The VOQ is reallocated to user request; Else Allocate a VOQ to user request using Round robin scheduling algorithm; The round robin scheduling algorithm for increasing the speed consists of following steps: 1. The scheduler maintains a queue of ready processes and a list of blocked and swapped out data packets. 2. The process control block of newly created packets is added to end of ready queue 3. The process control block of terminating packets is removed from scheduling data s. 4. When a running data packet finishes its time slices, it is moved to end of queue and to the temporary data packets. 5. A time slice is an amount of time that each packet spends on the node of the round robin algorithm. 6. The unfinished packets will be returned to the tail of the starting node and return to the robin later. 7. When a packet is swapped out it process control block is removed else it performs another round until that packet is fully finished. 29

4 2. ELIMINATING THE MIS-SEQUENCING In this section, we investigated the intra-flow interval and how it reduces the mis-sequencing problems. As mentioned in the introduction, the intra flow packets are arriving to the destination without mis matched of data. With the help of round robin scheduling algorithm we can done it. The external inputs are stored in the VOQ (virtual output queues) and it sends to the first stage switch fabric. That switch splits the data into equal and unequal data packets and sends the internal inputs to the starting node (snod) of the round robin scheduling algorithm. The snod sends the data to the neighbor node like n1, after send to n2 and vice versa. When the data packet is send the nearest node to the temporary storage buffers that packets registered the top place named D1 and next packet is registered in d2 and vice versa. This is clearly described in the fig2 mentioned below. After completing all the data packets in the RRS algorithm the data packets are partially stored in sequential fashion in the data buffers. Now all the equal and unequal data packets are arranged in the proper manner how the original appeared. Fig2: Round robin scheduling algorithm 30

5 3. ACHIEVING 100% THROUGHPUT In this paper we consider two maximum weight matching algorithms, Longest Queue first (LQF) and Oldest Cell First (OCF). The one of the most scheduling policies to obtained 100% throughput in most wireless or wired networks is Longest Queue First scheduling algorithm. The well known policy and achieved that finds a maximal scheduling in a sequential manner is called the Longest Queue First scheduling policy. Its scheduling makes decisions based on queue length information as it starts with empty schedule, then it adds the link with the largest queue length to the schedule, then it links the largest queue length to the scheduling remaining links. The LQF scheduling algorithm is good performance of a variety of network, it is majorly used to optimizing a throughput results in the data packets. There has been many related recent works that investigated the performance of this algorithm under different interference models. The LQF considers the queue occupancy by signing a weight wi,j (n) = Li,j(n). Queues with larger occupancy will be assigned a larger weight and are thus more likely to be served [11].Thus LQF results in 100% throughput, However LQF can lead to the permanent starvation of a nonempty queue. To understand how this happens, consider a 2 x 2 switch with Li,j(0) = 1 for all i,j and λ = 1. In the first timeslot, an arrival will occur at Q1,1 and so Q1,2 will remain unserved. In fact, because of the continuous arrivals to Q1,1, Q1,2 will remain unserved indefinitely. Our second algorithm, OCF, overcomes this problem by considering the waiting times of cells at the head of each virtual queue. Unlike OCF algorithm does not empty or starve any queue, each and every unserved cell get older and become old enough to be served. OCF considers the time of waiting by assigning a weight wi,j(n)=wi,j(n). Cells that have been waiting the longest time will be assigned a larger weight and are thus more likely to be server. It is clear that no queues will be starved of service indefinitely; if a cell is not served. Its time of waiting will increase, eventually, it will increasing of weight to a value that ensures that it is served. The stability of OCF algorithm is queue vector whose elements can contains all the queue occupancies as the state of an input queued switch. We prove the stability of their waiting time and shows the stability of the waiting time implies the queue occupancy In the Appendix, we prove and theorem of these two maximal scheduling algorithms is all uniform and non-uniform.independent arrival processes of data packets to maximize the 100% throughput. 4. COMPARISON RESULTS kbps 70kbps 90kbps 1.2Mbps Throughput increasing existing result Fig3: Comparison Results 31

6 In fig3 the comparison results for achieving the 100% throughput results in the data packets and increasing the quality of the data has shown between the existing systems with Round robin scheduling algorithm. Theoretical analysis and the simulation results shows that the reduction of the mis matching of data packets and to achieving the 100% throughput results. 5. SIMULATION RESULTS 80% 60% 40% 20% Reduction of mismatching Packets 0% Fig4: Reduction of mismatching packets The above fig4 shows the simulation results in the mis matching of data packets in the tcp applications. In 2007 the mis sequencing problem is occur very widely. Later some of the authors are tired to reduce the problem. With the help of QoS based load balanced switch it reduces the minimum of 10% of data packets mis matching. It is an important that this is theoretical and simulation results that maximize weight matching algorithms that we purpose in this paper. Furthermore in future it should be noted that aim of this paper is to finding the better algorithm that achieve 100% throughput for effort best in traffic. 6. CONCLUSION Over the last few years, there have many results show the condition under two stage load balancing to eliminate the mis sequencing of data packets hinders the tcp applications and achieve the 100% throughput results of data packets. The two stage load balancing switch was introduced by Chang achieves a 100% throughput results as well as bound delay between it and an output queued load balanced switch. In this simplest form of the two stage load balanced switch that occurs mis sequencing packets, hence motivating the work presented in this paper. The Round robin scheduling algorithm prevents the missequencing problem in the switch with the help of temporary storage of data buffers and using the two maximum weight matching algorithms LQF and OCF to achieve the 100% throughput results for all independent arrival packets. The effect of packet segmentation requires further research and will be part of our future endeavor 7. REFERENCES [1] Hong Cheng, Yaohui Jin, Yu Gao, YingDi Yu, Weisheng HU, Per-flow Re-Sequencing In Load Balanced Switches By Using Dynamic Mailbox Sharing, communications, ICC 08.IEEE international conference on May [2] IssacKeslassy and N.McKeown, Maintaining packet order in two stage switches, in Proc, IEEE INFOCOM, New York, NY, USA, Jun. 2002, vol.2.pp [3] C.-S Chang, D.-S. Lee, and Y.-S. Jou, Load balanced Birkhoff-von Neumann switches, part I: One stage buffering, Comput. Commun., vol. 25, pp ,

7 [4] I. Keslassy, S.-T. Chuang, K. Yu, D. Miller, M. Horowitz, and O. S.NickMcKeown, Scaling Internet routers using optics, in Proc. ACM SIGCOMM 2003, Karlsruhe, Germany, Aug. 2003, pp [5] B. Hu and K. Yeung, Feedbackbased scheduling for load-balancedtwo-stage switches, IEEE/ACM Trans. Netw., vol. 18, no. 4, pp , Aug [6] Nick McKeown,AdisakMekkittikul,VenkatAnantharam,and Jean Walrand, Achieving 100% Throughput in an input-queued switch, IEEE transactions on communications, vol. 47, no. 8, August [7] Yan Cai, Xiaolin Wang, Weibo Gong, Don Towsley, A Study on the performance of a three stage load balancing switches, IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 22, NO. 1, FEBRUARY 2014 [8] Pai-Hsiang Hsiao, Adon Hwang, H.T. Kung, and Dario Vlah, Load-Balancing Routing for Wireless Access Networks, Proc. IEEE Infocom 2001, pp [9] T.Anderson, S.Owicki, J.Saxes and C.Thacker, High speed switch scheduling for local area networks, ACM Transaction on Computer systems, Vol.11, pp , 1993 [10] J.G. Dai and B. Prabhakar, The throughput of dataswitches with and without speedup, Proc. of the IEEEINFOCOM, Vol. 2, pp , Tel Aviv, Israel, March2000. [11] Nick McKeown, VenkatAnantharam,AdisakMekkittikul,Jean Walrand, Achieving 100% Throughputin an Input-Queued Switch, IEEE Transactions On Communications, Vol. 47, NO. 8, AUGUST [12] C.S. Chang, D.S. Lee, and C.Y. Yue, Providing guaranteed rate services in the load balanced Birkhoff-von Neumann switches, Proceedings of IEEE INFOCOM, APPENDIX THE LQF ALGORITHM Theorem: The LQF maximum weight matching algorithm is stable for all admissible arrival processes[11]. Proof: In summary, we show that for an M x N switch scheduled using this algorithm, there is a -ve expected one-step drift in the sum of the squares. In mathematically we say E[ L T (n + 1)L(n + 1) - L T (n)l(n) L(n) ] -ԑ L(n) + k Where k > 0, ԑ > 0. THE OCF ALGORITHM Theorem: The OCF maximum weight matching algorithm is stable for all admissible arrival processes[11]. Proof: The proof consists of two steps. First, we done the stability of the waiting time. Then, we prove that the stability of the waiting time implies the stability of queue occupy, which proves above. Likely to the LQF proof, we give that for an M x N switch scheduled using the OCF algorithm. E[W T (n+1)tw(n+1)-w T (n)tw(n) W(n)] - ԑ W(n) +K Where K > 0, ԑ> 0 and T is a positive definite matrix. 33

Per-flow Re-sequencing in Load-Balanced Switches by Using Dynamic Mailbox Sharing

Per-flow Re-sequencing in Load-Balanced Switches by Using Dynamic Mailbox Sharing Per-flow Re-sequencing in Load-Balanced Switches by Using Dynamic Mailbox Sharing Hong Cheng, Yaohui Jin, Yu Gao, YingDi Yu, Weisheng Hu State Key Laboratory on Fiber-Optic Local Area Networks and Advanced

More information

Load Balancing and Switch Scheduling

Load Balancing and Switch Scheduling EE384Y Project Final Report Load Balancing and Switch Scheduling Xiangheng Liu Department of Electrical Engineering Stanford University, Stanford CA 94305 Email: liuxh@systems.stanford.edu Abstract Load

More information

Performance Analysis of a Practical Load Balanced Switch

Performance Analysis of a Practical Load Balanced Switch Performance Analysis of a Practical Balanced Switch Yanming Shen, Shivendra S Panwar, H Jonathan Chao Department of Electrical and Computer Engineering Polytechnic University Abstract The load balanced

More information

IEEE/ACM TRANSACTIONS ON NETWORKING 1 1063-6692/$26.00 2009 IEEE

IEEE/ACM TRANSACTIONS ON NETWORKING 1 1063-6692/$26.00 2009 IEEE IEEE/ACM TRANSACTIONS ON NETWORKING 1 Feedback-Based Scheduling for Load-Balanced Two-Stage Switches Bing Hu, Student Member, IEEE, and Kwan L. Yeung, Senior Member, IEEE Abstract A framework for designing

More information

1212 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 16, NO. 5, OCTOBER 2008

1212 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 16, NO. 5, OCTOBER 2008 1212 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 16, NO. 5, OCTOBER 2008 Padded Frames: A Novel Algorithm for Stable Scheduling in Load-Balanced Switches Juan José Jaramillo, Student Member, IEEE, Fabio

More information

Threshold-based Exhaustive Round-robin for the CICQ Switch with Virtual Crosspoint Queues

Threshold-based Exhaustive Round-robin for the CICQ Switch with Virtual Crosspoint Queues Threshold-based Exhaustive Round-robin for the CICQ Switch with Virtual Crosspoint Queues Kenji Yoshigoe Department of Computer Science University of Arkansas at Little Rock Little Rock, AR 7224 kxyoshigoe@ualr.edu

More information

An Asymptotically Minimal Node-degree Topology for Load-Balanced Architectures

An Asymptotically Minimal Node-degree Topology for Load-Balanced Architectures An Asymptotically Minimal ode-degree Topology for Load-Balanced Architectures Zhenhua Liu, Xiaoping Zhang, Youjian Zhao, Hongtao Guan Department of Computer Science and Technology, Tsinghua University

More information

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow International Journal of Soft Computing and Engineering (IJSCE) Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow Abdullah Al Masud, Hossain Md. Shamim, Amina Akhter

More information

Adaptive Batch Scheduling for Packet Switching with Delays

Adaptive Batch Scheduling for Packet Switching with Delays 1 Adaptive Batch Scheduling for Packet Switching with Delays Kevin Ross and Nicholas Bambos 1 University of California Santa Cruz, kross@soe.usc.edu Stanford University, bambos@stanford.edu We discuss

More information

Comparative Analysis of Congestion Control Algorithms Using ns-2

Comparative Analysis of Congestion Control Algorithms Using ns-2 www.ijcsi.org 89 Comparative Analysis of Congestion Control Algorithms Using ns-2 Sanjeev Patel 1, P. K. Gupta 2, Arjun Garg 3, Prateek Mehrotra 4 and Manish Chhabra 5 1 Deptt. of Computer Sc. & Engg,

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

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS Srikanth Tiyyagura Department of Computer Science and Engineering JNTUA College of Engg., pulivendula, Andhra Pradesh, India.

More information

Optical interconnection networks with time slot routing

Optical interconnection networks with time slot routing Theoretical and Applied Informatics ISSN 896 5 Vol. x 00x, no. x pp. x x Optical interconnection networks with time slot routing IRENEUSZ SZCZEŚNIAK AND ROMAN WYRZYKOWSKI a a Institute of Computer and

More information

6.6 Scheduling and Policing Mechanisms

6.6 Scheduling and Policing Mechanisms 02-068 C06 pp4 6/14/02 3:11 PM Page 572 572 CHAPTER 6 Multimedia Networking 6.6 Scheduling and Policing Mechanisms In the previous section, we identified the important underlying principles in providing

More information

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth.

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth. 5 Performance Management for Web Services Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se April 2008 Overview Service Management Performance Mgt QoS Mgt

More information

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS

NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS NOVEL PRIORITISED EGPRS MEDIUM ACCESS REGIME FOR REDUCED FILE TRANSFER DELAY DURING CONGESTED PERIODS D. Todinca, P. Perry and J. Murphy Dublin City University, Ireland ABSTRACT The goal of this paper

More information

Routing in packet-switching networks

Routing in packet-switching networks Routing in packet-switching networks Circuit switching vs. Packet switching Most of WANs based on circuit or packet switching Circuit switching designed for voice Resources dedicated to a particular call

More information

Design and Performance Analysis of a Practical Load-Balanced Switch

Design and Performance Analysis of a Practical Load-Balanced Switch 242 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 57, NO 8, AUGUST 29 Design and Performance Analysis of a Practical Load-Balanced Switch Yanming Shen, Shivendra S Panwar, and H Jonathan Chao Abstract The load-balanced

More information

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

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

More information

2013 IEEE 14th International Conference on High Performance Switching and Routing

2013 IEEE 14th International Conference on High Performance Switching and Routing 03 IEEE 4th International Conference on High Performance Switching and Routing Cost and Delay Tradeoff in Three-Stage Switch Architecture for Data Center Networks Shu Fu, Bin Wu, Xiaohong Jiang *, Achille

More information

A Fast Path Recovery Mechanism for MPLS Networks

A Fast Path Recovery Mechanism for MPLS Networks A Fast Path Recovery Mechanism for MPLS Networks Jenhui Chen, Chung-Ching Chiou, and Shih-Lin Wu Department of Computer Science and Information Engineering Chang Gung University, Taoyuan, Taiwan, R.O.C.

More information

COMPARATIVE ANALYSIS OF DIFFERENT QUEUING MECHANISMS IN HETROGENEOUS NETWORKS

COMPARATIVE ANALYSIS OF DIFFERENT QUEUING MECHANISMS IN HETROGENEOUS NETWORKS COMPARATIVE ANALYSIS OF DIFFERENT QUEUING MECHANISMS IN HETROGENEOUS NETWORKS Shubhangi Rastogi 1, Samir Srivastava 2 M.Tech Student, Computer Science and Engineering, KNIT, Sultanpur, India 1 Associate

More information

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks

Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks Scheduling Video Stream Transmissions for Distributed Playback over Mobile Cellular Networks Kam-Yiu Lam 1, Joe Yuen 1, Sang H. Son 2 and Edward Chan 1 Department of Computer Science 1 City University

More information

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed.

1. The subnet must prevent additional packets from entering the congested region until those already present can be processed. Congestion Control When one part of the subnet (e.g. one or more routers in an area) becomes overloaded, congestion results. Because routers are receiving packets faster than they can forward them, one

More information

LOAD BALANCING AS A STRATEGY LEARNING TASK

LOAD BALANCING AS A STRATEGY LEARNING TASK LOAD BALANCING AS A STRATEGY LEARNING TASK 1 K.KUNGUMARAJ, 2 T.RAVICHANDRAN 1 Research Scholar, Karpagam University, Coimbatore 21. 2 Principal, Hindusthan Institute of Technology, Coimbatore 32. ABSTRACT

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

Concurrent Round-Robin-Based Dispatching Schemes for Clos-Network Switches

Concurrent Round-Robin-Based Dispatching Schemes for Clos-Network Switches 830 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 10, NO. 6, DECEMBER 2002 Concurrent Round-Robin-Based Dispatching Schemes for Clos-Network Switches Eiji Oki, Member, IEEE, Zhigang Jing, Member, IEEE, Roberto

More information

A Workload-Based Adaptive Load-Balancing Technique for Mobile Ad Hoc Networks

A Workload-Based Adaptive Load-Balancing Technique for Mobile Ad Hoc Networks A Workload-Based Adaptive Load-Balancing Technique for Mobile Ad Hoc Networks Young J. Lee and George F. Riley School of Electrical & Computer Engineering Georgia Institute of Technology, Atlanta, GA 30332

More information

Smart Queue Scheduling for QoS Spring 2001 Final Report

Smart Queue Scheduling for QoS Spring 2001 Final Report ENSC 833-3: NETWORK PROTOCOLS AND PERFORMANCE CMPT 885-3: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS Smart Queue Scheduling for QoS Spring 2001 Final Report By Haijing Fang(hfanga@sfu.ca) & Liu Tang(llt@sfu.ca)

More information

Load balancing as a strategy learning task

Load balancing as a strategy learning task Scholarly Journal of Scientific Research and Essay (SJSRE) Vol. 1(2), pp. 30-34, April 2012 Available online at http:// www.scholarly-journals.com/sjsre ISSN 2315-6163 2012 Scholarly-Journals Review Load

More information

A Routing Metric for Load-Balancing in Wireless Mesh Networks

A Routing Metric for Load-Balancing in Wireless Mesh Networks A Routing Metric for Load-Balancing in Wireless Mesh Networks Liang Ma and Mieso K. Denko Department of Computing and Information Science University of Guelph, Guelph, Ontario, Canada, N1G 2W1 email: {lma02;mdenko}@uoguelph.ca

More information

Fault-Tolerant Framework for Load Balancing System

Fault-Tolerant Framework for Load Balancing System Fault-Tolerant Framework for Load Balancing System Y. K. LIU, L.M. CHENG, L.L.CHENG Department of Electronic Engineering City University of Hong Kong Tat Chee Avenue, Kowloon, Hong Kong SAR HONG KONG Abstract:

More information

A Catechistic Method for Traffic Pattern Discovery in MANET

A Catechistic Method for Traffic Pattern Discovery in MANET A Catechistic Method for Traffic Pattern Discovery in MANET R. Saranya 1, R. Santhosh 2 1 PG Scholar, Computer Science and Engineering, Karpagam University, Coimbatore. 2 Assistant Professor, Computer

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

AN EFFICIENT LOAD BALANCING ALGORITHM FOR A DISTRIBUTED COMPUTER SYSTEM. Dr. T.Ravichandran, B.E (ECE), M.E(CSE), Ph.D., MISTE.,

AN EFFICIENT LOAD BALANCING ALGORITHM FOR A DISTRIBUTED COMPUTER SYSTEM. Dr. T.Ravichandran, B.E (ECE), M.E(CSE), Ph.D., MISTE., AN EFFICIENT LOAD BALANCING ALGORITHM FOR A DISTRIBUTED COMPUTER SYSTEM K.Kungumaraj, M.Sc., B.L.I.S., M.Phil., Research Scholar, Principal, Karpagam University, Hindusthan Institute of Technology, Coimbatore

More information

Applying Active Queue Management to Link Layer Buffers for Real-time Traffic over Third Generation Wireless Networks

Applying Active Queue Management to Link Layer Buffers for Real-time Traffic over Third Generation Wireless Networks Applying Active Queue Management to Link Layer Buffers for Real-time Traffic over Third Generation Wireless Networks Jian Chen and Victor C.M. Leung Department of Electrical and Computer Engineering The

More information

VoIP Network Dimensioning using Delay and Loss Bounds for Voice and Data Applications

VoIP Network Dimensioning using Delay and Loss Bounds for Voice and Data Applications VoIP Network Dimensioning using Delay and Loss Bounds for Voice and Data Applications Veselin Rakocevic School of Engineering and Mathematical Sciences City University, London, UK V.Rakocevic@city.ac.uk

More information

Sprinklers: A Randomized Variable-Size Striping Approach to Reordering-Free Load-Balanced Switching

Sprinklers: A Randomized Variable-Size Striping Approach to Reordering-Free Load-Balanced Switching Sprinklers: A Randomized Variable-Size Striping Approach to Reordering-Free Load-Balanced Switching Weijun Ding Jim Xu Jim Dai Yang Song Bill Lin June 7, 2014 Abstract Internet traffic continues to grow

More information

Optical Packet Buffers with Active Queue Management

Optical Packet Buffers with Active Queue Management Optical Packet Buffers with Active Queue Management Assaf Shacham and Keren Bergman Columbia University, Department of Electrical Engineering, New York, NY 10027 bergman@ee.columbia.edu, http://lightwave.ee.columbia.edu

More information

The network we see so far. Internet Best Effort Service. Is best-effort good enough? An Audio Example. Network Support for Playback

The network we see so far. Internet Best Effort Service. Is best-effort good enough? An Audio Example. Network Support for Playback The network we see so far CSE56 - Lecture 08 QoS Network Xiaowei Yang TCP saw-tooth FIFO w/ droptail or red Best-effort service Web-surfing, email, ftp, file-sharing Internet Best Effort Service Our network

More information

Congestion Control Review. 15-441 Computer Networking. Resource Management Approaches. Traffic and Resource Management. What is congestion control?

Congestion Control Review. 15-441 Computer Networking. Resource Management Approaches. Traffic and Resource Management. What is congestion control? Congestion Control Review What is congestion control? 15-441 Computer Networking What is the principle of TCP? Lecture 22 Queue Management and QoS 2 Traffic and Resource Management Resource Management

More information

TCP and UDP Performance for Internet over Optical Packet-Switched Networks

TCP and UDP Performance for Internet over Optical Packet-Switched Networks TCP and UDP Performance for Internet over Optical Packet-Switched Networks Jingyi He S-H Gary Chan Department of Electrical and Electronic Engineering Department of Computer Science Hong Kong University

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 4, April-2015 36 An Efficient Approach for Load Balancing in Cloud Environment Balasundaram Ananthakrishnan Abstract Cloud computing

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility

More information

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

A Novel Approach for Load Balancing In Heterogeneous Cellular Network

A Novel Approach for Load Balancing In Heterogeneous Cellular Network A Novel Approach for Load Balancing In Heterogeneous Cellular Network Bittu Ann Mathew1, Sumy Joseph2 PG Scholar, Dept of Computer Science, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India1

More information

Achieving Load Balancing in Wireless Mesh Networks Through Multiple Gateways

Achieving Load Balancing in Wireless Mesh Networks Through Multiple Gateways Abstract Achieving Load Balancing in Wireless Mesh Networks Through Multiple Gateways Deepti Nandiraju, Lakshmi Santhanam, Nagesh Nandiraju, and Dharma P. Agrawal Center for Distributed and Mobile Computing,

More information

MAXIMIZING RESTORABLE THROUGHPUT IN MPLS NETWORKS

MAXIMIZING RESTORABLE THROUGHPUT IN MPLS NETWORKS MAXIMIZING RESTORABLE THROUGHPUT IN MPLS NETWORKS 1 M.LAKSHMI, 2 N.LAKSHMI 1 Assitant Professor, Dept.of.Computer science, MCC college.pattukottai. 2 Research Scholar, Dept.of.Computer science, MCC college.pattukottai.

More information

Research Article Average Bandwidth Allocation Model of WFQ

Research Article Average Bandwidth Allocation Model of WFQ Modelling and Simulation in Engineering Volume 2012, Article ID 301012, 7 pages doi:10.1155/2012/301012 Research Article Average Bandwidth Allocation Model of WFQ TomášBaloghandMartinMedvecký Institute

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

STABILITY OF LU-KUMAR NETWORKS UNDER LONGEST-QUEUE AND LONGEST-DOMINATING-QUEUE SCHEDULING

STABILITY OF LU-KUMAR NETWORKS UNDER LONGEST-QUEUE AND LONGEST-DOMINATING-QUEUE SCHEDULING Applied Probability Trust (28 December 2012) STABILITY OF LU-KUMAR NETWORKS UNDER LONGEST-QUEUE AND LONGEST-DOMINATING-QUEUE SCHEDULING RAMTIN PEDARSANI and JEAN WALRAND, University of California, Berkeley

More information

Scheduling for QoS Management

Scheduling for QoS Management Scheduling for QoS Management Domenico Massimo Parrucci Condello isti information science Facoltà and di Scienze technology e Tecnologie institute 1/number 1 Outline What is Queue Management and Scheduling?

More information

SPECIAL FEATURES OF TCP/IP NETWORK TRAFFIC AND PROBLEMS OF THE PROGRAM MONITORING. (1)Radi ROMANSKY

SPECIAL FEATURES OF TCP/IP NETWORK TRAFFIC AND PROBLEMS OF THE PROGRAM MONITORING. (1)Radi ROMANSKY 1 SPECIAL FEATURES OF TCP/IP NETWORK TRAFFIC AND PROBLEMS OF THE PROGRAM MONITORING (1)Radi ROMANSKY (1)Department of Computer Systems, Technical University Sofia e-mail address: rrom@tu-sofia.bg Bulgaria

More information

Enhanced Multiple Routing Configurations For Fast IP Network Recovery From Multiple Failures

Enhanced Multiple Routing Configurations For Fast IP Network Recovery From Multiple Failures Enhanced Multiple Routing Configurations For Fast IP Network Recovery From Multiple Failures T. Anji Kumar anji5678@gmail.com Dept. of IT/ UCEV JNTUK Vizianagaram, 535003, India Dr MHM Krishna Prasad Dept.

More information

Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu

Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu AP/ECE HOD/ECE Sona College of Technology, GCE, Salem. Salem. ABSTRACT Routing protocol is a challenging issue

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

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental

More information

DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS

DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS K.V. Narayanaswamy 1, C.H. Subbarao 2 1 Professor, Head Division of TLL, MSRUAS, Bangalore, INDIA, 2 Associate

More information

Randomized Load Balancing and Oblivious Routing

Randomized Load Balancing and Oblivious Routing Randomized Load Balancing and Oblivious Routing Peter J. Winzer Bell Labs, Alcatel-Lucent Joint work with F. B. Shepherd, M. K. Thottan, S. Borst, R. Prasad DIMACS Tutorial on Algorithms for Next Generation

More information

PART III. OPS-based wide area networks

PART III. OPS-based wide area networks PART III OPS-based wide area networks Chapter 7 Introduction to the OPS-based wide area network 7.1 State-of-the-art In this thesis, we consider the general switch architecture with full connectivity

More information

Performance Analysis of Storage Area Network Switches

Performance Analysis of Storage Area Network Switches Performance Analysis of Storage Area Network Switches Andrea Bianco, Paolo Giaccone, Enrico Maria Giraudo, Fabio Neri, Enrico Schiattarella Dipartimento di Elettronica - Politecnico di Torino - Italy e-mail:

More information

International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: 0976-1353 Volume 8 Issue 1 APRIL 2014.

International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: 0976-1353 Volume 8 Issue 1 APRIL 2014. IMPROVING LINK UTILIZATION IN DATA CENTER NETWORK USING NEAR OPTIMAL TRAFFIC ENGINEERING TECHNIQUES L. Priyadharshini 1, S. Rajanarayanan, M.E (Ph.D) 2 1 Final Year M.E-CSE, 2 Assistant Professor 1&2 Selvam

More information

MULTIPATH VIRTUAL QUEUE MANAGEMENT SYSTEM FOR EFFECTIVE PACKET SCHEDULING IN MPLS NETWORKS

MULTIPATH VIRTUAL QUEUE MANAGEMENT SYSTEM FOR EFFECTIVE PACKET SCHEDULING IN MPLS NETWORKS MULTIPATH VIRTUAL QUEUE MANAGEMENT SYSTEM FOR EFFECTIVE PACKET SCHEDULING IN MPLS NETWORKS J.Faritha Banu Research Scholar, Faculty of Computer Science and Engineering, Sathyabama University, Chennai,

More information

A New Approach to Enhance E-mail Performance Through SMTP Protocol

A New Approach to Enhance E-mail Performance Through SMTP Protocol IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.4, April 2008 299 A New Approach to Enhance E-mail Performance Through SMTP Protocol Hussein A.Al bazar,sureswaran Ramadass,

More information

Using median filtering in active queue management for telecommunication networks

Using median filtering in active queue management for telecommunication networks Using median filtering in active queue management for telecommunication networks Sorin ZOICAN *, Ph.D. Cuvinte cheie. Managementul cozilor de aşteptare, filtru median, probabilitate de rejectare, întârziere.

More information

A Multiple Access Protocol for Multimedia Transmission over Wireless Networks

A Multiple Access Protocol for Multimedia Transmission over Wireless Networks A Multiple Access Protocol for Multimedia Transmission over Wireless Networks Hong Yu and Mohammed Arozullah Department of Electrical Engineering and Computer Science Capitol College, Maryland, USA yhong@capitol-college.edu

More information

Keywords--packet-switch; output-queueing; inverse-multiplexing; load-balancing;

Keywords--packet-switch; output-queueing; inverse-multiplexing; load-balancing; Analysis of a packet switch with memories running slower than the line-rate * Sundar Iyer, Amr Awadallah, and Nick McKeown Computer Systems Laboratory, Stanford University Stanford, CA 905-900 {sundaes,

More information

Survey on Load balancing protocols in MANET S (mobile ad-hoc networks)

Survey on Load balancing protocols in MANET S (mobile ad-hoc networks) Survey on Load balancing protocols in MANET S (mobile ad-hoc networks) Ramandeep Kaur 1, Gagandeep Singh 2, Sahil Vashist 3 1 M.tech Research Scholar, Department of Computer Science & Engineering, Chandigarh

More information

Performance Evaluation of The Split Transmission in Multihop Wireless Networks

Performance Evaluation of The Split Transmission in Multihop Wireless Networks Performance Evaluation of The Split Transmission in Multihop Wireless Networks Wanqing Tu and Vic Grout Centre for Applied Internet Research, School of Computing and Communications Technology, Glyndwr

More information

Functional Optimization Models for Active Queue Management

Functional Optimization Models for Active Queue Management Functional Optimization Models for Active Queue Management Yixin Chen Department of Computer Science and Engineering Washington University in St Louis 1 Brookings Drive St Louis, MO 63130, USA chen@cse.wustl.edu

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

The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com

The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Efficient Parallel Processing on Public Cloud Servers using Load Balancing Manjunath K. C. M.Tech IV Sem, Department of CSE, SEA College of Engineering

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

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS Edward Nowicki and John Murphy 1 ABSTRACT The General Packet Radio Service (GPRS) is a new bearer service for GSM that greatly simplify wireless

More information

Byte-Focal: A Practical Load Balanced Switch

Byte-Focal: A Practical Load Balanced Switch Byte-Focal: A Practical Load Balanced Switch Yanming Shen, Shi Jiang, Shivendra S. Panwar, H. Jonathan Chao Depmment of Electrical and Computer Engineering Polytechnic University, Brooklyn. NY 1 1201 Abstrucf-

More information

FPGA Implementation of IP Packet Segmentation and Reassembly in Internet Router*

FPGA Implementation of IP Packet Segmentation and Reassembly in Internet Router* SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 399-407 UDK: 004.738.5.057.4 FPGA Implementation of IP Packet Segmentation and Reassembly in Internet Router* Marko Carević 1,a,

More information

Optimal Load-Balancing

Optimal Load-Balancing Optimal Load-Balancing Isaac Keslassy Cheng-Shang Chang ick McKeown Duan-Shin Lee Stanford University Stanford CA 94305-9030 USA {keslassynickm}@stanfordedu ational Tsing Hua University Hsinchu 300 Taiwan

More information

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering

More information

Various Schemes of Load Balancing in Distributed Systems- A Review

Various Schemes of Load Balancing in Distributed Systems- A Review 741 Various Schemes of Load Balancing in Distributed Systems- A Review Monika Kushwaha Pranveer Singh Institute of Technology Kanpur, U.P. (208020) U.P.T.U., Lucknow Saurabh Gupta Pranveer Singh Institute

More information

Modified Energy Efficient Cache Invalidation Algorithm in Mobile Environment

Modified Energy Efficient Cache Invalidation Algorithm in Mobile Environment Modified Energy Efficient Cache Invalidation Algorithm in Mobile Environment S. Sankara Gomathi, S. Krishnamurthi Abstract Maintenance of the cache consistency is a complicated issue in the wireless mobile

More information

Decentralized Utility-based Sensor Network Design

Decentralized Utility-based Sensor Network Design Decentralized Utility-based Sensor Network Design Narayanan Sadagopan and Bhaskar Krishnamachari University of Southern California, Los Angeles, CA 90089-0781, USA narayans@cs.usc.edu, bkrishna@usc.edu

More information

Performance of networks containing both MaxNet and SumNet links

Performance of networks containing both MaxNet and SumNet links Performance of networks containing both MaxNet and SumNet links Lachlan L. H. Andrew and Bartek P. Wydrowski Abstract Both MaxNet and SumNet are distributed congestion control architectures suitable for

More information

Edge-based active queue management

Edge-based active queue management Edge-based active queue management L. Zhu, N. Ansari, G. Cheng and K. Xu Abstract: In the paper, a new framework of active queue management, namely, edge-based active queue management (), is proposed.

More information

Modeling and Simulation of Queuing Scheduling Disciplines on Packet Delivery for Next Generation Internet Streaming Applications

Modeling and Simulation of Queuing Scheduling Disciplines on Packet Delivery for Next Generation Internet Streaming Applications Modeling and Simulation of Queuing Scheduling Disciplines on Packet Delivery for Next Generation Internet Streaming Applications Sarhan M. Musa Mahamadou Tembely Matthew N. O. Sadiku Pamela H. Obiomon

More information

Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742. Vol 2 No 3 (May-2015) Active Queue Management

Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742. Vol 2 No 3 (May-2015) Active Queue Management Protagonist International Journal of Management And Technology (PIJMT) Online ISSN- 2394-3742 Vol 2 No 3 (May-2015) Active Queue Management For Transmission Congestion control Manu Yadav M.Tech Student

More information

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows C. Mahlo, C. Hoene, A. Rostami, A. Wolisz Technical University of Berlin, TKN, Sekr. FT 5-2 Einsteinufer 25, 10587 Berlin, Germany. Emails:

More information

Robust Router Congestion Control Using Acceptance and Departure Rate Measures

Robust Router Congestion Control Using Acceptance and Departure Rate Measures Robust Router Congestion Control Using Acceptance and Departure Rate Measures Ganesh Gopalakrishnan a, Sneha Kasera b, Catherine Loader c, and Xin Wang b a {ganeshg@microsoft.com}, Microsoft Corporation,

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

QoS issues in Voice over IP

QoS issues in Voice over IP COMP9333 Advance Computer Networks Mini Conference QoS issues in Voice over IP Student ID: 3058224 Student ID: 3043237 Student ID: 3036281 Student ID: 3025715 QoS issues in Voice over IP Abstract: This

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

[Sathish Kumar, 4(3): March, 2015] ISSN: 2277-9655 Scientific Journal Impact Factor: 3.449 (ISRA), Impact Factor: 2.114

[Sathish Kumar, 4(3): March, 2015] ISSN: 2277-9655 Scientific Journal Impact Factor: 3.449 (ISRA), Impact Factor: 2.114 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY HANDLING HEAVY-TAILED TRAFFIC IN QUEUEING NETWORKS USING MAX WEIGHT ALGORITHM M.Sathish Kumar *, G.Sathish Kumar * Department

More information

Designing a Predictable Internet Backbone with Valiant Load-Balancing

Designing a Predictable Internet Backbone with Valiant Load-Balancing Designing a Predictable Internet Backbone with Valiant Load-Balancing ui Zhang-Shen and ick McKeown Computer Systems Laboratory, Stanford University, Stanford, CA 94305-9030, USA {rzhang, nickm}@stanford.edu

More information

High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features

High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features UDC 621.395.31:681.3 High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features VTsuneo Katsuyama VAkira Hakata VMasafumi Katoh VAkira Takeyama (Manuscript received February 27, 2001)

More information

Optimization of IP Load-Balanced Routing for Hose Model

Optimization of IP Load-Balanced Routing for Hose Model 2009 21st IEEE International Conference on Tools with Artificial Intelligence Optimization of IP Load-Balanced Routing for Hose Model Invited Paper Eiji Oki Ayako Iwaki The University of Electro-Communications,

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

Answer: that dprop equals dtrans. seconds. a) d prop. b) d trans

Answer: that dprop equals dtrans. seconds. a) d prop. b) d trans Chapter 1 1) p. 98: P-6 This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts, A and B, connected by single link

More information

Load Balancing Mechanisms in Data Center Networks

Load Balancing Mechanisms in Data Center Networks Load Balancing Mechanisms in Data Center Networks Santosh Mahapatra Xin Yuan Department of Computer Science, Florida State University, Tallahassee, FL 33 {mahapatr,xyuan}@cs.fsu.edu Abstract We consider

More information

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Beyond Limits... Volume: 2 Issue: 1 International Journal Of Advance Innovations, Thoughts & Ideas Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Shivani Koul* shivanikoul2@gmail.com

More information

Today. Finishing up inter-domain routing. Review of end-to-end forwarding. How we build routers. Economics of peering/settlement

Today. Finishing up inter-domain routing. Review of end-to-end forwarding. How we build routers. Economics of peering/settlement Today Finishing up inter-domain routing Economics of peering/settlement Review of end-to-end forwarding How we build routers 1 A History of Settlement The telephone world LECs (local exchange carriers)

More information

Three Key Design Considerations of IP Video Surveillance Systems

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

More information