SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 755
A Survey on Heuristic Based Techniques in Cloud Computing
Poonam Chaudhary1, Varsha2
1M. Tech. Research Scholar,
Shri Krishan Institute of Engineering and Technology, Kurukshetra, India
2Assistant Professor,
Shri Krishan Institute of Engineering and Technology, Kurukshetra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Cloud computing is an emerging technology. It
process huge amount of data so scheduling mechanism
works as a vital role in the cloud computing. There are
various techniques used in cloud scheduling. In this paper,
firstly we explain the concept of cloud computing after that
we reviewed cloud scheduling. A heuristic technique often
called simply a heuristic, is any approach to problem
solving, learning, or discovery that employs a practical
method not guaranteed to be optimal or perfect, but
sufficient for the immediate goals. There isvarious
scheduling based on heuristic technique like Min-Min, Max-
Min.
Key Words: Cloud Computing, Cloud scheduling, Min-
Min, Max-Min.
1. INTRODUCTION
1.1 What is a cloud computing?
Cloud Computing is an emerging technique. Recently it is
found that researchers are interested in using cloud for
performing scientific applications and even the big
organizations are on the verse of switching over to hybrid
cloud. Many complex applications require parallel
processing to execute the jobs effectively. Due to the
communication and synchronization among parallel
processes there is a decrease in utilization of CPU
resources. It is necessary for a data center to achieve the
utilization of nodes while maintaining the level of
responsiveness of parallel jobs. The cloud computing is
attracting an increased number of applications to run in
the remote data centers. Many complex applications
require parallel processing capabilities. Some of the
parallel applications show a decrease in utilization of CPU
resources whenever there is an increase in parallelism if
the jobs are not schedule correctly then it reduces the
computer performance. Clouds provide a very large
number of resources, including platforms for computation,
data centers, storages, Networks, firewalls and software in
form of services. At the same time it also provides the ways
of managing these resources such that users of cloud can
access them without facing any kind of performance
related problems. Several algorithms & protocols are
proposed regarding the scheduling mechanism of the cloud
computing. But very few algorithms are proposed to detect
the scheduling mechanism in cloud computing. Most of the
authors consider a regular monitoring region in their
protocol, which is not a real life scenario. Practically the
monitoring region is always irregular as the clouds are
randomly deployed. So we propose an algorithm to
schedule the jobs in cloud computing.
2. SENSOR NODE DEPLOYMENT TECHNIQUES
1.2 Cloud scheduling:-
There has been little theoretical work on online
scheduling on computational grids and clouds (where grid
consists of a large number of identical processors that are
divided into several machines at possibly multiple
locations) In Tchernykh et al. addressed parallel jobs
scheduling problem for computational grid systems. They
concentrate on two-level hierarchy scheduling: at the first
level, a broker allocates computational jobs to parallel
computers. At the second level, each computer generates
schedules of the parallel jobs assigned to it by its own local
scheduler.
Characteristics: Cloud computing exhibits the following
key characteristics:
Agility for organizations may be improved, as cloud
computing may increase users' flexibility with re-
provisioning, adding, or expanding technological
infrastructure resources.
Cost reductions are claimed by cloud providers. A public-
cloud delivery model converts capital expenditures
to operational expenditure. This purportedly
lowers barriers to entry, as infrastructure is typically
provided by a third party and need not be purchased for
one-time or infrequent intensive computing tasks.
Maintenance of cloud computing applications is easier,
because they do not need to be installed on each user's
computer and can be accessed from different places (e.g.,
different work locations, while travelling, etc.).
Performance is monitored by IT experts from the service
provider, and consistent and loosely coupled architectures
are constructed using web services as the system
interface.
Productivity may be increased when multiple users can
work on the same data simultaneously, rather than
waiting for it to be saved and emailed. Time may be saved
as information does not need to be re-entered when fields
are matched, nor do users need to install application
software upgrades to their computer.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 756
Reliability improves with the use of multiple redundant
sites, which makes well-designed cloud computing
suitable for business continuity and disaster recovery.
Security can improve due to centralization of data,
increased security-focused resources, etc., but concerns
can persist about loss of control over certain sensitive
data, and the lack of security for stored kernels. Security is
often as good as or better than other traditional systems,
in part because service providers are able to devote
resources to solving security issues that many customers
cannot afford to tackle or which they lack the technical
skills to address.
1.3 Heuristic:
A heuristic technique often called simply a heuristic, is
any approach to problem solving, learning, or discovery
that employs a practical method not guaranteed to be
optimal or perfect, but sufficient for the immediate goals.
Where finding an optimal solution is impossible or
impractical, heuristic methods can be used to speed up the
process of finding a satisfactory solution. Heuristics can be
mental shortcuts that ease the cognitive load of making a
decision. In computer science, artificial intelligence, and
mathematical optimization, a heuristic is a technique
designed for solving a problem more quickly when classic
methods are too slow, or for finding an approximate
solution when classic methods fail to find any exact
solution. This is achieved by trading optimality,
completeness, accuracy, or precision for speed. In a way, it
can be considered a shortcut.A heuristic function, also
called simply a heuristic, is a function that ranks
alternatives in search algorithms at each branching step
based on available information to decide which branch to
follow. The objective of a heuristic is to produce a solution
in a reasonable time frame that is good enough for solving
the problem at hand. This solution may not be the best of
all the actual solutions to this problem, or it may simply
approximate the exact solution. But it is still valuable
because finding it does not require a prohibitively long
time. Heuristics may produce results by themselves, or
they may be used in conjunction with optimization
algorithms to improve their efficiency.
1.4 Min-Min:
Minimum completion time for each task in min-min is
computed for all machines. The task with overall
minimum completion time is chosen and assigned to
corresponding machine. The newly mapped task is
removed and the process is repeated till all tasks are
mapped. Min-min is a simple and fast algorithm capable of
good performance. Even GA “seeds” a population with a
min-min chromosome to ensure good performance. Min-
min schedules “best case” tasks first generating good
schedules. Assigning small task first is it drawback. Thus,
smaller tasks are executed first and then few larger tasks
are executed while many machines are idling, resulting in
poor machine use. Min-min establishes minimum
completion time for unscheduled jobs, and then assigns
jobs with minimum completion time to a processor which
offers it. Min-min is developed on MCT
(minimum Completion times).
1.5 Max-Min:
Similar to the Min-min, after determining the completion
times for each task on all machines, the task with
maximum completion time is scheduled on the consistent
machine in the case of max-min and the process is
repeated until all the tasks are scheduled. In Min-min, the
anticipation is that if more tasks are scheduled on
machines that execute them earliest and fastest, smaller
makespan will be obtained. Max-min is usually employed
in a situation where there are fewer longer and shorter
tasks. It can as well reduce starvation for the longer tasks
since it will enable the longer tasks to be scheduled along
with shorter ones
2. LITERATURE SURVEY
N. Patil et al [1] a very effective and impressive
computing environment is provided by cloud computing
where the customers or several handlers in need of
multiple resources to be provided as a service over the
internet. The utilization of sources is to be scheduled
efficiently so that it helps in reduced the time for task
completion. This is task scheduling which is most essential
and important part in cloud computing environment. In
task scheduling allocation of certain tasks to particular
resources at a particular time instance is done. They have
different techniques that are proposed to solve the
problems of task scheduling. This paper discusses about
the study of various resource scheduling algorithms in a
cloud computing environment.
A. Jain et al [2] have discussed the evolution of computing
from mainframe to cloud computing. Authors have
discussed the basic characteristics, type and architecture
of cloud computing. Moreover authors have also discussed
the different research issues and applications of cloud
computing.
Mubarak Haladu et al [3] Cloud Computing provides the
chance to use computing resources over the internet
without owning the infrastructure. The main content of
Cloud Computing is to manage Software application, data
storage and processing capacity which are assigned to
other users on demand through the internet and pay only
for what they consume. Task arranged in cloud computing
is the biggest overcome because many tasks need to be
executed by the available resources in order to meet user’s
requirements. To achieve best performance, minimize
total completion time, minimize response time and
maximize resources utilization there is need to allocate
these challenges.
Elzeki et al [4] a new unique modification of Max-min
algorithm is proposed. This algorithm is built based on
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 757
study of the impact of RASA algorithm in performing tasks
and the atom concept of Max-min strategy. An Improved
version of Max-min algorithm is proposed to outperform
scheduling map atleast similar to RASA map in total
complete time for submitted jobs. Improved one is based
on the expected execution time instead of complete time
as a selection basis. In turn performing tasks within cloud
computing using Improved one demonstrates achieving
schedules with comparable lower make span rather than
RASA and original Max-min.
S. Devipriy et al [5] in this paper varied rule is mentioned
then improved the Max-Min programming rule. Min-Min
programming rule is employed resource imbalance
drawback has occurred. In max-min programming rule
most size allotted to minimum completion time. Make
span is best than Min-Min rule. Once resource is even then
Max-Min rule is employed and resource is odd then Min-
Min rule is employed. The result show that RASA rule has
higher make span then Max-Min. Improved max-min rule
during which largest most task is allotted to the slowest
resources.
A. Jain et al [6] have proposed a new load balancing
approach for cloud computing. Proposed approach has
used the concept of biased random walk. Biasing has been
achieved through task size, and available capacity of
virtual machine. Proposed approach has not only
improved the load balancing but also improved the
reliability of the system.
Hsu Mon Kyi [7] Cloud computing is deployed a large set
of virtualized computing resources in different
infrastructures and various development platforms. One of
the significant issues in cloud computing system is the
scheduling of virtual resources and virtual machines. To
address this issue, this proposed an efficient approach for
virtual machines scheduling in VM management also
called Efficient Virtual Machines Scheduling Algorithm
that provides the effective and efficient resource
allocation.
Mohd Zamri Murah et al [8] Cloud computing is a
technology that allow the users to access software
applications, hardware, storage, computing processes
directly from the web. It offers two paradigms in
computing; SaaS and PaaS. This paper reviewed the
experience of using cloud computing in teaching a
graduate level networking course. It had been used to
share references, to create collaborative environments, to
hold virtual discussions, to manage projects and to deploy
web applications. The students were able to learn this
latest computing technology without incurring any cost.
Bhathiya Wickrema Singhe et al [9] Advances in Cloud
computing opens up many new possibilities for Internet
applications developers. Previously, a main concern of
Internet applications developers was deployment and
hosting of applications, because it required acquisition of a
server with a fixed capacity able to handle the expected
application peak demand and the installation and
maintenance of the whole software infrastructure of the
platform supporting the application. Furthermore, server
was underutilized because peak traffic happens only at
specific times.
Razaque, et al. [10] an efficient task scheduling algorithm
that offer divisible task scheduling in view of network
bandwidth and automatically implements the tasks when
tasks are scheduled for the execution. Most Efficient
Server First (MESF) is a task scheduling scheme that
schedules the tasks to maximize the energy aware servers
of a data center. MESF decreases average task response
time. A Min-min algorithm that takes into consideration
both cloud users requirement and resource availability.
Proposed algorithm decreases make span of the tasks by
analyzed task size.
Tabak et al. [11] presented an algorithm enhancement
that asymptotically reduced the execution time of Min-min
algorithm without affecting the quality of service. Further,
the newly anticipated Min-min algorithm is combined with
Max-min and Sufferage algorithm, to obtain two hybrid
algorithms. The incentive of hybrid algorithms are
discourse the disadvantage of Max-min in resolved
problematic instances with highly skewed cost
circulations and also improved the execution time results
of Max-min algorithm.
Liu et al [12] developed a new scheduling policy based on
work load characteristic, which triggers migration by a
multi-threshold method and accomplishes the task of
choosing VMs to migrate and migration target. A novel
distributed VM migration strategy to solve the above
problems. In our strategy, distributed local migration
agents autonomously monitor the resource utilization of
each PM. Unlike some researched just considering the CPU
utilization, our monitoring strategy is more complex by
additionally taking the memory utilization and the
bandwidth condition into account.
H. L. Shi [13] Task scheduling is an important part of
cloud computing. According to the needs of QoS and using
appropriate means, different tasks are assigned to the
appropriate resource nodes, which is an NP hard problem.
Currently around scheduling problems in cloud computing
environment, they have a lot of researches at home and
abroad. Task scheduling problem in cloud computing
environment is NP-hard problem, which is difficult to
obtain exact optimal solution and is suitable for using
intelligent optimization algorithms to approximate the
optimal solution.
H. Wu [14] Task scheduling in cloud computing means
based on the current information of task and resource and
in accordance with a certain strategy to build a good
mapping relationship between tasks and resources.
According to the mapping relationship, the appropriate
tasks was allocated to the appropriate resources to
performed. The users demands for QoS of tasks are
expressed as time, cost, safety and reliability.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 758
J.-S. Chang [15] Cloud is a distributed system, which
shares thousands of computing resources. The Cloud uses
Internet links to connect users to providers. The
distribution work load between different nodes within the
Cloud network is a crucial step in the process of
optimizing the overall workloads. Hence the importance
load balancing to allocate efficiently the various available
resources including Cloud network links, central
processing units, disk drives, or other resources.
B. Furht et al [16] Cloud computing can be defined as set
services organized on three layers. The Software-as-a
Service(SAAS) layer which offer to users the possibility to
run applications remotely from the Cloud. The second
layer is the Infrastructure-as-a-Service (IAAS) which
refers to computing resources as a service. This includes
virtualized computers with defined processing power and
bandwidth for storage and Internet access. Finally, the
Platform-as-a-Service (PAAS) layer which is similar to
IAAS, but includes in addition, operating systems and
required services to a particular application.
Mell et al [17] proposed maximum expected completion
time for all the tasks is calculated on all virtual machines.
Then completion time for all the tasks is calculated on all
the machines. The task with the maximum expected
completion time from make span is selected and that tasks
assigned to the corresponding resource. We focused on
improved Max-Min algorithm instead of basic max-min.
The main idea of an improved Max-Min algorithm is that
assign task with maximum execution time to resource
with minimum complete time at place of original Max-Min
assign task with maximum completion time to resource
with minimum execution time.
Etminani et al [18] In Max-Min algorithm large tasks
have highest priority and smaller tasks have lower
priority. The make span is calculated in this by the
execution of long task .It would be similar to the Min-min
make span. On the other hand execute small tasks
concurrently on fastest resource to finish large number of
tasks during finalizing at least one large task on slower
resource. A new Max-Min algorithm that helps in
increasing the efficiency of Max-Min algorithm. Improved
Max-Min increases the chances of execution of tasks on
resources.
S. Selvarani et al [19] this paper is to schedule task group
in cloud computing environment, where all the resources
have different cost and computation performance. Due to
task grouping, communication of coarse-grained task/jobs
and resources optimizes communication ratio. That
reduces the make span and increases the resources
utilization. This method has two-phases. In first phase in-
Min algorithm is used and in second phase unutilized
resources uses the reschedule tasks.
N. Chopra et al [20] Cloud computing presents a number
of challenges regarding the management of tasks and
resources, such as cost constraints and completion time
requirements. These challenges are even more prominent
for a hybrid cloud computing environment that combines
relatively inexpensive but low performance private cloud
services with relatively high-cost and high-performance
public cloud services. Therefore, it is necessary to
determine which tasks are more cost effective in a local
private cloud, and which are more cost effective in the
public cloud. enterprise management is confronted with
both idle resources and increased maintenance costs.
A. Jain et al [21] presented a hybrid load balancing
approach for cloud environment by combining the best
feature of join idle queue, join shortest queue and
minimum completion time approach. Moreover, authors
have added the prior overloading checking mechanism.
Authors have tested the proposed approach on cloud
analyst simulator and it has been found that proposed
hybrid approach JIMC has outperformed all the basic
approach on all the relevant parameter.
Santhosh B et al [22] presented this concept a new kind
of amendment is to be imposed here known as Max-Min
algorithm. In the approved new Max-Min algorithm largest
feature is selected and assigned to resource which takes
minimum completion time. This time two algorithms are
proposed on improved Max-Min where instead of
selecting the largest task, a task just greater than Average
execution time consumer is selected and assigned to the
resource which gives minimum completion time. The
experimental results show the new algorithms schedules
jobs with lower make span.
Sandeep Singh Brar et al [23] this concept we can
evaluate this with the up rise of fourth paradigm, that is
invention of science over a long interval of time, scientific
workflows commence to amend their status amongst in
numerous science subject areas indulging physics,
astronomy, biology, chemistry, earthquake science and
many more. The scheduling algorithms are brushing off
the individual dependent and independent tasks. Max-Min
algorithm is implemented for scheduling of workflow
tasks that is focalized on the consideration of dependent
and independent tasks and process independent tasks in
parallel that directly gives profit in minimizing
computation time.
3. CONCLUSIONS
The paper survey on make span efficient resources utilize
in important issue. Max-Min better in many scenario
defects of min and max can be removing using another
heuristic technique like suffrage, selective. Deadline is
another important issue in cloud computing. Scheduling
from over survey concluded heuristic based technique can
effectively utilize but can future be improved using other
heuristic technique.
REFERENCES
[1] N. Patil and D. Aeloor, "A review - different scheduling
algorithms in cloud computing environment,” 2017
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 759
11th International Conference on Intelligent Systems
and Control (ISCO), Coimbatore, 2017, pp. 182-185.
[2] Jain A, Kumar R. “A taxonomy of cloud
computing,”International journal of scientific and
research publications. 2014 Jul;4(7):1-5.
[3] MubarakHaladu, Joshua Samual,“Optimizing task
scheduling and resource allocation in cloud data
center, using enhanced min-min algorithm”, IOSR
Journal of Computer Engineering (IOSR-JCE) e-ISSN:
2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 4,
Ver. VI(Jul.-Aug. 2016), PP 18-25.
[4] OElzeki,M. Z. Reshad, and M. A. Elsoud."Improved
max-min algorithm in cloud computing", International
Journal of Computer Applications, Volume 50, Issue
12, Pages 22-27,2012.
[5] S.Devipriya, C.Ramesh, “ Improved max-min heuristic
model for task scheduling in cloud”, IEEE 2013.
[6] Jain A, Kumar R.,”Scalable and trustworthy load
balancing technique for cloud environment.”,
International Journal of Engineering and Technology,
vol. 8, issue 2, April-2016.
[7] Hsu Mon Kyi, Thinn Thu Naing ,“An efficient approach
for virtual machines scheduling on a private cloud
environments” 2011 IEEE 978-1-61284-159-5/11.
[8] Mohd Zamri Murah, ”Teaching and learning cloud
computing” Elsevier 2012.
[9] Bhathiya Wickrema Singhe1, Rodrigo N. Calheiros2,
Rajkumar Buyya,“Cloud Analyst: a cloudsim-based
visual modeller for analysing cloud computing
environments and applications” 2010 24th IEEE
International Conference on Advanced Information
Networking and Applications.
[10] Razaque A, Vennapusa NR, Soni N, Janapati GS,” Task
scheduling in cloud computing”. 2016 IEEE Long
Island Systems, Applications and Technology
Conference (LISAT); 2016: IEEE.
[11]Tabak EK, Cambazoglu BB, Aykanat C, “Improving the
performance of independent task assignment
heuristics minmin, maxmin and sufferage”. IEEE
Transactions on Parallel and Distributed Systems.
2014;25(5):1244–56.
[12]J.-J. LIU, G.-L. CHEN, and C.-X. HU, “Virtual machine
migration scheduling strategy based on load
characteristic,” Computer Engineering,vol. 37, no. 17,
pp. 276–278, 2011.
[13]H. L. Shi, “Research of job scheduling on cloud
computing,” Nanjing: Nanjing University of Science
and Technology, 2012.
[14] H. Wu, “Research of task scheduling algorithm in the
cloud environment,” Nanjing: Nanjing University of
Posts andTelecommunications, 2013.
[15]J.-S. Chang and R.-S. Chang, "A performance estimation
model for high-performance computing on clouds,"
Cloud Computing Technology and Science
(CloudCom), 2012 IEEE 4th InternationalConference
on, 2012, pp. 275-280.
[16]B. Furht and A. Escalante, Eds., Handbook of Cloud
Computing.Boston, MA: Springer US, 2010.
[17]Mell, Peter and Grance, Tim, “The NIST definition of
cloud computing”, National Institute of Standards and
Technology,2009,vol53, pages50, Mell2009.
[18] Etminani, Kobra and Naghibzadeh, M, “A min-min
max-min selective algorihtm for grid task scheduling”,
Internet, 2007. ICI 2007. 3rdIEEE/IFIP International
Conference in Central Asia on, 2007.
[19] S. Selvarani and G. S. Sadhasivam, "Improved cost-
based algorithm for task scheduling in cloud
computing," 2010 IEEE International Conferenceon
Computational Intelligence and Computing Research,
Coimbatore, 2010, pp. 1-5.
[20] N. Chopra, S. Singh, “Survey on scheduling in hybrid
clouds,” inProc. 2014 International Conference on
Computing, Communication andNetworking
Technologies (ICCCNT), IEEE, July 2014, pp. 11-13.
[21] Jain A, Kumar R. “Hybrid load balancing approach for
cloud environment”, International Journal of
Communication Networks and Distributed Systems.
2017;18(3-4):264-86.
[22] Santhosh B and Manjaiah D H, "A hybrid avg task-min
and max-min algorithm for scheduling tasks in cloud
computing " 2015 International Conference on
Control, Instrumentation, Communication and
Computational Technologies (ICCICCT), Kumara coil,
2015, pp. 325-328.
[23]Sandeep Singh Brar , Sanjeev Rao, ”Optimizing
workflow scheduling using max-min algorithm in
cloud environment” International Journal of Computer
Applications (0975 – 8887) Volume 124 – No.4,
August 2015.

More Related Content

What's hot

Dynamic Three Stages Task Scheduling Algorithm on Cloud Computing
Dynamic Three Stages Task Scheduling Algorithm on Cloud ComputingDynamic Three Stages Task Scheduling Algorithm on Cloud Computing
Dynamic Three Stages Task Scheduling Algorithm on Cloud Computing
IJCSIS Research Publications
 
Resource Allocation for Task Using Fair Share Scheduling Algorithm
Resource Allocation for Task Using Fair Share Scheduling AlgorithmResource Allocation for Task Using Fair Share Scheduling Algorithm
Resource Allocation for Task Using Fair Share Scheduling Algorithm
IRJET Journal
 
Fault tolerance on cloud computing
Fault tolerance on cloud computingFault tolerance on cloud computing
Fault tolerance on cloud computing
www.pixelsolutionbd.com
 
A novel scheduling algorithm for cloud computing environment
A novel scheduling algorithm for cloud computing environmentA novel scheduling algorithm for cloud computing environment
A novel scheduling algorithm for cloud computing environment
Souvik Pal
 
Learning scheduler parameters for adaptive preemption
Learning scheduler parameters for adaptive preemptionLearning scheduler parameters for adaptive preemption
Learning scheduler parameters for adaptive preemption
csandit
 
Dynamic assignment of geospatial-temporal macro tasks to agents under human s...
Dynamic assignment of geospatial-temporal macro tasks to agents under human s...Dynamic assignment of geospatial-temporal macro tasks to agents under human s...
Dynamic assignment of geospatial-temporal macro tasks to agents under human s...
Reza Nourjou, Ph.D.
 
Simulation Based Workflow Scheduling for Scientific Application
Simulation Based Workflow Scheduling for Scientific ApplicationSimulation Based Workflow Scheduling for Scientific Application
Simulation Based Workflow Scheduling for Scientific Application
IJCSIS Research Publications
 
Use of genetic algorithm for
Use of genetic algorithm forUse of genetic algorithm for
Use of genetic algorithm for
ijitjournal
 
Kks sre book_ch1,2
Kks sre book_ch1,2Kks sre book_ch1,2
Kks sre book_ch1,2
Chris Huang
 
Angel
AngelAngel
Artificial intelligence could help data centers run far more efficiently
Artificial intelligence could help data centers run far more efficientlyArtificial intelligence could help data centers run far more efficiently
Artificial intelligence could help data centers run far more efficiently
venkatvajradhar1
 
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
iosrjce
 
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET Journal
 
Kks sre book_ch10
Kks sre book_ch10Kks sre book_ch10
Kks sre book_ch10
Chris Huang
 
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHMSTUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHMAvay Minni
 
Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...
Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...
Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...
Editor IJCATR
 
Search algorithm for optimal execution of incident commander guidance in macr...
Search algorithm for optimal execution of incident commander guidance in macr...Search algorithm for optimal execution of incident commander guidance in macr...
Search algorithm for optimal execution of incident commander guidance in macr...
Reza Nourjou, Ph.D.
 

What's hot (19)

Dynamic Three Stages Task Scheduling Algorithm on Cloud Computing
Dynamic Three Stages Task Scheduling Algorithm on Cloud ComputingDynamic Three Stages Task Scheduling Algorithm on Cloud Computing
Dynamic Three Stages Task Scheduling Algorithm on Cloud Computing
 
Resource Allocation for Task Using Fair Share Scheduling Algorithm
Resource Allocation for Task Using Fair Share Scheduling AlgorithmResource Allocation for Task Using Fair Share Scheduling Algorithm
Resource Allocation for Task Using Fair Share Scheduling Algorithm
 
Fault tolerance on cloud computing
Fault tolerance on cloud computingFault tolerance on cloud computing
Fault tolerance on cloud computing
 
A novel scheduling algorithm for cloud computing environment
A novel scheduling algorithm for cloud computing environmentA novel scheduling algorithm for cloud computing environment
A novel scheduling algorithm for cloud computing environment
 
Learning scheduler parameters for adaptive preemption
Learning scheduler parameters for adaptive preemptionLearning scheduler parameters for adaptive preemption
Learning scheduler parameters for adaptive preemption
 
Dynamic assignment of geospatial-temporal macro tasks to agents under human s...
Dynamic assignment of geospatial-temporal macro tasks to agents under human s...Dynamic assignment of geospatial-temporal macro tasks to agents under human s...
Dynamic assignment of geospatial-temporal macro tasks to agents under human s...
 
50120130406041 2
50120130406041 250120130406041 2
50120130406041 2
 
Simulation Based Workflow Scheduling for Scientific Application
Simulation Based Workflow Scheduling for Scientific ApplicationSimulation Based Workflow Scheduling for Scientific Application
Simulation Based Workflow Scheduling for Scientific Application
 
Use of genetic algorithm for
Use of genetic algorithm forUse of genetic algorithm for
Use of genetic algorithm for
 
Kks sre book_ch1,2
Kks sre book_ch1,2Kks sre book_ch1,2
Kks sre book_ch1,2
 
Angel
AngelAngel
Angel
 
Artificial intelligence could help data centers run far more efficiently
Artificial intelligence could help data centers run far more efficientlyArtificial intelligence could help data centers run far more efficiently
Artificial intelligence could help data centers run far more efficiently
 
Ch14
Ch14Ch14
Ch14
 
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...Role of Operational System Design in Data Warehouse Implementation: Identifyi...
Role of Operational System Design in Data Warehouse Implementation: Identifyi...
 
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
IRJET- Time and Resource Efficient Task Scheduling in Cloud Computing Environ...
 
Kks sre book_ch10
Kks sre book_ch10Kks sre book_ch10
Kks sre book_ch10
 
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHMSTUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
STUDY ON PROJECT MANAGEMENT THROUGH GENETIC ALGORITHM
 
Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...
Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...
Cost-Efficient Task Scheduling with Ant Colony Algorithm for Executing Large ...
 
Search algorithm for optimal execution of incident commander guidance in macr...
Search algorithm for optimal execution of incident commander guidance in macr...Search algorithm for optimal execution of incident commander guidance in macr...
Search algorithm for optimal execution of incident commander guidance in macr...
 

Similar to A Survey on Heuristic Based Techniques in Cloud Computing

A survey of various scheduling algorithm in cloud computing environment
A survey of various scheduling algorithm in cloud computing environmentA survey of various scheduling algorithm in cloud computing environment
A survey of various scheduling algorithm in cloud computing environment
eSAT Journals
 
A Novel Dynamic Priority Based Job Scheduling Approach for Cloud Environment
A Novel Dynamic Priority Based Job Scheduling Approach for Cloud EnvironmentA Novel Dynamic Priority Based Job Scheduling Approach for Cloud Environment
A Novel Dynamic Priority Based Job Scheduling Approach for Cloud Environment
IRJET Journal
 
A HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENT
A HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENTA HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENT
A HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENT
ieijjournal1
 
A STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENT
A STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENTA STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENT
A STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENT
pharmaindexing
 
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET Journal
 
Energy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud EnvironmentEnergy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud Environment
IRJET Journal
 
A Virtual Machine Resource Management Method with Millisecond Precision
A Virtual Machine Resource Management Method with Millisecond PrecisionA Virtual Machine Resource Management Method with Millisecond Precision
A Virtual Machine Resource Management Method with Millisecond Precision
IRJET Journal
 
Cost Optimization in Multi Cloud Platforms using Priority Assignment
Cost Optimization in Multi Cloud Platforms using Priority AssignmentCost Optimization in Multi Cloud Platforms using Priority Assignment
Cost Optimization in Multi Cloud Platforms using Priority Assignment
ijceronline
 
IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...
IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...
IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...
IRJET Journal
 
Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...
Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...
Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...
IRJET Journal
 
D04573033
D04573033D04573033
D04573033
IOSR-JEN
 
Distributed Feature Selection for Efficient Economic Big Data Analysis
Distributed Feature Selection for Efficient Economic Big Data AnalysisDistributed Feature Selection for Efficient Economic Big Data Analysis
Distributed Feature Selection for Efficient Economic Big Data Analysis
IRJET Journal
 
construction management.pptx
construction management.pptxconstruction management.pptx
construction management.pptx
praful91
 
An adaptive algorithm for task scheduling for computational grid
An adaptive algorithm for task scheduling for computational gridAn adaptive algorithm for task scheduling for computational grid
An adaptive algorithm for task scheduling for computational grid
eSAT Journals
 
A Survey on Task Scheduling and Load Balanced Algorithms in Cloud Computing
A Survey on Task Scheduling and Load Balanced Algorithms in Cloud ComputingA Survey on Task Scheduling and Load Balanced Algorithms in Cloud Computing
A Survey on Task Scheduling and Load Balanced Algorithms in Cloud Computing
IRJET Journal
 
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic AlgorithmCloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
IRJET Journal
 
A Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management TechniquesA Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management Techniques
Associate Professor in VSB Coimbatore
 
A Survey on Batch Auditing Systems for Cloud Storage
A Survey on Batch Auditing Systems for Cloud StorageA Survey on Batch Auditing Systems for Cloud Storage
A Survey on Batch Auditing Systems for Cloud Storage
IRJET Journal
 
Quality of Service based Task Scheduling Algorithms in Cloud Computing
Quality of Service based Task Scheduling Algorithms in  Cloud Computing  Quality of Service based Task Scheduling Algorithms in  Cloud Computing
Quality of Service based Task Scheduling Algorithms in Cloud Computing
IJECEIAES
 

Similar to A Survey on Heuristic Based Techniques in Cloud Computing (20)

A survey of various scheduling algorithm in cloud computing environment
A survey of various scheduling algorithm in cloud computing environmentA survey of various scheduling algorithm in cloud computing environment
A survey of various scheduling algorithm in cloud computing environment
 
A Novel Dynamic Priority Based Job Scheduling Approach for Cloud Environment
A Novel Dynamic Priority Based Job Scheduling Approach for Cloud EnvironmentA Novel Dynamic Priority Based Job Scheduling Approach for Cloud Environment
A Novel Dynamic Priority Based Job Scheduling Approach for Cloud Environment
 
A HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENT
A HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENTA HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENT
A HYPER-HEURISTIC METHOD FOR SCHEDULING THEJOBS IN CLOUD ENVIRONMENT
 
A STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENT
A STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENTA STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENT
A STUDY ON JOB SCHEDULING IN CLOUD ENVIRONMENT
 
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
IRJET- Enhance Dynamic Heterogeneous Shortest Job first (DHSJF): A Task Schedu...
 
Energy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud EnvironmentEnergy-Efficient Task Scheduling in Cloud Environment
Energy-Efficient Task Scheduling in Cloud Environment
 
A Virtual Machine Resource Management Method with Millisecond Precision
A Virtual Machine Resource Management Method with Millisecond PrecisionA Virtual Machine Resource Management Method with Millisecond Precision
A Virtual Machine Resource Management Method with Millisecond Precision
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Cost Optimization in Multi Cloud Platforms using Priority Assignment
Cost Optimization in Multi Cloud Platforms using Priority AssignmentCost Optimization in Multi Cloud Platforms using Priority Assignment
Cost Optimization in Multi Cloud Platforms using Priority Assignment
 
IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...
IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...
IRJET-Framework for Dynamic Resource Allocation and Efficient Scheduling Stra...
 
Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...
Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...
Service Request Scheduling in Cloud Computing using Meta-Heuristic Technique:...
 
D04573033
D04573033D04573033
D04573033
 
Distributed Feature Selection for Efficient Economic Big Data Analysis
Distributed Feature Selection for Efficient Economic Big Data AnalysisDistributed Feature Selection for Efficient Economic Big Data Analysis
Distributed Feature Selection for Efficient Economic Big Data Analysis
 
construction management.pptx
construction management.pptxconstruction management.pptx
construction management.pptx
 
An adaptive algorithm for task scheduling for computational grid
An adaptive algorithm for task scheduling for computational gridAn adaptive algorithm for task scheduling for computational grid
An adaptive algorithm for task scheduling for computational grid
 
A Survey on Task Scheduling and Load Balanced Algorithms in Cloud Computing
A Survey on Task Scheduling and Load Balanced Algorithms in Cloud ComputingA Survey on Task Scheduling and Load Balanced Algorithms in Cloud Computing
A Survey on Task Scheduling and Load Balanced Algorithms in Cloud Computing
 
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic AlgorithmCloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
Cloud Computing Task Scheduling Algorithm Based on Modified Genetic Algorithm
 
A Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management TechniquesA Survey and Comparison of SDN Based Traffic Management Techniques
A Survey and Comparison of SDN Based Traffic Management Techniques
 
A Survey on Batch Auditing Systems for Cloud Storage
A Survey on Batch Auditing Systems for Cloud StorageA Survey on Batch Auditing Systems for Cloud Storage
A Survey on Batch Auditing Systems for Cloud Storage
 
Quality of Service based Task Scheduling Algorithms in Cloud Computing
Quality of Service based Task Scheduling Algorithms in  Cloud Computing  Quality of Service based Task Scheduling Algorithms in  Cloud Computing
Quality of Service based Task Scheduling Algorithms in Cloud Computing
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 

Recently uploaded (20)

Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 

A Survey on Heuristic Based Techniques in Cloud Computing

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 755 A Survey on Heuristic Based Techniques in Cloud Computing Poonam Chaudhary1, Varsha2 1M. Tech. Research Scholar, Shri Krishan Institute of Engineering and Technology, Kurukshetra, India 2Assistant Professor, Shri Krishan Institute of Engineering and Technology, Kurukshetra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Cloud computing is an emerging technology. It process huge amount of data so scheduling mechanism works as a vital role in the cloud computing. There are various techniques used in cloud scheduling. In this paper, firstly we explain the concept of cloud computing after that we reviewed cloud scheduling. A heuristic technique often called simply a heuristic, is any approach to problem solving, learning, or discovery that employs a practical method not guaranteed to be optimal or perfect, but sufficient for the immediate goals. There isvarious scheduling based on heuristic technique like Min-Min, Max- Min. Key Words: Cloud Computing, Cloud scheduling, Min- Min, Max-Min. 1. INTRODUCTION 1.1 What is a cloud computing? Cloud Computing is an emerging technique. Recently it is found that researchers are interested in using cloud for performing scientific applications and even the big organizations are on the verse of switching over to hybrid cloud. Many complex applications require parallel processing to execute the jobs effectively. Due to the communication and synchronization among parallel processes there is a decrease in utilization of CPU resources. It is necessary for a data center to achieve the utilization of nodes while maintaining the level of responsiveness of parallel jobs. The cloud computing is attracting an increased number of applications to run in the remote data centers. Many complex applications require parallel processing capabilities. Some of the parallel applications show a decrease in utilization of CPU resources whenever there is an increase in parallelism if the jobs are not schedule correctly then it reduces the computer performance. Clouds provide a very large number of resources, including platforms for computation, data centers, storages, Networks, firewalls and software in form of services. At the same time it also provides the ways of managing these resources such that users of cloud can access them without facing any kind of performance related problems. Several algorithms & protocols are proposed regarding the scheduling mechanism of the cloud computing. But very few algorithms are proposed to detect the scheduling mechanism in cloud computing. Most of the authors consider a regular monitoring region in their protocol, which is not a real life scenario. Practically the monitoring region is always irregular as the clouds are randomly deployed. So we propose an algorithm to schedule the jobs in cloud computing. 2. SENSOR NODE DEPLOYMENT TECHNIQUES 1.2 Cloud scheduling:- There has been little theoretical work on online scheduling on computational grids and clouds (where grid consists of a large number of identical processors that are divided into several machines at possibly multiple locations) In Tchernykh et al. addressed parallel jobs scheduling problem for computational grid systems. They concentrate on two-level hierarchy scheduling: at the first level, a broker allocates computational jobs to parallel computers. At the second level, each computer generates schedules of the parallel jobs assigned to it by its own local scheduler. Characteristics: Cloud computing exhibits the following key characteristics: Agility for organizations may be improved, as cloud computing may increase users' flexibility with re- provisioning, adding, or expanding technological infrastructure resources. Cost reductions are claimed by cloud providers. A public- cloud delivery model converts capital expenditures to operational expenditure. This purportedly lowers barriers to entry, as infrastructure is typically provided by a third party and need not be purchased for one-time or infrequent intensive computing tasks. Maintenance of cloud computing applications is easier, because they do not need to be installed on each user's computer and can be accessed from different places (e.g., different work locations, while travelling, etc.). Performance is monitored by IT experts from the service provider, and consistent and loosely coupled architectures are constructed using web services as the system interface. Productivity may be increased when multiple users can work on the same data simultaneously, rather than waiting for it to be saved and emailed. Time may be saved as information does not need to be re-entered when fields are matched, nor do users need to install application software upgrades to their computer.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 756 Reliability improves with the use of multiple redundant sites, which makes well-designed cloud computing suitable for business continuity and disaster recovery. Security can improve due to centralization of data, increased security-focused resources, etc., but concerns can persist about loss of control over certain sensitive data, and the lack of security for stored kernels. Security is often as good as or better than other traditional systems, in part because service providers are able to devote resources to solving security issues that many customers cannot afford to tackle or which they lack the technical skills to address. 1.3 Heuristic: A heuristic technique often called simply a heuristic, is any approach to problem solving, learning, or discovery that employs a practical method not guaranteed to be optimal or perfect, but sufficient for the immediate goals. Where finding an optimal solution is impossible or impractical, heuristic methods can be used to speed up the process of finding a satisfactory solution. Heuristics can be mental shortcuts that ease the cognitive load of making a decision. In computer science, artificial intelligence, and mathematical optimization, a heuristic is a technique designed for solving a problem more quickly when classic methods are too slow, or for finding an approximate solution when classic methods fail to find any exact solution. This is achieved by trading optimality, completeness, accuracy, or precision for speed. In a way, it can be considered a shortcut.A heuristic function, also called simply a heuristic, is a function that ranks alternatives in search algorithms at each branching step based on available information to decide which branch to follow. The objective of a heuristic is to produce a solution in a reasonable time frame that is good enough for solving the problem at hand. This solution may not be the best of all the actual solutions to this problem, or it may simply approximate the exact solution. But it is still valuable because finding it does not require a prohibitively long time. Heuristics may produce results by themselves, or they may be used in conjunction with optimization algorithms to improve their efficiency. 1.4 Min-Min: Minimum completion time for each task in min-min is computed for all machines. The task with overall minimum completion time is chosen and assigned to corresponding machine. The newly mapped task is removed and the process is repeated till all tasks are mapped. Min-min is a simple and fast algorithm capable of good performance. Even GA “seeds” a population with a min-min chromosome to ensure good performance. Min- min schedules “best case” tasks first generating good schedules. Assigning small task first is it drawback. Thus, smaller tasks are executed first and then few larger tasks are executed while many machines are idling, resulting in poor machine use. Min-min establishes minimum completion time for unscheduled jobs, and then assigns jobs with minimum completion time to a processor which offers it. Min-min is developed on MCT (minimum Completion times). 1.5 Max-Min: Similar to the Min-min, after determining the completion times for each task on all machines, the task with maximum completion time is scheduled on the consistent machine in the case of max-min and the process is repeated until all the tasks are scheduled. In Min-min, the anticipation is that if more tasks are scheduled on machines that execute them earliest and fastest, smaller makespan will be obtained. Max-min is usually employed in a situation where there are fewer longer and shorter tasks. It can as well reduce starvation for the longer tasks since it will enable the longer tasks to be scheduled along with shorter ones 2. LITERATURE SURVEY N. Patil et al [1] a very effective and impressive computing environment is provided by cloud computing where the customers or several handlers in need of multiple resources to be provided as a service over the internet. The utilization of sources is to be scheduled efficiently so that it helps in reduced the time for task completion. This is task scheduling which is most essential and important part in cloud computing environment. In task scheduling allocation of certain tasks to particular resources at a particular time instance is done. They have different techniques that are proposed to solve the problems of task scheduling. This paper discusses about the study of various resource scheduling algorithms in a cloud computing environment. A. Jain et al [2] have discussed the evolution of computing from mainframe to cloud computing. Authors have discussed the basic characteristics, type and architecture of cloud computing. Moreover authors have also discussed the different research issues and applications of cloud computing. Mubarak Haladu et al [3] Cloud Computing provides the chance to use computing resources over the internet without owning the infrastructure. The main content of Cloud Computing is to manage Software application, data storage and processing capacity which are assigned to other users on demand through the internet and pay only for what they consume. Task arranged in cloud computing is the biggest overcome because many tasks need to be executed by the available resources in order to meet user’s requirements. To achieve best performance, minimize total completion time, minimize response time and maximize resources utilization there is need to allocate these challenges. Elzeki et al [4] a new unique modification of Max-min algorithm is proposed. This algorithm is built based on
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 757 study of the impact of RASA algorithm in performing tasks and the atom concept of Max-min strategy. An Improved version of Max-min algorithm is proposed to outperform scheduling map atleast similar to RASA map in total complete time for submitted jobs. Improved one is based on the expected execution time instead of complete time as a selection basis. In turn performing tasks within cloud computing using Improved one demonstrates achieving schedules with comparable lower make span rather than RASA and original Max-min. S. Devipriy et al [5] in this paper varied rule is mentioned then improved the Max-Min programming rule. Min-Min programming rule is employed resource imbalance drawback has occurred. In max-min programming rule most size allotted to minimum completion time. Make span is best than Min-Min rule. Once resource is even then Max-Min rule is employed and resource is odd then Min- Min rule is employed. The result show that RASA rule has higher make span then Max-Min. Improved max-min rule during which largest most task is allotted to the slowest resources. A. Jain et al [6] have proposed a new load balancing approach for cloud computing. Proposed approach has used the concept of biased random walk. Biasing has been achieved through task size, and available capacity of virtual machine. Proposed approach has not only improved the load balancing but also improved the reliability of the system. Hsu Mon Kyi [7] Cloud computing is deployed a large set of virtualized computing resources in different infrastructures and various development platforms. One of the significant issues in cloud computing system is the scheduling of virtual resources and virtual machines. To address this issue, this proposed an efficient approach for virtual machines scheduling in VM management also called Efficient Virtual Machines Scheduling Algorithm that provides the effective and efficient resource allocation. Mohd Zamri Murah et al [8] Cloud computing is a technology that allow the users to access software applications, hardware, storage, computing processes directly from the web. It offers two paradigms in computing; SaaS and PaaS. This paper reviewed the experience of using cloud computing in teaching a graduate level networking course. It had been used to share references, to create collaborative environments, to hold virtual discussions, to manage projects and to deploy web applications. The students were able to learn this latest computing technology without incurring any cost. Bhathiya Wickrema Singhe et al [9] Advances in Cloud computing opens up many new possibilities for Internet applications developers. Previously, a main concern of Internet applications developers was deployment and hosting of applications, because it required acquisition of a server with a fixed capacity able to handle the expected application peak demand and the installation and maintenance of the whole software infrastructure of the platform supporting the application. Furthermore, server was underutilized because peak traffic happens only at specific times. Razaque, et al. [10] an efficient task scheduling algorithm that offer divisible task scheduling in view of network bandwidth and automatically implements the tasks when tasks are scheduled for the execution. Most Efficient Server First (MESF) is a task scheduling scheme that schedules the tasks to maximize the energy aware servers of a data center. MESF decreases average task response time. A Min-min algorithm that takes into consideration both cloud users requirement and resource availability. Proposed algorithm decreases make span of the tasks by analyzed task size. Tabak et al. [11] presented an algorithm enhancement that asymptotically reduced the execution time of Min-min algorithm without affecting the quality of service. Further, the newly anticipated Min-min algorithm is combined with Max-min and Sufferage algorithm, to obtain two hybrid algorithms. The incentive of hybrid algorithms are discourse the disadvantage of Max-min in resolved problematic instances with highly skewed cost circulations and also improved the execution time results of Max-min algorithm. Liu et al [12] developed a new scheduling policy based on work load characteristic, which triggers migration by a multi-threshold method and accomplishes the task of choosing VMs to migrate and migration target. A novel distributed VM migration strategy to solve the above problems. In our strategy, distributed local migration agents autonomously monitor the resource utilization of each PM. Unlike some researched just considering the CPU utilization, our monitoring strategy is more complex by additionally taking the memory utilization and the bandwidth condition into account. H. L. Shi [13] Task scheduling is an important part of cloud computing. According to the needs of QoS and using appropriate means, different tasks are assigned to the appropriate resource nodes, which is an NP hard problem. Currently around scheduling problems in cloud computing environment, they have a lot of researches at home and abroad. Task scheduling problem in cloud computing environment is NP-hard problem, which is difficult to obtain exact optimal solution and is suitable for using intelligent optimization algorithms to approximate the optimal solution. H. Wu [14] Task scheduling in cloud computing means based on the current information of task and resource and in accordance with a certain strategy to build a good mapping relationship between tasks and resources. According to the mapping relationship, the appropriate tasks was allocated to the appropriate resources to performed. The users demands for QoS of tasks are expressed as time, cost, safety and reliability.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 758 J.-S. Chang [15] Cloud is a distributed system, which shares thousands of computing resources. The Cloud uses Internet links to connect users to providers. The distribution work load between different nodes within the Cloud network is a crucial step in the process of optimizing the overall workloads. Hence the importance load balancing to allocate efficiently the various available resources including Cloud network links, central processing units, disk drives, or other resources. B. Furht et al [16] Cloud computing can be defined as set services organized on three layers. The Software-as-a Service(SAAS) layer which offer to users the possibility to run applications remotely from the Cloud. The second layer is the Infrastructure-as-a-Service (IAAS) which refers to computing resources as a service. This includes virtualized computers with defined processing power and bandwidth for storage and Internet access. Finally, the Platform-as-a-Service (PAAS) layer which is similar to IAAS, but includes in addition, operating systems and required services to a particular application. Mell et al [17] proposed maximum expected completion time for all the tasks is calculated on all virtual machines. Then completion time for all the tasks is calculated on all the machines. The task with the maximum expected completion time from make span is selected and that tasks assigned to the corresponding resource. We focused on improved Max-Min algorithm instead of basic max-min. The main idea of an improved Max-Min algorithm is that assign task with maximum execution time to resource with minimum complete time at place of original Max-Min assign task with maximum completion time to resource with minimum execution time. Etminani et al [18] In Max-Min algorithm large tasks have highest priority and smaller tasks have lower priority. The make span is calculated in this by the execution of long task .It would be similar to the Min-min make span. On the other hand execute small tasks concurrently on fastest resource to finish large number of tasks during finalizing at least one large task on slower resource. A new Max-Min algorithm that helps in increasing the efficiency of Max-Min algorithm. Improved Max-Min increases the chances of execution of tasks on resources. S. Selvarani et al [19] this paper is to schedule task group in cloud computing environment, where all the resources have different cost and computation performance. Due to task grouping, communication of coarse-grained task/jobs and resources optimizes communication ratio. That reduces the make span and increases the resources utilization. This method has two-phases. In first phase in- Min algorithm is used and in second phase unutilized resources uses the reschedule tasks. N. Chopra et al [20] Cloud computing presents a number of challenges regarding the management of tasks and resources, such as cost constraints and completion time requirements. These challenges are even more prominent for a hybrid cloud computing environment that combines relatively inexpensive but low performance private cloud services with relatively high-cost and high-performance public cloud services. Therefore, it is necessary to determine which tasks are more cost effective in a local private cloud, and which are more cost effective in the public cloud. enterprise management is confronted with both idle resources and increased maintenance costs. A. Jain et al [21] presented a hybrid load balancing approach for cloud environment by combining the best feature of join idle queue, join shortest queue and minimum completion time approach. Moreover, authors have added the prior overloading checking mechanism. Authors have tested the proposed approach on cloud analyst simulator and it has been found that proposed hybrid approach JIMC has outperformed all the basic approach on all the relevant parameter. Santhosh B et al [22] presented this concept a new kind of amendment is to be imposed here known as Max-Min algorithm. In the approved new Max-Min algorithm largest feature is selected and assigned to resource which takes minimum completion time. This time two algorithms are proposed on improved Max-Min where instead of selecting the largest task, a task just greater than Average execution time consumer is selected and assigned to the resource which gives minimum completion time. The experimental results show the new algorithms schedules jobs with lower make span. Sandeep Singh Brar et al [23] this concept we can evaluate this with the up rise of fourth paradigm, that is invention of science over a long interval of time, scientific workflows commence to amend their status amongst in numerous science subject areas indulging physics, astronomy, biology, chemistry, earthquake science and many more. The scheduling algorithms are brushing off the individual dependent and independent tasks. Max-Min algorithm is implemented for scheduling of workflow tasks that is focalized on the consideration of dependent and independent tasks and process independent tasks in parallel that directly gives profit in minimizing computation time. 3. CONCLUSIONS The paper survey on make span efficient resources utilize in important issue. Max-Min better in many scenario defects of min and max can be removing using another heuristic technique like suffrage, selective. Deadline is another important issue in cloud computing. Scheduling from over survey concluded heuristic based technique can effectively utilize but can future be improved using other heuristic technique. REFERENCES [1] N. Patil and D. Aeloor, "A review - different scheduling algorithms in cloud computing environment,” 2017
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 759 11th International Conference on Intelligent Systems and Control (ISCO), Coimbatore, 2017, pp. 182-185. [2] Jain A, Kumar R. “A taxonomy of cloud computing,”International journal of scientific and research publications. 2014 Jul;4(7):1-5. [3] MubarakHaladu, Joshua Samual,“Optimizing task scheduling and resource allocation in cloud data center, using enhanced min-min algorithm”, IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 4, Ver. VI(Jul.-Aug. 2016), PP 18-25. [4] OElzeki,M. Z. Reshad, and M. A. Elsoud."Improved max-min algorithm in cloud computing", International Journal of Computer Applications, Volume 50, Issue 12, Pages 22-27,2012. [5] S.Devipriya, C.Ramesh, “ Improved max-min heuristic model for task scheduling in cloud”, IEEE 2013. [6] Jain A, Kumar R.,”Scalable and trustworthy load balancing technique for cloud environment.”, International Journal of Engineering and Technology, vol. 8, issue 2, April-2016. [7] Hsu Mon Kyi, Thinn Thu Naing ,“An efficient approach for virtual machines scheduling on a private cloud environments” 2011 IEEE 978-1-61284-159-5/11. [8] Mohd Zamri Murah, ”Teaching and learning cloud computing” Elsevier 2012. [9] Bhathiya Wickrema Singhe1, Rodrigo N. Calheiros2, Rajkumar Buyya,“Cloud Analyst: a cloudsim-based visual modeller for analysing cloud computing environments and applications” 2010 24th IEEE International Conference on Advanced Information Networking and Applications. [10] Razaque A, Vennapusa NR, Soni N, Janapati GS,” Task scheduling in cloud computing”. 2016 IEEE Long Island Systems, Applications and Technology Conference (LISAT); 2016: IEEE. [11]Tabak EK, Cambazoglu BB, Aykanat C, “Improving the performance of independent task assignment heuristics minmin, maxmin and sufferage”. IEEE Transactions on Parallel and Distributed Systems. 2014;25(5):1244–56. [12]J.-J. LIU, G.-L. CHEN, and C.-X. HU, “Virtual machine migration scheduling strategy based on load characteristic,” Computer Engineering,vol. 37, no. 17, pp. 276–278, 2011. [13]H. L. Shi, “Research of job scheduling on cloud computing,” Nanjing: Nanjing University of Science and Technology, 2012. [14] H. Wu, “Research of task scheduling algorithm in the cloud environment,” Nanjing: Nanjing University of Posts andTelecommunications, 2013. [15]J.-S. Chang and R.-S. Chang, "A performance estimation model for high-performance computing on clouds," Cloud Computing Technology and Science (CloudCom), 2012 IEEE 4th InternationalConference on, 2012, pp. 275-280. [16]B. Furht and A. Escalante, Eds., Handbook of Cloud Computing.Boston, MA: Springer US, 2010. [17]Mell, Peter and Grance, Tim, “The NIST definition of cloud computing”, National Institute of Standards and Technology,2009,vol53, pages50, Mell2009. [18] Etminani, Kobra and Naghibzadeh, M, “A min-min max-min selective algorihtm for grid task scheduling”, Internet, 2007. ICI 2007. 3rdIEEE/IFIP International Conference in Central Asia on, 2007. [19] S. Selvarani and G. S. Sadhasivam, "Improved cost- based algorithm for task scheduling in cloud computing," 2010 IEEE International Conferenceon Computational Intelligence and Computing Research, Coimbatore, 2010, pp. 1-5. [20] N. Chopra, S. Singh, “Survey on scheduling in hybrid clouds,” inProc. 2014 International Conference on Computing, Communication andNetworking Technologies (ICCCNT), IEEE, July 2014, pp. 11-13. [21] Jain A, Kumar R. “Hybrid load balancing approach for cloud environment”, International Journal of Communication Networks and Distributed Systems. 2017;18(3-4):264-86. [22] Santhosh B and Manjaiah D H, "A hybrid avg task-min and max-min algorithm for scheduling tasks in cloud computing " 2015 International Conference on Control, Instrumentation, Communication and Computational Technologies (ICCICCT), Kumara coil, 2015, pp. 325-328. [23]Sandeep Singh Brar , Sanjeev Rao, ”Optimizing workflow scheduling using max-min algorithm in cloud environment” International Journal of Computer Applications (0975 – 8887) Volume 124 – No.4, August 2015.