Workload Aware Load Balancing For Cloud Data Center

Size: px
Start display at page:

Download "Workload Aware Load Balancing For Cloud Data Center"

Transcription

1 Workload Aware Load Balancing For Cloud Data Center SrividhyaR 1, Uma Maheswari K 2 and Rajkumar Rajavel 3 1,2,3 Associate Professor-IT, B-Tech- Information Technology, KCG college of Technology Abstract Cloud computing is emerging as a new standard for manipulating, configuring, and accessing large scale distributed computing applications over the network. Load balancing is the main Challenges in cloud computing which is required to distribute the workload evenly across all the nodes. Load is a measure of the work that a computation system performs which can be classified as CPU load and memory.the concept of load balancing used in cloud computing is to evenly distribute data to underutilized virtual machines in the data center for effectively scheduling. The challenge faced during the load balancing is to balance the load in single Data Center which allocates the resources overloaded in each Virtual Machines and the algorithm used two parameter namely processing power and computer loading, which is less efficient when user login multiple times. The proposed system is to perform load balancing in cloud based on the workload of the cloud data center and to create multiple data centers for single server so that when a particular Virtual Machines overloads tasks will automatically allocated to other available data center (which contains Virtual Machines) by using three parameters - number of task/jobs, workload of each Virtual Machines or threshold and computing power, which balances both data center and Virtual Machines efficiently, thereby increasing the performance.this technique that helps resources by providing a Maximum throughput with minimum response time. So that there will less time for allocating workload, thereby increases the performance. Index Terms Cloud computing, cloud data center, load balancing, processing power, virtual machines. I. INTRODUCTION Cloud computing is a type of Internet-based computing that provides shared computer processing resources and data to computers and other devices on demand. Workload is an abstraction of the actual work that instance or a set of instances are going to perform. Cloud load balancing is the process of distributing workloads and computing resources in a cloud computing environment. As cloud is composed of huge servers, load balancing techniques are used to balance load over multiple servers. Existing load balancing algorithm used two parameter namely processing power and computer loading, which is less efficient when user login multiple times. It Need to search for Candidate Virtual Machine from Data Centers[2]. While the scheduling algorithm implemented resource can execute only one job at a time which leads toincrease in execution time [3]. When the different users logged in the system in different time the scheduling and the load balancing algorithm cannot be efficiently used [1]. II. RELATED WORK The cloud balance algorithm-the cloud load balancing algorithm is designed for monitoring platform in order to obtain each server loading, computing power and the priority service value. When user sends request to the cloud server demanding for services which enters into the cloud load balancing distribution platforms, obtain the first half of the servers sorted by the priority service value from the service priority database, and it then uses a polling method to dispatch the user s request. Thus above cloud load balance architecture and cloud load balance algorithm can be used to calculate the server processing power and can also load and obtain priority service values. This can also be applied to the applications in the cloud, thus allowing smoother system operation. The experimental result for CLB enabled physical servers and virtual servers shows that cloud performance based on the architecture can balance the loading performance when the users logged in at the same time [3]. In autonomous agent based load balancing algorithm(a2lb) which provides dynamic loadbalancingforcloudenvironment.a2lbmechanism comprises of three agents.(1) Load agent controls information policies and maintains all the details of the data center. The major work of the load agent is to calculate the load on every available virtual machine after allocating new job in the data center. (2) Channel agent- It controls the transfer, selection IJIRT INTERNATIONAL JOURNAL OF INNOVATIVE RESEARCH IN TECHNOLOGY 200

2 and location policy. After receiving the request form the load agent, the load agent will initiate some migration agent to other data center for searching the virtual machines having single configuration. (3) Migration agent- These agents are initiated by channel agent. It will move to other data center and communicate with load agent of that data center to enquire the status of the virtual machines present there, looking for desired configuration. The status of the migration of the agent may be live or destroyed based on its applicability. Load and channel agent are static and migration agent is an ant, which is a special category of mobile agent (has the ability to choose shortest or best path to their destination) The implementation is done by two ways considering the parameters number of data center, number of virtual machines, number of instances, memory unit, cost, wait time, number of runs.(1) When the requested virtual machine is found with normal status and allocation takes place.(2) When virtual machine is in critical state, then load balancing takes place. During the critical state A2LB algorithm is implemented. This mechanism provides proactive load calculation of virtual machines present in a data center and whenever the load of a virtual machine reaches near threshold value, load agent initiates search for a candidate virtual machine from the neighboring data centers. Keeping information of candidate virtual machines beforehand reduces service time but implementation has proved that this algorithm works satisfactorily [1]. Load balancing is method which distributes the workload equally among all available resources. The main focus is to allocating the load dynamically among the nodes in order to satisfy the user requirements and provide maximum resource utilization by assorting the available load to resources. In this approach Batch mode scheduling is used where the tasks are collected based on the arrival and mapped by prescheduled times. It uses two algorithms called Min-Min load balancing and Max- Min load balancing. (1)Min-Min algorithm is simple and fast providing improved performance for small set task only.min-min start with the set of all unassigned tasks in the make span. This algorithm works in two phases. First, the minimum expected completion time for all the tasks is calculated. The completion time for all the tasks is calculated on all the machines. In the second phase, the task with the minimum expected completion time from make span is selected and that tasks assigned to the corresponding resource. Then the task which is completed that is removed from the make span and this process is repeated until all tasks are completed.(2)max-min algorithm is used for large task set and small task will get executed concurrently. Max-Min start with the set of all unassigned tasks in the make span. This algorithm also works in two phases. First, the maximum expected completion time for all the tasks is calculated. The completion time for all the tasks is calculated on all the machines. In the second phase, the task with the maximum expected completion time from make span is selected and that tasks assigned to the corresponding resource. Then the task which is completed that is removed represents the modified max min algorithm.[2] III. ARCHITECTURE OF WORKLOAD AWARE SCHEDULER The method used in the project is workload balance scheduling. It helps to estimate the job related specification, processing power and load of each virtual machines. It distributes the workload evenly to all virtual machines. The objective of this project is to distribute the task/cloudlets among virtual machines and to calculate the workload of the data centers.using multiple data centers in a single server,tasks are executed efficiently. In this architecture the cloud user submits the tasks to the cloud environment were the cloud broker is present. The cloud broker does the estimation like job related estimation, estimation of workload and the processing power can be estimated. All the estimation is given to the scheduler and with the help of the estimation the scheduler distributes the loads efficiently to the datacenter present in the single server. IJIRT INTERNATIONAL JOURNAL OF INNOVATIVE RESEARCH IN TECHNOLOGY 201

3 Else Assign the weight to the entire DC dc id Proportional DC selection (list size) dc Name load list. get(dc id); end if end if return dc Name end function. Submission of Cloudlets Job related estimation Estimation of workload Figure 1: Architecture diagram Algorithm: Input : Number of Cloudlets/Job. Number of Resource. Output: Balanced workload in all virtual machines. Estimation of Load in virtual machines in Data center, L= Executing jobs cloudlet Capacity of the vm Load per unit Capacity, LPC= L Ci n i=0 Where, n is number of nodes. ThresholdTi = LPC Ci Datacenter Selection Input : Load Output: Dc Name Load list Regional datacenter (region) If Load list is Not NULL then List size load list.size () If list size == 1 then Dc Name load list. get (0) IV. Estimation of processing power Schedule the Cloudlets Figure 2:System flow diagram. EXPERIMENTAL SETUP CloudSim version is used as framework for stimulation and modeling for cloud computing environments. The CloudSim is written in java programming, for creating data center, scheduling and allocating the cloudlets.cloudsim package is imported in the Eclipse Integrated Development Environment and it is most widely used for simulating the cloud environment Java programming. In this experimental setup, job size of 50, 100, and 150 are simulated using round robin, Fist Come First Served and Workload Aware Scheduling algorithms. Experimental results are observed with respect to IJIRT INTERNATIONAL JOURNAL OF INNOVATIVE RESEARCH IN TECHNOLOGY 202

4 waiting time response time average waiting time and turnaround time as shown in Table 1. Table 1 Experimental Results Jobs Scheduler Average Turnaround time Average Waiting time Avg turnaround time Workload Workload 100 Workload 150 Workload waiting time Figure 3:Performance of scheduling algorithms with respect to Turnaround Time Avg waiting time The proposed system results are compared with the existing scheduler Robbin and first come first serve with respect to average turnaround time and average waiting time as shown in Figure 2 and Figure 4respectively Workload no of jobs Figure 4: Performance of scheduling algorithms with respect to Waiting Time. IJIRT INTERNATIONAL JOURNAL OF INNOVATIVE RESEARCH IN TECHNOLOGY 203

5 It is evident from the performance evaluation graph; the proposed workload scheduling algorithm evenly distributes the loads among all the available datacenter based the estimations of job workload, processing power and execution cost. There by job workloads are distributed evenly to all the virtual machines in each datacenters. Due to even distribution of workload the proposed algorithm minimizes the turnaround time and waiting time of all the user jobs. V. CONCLUSION AND FUTURE WORK The load balancing is one of the greatest issues in Cloud Computing environment. To solve this issue various techniques are used in the existing system. In this research work, a novel workload load balancing algorithm is proposed which gives a better performance and resources utilization with the different login time. In future this research work can be extended to the real time scheduling scenario of Amazon EC2 cloud environment. REFERENCES [1] AartiSingh, Dimple Juneja, Manisha Malhotra (2015), Autonomous Agent Based Load Balancing Algorithm In Cloud Computing, International Conference on Advanced Computing Technologies and Applications (ICACTA-2015). [2] Geethu Gopinath P P, Shriram K Vasudevan, An in-depth analysis and study of Load Balancing techniques in the cloud Computing environment,2 nd International Symposium on Big Data and Cloud Computing(ISBCC 15). [3] Shang-Liang Chen, Yun-Yao Chen, Suang-Hong Kuo (2016), CLB: A novel load balancing architecture and algorithm for cloud services, Computer and Electrical Engineering on ELSEVIER. IJIRT INTERNATIONAL JOURNAL OF INNOVATIVE RESEARCH IN TECHNOLOGY 204

A Mediator based Dynamic Server Load Balancing Approach using SDN

A Mediator based Dynamic Server Load Balancing Approach using SDN I J C T A, 9(14) 2016, pp. 6647-6652 International Science Press A Mediator based Dynamic Server Load Balancing Approach using SDN Ashwati Nair 1, Binya mol M. G. 2 and Nima S. Nair 3 ABSTRACT In the modern

More information

Analysis of Various Load Balancing Techniques in Cloud Computing: A Review

Analysis of Various Load Balancing Techniques in Cloud Computing: A Review Analysis of Various Load Balancing Techniques in Cloud Computing: A Review Jyoti Rathore Research Scholar Computer Science & Engineering, Suresh Gyan Vihar University, Jaipur Email: Jyoti.rathore131@gmail.com

More information

Improved Task Scheduling Algorithm in Cloud Environment

Improved Task Scheduling Algorithm in Cloud Environment Improved Task Scheduling Algorithm in Cloud Environment Sumit Arora M.Tech Student Lovely Professional University Phagwara, India Sami Anand Assistant Professor Lovely Professional University Phagwara,

More information

An in-depth analysis and study of Load balancing techniques in the cloud computing environment.

An in-depth analysis and study of Load balancing techniques in the cloud computing environment. Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 427 432 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) An in-depth analysis and study

More information

Keywords: Cloud, Load balancing, Servers, Nodes, Resources

Keywords: Cloud, Load balancing, Servers, Nodes, Resources 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 Load s in Cloud

More information

Hybrid Scheduling Algorithm for Efficient Load Balancing In Cloud Computing

Hybrid Scheduling Algorithm for Efficient Load Balancing In Cloud Computing Volume: 08 Issue: 05 Pages: 3181-3187 (2017) ISSN: 0975-0290 3181 Hybrid Scheduling Algorithm for Efficient Load Balancing In Cloud Computing Navpreet Singh M. tech Scholar, CSE & IT Deptt., BBSB Engineering

More information

Improved Effective Load Balancing Technique for Cloud

Improved Effective Load Balancing Technique for Cloud 2018 IJSRST Volume 4 Issue 9 Print ISSN : 2395-6011 Online ISSN : 2395-602X Themed Section: Science and Technology Improved Effective Load Balancing Technique for Cloud Vividha Kulkarni, Sunita, Shilpa

More information

LOAD BALANCING ALGORITHM TO IMPROVE RESPONSE TIME ON CLOUD COMPUTING

LOAD BALANCING ALGORITHM TO IMPROVE RESPONSE TIME ON CLOUD COMPUTING LOAD BALANCING ALGORITHM TO IMPROVE RESPONSE TIME ON CLOUD COMPUTING Nguyen Xuan Phi 1 and Tran Cong Hung 2 1,2 Posts and Telecommunications Institute of Technology, Ho Chi Minh, Vietnam. ABSTRACT Load

More information

Dynamic Task Scheduling in Cloud Computing Based on the Availability Level of Resources

Dynamic Task Scheduling in Cloud Computing Based on the Availability Level of Resources Vol. 1, No. 8 (217), pp.21-36 http://dx.doi.org/1.14257/ijgdc.217.1.8.3 Dynamic Task Scheduling in Cloud Computing Based on the Availability Level of Resources Elhossiny Ibrahim 1, Nirmeen A. El-Bahnasawy

More information

Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm

Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm Ivan Noviandrie Falisha 1, Tito Waluyo Purboyo 2 and Roswan Latuconsina 3 Research Scholar

More information

Nowadays data-intensive applications play a

Nowadays data-intensive applications play a Journal of Advances in Computer Engineering and Technology, 3(2) 2017 Data Replication-Based Scheduling in Cloud Computing Environment Bahareh Rahmati 1, Amir Masoud Rahmani 2 Received (2016-02-02) Accepted

More information

Improving QoS Parameters for Cloud Data Centers Using Dynamic Particle Swarm Optimization Load Balancing Algorithm

Improving QoS Parameters for Cloud Data Centers Using Dynamic Particle Swarm Optimization Load Balancing Algorithm Improving QoS Parameters for Cloud Data Centers Using Dynamic Particle Swarm Optimization Load Balancing Algorithm Bharti Sharma Master of Computer Engineering, LDRP Institute of Technology and Research,

More information

Computing Environments

Computing Environments Brokering Techniques for Managing ThreeTier Applications in Distributed Cloud Computing Environments Nikolay Grozev Supervisor: Prof. Rajkumar Buyya 7th October 2015 PhD Completion Seminar 1 2 3 Cloud

More information

CHAPTER 6 ENERGY AWARE SCHEDULING ALGORITHMS IN CLOUD ENVIRONMENT

CHAPTER 6 ENERGY AWARE SCHEDULING ALGORITHMS IN CLOUD ENVIRONMENT CHAPTER 6 ENERGY AWARE SCHEDULING ALGORITHMS IN CLOUD ENVIRONMENT This chapter discusses software based scheduling and testing. DVFS (Dynamic Voltage and Frequency Scaling) [42] based experiments have

More information

Load Balancing in Cloud Computing

Load Balancing in Cloud Computing Load Balancing in Cloud Computing Dr.V Asha 1, Bharath Kumar 2, Girish V 3 1,2,3 Department of Master of Computer Applications, New Horizon College of Engineering, Abstract - Cloud computing is an emerging

More information

ScienceDirect. Autonomous Agent Based Load Balancing Algorithm in Cloud Computing

ScienceDirect. Autonomous Agent Based Load Balancing Algorithm in Cloud Computing Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 45 (2015 ) 832 841 International Conference on Advanced Computing Technologies and Applications (ICACTA- 2015) Autonomous

More information

Load Balancing in Cloud Computing Priya Bag 1 Rakesh Patel 2 Vivek Yadav 3

Load Balancing in Cloud Computing Priya Bag 1 Rakesh Patel 2 Vivek Yadav 3 IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 09, 2014 ISSN (online): 2321-0613 Load Balancing in Cloud Computing Priya Bag 1 Rakesh Patel 2 Vivek Yadav 3 1,3 B.E. Student

More information

Task Scheduling Algorithm in Cloud Computing based on Power Factor

Task Scheduling Algorithm in Cloud Computing based on Power Factor Task Scheduling Algorithm in Cloud Computing based on Power Factor Sunita Sharma 1, Nagendra Kumar 2 P.G. Student, Department of Computer Engineering, Shri Ram Institute of Science & Technology, JBP, M.P,

More information

Selection of a Scheduler (Dispatcher) within a Datacenter using Enhanced Equally Spread Current Execution (EESCE)

Selection of a Scheduler (Dispatcher) within a Datacenter using Enhanced Equally Spread Current Execution (EESCE) International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 8 Issue 01 Series. III Jan 2019 PP 35-39 Selection of a Scheduler (Dispatcher) within

More information

Dynamic Data Placement Strategy in MapReduce-styled Data Processing Platform Hua-Ci WANG 1,a,*, Cai CHEN 2,b,*, Yi LIANG 3,c

Dynamic Data Placement Strategy in MapReduce-styled Data Processing Platform Hua-Ci WANG 1,a,*, Cai CHEN 2,b,*, Yi LIANG 3,c 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 Dynamic

More information

A Grouping based Scheduling Algorithm on Load Balancing in Cloud Computing

A Grouping based Scheduling Algorithm on Load Balancing in Cloud Computing 293 IJCTA, 9(22), 2016, pp. 293-299 International Science Press A Grouping based Scheduling Algorithm on Load Balancing in Cloud Computing Parveen Kaur* Monika Sachdeva** Abstract : Cloud Computing is

More information

CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE

CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE 143 CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE 6.1 INTRODUCTION This chapter mainly focuses on how to handle the inherent unreliability

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ENHANCED MULTI OBJECTIVE TASK SCHEDULING FOR CLOUD ENVIRONMENT USING TASK GROUPING Mohana. R. S *, Thangaraj. P, Kalaiselvi. S, Krishnakumar. B * Assistant Professor (SRG), Department of Computer Science,

More information

Properties of Processes

Properties of Processes CPU Scheduling Properties of Processes CPU I/O Burst Cycle Process execution consists of a cycle of CPU execution and I/O wait. CPU burst distribution: CPU Scheduler Selects from among the processes that

More information

k-tier AND SELECTIVE BACKFILLING APPROACH FOR PARALLEL WORKLOAD SCHEDULING IN CLOUD

k-tier AND SELECTIVE BACKFILLING APPROACH FOR PARALLEL WORKLOAD SCHEDULING IN CLOUD International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) k-tier AND SELECTIVE BACKFILLING APPROACH FOR PARALLEL WORKLOAD SCHEDULING IN CLOUD Shahabanath K K, Sreekesh Namboodiri

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION 2018 IJSRSET Volume 4 Issue 2 Print ISSN: 2395-1990 Online ISSN : 2394-4099 National Conference on Advanced Research Trends in Information and Computing Technologies (NCARTICT-2018), Department of IT,

More information

Multi-Criteria Strategy for Job Scheduling and Resource Load Balancing in Cloud Computing Environment

Multi-Criteria Strategy for Job Scheduling and Resource Load Balancing in Cloud Computing Environment Indian Journal of Science and Technology, Vol 8(30), DOI: 0.7485/ijst/205/v8i30/85923, November 205 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Multi-Criteria Strategy for Job Scheduling and Resource

More information

PriDynSim: A Simulator for Dynamic Priority Based I/O Scheduling for Cloud Applications

PriDynSim: A Simulator for Dynamic Priority Based I/O Scheduling for Cloud Applications : A Simulator for Dynamic Priority Based I/O Scheduling for Cloud Applications *Indian Institute of Science, Bangalore, India The University of Melbourne, Parkville, Australia November 26, 2015, Bangalore

More information

Virtual Machine Placement in Cloud Computing

Virtual Machine Placement in Cloud Computing Indian Journal of Science and Technology, Vol 9(29), DOI: 10.17485/ijst/2016/v9i29/79768, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Virtual Machine Placement in Cloud Computing Arunkumar

More information

[Kaur* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kaur* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY CLUSTER-BASED DECENTRALIZED JOB DISPATCHING FOR THE LARGE- SCALE CLOUD Er. Rajdeep Kaur*, Ms. Amanpreet Kaur * Student, M-Tech

More information

Experimental Model for Load Balancing in Cloud Computing Using Throttled Algorithm

Experimental Model for Load Balancing in Cloud Computing Using Throttled Algorithm Experimental Model for Load Balancing in Cloud Computing Using Throttled Algorithm Gema Ramadhan 1, Tito Waluyo Purboyo 2, Roswan Latuconsina 3 Research Scholar 1, Lecturer 2,3 1,2,3 Computer Engineering,

More information

An Integration of Round Robin with Shortest Job First Algorithm for Cloud Computing Environment

An Integration of Round Robin with Shortest Job First Algorithm for Cloud Computing Environment An Integration of Round Robin with Shortest Job First Algorithm for Cloud Computing Environment Dr. Thomas Yeboah 1 HOD, Department of Computer Science Christian Service University College tyeboah@csuc.edu.gh

More information

International Journal of Scientific & Engineering Research Volume 9, Issue 3, March-2018 ISSN

International Journal of Scientific & Engineering Research Volume 9, Issue 3, March-2018 ISSN International Journal of Scientific & Engineering Research Volume 9, Issue 3, March-2018 1495 AN IMPROVED ROUND ROBIN LOAD BALANCING ALGORITHM IN CLOUD COMPUTING USING AVERAGE BURST TIME 1 Abdulrahman

More information

LOAD BALANCING USING THRESHOLD AND ANT COLONY OPTIMIZATION IN CLOUD COMPUTING

LOAD BALANCING USING THRESHOLD AND ANT COLONY OPTIMIZATION IN CLOUD COMPUTING LOAD BALANCING USING THRESHOLD AND ANT COLONY OPTIMIZATION IN CLOUD COMPUTING 1 Suhasini S, 2 Yashaswini S 1 Information Science & engineering, GSSSIETW, Mysore, India 2 Assistant Professor, Information

More information

Efficient Task Scheduling Algorithms for Cloud Computing Environment

Efficient Task Scheduling Algorithms for Cloud Computing Environment Efficient Task Scheduling Algorithms for Cloud Computing Environment S. Sindhu 1 and Saswati Mukherjee 2 1 Research Scholar, Department of Information Science and Technology sindhu.nss@gmail.com 2 Professor

More information

LOAD BALANCING IN CLOUD COMPUTING USING A NOVEL MINIMUM MAKESPAN ALGORITHM

LOAD BALANCING IN CLOUD COMPUTING USING A NOVEL MINIMUM MAKESPAN ALGORITHM LOAD BALANCING IN CLOUD COMPUTING USING A NOVEL MINIMUM MAKESPAN ALGORITHM HARISH CHANDRA Research Scholar, Uttarakhand Technical University, M.Tech. Seq. (CSE), Dehradun- 248001, India PRADEEP SEMWAL

More information

A Process Scheduling Algorithm Based on Threshold for the Cloud Computing Environment

A Process Scheduling Algorithm Based on Threshold for the Cloud Computing Environment Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

ANALYSIS OF LOAD BALANCERS IN CLOUD COMPUTING

ANALYSIS OF LOAD BALANCERS IN CLOUD COMPUTING International Journal of Computer Science and Engineering (IJCSE) ISSN 2278-9960 Vol. 2, Issue 2, May 2013, 101-108 IASET ANALYSIS OF LOAD BALANCERS IN CLOUD COMPUTING SHANTI SWAROOP MOHARANA 1, RAJADEEPAN

More information

Preview. Process Scheduler. Process Scheduling Algorithms for Batch System. Process Scheduling Algorithms for Interactive System

Preview. Process Scheduler. Process Scheduling Algorithms for Batch System. Process Scheduling Algorithms for Interactive System Preview Process Scheduler Short Term Scheduler Long Term Scheduler Process Scheduling Algorithms for Batch System First Come First Serve Shortest Job First Shortest Remaining Job First Process Scheduling

More information

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

More information

Artificial Bee Colony Based Load Balancing in Cloud Computing

Artificial Bee Colony Based Load Balancing in Cloud Computing I J C T A, 9(17) 2016, pp. 8593-8598 International Science Press Artificial Bee Colony Based Load Balancing in Cloud Computing Jay Ghiya *, Mayur Date * and N. Jeyanthi * ABSTRACT Planning of jobs in cloud

More information

Energy Efficiency Using Load Balancing in Cloud Data Centers: Proposed Methodology

Energy Efficiency Using Load Balancing in Cloud Data Centers: Proposed Methodology Energy Efficiency Using Load Balancing in Cloud Data Centers: Proposed Methodology Rajni Mtech, Department of Computer Science and Engineering DCRUST, Murthal, Sonepat, Haryana, India Kavita Rathi Assistant

More information

PRIORITY BASED NON-PREEMPTIVE SHORTEST JOB FIRST RESOURCE ALLOCATION TECHNIQUE IN CLOUD COMPUTING

PRIORITY BASED NON-PREEMPTIVE SHORTEST JOB FIRST RESOURCE ALLOCATION TECHNIQUE IN CLOUD COMPUTING International Journal of Computer Engineering & Technology (IJCET) Volume 9, Issue 2, March-April 2018, pp. 132 139, Article ID: IJCET_09_02_014 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=9&itype=2

More information

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Vol. 9, No., 208 Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Hanan A. Nadeem, Mai A. Fadel 3 Computer Science Department Faculty of Computing & Information Technology King

More information

Performance evaluation of Load Balancing with Service Broker policies for various workloads in cloud computing

Performance evaluation of Load Balancing with Service Broker policies for various workloads in cloud computing Performance evaluation of Load Balancing with Service Broker policies for various workloads in cloud computing 1 Divyani, 2 Dr Ramesh Kumar, 3 Sudip Bhattacharya 1 Research Scholar, 2 Professor, 3 Assistant

More information

A Novel Approach for Dynamic Load Balancing with Effective Bin Packing and VM Reconfiguration in Cloud

A Novel Approach for Dynamic Load Balancing with Effective Bin Packing and VM Reconfiguration in Cloud Indian Journal of Science and Technology, Vol 9(11), DOI: 10.17485/ist/2016/v9i11/89290, March 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Novel Approach for Dynamic Load Balancing with Effective

More information

Cloud Computing Load Balancing Model with Heterogeneous Partition for Public Cloud

Cloud Computing Load Balancing Model with Heterogeneous Partition for Public Cloud Cloud Computing Load Balancing Model with Heterogeneous Partition for Public Cloud Ms. Pranita Narayandas Laddhad 1, Prof. Nitin Raut 2, Prof. Shyam P. Dubey 3 M. Tech. (2 nd Year) CSE, Nuva college of

More information

Chapter 6: CPU Scheduling. Operating System Concepts 9 th Edition

Chapter 6: CPU Scheduling. Operating System Concepts 9 th Edition Chapter 6: CPU Scheduling Silberschatz, Galvin and Gagne 2013 Chapter 6: CPU Scheduling Basic Concepts Scheduling Criteria Scheduling Algorithms Thread Scheduling Multiple-Processor Scheduling Real-Time

More information

Figure 1: Virtualization

Figure 1: Virtualization Volume 6, Issue 9, September 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Profitable

More information

CPU Scheduling. Operating Systems (Fall/Winter 2018) Yajin Zhou ( Zhejiang University

CPU Scheduling. Operating Systems (Fall/Winter 2018) Yajin Zhou (  Zhejiang University Operating Systems (Fall/Winter 2018) CPU Scheduling Yajin Zhou (http://yajin.org) Zhejiang University Acknowledgement: some pages are based on the slides from Zhi Wang(fsu). Review Motivation to use threads

More information

CloudBATCH: A Batch Job Queuing System on Clouds with Hadoop and HBase. Chen Zhang Hans De Sterck University of Waterloo

CloudBATCH: A Batch Job Queuing System on Clouds with Hadoop and HBase. Chen Zhang Hans De Sterck University of Waterloo CloudBATCH: A Batch Job Queuing System on Clouds with Hadoop and HBase Chen Zhang Hans De Sterck University of Waterloo Outline Introduction Motivation Related Work System Design Future Work Introduction

More information

A new efficient Virtual Machine load balancing Algorithm for a cloud computing environment

A new efficient Virtual Machine load balancing Algorithm for a cloud computing environment Volume 02 - Issue 12 December 2016 PP. 69-75 A new efficient Virtual Machine load balancing Algorithm for a cloud computing environment Miss. Rajeshwari Nema MTECH Student Department of Computer Science

More information

Improve the Efficiency of Load Balancing in Cloud Environment using DAG and Honey Bee Algorithm

Improve the Efficiency of Load Balancing in Cloud Environment using DAG and Honey Bee Algorithm Improve the Efficiency of Load Balancing in Cloud Environment using DAG and Honey Bee Algorithm Abhishek Kumar Tiwari, M.Tech Scholar, CSE, OIST,Bhopal, India Sreeja Nair, Department of CSE, OIST,Bhopal,

More information

Announcements. Reading. Project #1 due in 1 week at 5:00 pm Scheduling Chapter 6 (6 th ed) or Chapter 5 (8 th ed) CMSC 412 S14 (lect 5)

Announcements. Reading. Project #1 due in 1 week at 5:00 pm Scheduling Chapter 6 (6 th ed) or Chapter 5 (8 th ed) CMSC 412 S14 (lect 5) Announcements Reading Project #1 due in 1 week at 5:00 pm Scheduling Chapter 6 (6 th ed) or Chapter 5 (8 th ed) 1 Relationship between Kernel mod and User Mode User Process Kernel System Calls User Process

More information

Cloud Load Balancing using Round Robin and Shortest Cloudlet First Algorithms

Cloud Load Balancing using Round Robin and Shortest Cloudlet First Algorithms Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Load Balancing in Cloud Computing System

Load Balancing in Cloud Computing System Rashmi Sharma and Abhishek Kumar Department of CSE, ABES Engineering College, Ghaziabad, Uttar Pradesh, India E-mail: abhishek221196@gmail.com (Received on 10 August 2012 and accepted on 15 October 2012)

More information

Technotes: Cognos BI for z/os with WebSphere Application Serverfor z/os worker threads

Technotes: Cognos BI for z/os with WebSphere Application Serverfor z/os worker threads Technotes: Cognos BI 8.4.1 for z/os with WebSphere Application Serverfor z/os worker threads Cognos BI 8.4.1 for z/os and WebSphere for z/os worker thread utilization Cognos for z/os will utilize a single

More information

A SURVEY OF VARIOUS SCHEDULING ALGORITHM IN CLOUD COMPUTING ENVIRONMENT

A SURVEY OF VARIOUS SCHEDULING ALGORITHM IN CLOUD COMPUTING ENVIRONMENT A SURVEY OF VARIOUS SCHEDULING ALGORITHM IN CLOUD COMPUTING ENVIRONMENT Pinal Salot M.E, Computer Engineering, Alpha College of Engineering, Gujarat, India, pinal.salot@gmail.com Abstract computing is

More information

D. Suresh Kumar, E. George Dharma Prakash Raj

D. Suresh Kumar, E. George Dharma Prakash Raj International Journal of Scientific Research in Computer Science, Engineering and Information Technology 18 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-37 A Comparitive Analysis on Load Balancing Algorithms

More information

Enhanced Bee Colony Algorithm for Efficient Load Balancing and Scheduling in Cloud

Enhanced Bee Colony Algorithm for Efficient Load Balancing and Scheduling in Cloud Enhanced Bee Colony Algorithm for Efficient Load Balancing and Scheduling in Cloud K.R. Remesh Babu and Philip Samuel Abstract Cloud computing is a promising paradigm which provides resources to customers

More information

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment Chapter 5 Minimization of Average Completion Time and Waiting Time in Cloud Computing Cloud computing is the use of the Internet for the tasks the users performing on their computer. Cloud computing, also

More information

A Survey On Load Balancing Methods and Algorithms in Cloud Computing

A Survey On Load Balancing Methods and Algorithms in Cloud Computing International Journal of Computer Sciences and Engineering Open Access Survey Paper Volume-5, Issue-4 E-ISSN: 2347-2693 A Survey On Load Balancing Methods and Algorithms in Cloud Computing M. Lagwal 1*,

More information

Comparative Study of Load Balancing Algorithms in Cloud Computing Environment

Comparative Study of Load Balancing Algorithms in Cloud Computing Environment Indian Journal of Science and Technology, Vol 9(20), DOI: 10.17485/ijst/2016/v9i20/85866, May 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Comparative Study of Load Balancing Algorithms in Cloud

More information

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 1 January 2015, Page No. 9966-9970 Double Threshold Based Load Balancing Approach by Using VM Migration

More information

Bio-Inspired Techniques for the Efficient Migration of Virtual Machine for Load Balancing In Cloud Computing

Bio-Inspired Techniques for the Efficient Migration of Virtual Machine for Load Balancing In Cloud Computing Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Bio-Inspired Techniques for the Efficient Migration of Virtual Machine for Load Balancing

More information

ANALYSIS OF A DYNAMIC LOAD BALANCING IN MULTIPROCESSOR SYSTEM

ANALYSIS OF A DYNAMIC LOAD BALANCING IN MULTIPROCESSOR SYSTEM International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 1, Mar 2013, 143-148 TJPRC Pvt. Ltd. ANALYSIS OF A DYNAMIC LOAD BALANCING

More information

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment

A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment A New Approach to Ant Colony to Load Balancing in Cloud Computing Environment Hamid Mehdi Department of Computer Engineering, Andimeshk Branch, Islamic Azad University, Andimeshk, Iran Hamidmehdi@gmail.com

More information

Energy Efficient in Cloud Computing

Energy Efficient in Cloud Computing Energy Efficient in Cloud Computing Christoph Aschberger Franziska Halbrainer May 24, 2013 1 of 25 Introduction Energy consumption by Google 2011: 2,675,898 MWh. We found that we use roughly as much electricity

More information

Simulation of Cloud Computing Environments with CloudSim

Simulation of Cloud Computing Environments with CloudSim Simulation of Cloud Computing Environments with CloudSim Print ISSN: 1312-2622; Online ISSN: 2367-5357 DOI: 10.1515/itc-2016-0001 Key Words: Cloud computing; datacenter; simulation; resource management.

More information

A Comparative Performance Analysis of Load Balancing Policies in Cloud Computing Using Cloud Analyst

A Comparative Performance Analysis of Load Balancing Policies in Cloud Computing Using Cloud Analyst A Comparative Performance Analysis of Load Balancing Policies in Cloud Computing Using Cloud Analyst Saurabh Shukla 1, Dr. Deepak Arora 2 P.G. Student, Department of Computer Science & Engineering, Amity

More information

Distributed Load Balancing using Dynamic Load Balancing Algorithm.

Distributed Load Balancing using Dynamic Load Balancing Algorithm. Distributed Load Balancing using Dynamic Load Balancing Algorithm. 1 Megha Shah, 2 Gayatri S. Pandi(Jain). 1 Student, Computer Engineering, L.J.Institute of Engineering & Technology, Gujarat, India. 2

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( ) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  ) 1 Improving Efficiency by Balancing the Load Using Enhanced Ant Colony Optimization Algorithm in Cloud Environment Ashwini L 1, Nivedha G 2, Mrs A.Chitra 3 1, 2 Student, Kingston Engineering College 3 Assistant

More information

CPU Scheduling (1) CPU Scheduling (Topic 3) CPU Scheduling (2) CPU Scheduling (3) Resources fall into two classes:

CPU Scheduling (1) CPU Scheduling (Topic 3) CPU Scheduling (2) CPU Scheduling (3) Resources fall into two classes: CPU Scheduling (Topic 3) 홍성수 서울대학교공과대학전기공학부 Real-Time Operating Systems Laboratory CPU Scheduling (1) Resources fall into two classes: Preemptible: Can take resource away, use it for something else, then

More information

3. CPU Scheduling. Operating System Concepts with Java 8th Edition Silberschatz, Galvin and Gagn

3. CPU Scheduling. Operating System Concepts with Java 8th Edition Silberschatz, Galvin and Gagn 3. CPU Scheduling Operating System Concepts with Java 8th Edition Silberschatz, Galvin and Gagn S P O I L E R operating system CPU Scheduling 3 operating system CPU Scheduling 4 Long-short-medium Scheduler

More information

Performance Analysis of Cloud Load Balancing Algorithms

Performance Analysis of Cloud Load Balancing Algorithms Performance Analysis of Cloud Load Balancing Algorithms Vishakha, Surjeet Dalal Department of CSE, SRM university, Haryana, India Abstract- Cloud computing is the new word that describes an internet based

More information

An Enhanced Scheduling in Weighted Round Robin for the Cloud Infrastructure Services

An Enhanced Scheduling in Weighted Round Robin for the Cloud Infrastructure Services An Enhanced Scheduling in for the Cloud Infrastructure Services 1 R. Bhaskar, 2 Rhymend Uthariaraj, D. Chitra Devi 1 Final Year M.E (SEOR), 2 Professor & Director, 3 Research Scholar Ramanujan Computing

More information

Chapter 5 CPU scheduling

Chapter 5 CPU scheduling Chapter 5 CPU scheduling Contents Basic Concepts Scheduling Criteria Scheduling Algorithms Multiple-Processor Scheduling Real-Time Scheduling Thread Scheduling Operating Systems Examples Java Thread Scheduling

More information

A Comparative Study of Various Scheduling Algorithms in Cloud Computing

A Comparative Study of Various Scheduling Algorithms in Cloud Computing American Journal of Intelligent Systems 2017, 7(3): 68-72 DOI: 10.5923/j.ajis.20170703.06 A Comparative Study of Various Algorithms in Computing Athokpam Bikramjit Singh 1, Sathyendra Bhat J. 1,*, Ragesh

More information

Chapter 5: CPU Scheduling

Chapter 5: CPU Scheduling Chapter 5: CPU Scheduling Basic Concepts Scheduling Criteria Scheduling Algorithms Thread Scheduling Multiple-Processor Scheduling Operating Systems Examples Algorithm Evaluation Chapter 5: CPU Scheduling

More information

CS370 Operating Systems Midterm Review

CS370 Operating Systems Midterm Review CS370 Operating Systems Midterm Review Yashwant K Malaiya Fall 2015 Slides based on Text by Silberschatz, Galvin, Gagne 1 1 What is an Operating System? An OS is a program that acts an intermediary between

More information

Distributed Autonomous Virtual Resource Management in Datacenters Using Finite- Markov Decision Process

Distributed Autonomous Virtual Resource Management in Datacenters Using Finite- Markov Decision Process Distributed Autonomous Virtual Resource Management in Datacenters Using Finite- Markov Decision Process Liuhua Chen, Haiying Shen and Karan Sapra Department of Electrical and Computer Engineering Clemson

More information

Lecture Topics. Announcements. Today: Uniprocessor Scheduling (Stallings, chapter ) Next: Advanced Scheduling (Stallings, chapter

Lecture Topics. Announcements. Today: Uniprocessor Scheduling (Stallings, chapter ) Next: Advanced Scheduling (Stallings, chapter Lecture Topics Today: Uniprocessor Scheduling (Stallings, chapter 9.1-9.3) Next: Advanced Scheduling (Stallings, chapter 10.1-10.4) 1 Announcements Self-Study Exercise #10 Project #8 (due 11/16) Project

More information

Improving CPU Performance of Xen Hypervisor in Virtualized Environment

Improving CPU Performance of Xen Hypervisor in Virtualized Environment ISSN: 2393-8528 Contents lists available at www.ijicse.in International Journal of Innovative Computer Science & Engineering Volume 5 Issue 3; May-June 2018; Page No. 14-19 Improving CPU Performance of

More information

EECE.4810/EECE.5730: Operating Systems Spring 2017 Homework 3 Solution

EECE.4810/EECE.5730: Operating Systems Spring 2017 Homework 3 Solution 1. (16 points) Consider the following set of processes, with the length of the CPU-burst time given in milliseconds: Process Burst Priority P1 20 4 P2 5 3 P3 30 2 P4 2 3 P5 5 1 a. (12 points) Assume the

More information

CHAPTER 2: PROCESS MANAGEMENT

CHAPTER 2: PROCESS MANAGEMENT 1 CHAPTER 2: PROCESS MANAGEMENT Slides by: Ms. Shree Jaswal TOPICS TO BE COVERED Process description: Process, Process States, Process Control Block (PCB), Threads, Thread management. Process Scheduling:

More information

STUDY THE EFFECT OF PARAMETERS TO LOAD BALANCING IN CLOUD COMPUTING

STUDY THE EFFECT OF PARAMETERS TO LOAD BALANCING IN CLOUD COMPUTING STUDY THE EFFECT OF PARAMETERS TO LOAD BALANCING IN CLOUD COMPUTING Tran Cong Hung and Nguyen Xuan Phi Posts and Telecommunications Institute of Technology, Vietnam ABSTRACT The rapid growth of users on

More information

ayaz ali Micro & Macro Scheduling Techniques Ayaz Ali Department of Computer Science University of Houston Houston, TX

ayaz ali Micro & Macro Scheduling Techniques Ayaz Ali Department of Computer Science University of Houston Houston, TX ayaz ali Micro & Macro Scheduling Techniques Ayaz Ali Department of Computer Science University of Houston Houston, TX 77004 ayaz@cs.uh.edu 1. INTRODUCTION Scheduling techniques has historically been one

More information

An Optimized Virtual Machine Migration Algorithm for Energy Efficient Data Centers

An Optimized Virtual Machine Migration Algorithm for Energy Efficient Data Centers International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 8 Issue 01 Ver. II Jan 2019 PP 38-45 An Optimized Virtual Machine Migration Algorithm

More information

Assorted Load Balancing Algorithms in Cloud Computing: A Survey

Assorted Load Balancing Algorithms in Cloud Computing: A Survey Assorted Load s in Cloud Computing: A Survey Priyanka Singh P.S.I.T. Kanpur, U.P. (208020) A.K.T.U. Lucknow Palak Baaga P.S.I.T. Kanpur, U.P.(208020) A.K.T.U. Lucknow Saurabh Gupta P.S.I.T. Kanpur, U.P.(208020)

More information

OPERATING SYSTEMS CS3502 Spring Processor Scheduling. Chapter 5

OPERATING SYSTEMS CS3502 Spring Processor Scheduling. Chapter 5 OPERATING SYSTEMS CS3502 Spring 2018 Processor Scheduling Chapter 5 Goals of Processor Scheduling Scheduling is the sharing of the CPU among the processes in the ready queue The critical activities are:

More information

Using Genetic Algorithm for Load Balancing in Cloud Computing

Using Genetic Algorithm for Load Balancing in Cloud Computing Using Genetic Algorithm for Load Balancing in Cloud Computing Hussain A Makasarwala M.E CSE PIET Vadodara Abstract Cloud Computing is set of resources available on pay per use model. The User requests

More information

CPU Scheduling Algorithms

CPU Scheduling Algorithms CPU Scheduling Algorithms Notice: The slides for this lecture have been largely based on those accompanying the textbook Operating Systems Concepts with Java, by Silberschatz, Galvin, and Gagne (2007).

More information

Dynamic Resource Allocation on Virtual Machines

Dynamic Resource Allocation on Virtual Machines Dynamic Resource Allocation on Virtual Machines Naveena Anumala VIT University, Chennai 600048 anumala.naveena2015@vit.ac.in Guide: Dr. R. Kumar VIT University, Chennai -600048 kumar.rangasamy@vit.ac.in

More information

[Khanchi* et al., 5(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Khanchi* et al., 5(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY AN EFFICIENT ALGORITHM FOR LOAD BALANCING IN CLOUD COMPUTING Mamta Khanchi*, Sanjay Tyagi * Research Scholar, Department of Computer

More information

Load Balancing Algorithms in Cloud Computing: A Comparative Study

Load Balancing Algorithms in Cloud Computing: A Comparative Study Load Balancing Algorithms in Cloud Computing: A Comparative Study T. Deepa Dr. Dhanaraj Cheelu Ravindra College of Engineering for Women G. Pullaiah College of Engineering and Technology Kurnool Kurnool

More information

Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing

Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing Hybrid of Ant Colony Optimization and Gravitational Emulation Based Load Balancing Strategy in Cloud Computing Jyoti Yadav 1, Dr. Sanjay Tyagi 2 1M.Tech. Scholar, Department of Computer Science & Applications,

More information

LECTURE 3:CPU SCHEDULING

LECTURE 3:CPU SCHEDULING LECTURE 3:CPU SCHEDULING 1 Outline Basic Concepts Scheduling Criteria Scheduling Algorithms Multiple-Processor Scheduling Real-Time CPU Scheduling Operating Systems Examples Algorithm Evaluation 2 Objectives

More information

A QoS Load Balancing Scheduling Algorithm in Cloud Environment

A QoS Load Balancing Scheduling Algorithm in Cloud Environment A QoS Load Balancing Scheduling Algorithm in Cloud Environment Sana J. Shaikh *1, Prof. S.B.Rathod #2 * Master in Computer Engineering, Computer Department, SAE, Pune University, Pune, India # Master in

More information

Keywords: Load balancing, Honey bee Algorithm, Execution time, response time, cost evaluation.

Keywords: Load balancing, Honey bee Algorithm, Execution time, response time, cost evaluation. Load Balancing in tasks using Honey bee Behavior Algorithm in Cloud Computing Abstract Anureet kaur 1 Dr.Bikrampal kaur 2 Scheduling of tasks in cloud environment is a hard optimization problem. Load balancing

More information

Hybrid Improved Max Min Ant Algorithm for Load Balancing in Cloud

Hybrid Improved Max Min Ant Algorithm for Load Balancing in Cloud Hybrid Improved Max Min Ant Algorithm for Load Balancing in Cloud Rajwinder Kaur 1 and Navtej Ghumman 2 1,2 Department of Computer Sc. & Engineering, Shaheed Bhagat Singh State Technical Campus, Ferozepur,

More information