Hierarchical Status Information Exchange Scheduling and Load Balancing For Computational Grid Environments
|
|
|
- Clarence Richards
- 10 years ago
- Views:
Transcription
1 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February Hierarchical Status Information Exchange Scheduling and Load Balancing For Computational Grid Environments Malarvizhi Nandagopal and Rhymend V Uthariaraj 2 Research Scholar, Ramanujan Computing Centre, Anna University Chennai 2 Professor & Director, Ramanujan Computing Centre, Anna University Chennai Abstract The computational grid is a new parallel and distributed computing paradigm that provides resources for large scientific computing applications. It typically consists of heterogeneous resources such as clusters that may reside in different administrative domains, be subject to different access policies and be connected by networks with widely varying performance characteristics. Many researchers have been proposed numerous scheduling and load balancing techniques for locally distributed multiprocessor systems. However, they suffer from significant deficiencies when extended to a grid environment. Computational grids have the potential for solving large-scale scientific computing applications. The main techniques that are most suitable to cope with the dynamic nature of the grid are the effective utilization of grid resources and the distribution of application load among multiple resources in a grid environment. This paper addresses the problem of scheduling and load balancing in a grid architecture where computational resources are dispersed in different administrative domains or clusters which are connected to the grid scheduler by means of heterogeneous communication bandwidths is considered. The proposed work addresses the problem of load balancing using Min-Load and Min-Cost policies while scheduling jobs to the resources in multi-cluster environment. Also, a heuristic taking both the resource load and the network cost into consideration is developed to evaluate the benefits of scheduling jobs to resources in different clusters. In this paper three steps strategy has been used to determine a resource for an arriving job. It also determines the distribution of job to the remote clusters for optimizing the performance. A set of simulations conducted on the GridSim Toolkit showed that the proposed strategy provides significant performance improvement over existing ones. Keywords: Grid Computing, Scheduling, Load Balancing, Response Time, Communication Cost.. Introduction Grid computing has emerged as the next-generation parallel and distributed computing methodology that aggregates dispersed heterogeneous resources for solving various kinds of large-scale parallel applications in science, engineering and commerce []. In large-scale grid environments, the underlying network connecting them is heterogeneous and bandwidth across resources varies from link to link. Grid environment is extremely unpredictable: processor capacities are different and usually unknown, computers may connect and disconnect at any time, and their speeds may change over time [2].Although load-balancing problem in conventional distributed systems has been intensively studied, new challenges in grid computing still make it an interesting topic and many research projects are under way. Load Balancing algorithms in classical distributed systems, which usually run on homogeneous and dedicated resources, cannot work well in the grid architectures. Grids have a lot of specific characteristics, like heterogeneity, autonomy and dynamicity, which remain obstacles for applications to harness conventional load balancing algorithms directly. A computational grid is the cooperation of distributed computer systems where user jobs can be executed on either local or remote resources. With its multitude of heterogeneous resources, a proper scheduling and efficient load balancing across the grid is required for improving the performance of the system. While balancing the load, certain types of information such as number of jobs waiting in queue, load (number of jobs queued on the resource /speed of the resource), job arrival rate, CPU processing rate etc. need to be exchanged among computational resources. A load balancing strategy is categorized as either centralized or distributed [3]. In centralized scheme, all these information need to be stored at one location where load balancing decisions are made. Such centralized schemes also require synchronization among resources. In contrast, in distributed schemes, every node periodically broadcasts its state information throughout the system and executes balancing. However, it requires global information and has the problem of communication overheads incurred by frequent information exchange between resources. Alternatively [4] proposed partitioning nodes into different groups or domains. Each partition has a central or master node to collect the information of all its domain nodes. The information exchanges are between central and its domain nodes only. The proposed work belongs to this category. Load balancing algorithms can be static [5][6] or dynamic [7]. In a static algorithm, the scheduling is carried out according to a predetermined approach. On the other hand, a dynamic algorithm adapts its decision to the current Manuscript received February 5, 200 Manuscript revised February 20, 200
2 78 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February 200 state of the system. Thus, a dynamic approach can be made adaptive to changes in system parameters such as job arrival rate, CPU processing rate, load and communication bandwidth between resources. In [8], information exchange methods are classified into three categories: periodic, on-demand, and event-driven. In the periodic category, each domain node periodically broadcasts its state information to its central node. In the on-demand category, a node sends a request message to the rest of the nodes when it needs the information. The event-driven category is taking place when some specific conditions are met (events).the proposed work belongs to the periodic category. In [9] and [0], a node collects status information about neighbouring nodes by communicating with them at every load balancing instance. However, for large-scale grid environments, status exchange at each load balancing instance can lead to large communication overhead. Alternatively, estimation technique can be used based on system state information received at sufficiently large interval of time. In ELISA [], load balancing is carried out based on queue lengths. Whenever there is difference in queue length, jobs will be migrated to lightly loaded processor ignoring job migration cost. This cost becomes important factor when communication latency could be very large such as for grid environment. Load balancing involves assigning job to a resource proportional to its performance, thereby minimizing the response time of a job. However, there are wide varieties of issues that need to be considered for a heterogeneous grid environment. For example, processing capacities of the resources may differ and their usable capacities may vary according to the load imposed upon them. Further, in grid computing, as resources are distributed in multiple domains in the Internet, not only the computational nodes but also the underlying network connecting them are heterogeneous. Therefore, in the grid environment it is essential to consider the impact of various dynamic characteristics on the design and analysis of scheduling and load balancing algorithms. Due to uneven job arrival patterns and unequal computing capacities, one resource may be overloaded while others may be underutilized. It is therefore desirable to dispatch jobs to idle or lightly loaded resources to achieve better resource utilization and reduce the mean job response time. The strategy proposed here is to perform scheduling and balancing the application load in the grid environment by taking resource heterogeneity, communication delay and network heterogeneity into consideration... Literature Review values via time-series analysis. Reference [5] explains a scheduling algorithm on computational grid environment in which the grid Scheduler selects computational resources based on job requirements, job characteristics and information provided by the resources. The main aim of these schedulers is to minimize the Total Time to Release (TTR) for the individual application. TTR includes processing time of the program, waiting time in the queue, transfer of input and output data to and from the resource. The papers [6] and [7] considered static load balancing in a system with servers and computers where servers balance load among all computers in a round robin fashion. It requires each server to have information on status of all computers as well as the load allocated by all other servers. The hierarchical load balancing in grid is referred in [8] where load balancing algorithms are implemented at various levels of grid resources to reduce average response time of the grid application but does not consider the communication cost between clusters. Most application-level load balancing approaches are based on application partitioning via graph algorithms [20]. However, it does not address the issue of reducing job migration cost, i.e., the cost due to load redistribution. The load balancing algorithms in [9] and [20] proposes a migration of job to balance the load when the nodes become an overloading node but does not consider the resource and network heterogeneity. When compared with the existing work, the main characteristics of the proposed strategy can be summarized as follows: It privileges local load balancing to reduce communication costs. Jobs are computation intensive. The resources have different processing capabilities. Jobs are non pre-emptable which means that their execution on a resource cannot be suspended until completion. Jobs are independent which means that there is no communication between them. The network bandwidth varies between different cluster resources. The rest of this paper is organized as follows: Section 2 describes the proposed load balancing model architecture. Section 3 presents the load balancing algorithms at different levels of hierarchy. Section 4 discusses the experimental environment and simulation setup. Section 5 gives the simulation results and finally Section 6 presents the concluding remarks and future work. Previous relevant work includes scheduling in distributed systems [2], [3] and multi-site scheduling [4], where meta-scheduler s decisions are based on predicted load
3 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February System Model A simulation model is used to study the performance of scheduling and load balancing policies in the multicluster environment such as grid. In the proposed model job scheduling and load balancing is applied at two levels: grid and local. At grid level, a grid scheduler selects the appropriate cluster for job redistribution based on the proposed Min_Cost policy. At local level local schedulers allocate jobs to computational resources based on the proposed Min_Load policy. In order to explain the proposed model, the topological structure of grid computing is defined. 2. Grid Topology As topological point of view, grid G is considered as a collection of C number of clusters. There is a Global Scheduler (GS) who communicates with each one of the distributed clusters. Each cluster consists of K number of Processing Elements (PEs) and a Local Scheduler (LS). LS acts as a Cluster Manager (CM) and GS act as a Grid Manager (GM). There is a job arrival stream at the LS. LS dispatches the submitted jobs to PE according to the proposed policy. Every cluster is connected to the global network or WAN by a switch. Resources within the cluster are interconnected together by a LAN. An example of such topology is shown in Figure. 2.2 System Architecture Fig. General Grid Topology Figure 2 shows the proposed computational grid architecture. LS handles intra cluster communication and GS handles inter cluster communication. PEs only communicates with the LS in their cluster and do not directly contact resources outside the local cluster for load balancing purposes. Fig. 2 Structure of System Architecture The following is a bottom up view of the proposed architecture: PE Level (level 2): Any workstation called computing unit, can join the grid system and offer its computing resources (PEs) to the grid. When the computing unit starts, it will report information about its computational resources such as CPU speed, CPU load and Processing Capacity to its associated LS. LS Level (level ): Every newly joining computing unit registers itself within LS which is responsible for managing a dynamic pool of PEs. The role of LS is to maintain information about active PEs in the same cluster. It also performs load balancing among PEs within its control based on the proposed policy. GS Level (level 0): The role of GS is to maintain information about active clusters in the grid. In addition to that workload information, GS also maintains the heterogeneous bandwidth details between grid and cluster. Using these informations, GS performs load redistribution among clusters within its control based on the proposed policy. In the proposed model, jobs are submitted in the local cluster to reduce communication cost induced by job transfer. The submitted jobs are scheduled by LS. Based on the current load of local cluster, LS either assigns job to PEs within its control according to Min-Load policy or transfer the job to GS (saturation case). After getting job from LS, GS redistribute the job to remote cluster resources according to Min-Cost policy. Based on the computed decision the job starts execution. Once started the job run to completion on the assigned resource and are not rescheduled. 3. Scheduling and Load Balancing The proposed model takes into account the processing capacity, load and bandwidth of the resources in the grid. The class of problem address here is: computation-
4 80 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February 200 intensive and totally independent jobs with no communication between them. 3. System Parameters For each resource participating in the grid the following parameters are defined which will be used later on the load balancing operation. ) Job Parameters : ID of job, number of instructions per job, job size 2) PEs parameters: CPU speed, workload index which can be calculated using the total number of jobs queued on a given PE and its speed. 3) PE Processing Capacity (PEP: Number of jobs per second a PE can process. This can be calculated using the CPU speed and an average number of instructions per job. 4) CM Processing Capacity (CMP: Number of jobs per second the cluster can process. This can be calculated as the sum of the PEPCs of all the processing elements of that cluster. 5) GM Processing Capacity (GMP: Number of jobs per second that can be processed under the responsibility of GM. This can be calculated as the sum of all the CMPCs managed by the GM. 6) Network Parameter : Bandwidth size 7) Performance Parameters: The following performance parameters are focused: job mean response time, Slowdown, Load Information Traffic and Resource utilization. 3.2 Multi-Level Load Balancing Description The proposed load balancing model uses a distributed multi-level strategy. The underlined strategy at each level of grid architecture is described as follows: A) Cluster Level Load Balancing: Consider one LS and its pool of resources (PEs). In the proposed load balancing model only the CPU resources, their processing capacity (PEP and load are considered. The total processing capacity of this cluster is given by CMPC. Let NC as the number of jobs arrived at LS at steady-state, the number of jobs to be allocated to each PE will be proportional to the processing capacity of PE in order to maximize the throughput and have a good utilization of all the PEs in the pool. Define the PEShare of each PE in the pool by: PEShare i = NC. PEPC () CMPC It is also the responsibility of LS to check whether its resources are overloaded by comparing workload index of PE and its PEShare. If the workload index is higher than its share, then LS triggers job transfer policy so that jobs from overloaded PE are transferred to underloaded neighboring PE. At this level of load balancing the job transfer cost is neglected since PEs within the cluster are interconnected by LAN with similar bandwidth. B) Grid Level Load Balancing: Consider one GS which is responsible for a group of LS. GS maintains information about LS in terms of processing capacity, workload and bandwidth. This is similar to the cluster level load balancing with one additional parameter considered which is job transfer cost. The total processing capacity managed by GS is given by GMPC which is the sum of all the CMPCs. If NG as the number of jobs arrived at GS for redistribution, the number of jobs to be allocated to each CM is also proportional to the total processing capacity of CM. Define the share of each CM is given by: CMShare i = NG. CMPC (2) GMPC It is also the responsibility of GS to check whether its resources are overloaded by comparing workload index of CM and its CMShare. If the load index is higher than its share, then GS triggers job migration policy so that jobs from overloaded clusters are migrated to underloaded neighboring clusters. The chosen underloaded clusters are one which needs minimal job transfer cost by adding a network cost heuristic with load metric. The main advantage of this model is to provide privilege to local load balancing first (within cluster) and then on the entire grid (between clusters). In the proposed design if any resource joins or leaves the grid system its status information is collected and maintained by its higher level scheduler. All these resource status informations are used for the load balancing operation. 3.3 System Design The proposed grid system consists of M heterogeneous resources, (hereinafter the terms resource, CM and GM are interchangeably used) R, R 2,... R M, connected via communication network. Each resource has an infinite capacity buffer to store jobs waiting for execution. In Computational Grid environment, as resources are geographically distributed at different locations, the job transfer time from one location to another is a very significant factor for load balancing. Further, the communication latency is very large for WAN through which grid resources are normally connected. Moreover, due to network heterogeneity, the network bandwidth varies from one link to another. Due to these reasons, one cannot ignore the job transfer cost when making a job migration decision. Further, when resources are heterogeneous, jobs are assigned to resources according to its performance.
5 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February Fig. 3 Resource Status Exchange Intervals As shown in figure 3, at each periodic interval T s, each resource in the system calculates its status parameters such as job arrival rate, service rate, and load on the resource and exchanges its status information with its associated manager. The instant at which this information exchange takes place is called a status exchange instant. In the above figure T n- and T n represent the resource status exchange instant. As each resource balances the load within the hierarchy, for every resource R i, in the hierarchy its associated manager calculates the load on R i s neighboring resource R k at every estimation instant. In the above figure t, t 2,.t m- represent resource load estimation instants. Based on this calculated load, each manager resource will make a decision of job migration if load in one resource is greater than the load in another resource. It will try to distribute the load based on the load balancing strategy described in the next section. 3.4 Scheduling and Load Balancing Strategy At any load balancing level the following three steps strategies are used. As the description is in generic way, the concept of group (G) and element (E) is used. Depending on cases a group designs either a cluster or the grid (level or level 0) and an element is a group component (PE of level 2 or cluster of level ). The main steps of the proposed strategy can be summarized as follows: Step : Workload Estimation. For every element E i and at each status exchange instant period T do Send its workload LOD i to its associated scheduler. End For 2. At each period T the group node does the following: a) Computes its speed and capacity b) Evaluates its current workload LOD G c) Calculate element s maximum share. d) Send element workload to its associated scheduler. 3. At each estimation instant t, group node calculates the load of neighboring element for each element under its control. Step 2: Decision Making For each element do the following a) Compare the element load LOD i with the maximum amount of share of that element EShare i. The value of EShare i depends on the number of jobs arrived at G and the processing capacity of E i and G i b) If LOD i is greater than EShare i then the element is in overloaded state. c) For an overloaded case, determine the overloaded elements (source) and the underloaded ones (destination) to transfer a job from overloaded elements to underloaded ones. Step 3: Job Transferring In order to transfer jobs from overloaded elements to underloaded ones the following heuristics are proposed: Transfer criteria Switch G= Cluster: Perform Min-Load Policy; Return; G= Grid: Perform Min-Cost Policy; Return; End Switch Min-Load Policy: This policy is implemented in LS which determines a method a PE is selected for a job submitted in the local cluster. According to this policy, based on collected resource status information LS monitors the load of each PE and selects the PE with least load. In case there are two PEs with identical load, any one is selected at random. Min-Cost Policy: This policy is implemented in GS which determines the way a remote cluster is selected for a job migrated from the local saturated cluster. GS calculates the minimum communication cost of sending jobs to remote cluster resources based on the information collected in the last exchange interval. GS selects the cluster that provides minimum overall cost. Job Selection Criteria FCFS: Transfer the first submitted job (oldest job). FCFS scheduling policy is applied for jobs waiting in queues, both at GS and LS. FCFS ensures certain kind of fairness, does not require an advance information about job execution time, do not require much computational effort, and is easy to implement. 3.5 Communication Cost Since resources within a cluster usually use the same file system and there are dedicated file servers, program and data file do not have to be transferred when a job is scheduled to run on a resource in the same cluster (local jobs). Hence the network cost of remote job execution can
6 82 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February 200 be ignored in the single cluster environment. However, in the multi-cluster environment the related files of a job need to be transferred through much slower Internet links if the job is scheduled to run in a remote cluster. Therefore the cost of file transfers must be taken into consideration in the scheduling and load balancing strategy. Experimental results have shown that even though the network cost may be small compared to the job execution time, mean response time and utilization can be substantially improved if network cost is taken into consideration. Consider the distribution of job J submitted in grid node G from cluster E which is scheduled to run on a resource in a cluster C. The completion time of job J is approximated by the following formula: Runqueuelength( Runtime(J). + Jobsize( J ) (3) Speed( Linkspeed( G, where the meanings of the variables are listed in Table. Table : The Meaning of Variables in Formula (3) Execution time of job J when it runs Runtime(J) by itself on a computer with relative speed Jobsize(J) Total size of job J Speed of communication link Linkspeed(G, between G and C in Mbps Runqueuelength(C Current run queue length of cluster C ) Speed( Speed of cluster C Runqueuelength( The term Runtime(J). in (3) estimates Speed( the elapsed time of job J on cluster C and the term Jobsize( J ) in (3) estimates the job transfer time. Linkspeed( G, The job should be scheduled to the cluster with the minimum expected completion time. Unfortunately, the run time of a job is usually not known when the job arrives. Even if the job size is known, it does not help much in making the scheduling decision without knowledge of the job run time. Notice that Runtime(J) does not depend on the speed of the cluster (see Table for definition). Therefore, formula (3) can be divided by Runtime(J) without affecting the scheduling decision: Runqueuelength( Jobsize( J ) +. (4) Speed ( Runtime( J ) Linkspeed ( G, The value computed by the above formula is referred Jobsize ( J ) to as the relative completion time of the job. Runtime ( J ) is the only unknown term in (4) and use a constant CT to replace it. Thus, formula (4) becomes: Runqueuelength( Speed ( + CT. Linkspeed ( G, This is a heuristic load metric that takes link speed into consideration. It can be used to evaluate the benefits of sending jobs to cluster resources. The cluster that provides the smallest value according to formula (5) should be selected. The constant CT is selected such that CT. is much smaller Linkspeed ( G, C ) Runqueuele ngth( than. This is because, by adding the Speed( network cost term CT. in the load metric, Linkspeed ( G, C ) a job has higher probability to be scheduled to clusters that introduce less (or no) network costs. Therefore, for short jobs where network cost is comparable to run time, the completion time using this load metric would decrease significantly. On the other hand, for long jobs where network cost is negligible compared to run time, the completion time would not be affected very much. As a result, the overall system performance, especially mean response time is improved. Notice that since no network costs are incurred if a job is submitted to run in the local cluster, the second item in formula (4) or (5) (i.e., the file transfer costs) is set to 0 for local schedulers. 3.6 Performance Metrics The following metrics were selected to evaluate the performance of the proposed model:. Mean Response Time: Response time rj of job j is the time period from the job arrival to the completion time of the job. i.e., the time spent in the resource queue plus the job service (execution) time. The mean response time RT: RT= N N r j (6) j= where N is the total number of processed jobs. 2. Slowdown: Slowdown S j of a job j is the job s response time divided by the job s execution time. If ej is the execution time of a job j, then the slowdown is defined as follows: rj S j = (7) e j The average slowdown SLD is SLD = N N S j (8) j= (5)
7 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February where N is the total number of processed jobs. 3. Load Information Traffic (LIT): It is a metric for estimating the extent of traffic from clusters to GS due to load information. Let w be the message weight from each cluster and e be the number of load information exchange events occurred until the end of simulation. LIT is defined as follows: e LIT= ( C. w) (9) where C is the number of clusters. 4. Experimental Environment 4. GridSim Simulation ToolKit The simulation was carried out on the excellent grid simulation toolkit GridSim ToolKit 4.0 [2] which allows modeling and simulation of entities in grid computing systems-users, applications, resources, and resource load balancers for design and evaluation of load balancing algorithms. A heterogeneous grid environment by using various resource specifications was built. It proposes the method of creating a user job and different types of heterogeneous resources. The resources differ in their operating system type, CPU speed, RAM memory, MIPS rating. In GridSim, application jobs are modeled as Gridlet objects that contains all information related to the job and the execution management. Details of the available Grid resources are obtained from Grid Information Service (GIS) entity that keeps track of the resources available in the grid environment. The experimental environment consisting of hierarchy of resources used for the evaluation of proposed algorithm is shown in figure 4. A grid resource (GS) maintains information about machines (LS) and each machine contains PEs running at different speeds. All simulations are performed on a PC (Core 2 Processor, 3.20GHz, GB RAM) and all of the time in this paper is the simulation time. The bandwidth speed of low capacity link (within machine) is 0Mbps and the high capacity link (between machines) varies from 0.5Mbps to 00Mbps. All time units are in seconds so the performance metrics are also measured in seconds. 5. Simulation Results and Analysis The simulation results presented describe the performance of the proposed policies. The proposed policies are compared with Random_GS and Random_LS Policies described in [22]. According to these random policies a resource for job execution is selected randomly without considering its load and cost needed to transfer a job to that resource. However, in the proposed policy the resource for job execution is selected by considering load metric along with network cost which improves mean response time significantly. After 500 jobs, Min_Load and Min_Cost policies took the time 39.8% less than the Random_LS and Random_GS policies did. From Fig 5 and Table 2 it is observed that the proposed policies can increase performance by reducing the mean response time as compared to no load balancing and random polices case. Fig. 5 RT versus number of jobs Table 2: RT Analysis Fig. 4 GridSim Resource Hierarchy 4.2 Simulation Setup
8 84 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February 200 Figure 6 illustrates the relative decrease in SLD (DSLD) when the proposed Min-Cost and Min-Load policies are employed instead of Random_GS and Random_LS. The proposed policies yield the highest DSLD for all jobs. Fig. 6 Performance analysis of DSLD % The policies described in Section 3 are characterized by the resource status interval (T s ) parameter. The value of this parameter significantly affects LIT and RT. A high T s value increases the number of jobs waiting in scheduler s queue and their delay due to scheduling deferment and thereby RT increases. On the other hand, a small T s value eliminates this problem but increases the overhead as resource load information is required more frequently and therefore increases LIT. Figure 7 shows how RT and LIT is affected with regard to T s. Fig. 7 Variation of T s 6. Conclusion and Future Work This paper addressed the problem of scheduling and load balancing for computational grid environment. Load balancing strategies in the multi-cluster environment is proposed where clusters are located in different local area networks which are physically wide apart from one another. The proposed load balancing model takes into account the heterogeneity of the computational and network resources. i.e., the resources are with different processing capacity and network bandwidth. The load balancing policies at various levels of hierarchy are proposed to optimize various performance metrics. In addition, a heuristic that considers both machine load and network speed is suggested to estimate the completion time of executing jobs in remote clusters. Performance results have indicated that the proposed approach improves system performance in terms of mean response time and average slowdown. Now we discuss some of the limitations of this work and present some possible directions for future research. In this work, we assume that there is no precedence constraint among different jobs or different tasks of a job. Usually, the jobs are independent of each other in the grid, but different tasks of a job may have some precedence constraints. Hence, it is an interesting direction for future research. Such dependencies will not only make the problem extremely difficult to solve, but would also require estimating a very large number of parameters. In future we should also consider some fault tolerant measures to increase the reliability of our algorithm. References [] Foster, I., Kesselman, C. (eds.): The Grid: Blueprint for a Future Computing Infrastructure, 2nd Edition. Morgan Kaufmann, San Mateo (2004). [2] Dobber, M., Koole, G., Mei, R.: Dynamic load balancing experiments in a Grid. In: Proceedings of IEEE International Symposium on Cluster Computing and the Grid, Cardiff, [3] Kai Lu, Riky Subrata and Albert Y. Zomaya, An Efficient Load Balancing Algorithm for Heterogeneous Grid Systems Considering Desirability of Grid Sites, IEEE International Performance, Computing, and Communications Conference, IPCCC Vol 25Page(s):9 pp [4] Kimura, K., Ichiyosi, N.: Probabilistic analysis of the optimal efficiency of the multi-level dynamic load balancing schemes. In: Proceedings of the 6th Distributed Memory Computing Conference, Portland, (99) [5] Kameda, H., Li, J., Kim, C., Zhang, Y.: Optimal Load Balancing in Distributed Computer Systems. Springer, London (997). [6] H. Attiya, Two Phase Algorithm for Load Balancing in Heterogeneous Distributed Systems, Proc. 2th Euromicro Conf.Parallel, Distributed and Network-Based Processing (PDP 04), p. 434,2004. [7] HAN Xiangchun, PAN Xun. Distributed scheduling pattern for dynamic load balance in computing grid [J]. Computer engineering and Design,2007,28(2): [8] Shah, R., Veeravalli, B., Misra, M.: On the design of adaptive and de-centralized load balancing algorithms with load estimation for computational Grid environments. IEEE Trans. Parallel Distrib. Syst. 8, (2007). [9] Oliker, L., Biswas, R., Shan, H., Smith, W.: Job Scheduling in Heterogeneous Grid Environment. LBNL Lawrence Berkeley National Laboratory,Berkeley (2004)
9 IJCSNS International Journal of Computer Science and Network Security, VOL.0 No.2, February [0] Shan, H., Oliker, L., Biswas, R.: Job superscheduler architecture and performance in omputational Grid environments. In: Proceedings of IEEE/ACM Conference on Supercomputing, Phoenix, (2003). [] Anand, L., Ghose, D., Mani, V.: ELISA: an estimated load information scheduling algorithm for distributed computing systems. Int. J. Comput. Math. Appl. 37(8), (999) [2] H.D. Karatza, Performance of Gang Scheduling Policies in the Presence of Critical Sporadic Jobs in Distributed Systems, Proceedings of the International Symposium on Performance Evaluation of Computer and Telecommunication Systems-SPECTS 2007, San Diego, CA, 2007, pp [3] H.D. Karatza, Scheduling Gangs in a Distributed System, International Journal of Simulation: Systems, Science Technology, UK Simulation Society, Vol. 7, no., (January): 5-22, [4] M. Ioannidou, H. Karatza, Multi-site Scheduling with Multiple Job Reservations and Forecasting Methods, In Proceedings of International Symposium on Parallel and Distributed Processing and Applications, volume 4330 of Lecture Notes in Computer Science, Springer, 2006, pp [5] N.Malarvizhi,V.Rhymend Uthariaraj, A New Mechanism for Job Scheduling in Computational Grid Network Environments in proceedings of 5 th International Conference on Active Media Technology,Volume 5820 of Lecture Notes in Computer Science, Springer, 2009,pp [6] Grosu, D., Chronopoulos, A.T.: Noncooperative load balancing in distributed systems. J. Parallel Distrib. Comput. 65(9), (2005) [7] Penmatsa, S., Chronopoulos, A.T.: Job allocation schemes in computational Grids based on cost optimization. In: Proceedings of 9th IEEE International Parallel and Distributed Processing Symposium, Denver, (2005). [8] N.Malarvizhi,V.Rhymend Uthariaraj, Hierarchical Load Balancing Scheme for Computational Intensive Jobs in Grid Computing Environment in Proc. Int. Conf on Advanced Computing, India, Dec 2009, pp [9] H. Johansson and J. Steensland, A performance characterization of load balancing algorithms for parallel SAMR applications, Uppsala University, Department of Information Technology, Tech. Rep , [20] Y. Hu, R. Blake, and D. Emerson, An optimal migration algorithm for dynamic load balancing, Concurrency: Practice and Experience, vol. 0, pp , 998. [2] Buyya R, A Grid simulation toolkit for resource modeling and application scheduling for parallel and distributed computing. [22] Zikos, S., Karatza, H.D., Resource allocation strategies in a 2-level hierarchical grid system. In: Proceedings of the 4st Annual Simulation Symposium (ANSS), April 3 6, IEEE Computer Society Press, SCS, pp Malarvizhi Nandagopal received her BE and ME degree in computer science and Engineering from Madurai Kamaraj University. She is currently a Research Scholar in Ramanujan Computing Centre and is pursuing her PhD Degree in Anna University Chennai.Her research interest includes Parallel and Distributed Computing, Cloud Computing and Grid Computing. She is a member of IEEE and WIE. V.Rhymend Uthaiaraj received his PhD degree in computer science and Engineering from Anna University Chennai. He is currently working as a Professor and Director in the Department of Ramanujan Computing Centre, Anna University Chennai. His area of interest includes Computer Networks, Network Security, Computer Algorithms and Modeling, Mathematical Programming.
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 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
Global Load Balancing and Primary Backup Approach for Fault Tolerant Scheduling in Computational Grid
Global Load Balancing and Primary Backup Approach for Fault Tolerant Scheduling in Computational Grid S. Gokuldev & Shahana Moideen Department of Computer Science and Engineering SNS College of Engineering,
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
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
Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing
Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic
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
A Study on the Application of Existing Load Balancing Algorithms for Large, Dynamic, Heterogeneous Distributed Systems
A Study on the Application of Existing Load Balancing Algorithms for Large, Dynamic, Heterogeneous Distributed Systems RUPAM MUKHOPADHYAY, DIBYAJYOTI GHOSH AND NANDINI MUKHERJEE Department of Computer
Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.
Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement
A Novel Load Balancing Algorithms in Grid Computing
A Novel Load Balancing Algorithms in Grid Computing Shikha Gautam M.Tech. Student Computer Science SITM LKO Abhay Tripathi Assistant Professor Computer Science SITM LKO Abstract: The Grid is emerging as
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
DECENTRALIZED LOAD BALANCING IN HETEROGENEOUS SYSTEMS USING DIFFUSION APPROACH
DECENTRALIZED LOAD BALANCING IN HETEROGENEOUS SYSTEMS USING DIFFUSION APPROACH P.Neelakantan Department of Computer Science & Engineering, SVCET, Chittoor [email protected] ABSTRACT The grid
Load Balancing Algorithms for Peer to Peer and Client Server Distributed Environments
Load Balancing Algorithms for Peer to Peer and Client Server Distributed Environments Sameena Naaz Afshar Alam Ranjit Biswas Department of Computer Science Jamia Hamdard, New Delhi, India ABSTRACT Advancements
Keywords Load balancing, Dispatcher, Distributed Cluster Server, Static Load balancing, Dynamic Load balancing.
Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Hybrid Algorithm
How To Compare Load Sharing And Job Scheduling In A Network Of Workstations
A COMPARISON OF LOAD SHARING AND JOB SCHEDULING IN A NETWORK OF WORKSTATIONS HELEN D. KARATZA Department of Informatics Aristotle University of Thessaloniki 546 Thessaloniki, GREECE Email: [email protected]
Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing
Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004
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
Design of an Optimized Virtual Server for Efficient Management of Cloud Load in Multiple Cloud Environments
Design of an Optimized Virtual Server for Efficient Management of Cloud Load in Multiple Cloud Environments Ajay A. Jaiswal 1, Dr. S. K. Shriwastava 2 1 Associate Professor, Department of Computer Technology
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
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
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.
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.
Comparison of PBRR Scheduling Algorithm with Round Robin and Heuristic Priority Scheduling Algorithm in Virtual Cloud Environment
www.ijcsi.org 99 Comparison of PBRR Scheduling Algorithm with Round Robin and Heuristic Priority Scheduling Algorithm in Cloud Environment Er. Navreet Singh 1 1 Asst. Professor, Computer Science Department
Comparison on Different Load Balancing Algorithms of Peer to Peer Networks
Comparison on Different Load Balancing Algorithms of Peer to Peer Networks K.N.Sirisha *, S.Bhagya Rekha M.Tech,Software Engineering Noble college of Engineering & Technology for Women Web Technologies
An Effective Dynamic Load Balancing Algorithm for Grid System
An Effective Dynamic Load Balancing Algorithm for Grid System Prakash Kumar #1, Pradeep Kumar #2, Vikas Kumar *3 1,2 Department of CSE, NIET, MTU University, Noida, India 3 Linux Administrator, Eurus Internetworks
@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
Proposal of Dynamic Load Balancing Algorithm in Grid System
www.ijcsi.org 186 Proposal of Dynamic Load Balancing Algorithm in Grid System Sherihan Abu Elenin Faculty of Computers and Information Mansoura University, Egypt Abstract This paper proposed dynamic load
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
Efficient and Enhanced Load Balancing Algorithms in Cloud Computing
, pp.9-14 http://dx.doi.org/10.14257/ijgdc.2015.8.2.02 Efficient and Enhanced Load Balancing Algorithms in Cloud Computing Prabhjot Kaur and Dr. Pankaj Deep Kaur M. Tech, CSE P.H.D [email protected],
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,
A Load Balancing Model Based on Cloud Partitioning for the Public Cloud
IEEE TRANSACTIONS ON CLOUD COMPUTING YEAR 2013 A Load Balancing Model Based on Cloud Partitioning for the Public Cloud Gaochao Xu, Junjie Pang, and Xiaodong Fu Abstract: Load balancing in the cloud computing
A Survey Of Various Load Balancing Algorithms In Cloud Computing
A Survey Of Various Load Balancing Algorithms In Cloud Computing Dharmesh Kashyap, Jaydeep Viradiya Abstract: Cloud computing is emerging as a new paradigm for manipulating, configuring, and accessing
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,
DYNAMIC LOAD BALANCING IN A DECENTRALISED DISTRIBUTED SYSTEM
DYNAMIC LOAD BALANCING IN A DECENTRALISED DISTRIBUTED SYSTEM 1 Introduction In parallel distributed computing system, due to the lightly loaded and overloaded nodes that cause load imbalance, could affect
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
CDBMS Physical Layer issue: Load Balancing
CDBMS Physical Layer issue: Load Balancing Shweta Mongia CSE, School of Engineering G D Goenka University, Sohna [email protected] Shipra Kataria CSE, School of Engineering G D Goenka University,
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
The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment
The Load Balancing Strategy to Improve the Efficiency in the Public Cloud Environment Majjaru Chandra Babu Assistant Professor, Priyadarsini College of Engineering, Nellore. Abstract: Load balancing in
Round Robin with Server Affinity: A VM Load Balancing Algorithm for Cloud Based Infrastructure
J Inf Process Syst, Vol.9, No.3, September 2013 pissn 1976-913X eissn 2092-805X http://dx.doi.org/10.3745/jips.2013.9.3.379 Round Robin with Server Affinity: A VM Load Balancing Algorithm for Cloud Based
LOAD BALANCING TECHNIQUES
LOAD BALANCING TECHNIQUES Two imporatnt characteristics of distributed systems are resource multiplicity and system transparency. In a distributed system we have a number of resources interconnected by
How To Balance In Cloud Computing
A Review on Load Balancing Algorithms in Cloud Hareesh M J Dept. of CSE, RSET, Kochi hareeshmjoseph@ gmail.com John P Martin Dept. of CSE, RSET, Kochi [email protected] Yedhu Sastri Dept. of IT, RSET,
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015
RESEARCH ARTICLE OPEN ACCESS Ensuring Reliability and High Availability in Cloud by Employing a Fault Tolerance Enabled Load Balancing Algorithm G.Gayathri [1], N.Prabakaran [2] Department of Computer
A Comparison of Dynamic Load Balancing Algorithms
A Comparison of Dynamic Load Balancing Algorithms Toufik Taibi 1, Abdelouahab Abid 2 and Engku Fariez Engku Azahan 2 1 College of Information Technology, United Arab Emirates University, P.O. Box 17555,
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
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,
Cloud Partitioning of Load Balancing Using Round Robin Model
Cloud Partitioning of Load Balancing Using Round Robin Model 1 M.V.L.SOWJANYA, 2 D.RAVIKIRAN 1 M.Tech Research Scholar, Priyadarshini Institute of Technology and Science for Women 2 Professor, Priyadarshini
Cost Effective Selection of Data Center in Cloud Environment
Cost Effective Selection of Data Center in Cloud Environment Manoranjan Dash 1, Amitav Mahapatra 2 & Narayan Ranjan Chakraborty 3 1 Institute of Business & Computer Studies, Siksha O Anusandhan University,
Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing
Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load
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 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
A Review of Load Balancing Algorithms for Cloud Computing
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume - 3 Issue -9 September, 2014 Page No. 8297-8302 A Review of Load Balancing Algorithms for Cloud Computing Dr.G.N.K.Sureshbabu
Public Cloud Partition Balancing and the Game Theory
Statistics Analysis for Cloud Partitioning using Load Balancing Model in Public Cloud V. DIVYASRI 1, M.THANIGAVEL 2, T. SUJILATHA 3 1, 2 M. Tech (CSE) GKCE, SULLURPETA, INDIA [email protected] [email protected]
Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved.
EFFICIENT LOAD BALANCING USING ANT COLONY OPTIMIZATION MOHAMMAD H. NADIMI-SHAHRAKI, ELNAZ SHAFIGH FARD, FARAMARZ SAFI Department of Computer Engineering, Najafabad branch, Islamic Azad University, Najafabad,
Figure 1. The cloud scales: Amazon EC2 growth [2].
- Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 [email protected], [email protected] Abstract One of the most important issues
SCHEDULING IN CLOUD COMPUTING
SCHEDULING IN CLOUD COMPUTING Lipsa Tripathy, Rasmi Ranjan Patra CSA,CPGS,OUAT,Bhubaneswar,Odisha Abstract Cloud computing is an emerging technology. It process huge amount of data so scheduling mechanism
Operating System Multilevel Load Balancing
Operating System Multilevel Load Balancing M. Corrêa, A. Zorzo Faculty of Informatics - PUCRS Porto Alegre, Brazil {mcorrea, zorzo}@inf.pucrs.br R. Scheer HP Brazil R&D Porto Alegre, Brazil [email protected]
International Journal of Advance Research in Computer Science and Management Studies
Volume 3, Issue 6, June 2015 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance
P.Bhanuchand and N. Kesava Rao 1 A Game Theoretic Approach for Cloud Computing Infrastructure to Improve the Performance P.Bhanuchand, PG Student [M.Tech, CS], Dep. of CSE, Narayana Engineering College,
Efficient Service Broker Policy For Large-Scale Cloud Environments
www.ijcsi.org 85 Efficient Service Broker Policy For Large-Scale Cloud Environments Mohammed Radi Computer Science Department, Faculty of Applied Science Alaqsa University, Gaza Palestine Abstract Algorithms,
ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal
ADAPTIVE LOAD BALANCING FOR CLUSTER USING CONTENT AWARENESS WITH TRAFFIC MONITORING Archana Nigam, Tejprakash Singh, Anuj Tiwari, Ankita Singhal Abstract With the rapid growth of both information and users
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
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
International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer.
RESEARCH ARTICLE ISSN: 2321-7758 GLOBAL LOAD DISTRIBUTION USING SKIP GRAPH, BATON AND CHORD J.K.JEEVITHA, B.KARTHIKA* Information Technology,PSNA College of Engineering & Technology, Dindigul, India Article
Performance Analysis of Load Balancing Algorithms in Distributed System
Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 1 (2014), pp. 59-66 Research India Publications http://www.ripublication.com/aeee.htm Performance Analysis of Load Balancing
PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM
PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate
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
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
A Comparative Study of Load Balancing Algorithms in Cloud Computing
A Comparative Study of Load Balancing Algorithms in Cloud Computing Reena Panwar M.Tech CSE Scholar Department of CSE, Galgotias College of Engineering and Technology, Greater Noida, India Bhawna Mallick,
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
AN IMPROVED PERFORMANCE ANALYSIS OF PRIORITY SCHEDULING ALGORITHM IN MODIFIED AD HOC GRID LAYER
AN IMPROVED PERFORMANCE ANALYSIS OF PRIORITY SCHEDULING ALGORITHM IN MODIFIED AD HOC GRID LAYER R. Bhaskaran 1 and V.Parthasarathy 2 1 Department of Information Technology, PSNA College of Engg. and Technology,
Comparative Study of Load Balancing Algorithms
IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 3 (Mar. 2013), V2 PP 45-50 Comparative Study of Load Balancing Algorithms Jyoti Vashistha 1, Anant Kumar Jayswal
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
An Efficient load balancing using Genetic algorithm in Hierarchical structured distributed system
An Efficient load balancing using Genetic algorithm in Hierarchical structured distributed system Priyanka Gonnade 1, Sonali Bodkhe 2 Mtech Student Dept. of CSE, Priyadarshini Instiute of Engineering and
Load Balancing using DWARR Algorithm in Cloud Computing
IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 12 May 2015 ISSN (online): 2349-6010 Load Balancing using DWARR Algorithm in Cloud Computing Niraj Patel PG Student
Varalakshmi.T #1, Arul Murugan.R #2 # Department of Information Technology, Bannari Amman Institute of Technology, Sathyamangalam
A Survey on P2P File Sharing Systems Using Proximity-aware interest Clustering Varalakshmi.T #1, Arul Murugan.R #2 # Department of Information Technology, Bannari Amman Institute of Technology, Sathyamangalam
A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING
A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING Avtar Singh #1,Kamlesh Dutta #2, Himanshu Gupta #3 #1 Department of Computer Science and Engineering, Shoolini University, [email protected] #2
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
Design and Implementation of Efficient Load Balancing Algorithm in Grid Environment
Design and Implementation of Efficient Load Balancing Algorithm in Grid Environment Sandip S.Patil, Preeti Singh Department of Computer science & Engineering S.S.B.T s College of Engineering & Technology,
Load Balancing in cloud computing
Load Balancing in cloud computing 1 Foram F Kherani, 2 Prof.Jignesh Vania Department of computer engineering, Lok Jagruti Kendra Institute of Technology, India 1 [email protected], 2 [email protected]
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
A STUDY OF TASK SCHEDULING IN MULTIPROCESSOR ENVIROMENT Ranjit Rajak 1, C.P.Katti 2, Nidhi Rajak 3
A STUDY OF TASK SCHEDULING IN MULTIPROCESSOR ENVIROMENT Ranjit Rajak 1, C.P.Katti, Nidhi Rajak 1 Department of Computer Science & Applications, Dr.H.S.Gour Central University, Sagar, India, [email protected]
Improved Hybrid Dynamic Load Balancing Algorithm for Distributed Environment
International Journal of Scientific and Research Publications, Volume 3, Issue 3, March 2013 1 Improved Hybrid Dynamic Load Balancing Algorithm for Distributed Environment UrjashreePatil*, RajashreeShedge**
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,
Group Based Load Balancing Algorithm in Cloud Computing Virtualization
Group Based Load Balancing Algorithm in Cloud Computing Virtualization Rishi Bhardwaj, 2 Sangeeta Mittal, Student, 2 Assistant Professor, Department of Computer Science, Jaypee Institute of Information
