Closed-loop Load Balancing: Comparison of a Discrete Event Simulation with Experiments
|
|
|
- Colin May
- 10 years ago
- Views:
Transcription
1 25 American Control Conference June 8-, 25. Portland, OR, USA ThB4.2 Closed-loop Load Balancing: Comparison of a Discrete Event Simulation with Experiments Zhong Tang, John White, John Chiasson, J. Douglas Birdwell, Chaouki T. Abdallah and Majeed M. Hayat Abstract Load balancing for parallel computations is modeled as a deterministic dynamic nonlinear time-delay system. This model accounts for the trade-off between using processor time/network bandwidth and the advantage of distributing the load evenly between the nodes to reduce overall processing time. A distributed closed-loop controller is presented to balance load dynamically at each node by using not only the local estimate of the queue size of other nodes, but also estimates of the number of tasks in transit. A discrete event simulation using OPNET Modeler is presented and compared with experimental data, and results indicate good agreement between the nonlinear time-delay model and the behaviors observed on a parallel computer network. Moreover, both simulations and experiments show a dramatic increase in performance obtained using the proposed closed-loop controller. I. INTRODUCTION The objectives of parallel processing are to reduce wallclock time, increase throughput, and increase the size of solvable problems by dividing the software into multiple fragments that can be executed simultaneously on a set of computational elements (CE) interconnected via a high bandwidth network. To effectively utilize a parallel computer architecture, the computational loads need to be distributed more or less evenly over the available CEs. The qualifier more or less is used because the communications required to distribute the load consume both computational resources and network bandwidth. A point of diminishing returns exists. Various taxonomies of load balancing algorithms exist in the literature [][2]. Direct methods examine the global distribution of computational load and assign portions of the workload to resources before processing begins. Iterative methods examine the progress of the computation and the expected utilization of resources, and adjust the workload assignments periodically as computation progresses. Assignment may be either deterministic, as with the dimension Z. Tang, J. White, J. Chiasson and J. D. Birdwell are with ECE Dept, The University of Tennessee, Knoxville, TN , USA, [email protected], [email protected], [email protected], [email protected] C. T. Abdallah and M. M. Hayat are with ECE Dept, University of New Mexico, Albuquerque, NM , USA, [email protected], [email protected] The work of J. D. Birdwell, J. Chiasson, Z. Tang and J. White was supported by the National Science Foundation under grant number ANI The work of C. T. Abdallah and M. M. Hayat was supported by the National Science Foundation through grant ANI-326. We also express our gratitude to the OPNET Technologies, Inc. for providing us with an academic license for their OPNET Modeler network simulation software. The views and conclusions contained in this document are those of the authors and should not be interpreted as necessarily representing the official policies, either expressed or implied, of the U.S. Government /5/$ AACC 272 exchange/diffusion [3] and gradient methods, stochastic, or optimization based. A comparison of several deterministic methods is provided by Willebeek-LeMair and Reeves [4]. Approaches to modeling and iterative load balancing are given in [5][6][7]. In recent years, there has been active work on load balancing using control theory, especially for database applications and web services [8][9][][]. A queuing theory [2] approach is well-suited to the modeling requirements and has been used in the literature by Spies [3] and others. However, whereas Spies assumes a homogeneous network of CEs and models the queues in detail, the present work generalizes queue length to an expected waiting time, normalizing to account for differences among CEs, and aggregates the behavior of each queue. Previous results by the authors appear in [4][5][6][7]. There is a trade-off between using processor time/network bandwidth and the advantage of distributing the load between nodes to reduce overall processing time. Our work in [8] discusses a mathematical model that captures the processor resource constraints in load balancing. The open-loop experiments and Simulink simulations correspond well. The work has been extended to the closed-loop control of a load balancing network, and some initial results are presented in [9]. However, Simulink does not easily handle time varying delays which arise in the closed-loop case. This motivated the authors to develop a new discrete event simulation based on OPNET Modeler. This work presents the closed-loop control of a load balancing network with time delays and processor resource constraints. The closed-loop controller at each node uses not only the local estimate of the queue sizes of other nodes, but also estimates of the number of tasks in transit to it. A discrete event simulation using OPNET Modeler is presented and compared with the experiments on a parallel computer network. The OPNET Modeler simulations indicate good agreement of the nonlinear time-delay model with the actual implementation. Both OPNET simulations and experimental results show the superiority of using the controller based on the anticipated queue sizes to using the controller based on the local queue sizes only. Section II presents a model of a load balancing algorithm in the computer network that incorporates the presence of time delays in communicating between nodes and transferring tasks. Section III addresses the feedback control law on a local node and how a node portions out its tasks to other nodes. Feedback controllers based on the actual
2 queue size and on the anticipated queue size are discussed in this section. Section IV presents the OPNET model of a load balancing system. Simulations and experiments are presented to demonstrate the feedback controller based on the anticipated queue size. Section V is summarizes the present work. II. MATHEMATICAL MODEL OF LOAD BALANCING In this section, a nonlinear continuous time model is developed to model load balancing among a network of computers. Consider a computing network consisting of n computers (nodes) all of which can communicate with each other. At start up, the computers may be assigned an equal number of tasks; however, when a node executes a particular task it can in turn generate more tasks so that very quickly the loads on various nodes become unequal. A simple approach to load balancing would be to have each computer in the network broadcast its queue size q j (t) to all other computers in the network. A node i receives this information from node j delayed by a finite amount of time τ ij ; that is, it receives q j (t τ ij ). Each node i can then use this information to compute its local estimate of the average number of tasks in the queues of the n computers ) in the network. The simple estimator ( n j= q j (t τ ij ) /n, (τ ii = ), which is based on the most recent observations, can be used as the network average. Node i would then compares its queue( size q i (t) with its estimate ) ) of the network average as q i (t) ( n j= q j (t τ ij ) /n and, if this is greater than zero or some positive threshold, the node sends some of its tasks to the other nodes. If it is less than zero, no tasks are sent. Further, the tasks sent by node i are received by node j with a delay h ij. The task transfer delay h ij depends on the number of tasks to be transferred and is much greater than the communication delay τ ij. The controller (load balancing algorithm) decides how often and fast to do load balancing (transfer tasks among the nodes) and how many tasks are to be sent to each node. It was shown in [9] that this straightforward controller leads to unnecessary task transfers (the queue lengths oscillate) due to the time delays. A modification of this controller is proposed below that avoids unnecessary task transfers. As explained, each node controller (load balancing algorithm) has only delayed values of the queue lengths of the other nodes, and each transfer of data from one node to another is received only after a finite time delay. An important issue considered here is the effect of these delays on system performance. The model used here captures the effect of the delays in load balancing techniques as well as the processor constraints so that system theoretic methods can be used to analyze them. The basic mathematical model of a given computing node It is an estimate because at any time, each node only has a delayed value of the number of tasks in the other nodes for load balancing is given by where dx i (t) dt = λ i µ i ( η i (t)) i )η i (t) + n j= p ij, p jj =, p ij t pi t p j j (t h ij ))η j (t h ij ) () n i= p ij = { Um > if x i )= i > if x i. In this model n is the number of nodes. x i (t) is the expected waiting time experienced by a task inserted into the queue of the i th node. With q i (t) the number of tasks in the i th node and t pi the average time needed to process a task on the i th node, the expected (average) waiting time is then given by x i (t)=q i (t)t pi. Note that x j /t p j = q j is the number of tasks in the node j queue. If these tasks were transferred to node i, then the waiting time transferred is q j t pi = x j t pi /t p j, so that the fraction t pi /t p j converts waiting time on node j to waiting time on node i. λ i is the rate of generation of waiting time on the i th node caused by the addition of tasks (rate of increase in x i ). µ i is the rate of reduction in waiting time caused by the service of tasks at the i th node and is given by µ i ( ) t pi /tpi = for all i if x i (t) >, while if x i (t)= then µ i ; that is, if there are no tasks in the queue, then the queue cannot possibly decrease. η i = or is the control input which specifies whether tasks (waiting time) are processed on a node or tasks (waiting time) are transferred to other nodes. U m is the limit on the rate at which data can be transmitted from one node to another and is basically a bandwidth constraint. p ij j )η j (t) is the rate at which node j sends waiting time (tasks) to node i at time t where p ij, n i= p ij = and p jj =. That is, the transfer from node j of expected waiting time (tasks) t2 t j )η j (t)dt in the interval of time [ ] t,t 2 to the other nodes is carried out with the i th node being sent the fraction p t2 ij t j )η j (t)dt of this waiting time. ( As n ) i= p t2 ij t j )η j (t)dt = t 2 t j )η j (t)dt, this results in removing all of the waiting time t2 t j )η j (t)dt from node j. The quantity p ij j (t h ij ))η j (t h ij ) is the rate of transfer of the expected waiting time (tasks) at time t from node j by (to) node i where h ij (h ii = ) is the time delay for the task transfer from node j to node i. In this model, all rates are in units of the rate of change of expected waiting time, or time/time which is dimensionless.
3 As η i = or, node i can only send tasks to other nodes and cannot initiate transfers from another node to itself. A delay is experienced by transmitted tasks before they are received at the other node. Model () is the basic model, the p ji defines how to portion the tasks to be transferred on each sending node i. One approach is to choose them as constant and equal p ji = /(n ) for j i and p ii = (2) where it is clear that p ji, n j= p ji =. Another approach is to base them on the estimated state of the network and is presented in the next section. The model () is shown in [8] to be self consistent in that the queue lengths are always nonnegative and the total number of tasks in all the queues and the network are conserved (i.e., load balancing can neither create nor lose tasks). The model is only (Lyapunov) stable, and asymptotic stability must be insured by the choice of the feedback law. III. FEEDBACK CONTROL In [8], a feedback law at each node i was based on the value of x i (t) and the delayed values x j (t τ ij )(j i) from the other nodes. Here τ ij (τ ii = ) denote the time delays for communicating the expected waiting time x j from node j to node i. However, there is additional information that can be made available to the nodes specifically, the information on q neti, which is the number of tasks that are in the network being sent to the i th node, or equivalently, the waiting time x neti t pi q neti. Here it is proposed to base the controller not only on the local queue size q i, but also use information about the number of tasks q neti in transit to node i. The node j sends to each node i in the network information on the number of tasks q netij it has decided to send to each of the other nodes in the network. This way the other nodes can take into account this information (without having to wait for the actual arrival of the tasks) in making their control decision. The communication of the number of tasks q netij being sent from node j to node i is much faster than the actual transfer of the tasks. Furthermore, each node i also broadcasts its total (anticipated) amount of tasks, i.e., q i +q neti to the other nodes so that they have a more current estimate of the tasks on each node (rather than have to wait for the actual transfer of the tasks). The information that each node has will be a more up to date estimate of the state of network using this scheme. Define ( ) z i x i + x neti = t pi q i + q neti (3) which is the anticipated waiting time at node i. Further, define ) z i avg /n (4) ( n z j (t τ ij ) j= to be the i th node s estimate of the average anticipated waiting time of all the nodes in the network. This is still 2723 an estimate due to the communication delays. Therefore, w i (t) x i (t) z i avg (t)=x i (t) n j= z j (t τ ij ) (5) n to be the expected waiting time relative to the estimate of average (anticipated) waiting time in the network by the i th node. By using the waiting times z i (t) in (5) (rather than x i (t)) unnecessary task transfers are avoided (see [9]). A control law based on the anticipated waiting times is chosen as η i (t)=h(w i (t)). (6) where h( ) is a function given by { if w h(w)= if w <. The control law (6) states a balancing action is needed on node i if its local waiting time is above the estimate of the anticipated network average waiting time. How a sending node portions out its excess load to transfer to other nodes is determined by the p ij. Rather than set the p ij constant as in (2), they are specified by equation (7) below. The quantity p ij is the fraction of waiting time above the network average to be transferred from node j to node i. The p ij can be specified using the anticipated waiting times z j of the other nodes. The quantity z j avg z i (t τ ji ) represents what node j estimates the network s average anticipated waiting time is relative to its estimate of the anticipated waiting time in the queue of node i. If the estimate of the queue of node i (i.e., z i (t τ ji ))isabove what node j estimates the network s average (i.e., z j avg ) is, then node j sends tasks to node i. ( Otherwise, node ) j sends no tasks to node i. Therefore sat z j avg z i (t τ ji ) is a measure by node j as to how much node i is below the local average. Node j then repeats this computation for all the other nodes and then portions out its tasks among the other nodes according to the amounts they are below its estimate of the network average, that is, ( ) sat z j avg z i (t τ ji ) p ij = ( ). (7) sat z j avg z i (t τ ji ) i i j It is obvious that p ij, n i= p ij = and p jj =. All p ij are defined to be zero, and no load is transferred if the denominator is zero. IV. EXPERIMENTAL RESULTS A parallel machine has been built and used as an experimental facility for evaluation of load balancing strategies. A root node communicates with k groups of networked computers. Each of these groups is composed of n nodes (hosts) holding identical copies of a portion of the database. Any pair of groups correspond to different databases, which are not necessarily disjoint. In the experimental facility, all machines run the Linux operating system. Our interest here is in the load balancing in any one group of n nodes.
4 The database is implemented as a set of queues with associated search engine threads, typically assigned one per node of the parallel machine. The search engine threads access tree-structured indices to locate database records that match search or store requests. Search requests that await processing may be placed in any queue associated with a search engine, and the contents of these queues may be moved arbitrarily among the processing nodes of a group to achieve a balance of the load. The OPNET Modeler [2] is a tool suite for the creation and analysis of discrete event simulations of computer networks. A network in OPNET Modeler is built of many components including network models, node models, link models, packet formats, and process models. By configuring specific parameters for each of these components and writing C code to describe the behavior of the component, a model was created to simulate the load balancing algorithm behavior with time-varying delays over different network topologies. In the OPNET model of a load balancing system, three nodes are connected by a model of a gigabit switch. Each node simulates the load balancing algorithm using a process model with a given set of initial conditions. Figure shows the process model at each node, which is the lowest level of the OPNET model hierarchy. A process model is a finite state machine, in which events from the simulation kernel produce conditions that cause transitions between states. The init state initializes system variables, schedules SEND STATS and PROC JOB transitions, and immediately transitions to the idle state. Here the idle state waits for interrupts from the simulation kernel to cause transitions to other states. The proc job state pulls a task from the queue, optionally generates additional tasks, updates its local average estimate, and schedules another PROC JOB transition for 4µ sec in the future. Transitions to the send stats state are scheduled at regular intervals, sending the node s queue size to all other nodes. Additionally, the send stats state will schedule a LOADBAL transition when it detects an imbalance in load based on the node s queue size and its local average estimate. The loadbal state implements the load balancing algorithm by determining the number of tasks to send to each node, sending each node a notification of the number of tasks in transit to it, and then sending the actual tasks. The last action of the loadbal state is to schedule a LOADBAL FINISHED transition, and to set a flag that will block transitions to the proc job and send stats states until the LOADBAL FINISHED transition occurs. This is done to account for the fact that the load balancing algorithm and search tasks contend for the same processing resources. When packets are sent from a node, they are passed to the simulation kernel where the delay to transfer the packet to another node is determined based on the packet size, the link bandwidth, and optionally, a random propagation delay. Once the total delay is determined, a PK ARRVL transition is scheduled at the receiving node for the appropriate time. When this transition occurs, the packet type is determined by the det pk type state to be a statistic update of another node s load, a notification of incoming tasks, or incoming tasks themselves and are handled by the rcv stats, rcv job info, and rcv jobs states, respectively. Fig.. OPNET simulation: process model in a load balancing system. The node that transfers tasks computes the amounts to be sent to other nodes using (7). This amount is computed and sent before actually transferring tasks. Such communications are efficient; the communication delay of each transferred measurement is much smaller than the task transfer delays. Thus knowledge of the anticipated queue sizes can be used to compensate the effect of delays. OPNET simulations and experimental results on the parallel computer are presented here to illustrate the effects of time delays in closed loop load balancing. A. Load Balancing with Initial Tasks The OPNET Model is configured to match the characteristics of the actual load balancing experiments with an initial queue distribution of ()=6, ()=2 and ()= tasks. The average time to do a search task is 4µ sec, and the inputs are set as λ =,λ 2 =,λ 3 =. The actual delays experienced by the network traffic in the parallel machine are random. Experiments were performed and the resulting time delays were measured and analyzed. Those values were used in the simulation for comparison with the experiments. Figure 2 shows the OPNET results of a 3-node load balancing using p ij based on the anticipated waiting times z i. The load balancer on each node uses the anticipated queue sizes which include both the queue information of other nodes and the task information in transit through the network. As the communication delay of each transferred measurement is much smaller than the actual task transfer delays, the node controller gets more up to date information to make its decision on load balancing. Figure 2 shows 2724
5 such a closed-loop controller which reduces unnecessary transfers (due to delayed information of other nodes, see [9]) resulting in a faster settling time. 6 5 OPNET Simulation: Comparison of Local Workloads node node node2 3. Node 2 uses the (anticipated) estimates + q net and + q net3 in the controller (5)(6) to balance its load. From Figure 4, the anticipated estimates are used by the controller to compensate the effect of delays in the task transfers so that no unnecessary task transfers are initiated. This method quickly balances computational workloads across all nodes and results in a shorter job completion time. Queue Length q net (t) + q net + q net3 _diff 2 3 Queue size 2 +q net Running Time (ms) _diff Fig. 2. OPNET 3-node simulation using controller (6) and p ij by (7). Figure 3 shows the experimental data of the responses of the queues versus time for load balancing with initial queues of ()=6, ()=2 and ()= tasks. In Figure 3, the system reaches the balanced state quickly using the anticipated waiting times. Although all trajectories contain random effects and therefore can not be compared point by point, the qualitative behaviors of the OPNET simulation and the experiment are quite similar. Queue size Actual running time (ms) Fig. 3. Plot of queue sizes using controller (6) and p ij by (7) Actual running time (ms) Fig. 4. Estimated queue sizes by node 2 using (6) and (7). B. Load Balancing with Task Generation In this experiment, the initial queue distribution is ()=6 tasks, ()=2 tasks and ()= tasks. The average time to do a search task is t pi = 4µ sec, and the inputs were set as λ = 3,λ 2 =,λ 3 =. That is, a number of new tasks is generated at the rate λ on node in each processing loop. It is interesting to see how the load balancing algorithm performs as tasks are dynamically generated. Figures 5 shows the OPNET simulation of a 3-node load balancing using the p ij specified by (7) with task generation in the process of execution. Figure 6 shows the responses of the queues versus time in an actual experimental run. The staircase-like increases of queue size corresponds to new task insertions in node at the rate λ = 3. Figures 5 and 6 show that the control system quickly acts to balance the nodes using the anticipated waiting times. The OPNET simulations indicate good agreement between the event-based nonlinear time delay model and the actual implementation. Figure 4 shows node 2 s estimates of the anticipated queue sizes in the network under closed-loop load balancing with the p ij based on the z i. Node broadcasts the number of tasks it is sending to each node before actually transferring the tasks to the other nodes. Specifically, + q net in Figure 4 is what node 2 estimates the total tasks at node or in transit to node, and + q net3 is what node 2 estimates the total tasks at node 3 or in transit to node 2725 V. SUMMARY In this work, a load balancing algorithm for parallel computing was modeled as a nonlinear dynamic system in the presence of time delays and processor resource constraints. A closed-loop controller was presented based on the local queue size and an estimate of the tasks being sent to the queue from other nodes. The proposed control law on each node used not only its estimate of the queue
6 Queue Length Fig. 5. Queue size OPNET Simulation: Comparison of Local Workloads node node node Running Time (ms) OPNET 3-node simulation of load balancing with task generation Fig Actual running time (ms) Plot of queue sizes in load balancing with task generation. sizes at other nodes, but also an estimate of the number of tasks in transit to it. The system achieved faster settling times than reported in [8] by using this information to avoid unnecessary transfers. An OPNET simulation model was presented to include the time varying delays arising in the closed-loop load balancing process. The OPNET simulations indicated good agreement of the nonlinear time delay model with the actual implementation. Both simulations and experimental results showed a substantial improvement in performance obtained using the closed-loop controller based on anticipated queue sizes. REFERENCES [] H. G. Rotithor, Taxonomy of dynamic task scheduling schemes in distributed computing systems, IEE Proceedings on Computer and Digital Techniques, vol. 4, no., pp., 994. [2] M. A. Senar, A. Corteś, A. Ripoll, L. Hluchý, and J. Astalos, Dynamic load balancing, in Parallel Program Development for Cluster Computing: methodology, tools and integrated environments (J. C. Cunha, P. Kacsuk, and S. C. Winter, eds.), Advances in Computation: Theory and Practice, pp , Nova Science, 2. New York [3] A. Corradi, L. Leonardi, and F. Zambonelli, Diffusive loadbalancing policies for dynamic applications, IEEE Concurrency, vol. 7, no., pp. 22 3, 999. [4] M. H. Willebeek-LeMair and A. P. Reeves, Strategies for dynamic load balancing on highly parallel computers, IEEE Transactions on Parallel and Distributed Systems, vol. 4, no. 9, pp , 993. [5] H. Kameda, J. Li, C. Kim, and Y. Zhang, Optimal Load Balancing in Distributed Computer Systems. Springer, 997. [6] H. Kameda, E.-Z. S. Fathy, I. Ryu, and J. Li, A performance comparison of dynamic versus static load balancing policies in a mainframe, in Proceedings of the 39th IEEE Conference on Decision and Control, pp , December 2. Sydney, Australia. [7] E. Altman and H. Kameda, Equilibria for multiclass routing in multi-agent networks, in Proceedings of the 4th IEEE Conference on Decision and Control, pp , December 2. Orlando, FL, USA. [8] J. L. Hellerstein, Challenges in control engineering of computing systems, in Proceedings of the 24 American Control Conference, pp , June 24. Boston, MA, USA. [9] Y. Diao, J. L. Hellerstein, A. J. Storm, M. Surendra, S. Lightstone, S. Pareky, and C. Garcia-Arellano, Using MIMO linear control for load balancing in computing systems, in Proceedings of the 24 American Control Conference, pp , June 24. Boston, MA, USA. [] A. Robertsson, B. Wittenmark, M. Kihl, and M. Andersson, Design and evaluation of load control in web server systems, in Proceedings of the 24 American Control Conference, pp , June 24. Boston, MA, USA. [] T. Abdelzaher, Y. Lu, R. Zhang, and D. Henriksson, Practical application of control theory to web services, in Proceedings of the 24 American Control Conference, pp , June 24. Boston, MA, USA. [2] L. Kleinrock, Queuing Systems Vol I : Theory. John Wiley & Sons, 975. New York. [3] F. Spies, Modeling of optimal load balancing strategy using queuing theory, Microprocessors and Microprogramming, vol. 4, pp , 996. [4] C. T. Abdallah, N. Alluri, J. D. Birdwell, J. Chiasson, V. Chupryna, Z. Tang, and T. Wang, A linear time delay model for studying load balancing instabilities in parallel computations, The International Journal of System Science, vol. 34, no. -, pp , 23. [5] J. D. Birdwell, J. Chiasson, Z. Tang, C. T. Abdallah, M. Hayat, and T. Wang, Dynamic time delay models for load balancing Part I: Deterministic models, in Advances in Time-Delay Systems (S.-I. Niculescu and K. Gu, eds.), vol. 38 of Lecture Notes in Computational Science and Engineering, pp , Springer- Verlag, 23. [6] M. Hayat, S. Dhakal, C. T. Abdallah, J. D. Birdwell, and J. Chiasson, Dynamic time delay models for load balancing, Part II: A stochastic analysis of the effect of delay uncertainty, in Advances in Time- Delay Systems (S.-I. Niculescu and K. Gu, eds.), vol. 38 of Lecture Notes in Computational Science and Engineering, pp , Springer-Verlag, 23. [7] J. D. Birdwell, J. Chiasson, C. T. Abdallah, Z. Tang, N. Alluri, and T. Wang, The effect of time delays in the stability of load balancing algorithms for parallel computations, in Proceedings of the 42nd IEEE Conference on Decision and Control, pp , December 23. Maui, HI, USA. [8] Z. Tang, J. D. Birdwell, J. Chiasson, C. T. Abdallah, and M. Hayat, A time delay model for load balancing with processor resource constraints, in Proceedings of the 43rd IEEE Conference on Decision and Control, pp , December 24. Paradise Island, Bahamas. [9] Z. Tang, J. D. Birdwell, J. Chiasson, C. Abdallah, and M. Hayat, Closed loop control of a load balancing network with time delays and processor resource constraints, in Advances in Communication Control Networks (S. Tarbouriech, C. Abdallah, and J. Chiasson, eds.), vol. 38 of Lecture Notes in Control and Information Sciences, pp , Springer, 24. [2] OPNET Technologies Inc., OPNET Modeler, 24. Available:
A Linear Time Delay Model for Studying Load Balancing Instabilities in Parallel Computations
A Linear Time Delay Model for Studying Load Balancing Instabilities in Parallel Computations C. Abdallah ECE Dept University of NewMexico Alburquerque NM 87131-1356 Nivedita Alluri, J. Douglas Birdwell,
DISTRIBUTED LOAD BALANCING IN THE PRESENCE OF NODE FAILURE AND NETWORK DELAYS
DISTRIBUTED LOAD BALANCING IN THE PRESENCE OF NODE FAILURE AND NETWORK DELAYS J. Ghanem, C. T. Abdallah, M. M. Hayat 1 J. Chiasson, and J.D. Birdwell 2 Electrical & Computer Engineering Department Electrical
Dynamic Multi-User Load Balancing in Distributed Systems
Dynamic Multi-User Load Balancing in Distributed Systems Satish Penmatsa and Anthony T. Chronopoulos The University of Texas at San Antonio Dept. of Computer Science One UTSA Circle, San Antonio, Texas
RESEARCH PAPER International Journal of Recent Trends in Engineering, Vol 1, No. 1, May 2009
An Algorithm for Dynamic Load Balancing in Distributed Systems with Multiple Supporting Nodes by Exploiting the Interrupt Service Parveen Jain 1, Daya Gupta 2 1,2 Delhi College of Engineering, New Delhi,
Experiments on the local load balancing algorithms; part 1
Experiments on the local load balancing algorithms; part 1 Ştefan Măruşter Institute e-austria Timisoara West University of Timişoara, Romania [email protected] Abstract. In this paper the influence
Game Theory Based Load Balanced Job Allocation in Distributed Systems
in Distributed Systems Anthony T. Chronopoulos Department of Computer Science University of Texas at San Antonio San Antonio, TX, USA [email protected] Load balancing: problem formulation Load balancing
Abstract. 1. Introduction
A REVIEW-LOAD BALANCING OF WEB SERVER SYSTEM USING SERVICE QUEUE LENGTH Brajendra Kumar, M.Tech (Scholor) LNCT,Bhopal 1; Dr. Vineet Richhariya, HOD(CSE)LNCT Bhopal 2 Abstract In this paper, we describe
CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT
81 CHAPTER 5 WLDMA: A NEW LOAD BALANCING STRATEGY FOR WAN ENVIRONMENT 5.1 INTRODUCTION Distributed Web servers on the Internet require high scalability and availability to provide efficient services to
Performance Modeling and Analysis of a Database Server with Write-Heavy Workload
Performance Modeling and Analysis of a Database Server with Write-Heavy Workload Manfred Dellkrantz, Maria Kihl 2, and Anders Robertsson Department of Automatic Control, Lund University 2 Department of
A Game-Theoretic Model and Algorithm for Load Balancing in Distributed Systems
In Proc of the 6th IEEE International Parallel and Distributed Processing Symposium (IPDPS 2002, Workshop on Advances in Parallel and Distributed Computational Models (APDCM 02, April 5, 2002, Fort Lauderdale,
A Dynamic Approach for Load Balancing using Clusters
A Dynamic Approach for Load Balancing using Clusters ShwetaRajani 1, RenuBagoria 2 Computer Science 1,2,Global Technical Campus, Jaipur 1,JaganNath University, Jaipur 2 Email: [email protected] 1
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
Network congestion, its control and avoidance
MUHAMMAD SALEH SHAH*, ASIM IMDAD WAGAN**, AND MUKHTIAR ALI UNAR*** RECEIVED ON 05.10.2013 ACCEPTED ON 09.01.2014 ABSTRACT Recent years have seen an increasing interest in the design of AQM (Active Queue
A Hybrid Load Balancing Policy underlying Cloud Computing Environment
A Hybrid Load Balancing Policy underlying Cloud Computing Environment S.C. WANG, S.C. TSENG, S.S. WANG*, K.Q. YAN* Chaoyang University of Technology 168, Jifeng E. Rd., Wufeng District, Taichung 41349
Profit Maximization and Power Management of Green Data Centers Supporting Multiple SLAs
Profit Maximization and Power Management of Green Data Centers Supporting Multiple SLAs Mahdi Ghamkhari and Hamed Mohsenian-Rad Department of Electrical Engineering University of California at Riverside,
A Review of Customized Dynamic Load Balancing for a Network of Workstations
A Review of Customized Dynamic Load Balancing for a Network of Workstations Taken from work done by: Mohammed Javeed Zaki, Wei Li, Srinivasan Parthasarathy Computer Science Department, University of Rochester
Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing
www.ijcsi.org 227 Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing Dhuha Basheer Abdullah 1, Zeena Abdulgafar Thanoon 2, 1 Computer Science Department, Mosul University,
A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster
, pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing
A Survey on Load Balancing and Scheduling in Cloud Computing
IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 7 December 2014 ISSN (online): 2349-6010 A Survey on Load Balancing and Scheduling in Cloud Computing Niraj Patel
An Empirical Study and Analysis of the Dynamic Load Balancing Techniques Used in Parallel Computing Systems
An Empirical Study and Analysis of the Dynamic Load Balancing Techniques Used in Parallel Computing Systems Ardhendu Mandal and Subhas Chandra Pal Department of Computer Science and Application, University
A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters
A Comparative Performance Analysis of Load Balancing Algorithms in Distributed System using Qualitative Parameters Abhijit A. Rajguru, S.S. Apte Abstract - A distributed system can be viewed as a collection
A Review on an Algorithm for Dynamic Load Balancing in Distributed Network with Multiple Supporting Nodes with Interrupt Service
A Review on an Algorithm for Dynamic Load Balancing in Distributed Network with Multiple Supporting Nodes with Interrupt Service Payal Malekar 1, Prof. Jagruti S. Wankhede 2 Student, Information Technology,
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
Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network
Energy Efficient Load Balancing among Heterogeneous Nodes of Wireless Sensor Network Chandrakant N Bangalore, India [email protected] Abstract Energy efficient load balancing in a Wireless Sensor
Load Balancing of Web Server System Using Service Queue Length
Load Balancing of Web Server System Using Service Queue Length Brajendra Kumar 1, Dr. Vineet Richhariya 2 1 M.tech Scholar (CSE) LNCT, Bhopal 2 HOD (CSE), LNCT, Bhopal Abstract- In this paper, we describe
Resource Allocation Schemes for Gang Scheduling
Resource Allocation Schemes for Gang Scheduling B. B. Zhou School of Computing and Mathematics Deakin University Geelong, VIC 327, Australia D. Walsh R. P. Brent Department of Computer Science Australian
Implementation of Load Balancing Policies in Distributed Systems
Implementation of Load Balancing Policies in Distributed Systems by Jean Ghanem B.E., American University of Beirut, 2002 THESIS Submitted in Partial Fulfillment of the Requirements for the Degree of Master
2004 Networks UK Publishers. Reprinted with permission.
Riikka Susitaival and Samuli Aalto. Adaptive load balancing with OSPF. In Proceedings of the Second International Working Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET
Performance measurements and modeling of database servers
Performance measurements and modeling of database servers Maria Kihl, Gustav Cedersjö Dept. of Electrical and Information Technology Lund University, Sweden +46 46 222 9010 [email protected] Anders
Sla Aware Load Balancing Algorithm Using Join-Idle Queue for Virtual Machines in Cloud Computing
Sla Aware Load Balancing Using Join-Idle Queue for Virtual Machines in Cloud Computing Mehak Choudhary M.Tech Student [CSE], Dept. of CSE, SKIET, Kurukshetra University, Haryana, India ABSTRACT: Cloud
Web Server Software Architectures
Web Server Software Architectures Author: Daniel A. Menascé Presenter: Noshaba Bakht Web Site performance and scalability 1.workload characteristics. 2.security mechanisms. 3. Web cluster architectures.
A Network Flow Approach in Cloud Computing
1 A Network Flow Approach in Cloud Computing Soheil Feizi, Amy Zhang, Muriel Médard RLE at MIT Abstract In this paper, by using network flow principles, we propose algorithms to address various challenges
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing
Efficient Parallel Processing on Public Cloud Servers Using Load Balancing Valluripalli Srinath 1, Sudheer Shetty 2 1 M.Tech IV Sem CSE, Sahyadri College of Engineering & Management, Mangalore. 2 Asso.
COMPARATIVE STUDY ON LOAD BALANCING TECHNIQUES IN DISTRIBUTED SYSTEMS
International Journal of Information Technology and Knowledge Management December 2012, Volume 6, No. 1, pp. 53-60 COMPARATIVE STUDY ON LOAD BALANCING TECHNIQUES IN DISTRIBUTED SYSTEMS P. Beaulah Soundarabai*
[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
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
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 [email protected] Khaled M. F. Elsayed, senior member IEEE [email protected] Department
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
On the Traffic Capacity of Cellular Data Networks. 1 Introduction. T. Bonald 1,2, A. Proutière 1,2
On the Traffic Capacity of Cellular Data Networks T. Bonald 1,2, A. Proutière 1,2 1 France Telecom Division R&D, 38-40 rue du Général Leclerc, 92794 Issy-les-Moulineaux, France {thomas.bonald, alexandre.proutiere}@francetelecom.com
How To Balance In A Distributed System
6 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 11, NO. 1, JANUARY 2000 How Useful Is Old Information? Michael Mitzenmacher AbstractÐWe consider the problem of load balancing in dynamic distributed
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
packet retransmitting based on dynamic route table technology, as shown in fig. 2 and 3.
Implementation of an Emulation Environment for Large Scale Network Security Experiments Cui Yimin, Liu Li, Jin Qi, Kuang Xiaohui National Key Laboratory of Science and Technology on Information System
Efficient DNS based Load Balancing for Bursty Web Application Traffic
ISSN Volume 1, No.1, September October 2012 International Journal of Science the and Internet. Applied However, Information this trend leads Technology to sudden burst of Available Online at http://warse.org/pdfs/ijmcis01112012.pdf
A Clustered Approach for Load Balancing in Distributed Systems
SSRG International Journal of Mobile Computing & Application (SSRG-IJMCA) volume 2 Issue 1 Jan to Feb 2015 A Clustered Approach for Load Balancing in Distributed Systems Shweta Rajani 1, Niharika Garg
Contributions to Gang Scheduling
CHAPTER 7 Contributions to Gang Scheduling In this Chapter, we present two techniques to improve Gang Scheduling policies by adopting the ideas of this Thesis. The first one, Performance- Driven Gang Scheduling,
AN ADAPTIVE DISTRIBUTED LOAD BALANCING TECHNIQUE FOR CLOUD COMPUTING
AN ADAPTIVE DISTRIBUTED LOAD BALANCING TECHNIQUE FOR CLOUD COMPUTING Gurpreet Singh M.Phil Research Scholar, Computer Science Dept. Punjabi University, Patiala [email protected] Abstract: Cloud Computing
Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc
(International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan [email protected]
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,
BRAESS-LIKE PARADOXES FOR NON-COOPERATIVE DYNAMIC LOAD BALANCING IN DISTRIBUTED COMPUTER SYSTEMS
GESJ: Computer Science and Telecommunications 21 No.3(26) BRAESS-LIKE PARADOXES FOR NON-COOPERATIVE DYNAMIC LOAD BALANCING IN DISTRIBUTED COMPUTER SYSTEMS Said Fathy El-Zoghdy Department of Computer Science,
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.
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
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
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:
CURTAIL THE EXPENDITURE OF BIG DATA PROCESSING USING MIXED INTEGER NON-LINEAR PROGRAMMING
Journal homepage: http://www.journalijar.com INTERNATIONAL JOURNAL OF ADVANCED RESEARCH RESEARCH ARTICLE CURTAIL THE EXPENDITURE OF BIG DATA PROCESSING USING MIXED INTEGER NON-LINEAR PROGRAMMING R.Kohila
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 [email protected]
Optimizing Shared Resource Contention in HPC Clusters
Optimizing Shared Resource Contention in HPC Clusters Sergey Blagodurov Simon Fraser University Alexandra Fedorova Simon Fraser University Abstract Contention for shared resources in HPC clusters occurs
A Novel Switch Mechanism for Load Balancing in Public Cloud
International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A Novel Switch Mechanism for Load Balancing in Public Cloud Kalathoti Rambabu 1, M. Chandra Sekhar 2 1 M. Tech (CSE), MVR College
Preserving Message Integrity in Dynamic Process Migration
Preserving Message Integrity in Dynamic Process Migration E. Heymann, F. Tinetti, E. Luque Universidad Autónoma de Barcelona Departamento de Informática 8193 - Bellaterra, Barcelona, Spain e-mail: [email protected]
@IJMTER-2015, All rights Reserved 355
e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com A Model for load balancing for the Public
A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster
Acta Technica Jaurinensis Vol. 3. No. 1. 010 A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster G. Molnárka, N. Varjasi Széchenyi István University Győr, Hungary, H-906
Fuzzy Active Queue Management for Assured Forwarding Traffic in Differentiated Services Network
Fuzzy Active Management for Assured Forwarding Traffic in Differentiated Services Network E.S. Ng, K.K. Phang, T.C. Ling, L.Y. Por Department of Computer Systems & Technology Faculty of Computer Science
Load Distribution in Large Scale Network Monitoring Infrastructures
Load Distribution in Large Scale Network Monitoring Infrastructures Josep Sanjuàs-Cuxart, Pere Barlet-Ros, Gianluca Iannaccone, and Josep Solé-Pareta Universitat Politècnica de Catalunya (UPC) {jsanjuas,pbarlet,pareta}@ac.upc.edu
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
Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling
Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling Praveen K. Muthusamy, Koushik Kar, Sambit Sahu, Prashant Pradhan and Saswati Sarkar Rensselaer Polytechnic Institute
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
Scheduling Allowance Adaptability in Load Balancing technique for Distributed Systems
Scheduling Allowance Adaptability in Load Balancing technique for Distributed Systems G.Rajina #1, P.Nagaraju #2 #1 M.Tech, Computer Science Engineering, TallaPadmavathi Engineering College, Warangal,
A New Nature-inspired Algorithm for Load Balancing
A New Nature-inspired Algorithm for Load Balancing Xiang Feng East China University of Science and Technology Shanghai, China 200237 Email: xfeng{@ecusteducn, @cshkuhk} Francis CM Lau The University of
IMPROVED PROXIMITY AWARE LOAD BALANCING FOR HETEROGENEOUS NODES
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 6 June, 2013 Page No. 1914-1919 IMPROVED PROXIMITY AWARE LOAD BALANCING FOR HETEROGENEOUS NODES Ms.
Load Balancing on a Non-dedicated Heterogeneous Network of Workstations
Load Balancing on a Non-dedicated Heterogeneous Network of Workstations Dr. Maurice Eggen Nathan Franklin Department of Computer Science Trinity University San Antonio, Texas 78212 Dr. Roger Eggen Department
Windows Server Performance Monitoring
Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly
A novel load balancing algorithm for computational grid
International Journal of Computational Intelligence Techniques, ISSN: 0976 0466 & E-ISSN: 0976 0474 Volume 1, Issue 1, 2010, PP-20-26 A novel load balancing algorithm for computational grid Saravanakumar
A NOVEL RESOURCE EFFICIENT DMMS APPROACH
A NOVEL RESOURCE EFFICIENT DMMS APPROACH FOR NETWORK MONITORING AND CONTROLLING FUNCTIONS Golam R. Khan 1, Sharmistha Khan 2, Dhadesugoor R. Vaman 3, and Suxia Cui 4 Department of Electrical and Computer
Oscillations of the Sending Window in Compound TCP
Oscillations of the Sending Window in Compound TCP Alberto Blanc 1, Denis Collange 1, and Konstantin Avrachenkov 2 1 Orange Labs, 905 rue Albert Einstein, 06921 Sophia Antipolis, France 2 I.N.R.I.A. 2004
Overlapping Data Transfer With Application Execution on Clusters
Overlapping Data Transfer With Application Execution on Clusters Karen L. Reid and Michael Stumm [email protected] [email protected] Department of Computer Science Department of Electrical and Computer
4 Internet QoS Management
4 Internet QoS Management Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology [email protected] September 2008 Overview Network Management Performance Mgt QoS Mgt Resource Control
Supplement to Call Centers with Delay Information: Models and Insights
Supplement to Call Centers with Delay Information: Models and Insights Oualid Jouini 1 Zeynep Akşin 2 Yves Dallery 1 1 Laboratoire Genie Industriel, Ecole Centrale Paris, Grande Voie des Vignes, 92290
Defining Performance Criteria and Planning Performance Tests for the Exam Registration Software
Vuk Vuković, Jovica Đurković, Jelica Trninić Defining Performance Criteria and Planning Performance Tests for the Software Article Info: Received 12 June 2014 Accepted 24 June 2014 UDC 004.4 Recommended
On the Interaction and Competition among Internet Service Providers
On the Interaction and Competition among Internet Service Providers Sam C.M. Lee John C.S. Lui + Abstract The current Internet architecture comprises of different privately owned Internet service providers
MEASURING PERFORMANCE OF DYNAMIC LOAD BALANCING ALGORITHMS IN DISTRIBUTED COMPUTING APPLICATIONS
MEASURING PERFORMANCE OF DYNAMIC LOAD BALANCING ALGORITHMS IN DISTRIBUTED COMPUTING APPLICATIONS Priyesh Kanungo 1 Professor and Senior Systems Engineer (Computer Centre), School of Computer Science and
Modeling and Performance Analysis of Telephony Gateway REgistration Protocol
Modeling and Performance Analysis of Telephony Gateway REgistration Protocol Kushal Kumaran and Anirudha Sahoo Kanwal Rekhi School of Information Technology Indian Institute of Technology, Bombay, Powai,
A Markovian Sensibility Analysis for Parallel Processing Scheduling on GNU/Linux
A Markovian Sensibility Analysis for Parallel Processing Scheduling on GNU/Linux Regiane Y. Kawasaki 1, Luiz Affonso Guedes 2, Diego L. Cardoso 1, Carlos R. L. Francês 1, Glaucio H. S. Carvalho 1, Solon
CS423 Spring 2015 MP4: Dynamic Load Balancer Due April 27 th at 9:00 am 2015
CS423 Spring 2015 MP4: Dynamic Load Balancer Due April 27 th at 9:00 am 2015 1. Goals and Overview 1. In this MP you will design a Dynamic Load Balancer architecture for a Distributed System 2. You will
A Study of Network Security Systems
A Study of Network Security Systems Ramy K. Khalil, Fayez W. Zaki, Mohamed M. Ashour, Mohamed A. Mohamed Department of Communication and Electronics Mansoura University El Gomhorya Street, Mansora,Dakahlya
Effective Load Balancing Based on Cloud Partitioning for the Public Cloud
Effective Load Balancing Based on Cloud Partitioning for the Public Cloud 1 T.Satya Nagamani, 2 D.Suseela Sagar 1,2 Dept. of IT, Sir C R Reddy College of Engineering, Eluru, AP, India Abstract Load balancing
Proposed Pricing Model for Cloud Computing
Computer Science and Information Technology 2(4): 211-218, 2014 DOI: 10.13189/csit.2014.020405 http://www.hrpub.org Proposed Pricing Model for Cloud Computing Muhammad Adeel Javaid Member Vendor Advisory
Operatin g Systems: Internals and Design Principle s. Chapter 10 Multiprocessor and Real-Time Scheduling Seventh Edition By William Stallings
Operatin g Systems: Internals and Design Principle s Chapter 10 Multiprocessor and Real-Time Scheduling Seventh Edition By William Stallings Operating Systems: Internals and Design Principles Bear in mind,
Distributed Dynamic Load Balancing for Iterative-Stencil Applications
Distributed Dynamic Load Balancing for Iterative-Stencil Applications G. Dethier 1, P. Marchot 2 and P.A. de Marneffe 1 1 EECS Department, University of Liege, Belgium 2 Chemical Engineering Department,
Modeling and Verification of Sampled-Data Hybrid Systems
Modeling and Verification of Sampled-Data Hybrid Systems Abstract B. Izaias Silva and Bruce H. Krogh Dept. of Electrical and Computer Engineering, Carnegie Mellon University (Izaias /krogh)@cmu.edu We
Capacity Allocation and Contention Resolution in a Photonic Slot Routing All-Optical WDM Mesh Network
Capacity Allocation and Contention Resolution in a Photonic Slot Routing All-Optical WDM Mesh Network Hui Zang, Jason P. Jue 2, and Biswanath Mukherjee Department of Computer Science, University of California,
