SlideShare a Scribd company logo
127
E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International
Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016.
International Journal of Scientific and Technical Advancements
ISSN: 2454-1532
A Survey on Neural Network Based Minimization of
Data Center in Power Consumption
E. Brindha1
, S. Sobitha Ahila2
1, 2
Easwari Engineering College, Tamilnadu, India
Email address: 1
brindha235@gmail.com, 2
sobithaahila@gmail.com
Abstract— Cloud computing is the current technology used for sharing and accessing resources via internet. Reducing power consumption
is an essential requirement for cloud resource providers to decrease operating costs. We employ the predictor to predict future load demand
based on historical demand. According to the Prediction, the algorithm turns off unused servers and restarts them to minimize the number of
running servers. Power consumption can be regulated by using proper load balancing technique. Load balancing is done so to distributing
the load fairly amidst the servers and also a scheduling technique is followed to selectively hibernate the servers to optimize the energy
consumption. The load balancing is based on load prediction and server selection policy. Neural Network is used for load prediction, which
predicts the future load based on past historical data. The servers can be monitored and given ranking based on their reliability record and
this information is used as a criterion while performing load balancing.
Keywords— Cloud computing; eucalyptus; load balancing; neural network.
I. INTRODUCTION
loud computing is a recent advancement where in
the Information Technology (IT) infrastructure and
applications are provided as “services” to end-users
under a usage-based payment model. The cloud makes it
possible to access the information from anywhere at any time.
While a traditional computer setup requires the user to be in
the same location where the data storage is present, the cloud
makes the storage and retrieval location independent.
Cloud computing offers delivery of on-demand computing
resources everything from application to data centre resources
over the Internet. It offers guaranteed services. It allows
customers to scale up and down their resources based on the
dynamic needs.
One of the most pressing issues in cloud computing is the
resource management. Resource management problems
include allocation, provisioning, requirement mapping,
adaptation, discovery, brokering, estimation and modeling.
Resource management in cloud computing offers the benefits
like scalability, quality of service, optimal utility, reduced
overheads, improved throughput, reduced latency, specialized
environment, cost effectiveness and simplified interface. This
research focuses on some of the important resource
management techniques such as resource provisioning,
resource allocation, resource mapping and resource adaptation.
It brings out an exhaustive survey of such techniques in cloud
computing and also put forth the open challenges for further
research.
A. Cloud Service Models
The services offered by the Cloud service provider are
generally classified into three types of service models.
Software as Services (SaaS):- End-user application is
delivered as a service. Platform and infrastructure is
abstracted, and can be deployed and managed with less effort.
Cloud-based applications run on remote servers in the cloud
that are owned and operated by others and that connect to
users’ computers via the Internet and a web browser. Platform
as a Services: - Services is provided as application platform
onto which custom applications and services can be deployed.
PaaS services can be built and deployed more inexpensively,
although services need to be supported and managed. Platform
as a Service provides a cloud-based environment with
everything required to support the complete life cycle of
building and delivering web-based cloud applications, without
the cost and complexity of buying and managing the
underlying hardware, software, provisioning and hosting. With
PaaS one can develop applications and get to market faster,
deploy new web applications to the cloud in minutes and
reduce complexity with middleware. Infrastructure as a
Services (IaaS):- Consumers control and manage the systems
in terms of the processors, memory, and storage and network
connectivity but do not have control over the cloud
infrastructure. Infrastructure as a Service provides companies
with computing resources on a pay-per-use basis.
B. Deployment Models
Cloud computing offers three types of deployment models,
namely, Private cloud:-The cloud infrastructure is deployed
and maintained for a specific organization. The datacenter
may be in-house or on a third party premises. Public cloud:-
The cloud infrastructure is available to the public on a
commercial basis by a cloud service provider. This enables a
consumer to develop and deploy a service in the cloud with
little financial outlay compared to the capital expenditure
requirements normally associated with other deployment
options. Hybrid cloud: - The cloud infrastructure consists of a
number of clouds of any type, but the clouds have the ability
through their interfaces to allow data and/or applications to be
moved from one cloud deployment model to another. This can
be a combination of private and public clouds that support the
requirement to retain some data within an organization and
also the need to offer services to the general public.
C
128
E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International
Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016.
International Journal of Scientific and Technical Advancements
ISSN: 2454-1532
C. Neural Network
Neural networks, with their remarkable ability to derive
meaning from complicated or imprecise data, can be used to
extract patterns and detect trends that are too complex to be
noticed by either humans or other computer techniques. A
trained neural network can be thought of as an "expert" in the
category of information it has been given to analyze. This
expert can then be used to provide projections given new
situations of interest and answer "what if" questions. Other
advantages include: Adaptive learning: An ability to learn how
to do tasks based on the data given for training or initial
experience. Self-Organization: An ANN can create its own
organization or representation of the information it receives
during learning time. Real Time Operation: ANN
computations may be carried out in parallel, and special
hardware devices are being designed and manufactured which
take advantage of this capability. Fault Tolerance via
Redundant Information Coding: Partial destruction of a
network leads to the corresponding degradation of
performance. However, some network capabilities may be
retained even with major network damage. An artificial
neuron network is a data processing system consisting large
number of highly interconnected processing elements as
artificial neuron in a network structure. By using cloud
computing service for neural networks we can design any type
of neural networks.
D. Load Analysis and Prediction
Load analysis is the process of analyzing the load of the
server in the datacenter on time period basis. The load analysis
will be done more than once to provide a better result.
Fig. 1. A three layer neural network prediction.
Load prediction will be carried out based on the analyzed
data using neural network predictor. The neural network
perceptrons are applied to predict the future load of the
applications. The perceptrons are trained in a supervised
manner with a back propagation algorithm. Perceptrons uses
the values: Number of external inputs, one internal input.
Threshold and single output are prediction. The figure 1 as
three layer neural network predictor in operation with a time
series input is plotted. Load prediction is necessary for
improving power grid management. In recent years, several
methodologies have been advanced to accurately predict
power load. However, most of them cannot handle the
prediction well during unanticipated situations, which may
escalate into serious power failures. We introduce a
methodology seeking improvements in power load analysis
and prediction for unanticipated situations. The new
methodology exploits the synergisms found between artificial
neural networks and fuzzy logic to detect load transients in a
quickest manner. It subsequently identifies the transients and
provides on line prediction for abnormal conditions.
When the network is run, each layer performs the
calculation on the input and transfers the result yn+1 to the next
layer.
Yn+1=h(( (1)
The above equation (1) is used for prediction of future load
based on the input value. Where Yn+1 provides the output of
the current node and n is the number of nodes in the previous
layer, xi is the input of the current node from the previous
layer, b is the bias value and wi is the modified weight based
on the mean square error. Here the neural predictor is
developed and the experiment is performed to prove its highly
accurate prediction ability which fits in dynamic real time.
II. LITERATURE SURVEY
A. Power-Aware Scheduling of Virtual Machines in DVFS-
Enabled Clusters
Gregor von Laszewski et al 2012, Scheduling virtual
machine in a compute cluster to reduce power consumption
via the technique of dynamic voltage frequency scaling.
Specifically, we design of an efficient scheduling algorithm to
allocate virtual machine in DBFS-enabled cluster. A computer
cluster provides various virtual machines and when a job
arrives at the cluster, the cluster scheduler allocates the job
with preconfigured virtual machine then starts it on proper
compute nodes. The job is executed in the virtual machine.
After the job is executed, the virtual machine is shut-down.
Cloud computing technologies, the needs for efficient
algorithm to minimize wasted server energy becomes
increasingly important. As such, the field of green computing
provides a way to prevent unnecessary emission from
contributing to global warming to save large amount of money
on operational cost.
B. Performance Evaluation of a Green Scheduling Algorithm
for Energy Saving in Cloud Computing
Truong vinh Truong Duy et al 2010, we employ the
prediction to predict future load demand based on historical
demand. According to the prediction, the algorithm turns off
unused servers, thus minimizing the energy use at the points of
consumption to benefits all other levels. For evolution, we
simulation with two load traces. The result show that the P20
mode can save up to 46.3% of power consumption with a drop
rate of 0.03% on one load trace, and a drop rate of 0.12% with
a power reduction rate of 46.7% on the other.
129
E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International
Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016.
International Journal of Scientific and Technical Advancements
ISSN: 2454-1532
Green scheduling Algorithm which makes use of neural
network based predictor for energy saving in cloud computing.
The prediction is exploited to predict future load demand
based on collected historical demand. The algorithm used the
prediction in making turning off/on decision to minimize the
number of running servers.
C. A Study on Server Sleep State Transition to Reduce Power
Consumption in a Virtualized Server Cluster Environment
V. K. Mohan Raj et al 2012, Reducing power consumption
is an essential requirement for cloud resources providers to
decrease operating costs. One of the options to reduce power
consumption is to reduce the number of servers in IDLE
(unused) state as these IDLE state can be reduced by turning
off IDLE servers or transitioning these IDLE servers to low
power SLEEP state. With virtualization being the backbone to
provision cloud computing services, we use simulation to
study and report the impact of using SLEEP state on the server
with its virtual machine servicing application workload
requests. The average response time per request, our
simulation result are using SLEEP state server level we
achieve a 2% saving in average power usage and around 27%
saving in average response time per request.
The work deal with physical SLEEP state transition impact
to overall power consumption and response times in a physical
server environment. In this work heuristic approaching for
SLEEP state at server level and using VM”s to processing
application requests the virtualized environment. To show
saving to overall average per application request response time
and marginal workload specific power consumption saving.
D. The Eucalyptus Open Source Cloud-Computing System
D. Nurmi et al 200, Cloud computing that implement what
is commonly referred to as infrastructure as service systems
that give users the ability to run and control entire virtual
machine instances deployed across a variety physical
resources. The operational aspects of the system and
architectural trade-off that we have made in order to allow the
eucalyptus to be portable, modular and simple to use on
infrastructure commonly found within academic settings, we
provides evidence the eucalyptus enables users familiar with
existing grid and HPC systems to explore new cloud
computing functionality while maintaining access to existing,
familiar application development software and grid middle
ware.
Eucalyptus system built to allow administrators and
researchers the ability to deploy an infrastructure for user-
controlled virtual machine creation and control a top existing
resources. It hierarchical design targets resource commonly
found within academic and setting including but not limited to
small and medium Linux clusters, workstation pools, and
server farms. We use a virtual networking solution that
provides VM isolation, high performance and a view of
network that is simple and flat.
E. Genetic Load and Time Prediction Technique for Dynamic
Load Balancing in Grid Computing
Z. Akhtar et al 2007, a genetic new algorithm based task
scheduling has been proposed and its performance has been
proved on many applications on the grid. This addresses the
problem with Priority based Load balancing in cloud for Data
intensive applications. The requests are classified based on a
certain parameter like source IP address, bandwidth of the
cloud consumer, affordability of consumer, SLA required etc.
Normally the data is retrieved from a distributed database
environment since it provides high availability and
redundancy. The scheduling of resources has been classified
from three Cloud Service Model perspectives. The first model
is based on Software as a Service (SaaS) perspective which
aims at providing efficient resource allocation using cost
optimization and priority models. Cost optimization is done by
consolidating the hardware and software resources required to
run the datacenters on specified SLAs and also aim to provide
maximum profit to the cloud service provider. In a datacenter
during the period when resources are available in excess, the
resources can be auctioned. A bidding policy is defined to
ensure a fair and optimum profit generated for the cloud
service provider. Auctioning is generally the technique used to
increase the price of an object in which multiple bids are
compared to determine the highest bid and the object.
F. Load Balancing Incoming IP Request Across a Farm of
Clustered my SQL Server
M. Kaitsa, et al 2009, MySQL Cluster Database provides
services with full capability to cover the peak demands. In
Cloud environment based on demand, requests are assigned to
the different VM’s. Requests are sent across a farm of MySQL
cluster servers in which the data is replicated to avoid single
point failure and also does load balancing, there-by a better
response time is achieved. Advanced eager scheduling
achieves fault tolerance and load balancing by dynamically
breaking down the tasks and by performing parallel
computing.
The last perspective model is based on Infrastructure
which aims at energy saving and power-aware cloud based on
past data and current data. A green scheduling algorithm with
neural based prediction technique, predicts the future load
based on the past history. However this approach causes heavy
overhead due to stop/start of the servers dynamically and
hence leads to strong performance degradation. This thesis
provides a power optimized solution based on neural network
trained with back propagation algorithm. The future load is
predicted using the trained set which has less mean square
error and also high reliability.
III. CONCLUSION
This growing crisis in power shortage has brought a
concern in existing and towards reliable optimal load
balancing with the help of load prediction using neural
network model. The sample loads are gathered from a
datacenter and used an input for prediction. Using past input
data the future load is predicated using the trained data set
with less mean square error and high reliability. From the
predication value the required number of server with high
130
E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International
Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016.
International Journal of Scientific and Technical Advancements
ISSN: 2454-1532
reliability is selected to perform load balancing to optimize
power consumption with higher reliability.
REFERENCES
[1] Z. Akhtar, “Genetic load and time prediction technique for dynamic load
balancing in grid computing,” Infomation Technology Journal, vol. 6,
pp. 978-986, 2007.
[2] V. K. M. Raj, “A study on server sleep state transition to reduce power
consumption in a virtualized server cluster environment,” IEEE Fourth
International Conference on Communication Systems and Networks
(COMSNETS), pp. 1-6, 2012.
[3] D. Nurmi, “The eucalyptus open sources cloud computing system,”
Department of Computer Science, University of California, 2000.
[4] G. V. Lazewski, “Power aware scheduling of virtual machines in DVFS
enables clusters,” Pervasive Technology Institute, Indiana University,
Boomington, 2012.
[5] T. V. T. Duy, Y. Sato, and Y. Inoguchi, “Performance evaluation of a
green scheduling algorithm for energy saving in cloud computing,”
IEEE International Sysmposim on Parallel and Distributed Processing,
Workshops and Phd Forum (IPDPSW), pp. 1-8, 2010.
[6] M. Kaitsa, I. Stavrakas, T. Kontogiannis, I. Daradimos, M. Panaousis,
and D. Triantis, “Load balancing incoming IP request across a farm of
clustered MySQL servers,” Proceeding of the International Conference
on Computer as a Tool, Warsaw, pp. 546-550, 2009.
Ad

More Related Content

What's hot (20)

QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
Papitha Velumani
 
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 Publishing House
 
Ijetcas14 469
Ijetcas14 469Ijetcas14 469
Ijetcas14 469
Iasir Journals
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
ijsrd.com
 
B0330811
B0330811B0330811
B0330811
iosrjournals
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computing
sudha kar
 
Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing
Qutub-ud- Din
 
Cloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsCloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithms
IJEEE
 
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
journalBEEI
 
SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND TO INC...
SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND  TO INC...SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND  TO INC...
SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND TO INC...
ijcsa
 
CLOUD BIOINFORMATICS Part1
 CLOUD BIOINFORMATICS Part1 CLOUD BIOINFORMATICS Part1
CLOUD BIOINFORMATICS Part1
ARPUTHA SELVARAJ A
 
F233842
F233842F233842
F233842
irjes
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time
IJECEIAES
 
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
ijccsa
 
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
neirew J
 
Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...
Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...
Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...
IDES Editor
 
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor NetworksMobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Eswar Publications
 
An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...
An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...
An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...
IJECEIAES
 
Data Replication In Cloud Computing
Data Replication In Cloud ComputingData Replication In Cloud Computing
Data Replication In Cloud Computing
Rahul Garg
 
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
IJET - International Journal of Engineering and Techniques
 
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
QoS-Aware Data Replication for Data-Intensive Applications in Cloud Computing...
Papitha Velumani
 
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 Publishing House
 
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
Cluster Head Selection Techniques for Energy Efficient Wireless Sensor Networ...
ijsrd.com
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computing
sudha kar
 
Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing Task Scheduling methodology in cloud computing
Task Scheduling methodology in cloud computing
Qutub-ud- Din
 
Cloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsCloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithms
IJEEE
 
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...Intelligent flood disaster warning on the fly: developing IoT-based managemen...
Intelligent flood disaster warning on the fly: developing IoT-based managemen...
journalBEEI
 
SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND TO INC...
SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND  TO INC...SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND  TO INC...
SCHEDULING IN GRID TO MINIMIZE THE IMPOSED OVERHEAD ON THE SYSTEM AND TO INC...
ijcsa
 
F233842
F233842F233842
F233842
irjes
 
A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time A Prolific Scheme for Load Balancing Relying on Task Completion Time
A Prolific Scheme for Load Balancing Relying on Task Completion Time
IJECEIAES
 
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
NEURO-FUZZY SYSTEM BASED DYNAMIC RESOURCE ALLOCATION IN COLLABORATIVE CLOUD C...
ijccsa
 
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
Neuro-Fuzzy System Based Dynamic Resource Allocation in Collaborative Cloud C...
neirew J
 
Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...
Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...
Data Accuracy Models under Spatio - Temporal Correlation with Adaptive Strate...
IDES Editor
 
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor NetworksMobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Eswar Publications
 
An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...
An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...
An Efficient Cloud Scheduling Algorithm for the Conservation of Energy throug...
IJECEIAES
 
Data Replication In Cloud Computing
Data Replication In Cloud ComputingData Replication In Cloud Computing
Data Replication In Cloud Computing
Rahul Garg
 

Similar to A Survey on Neural Network Based Minimization of Data Center in Power Consumption (20)

Parallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot netParallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot net
redpel dot com
 
IRJET- An Overview of Slum Rehabilitation by IN-SITU Technique
IRJET- An Overview of Slum Rehabilitation by IN-SITU TechniqueIRJET- An Overview of Slum Rehabilitation by IN-SITU Technique
IRJET- An Overview of Slum Rehabilitation by IN-SITU Technique
IRJET Journal
 
IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...
IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...
IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...
IRJET Journal
 
3. the grid new infrastructure
3. the grid new infrastructure3. the grid new infrastructure
3. the grid new infrastructure
Dr Sandeep Kumar Poonia
 
An advanced ensemble load balancing approach for fog computing applications
An advanced ensemble load balancing approach for fog computing applicationsAn advanced ensemble load balancing approach for fog computing applications
An advanced ensemble load balancing approach for fog computing applications
IJECEIAES
 
IEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and AbstractIEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and Abstract
tsysglobalsolutions
 
Service oriented cloud architecture for improved
Service oriented cloud architecture for improvedService oriented cloud architecture for improved
Service oriented cloud architecture for improved
eSAT Publishing House
 
Service oriented cloud architecture for improved performance of smart grid ap...
Service oriented cloud architecture for improved performance of smart grid ap...Service oriented cloud architecture for improved performance of smart grid ap...
Service oriented cloud architecture for improved performance of smart grid ap...
eSAT Journals
 
F233842
F233842F233842
F233842
irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
irjes
 
Energy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A ReviewEnergy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A Review
theijes
 
J031101064069
J031101064069J031101064069
J031101064069
theijes
 
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRESHYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
ijcsit
 
Privacy preserving public auditing for secured cloud storage
Privacy preserving public auditing for secured cloud storagePrivacy preserving public auditing for secured cloud storage
Privacy preserving public auditing for secured cloud storage
dbpublications
 
Dynamic Resource Provisioning with Authentication in Distributed Database
Dynamic Resource Provisioning with Authentication in Distributed DatabaseDynamic Resource Provisioning with Authentication in Distributed Database
Dynamic Resource Provisioning with Authentication in Distributed Database
Editor IJCATR
 
Ieee transactions on 2018 network and service management
Ieee transactions on 2018 network and service managementIeee transactions on 2018 network and service management
Ieee transactions on 2018 network and service management
tsysglobalsolutions
 
N1803048386
N1803048386N1803048386
N1803048386
IOSR Journals
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
silpa sajeevan
 
Data Analysis In The Cloud
Data Analysis In The CloudData Analysis In The Cloud
Data Analysis In The Cloud
Monica Carter
 
D04573033
D04573033D04573033
D04573033
IOSR-JEN
 
Parallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot netParallel and distributed system projects for java and dot net
Parallel and distributed system projects for java and dot net
redpel dot com
 
IRJET- An Overview of Slum Rehabilitation by IN-SITU Technique
IRJET- An Overview of Slum Rehabilitation by IN-SITU TechniqueIRJET- An Overview of Slum Rehabilitation by IN-SITU Technique
IRJET- An Overview of Slum Rehabilitation by IN-SITU Technique
IRJET Journal
 
IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...
IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...
IRJET- Integrating Wireless Sensor Networks with Cloud Computing and Emerging...
IRJET Journal
 
An advanced ensemble load balancing approach for fog computing applications
An advanced ensemble load balancing approach for fog computing applicationsAn advanced ensemble load balancing approach for fog computing applications
An advanced ensemble load balancing approach for fog computing applications
IJECEIAES
 
IEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and AbstractIEEE Networking 2016 Title and Abstract
IEEE Networking 2016 Title and Abstract
tsysglobalsolutions
 
Service oriented cloud architecture for improved
Service oriented cloud architecture for improvedService oriented cloud architecture for improved
Service oriented cloud architecture for improved
eSAT Publishing House
 
Service oriented cloud architecture for improved performance of smart grid ap...
Service oriented cloud architecture for improved performance of smart grid ap...Service oriented cloud architecture for improved performance of smart grid ap...
Service oriented cloud architecture for improved performance of smart grid ap...
eSAT Journals
 
F233842
F233842F233842
F233842
irjes
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
irjes
 
Energy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A ReviewEnergy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A Review
theijes
 
J031101064069
J031101064069J031101064069
J031101064069
theijes
 
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRESHYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
HYBRID OPTICAL AND ELECTRICAL NETWORK FLOWS SCHEDULING IN CLOUD DATA CENTRES
ijcsit
 
Privacy preserving public auditing for secured cloud storage
Privacy preserving public auditing for secured cloud storagePrivacy preserving public auditing for secured cloud storage
Privacy preserving public auditing for secured cloud storage
dbpublications
 
Dynamic Resource Provisioning with Authentication in Distributed Database
Dynamic Resource Provisioning with Authentication in Distributed DatabaseDynamic Resource Provisioning with Authentication in Distributed Database
Dynamic Resource Provisioning with Authentication in Distributed Database
Editor IJCATR
 
Ieee transactions on 2018 network and service management
Ieee transactions on 2018 network and service managementIeee transactions on 2018 network and service management
Ieee transactions on 2018 network and service management
tsysglobalsolutions
 
Data Analysis In The Cloud
Data Analysis In The CloudData Analysis In The Cloud
Data Analysis In The Cloud
Monica Carter
 
Ad

More from IJSTA (20)

Improving the Quality of Service of Paolo Memorial Chokchai4 Hospital
Improving the Quality of Service of Paolo Memorial Chokchai4 HospitalImproving the Quality of Service of Paolo Memorial Chokchai4 Hospital
Improving the Quality of Service of Paolo Memorial Chokchai4 Hospital
IJSTA
 
Brand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri Province
Brand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri ProvinceBrand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri Province
Brand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri Province
IJSTA
 
Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...
Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...
Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...
IJSTA
 
Clustering Categorical Data for Internet Security Applications
Clustering Categorical Data for Internet Security ApplicationsClustering Categorical Data for Internet Security Applications
Clustering Categorical Data for Internet Security Applications
IJSTA
 
Meta Classification Technique for Improving Credit Card Fraud Detection
Meta Classification Technique for Improving Credit Card Fraud Detection Meta Classification Technique for Improving Credit Card Fraud Detection
Meta Classification Technique for Improving Credit Card Fraud Detection
IJSTA
 
Efficiency of Using Sequence Discovery for Polymorphism in DNA Sequence
Efficiency of Using Sequence Discovery for Polymorphism in DNA SequenceEfficiency of Using Sequence Discovery for Polymorphism in DNA Sequence
Efficiency of Using Sequence Discovery for Polymorphism in DNA Sequence
IJSTA
 
Performance Analysis of 5-D Coupling for Parallel Angular Transmission
Performance Analysis of 5-D Coupling for Parallel Angular TransmissionPerformance Analysis of 5-D Coupling for Parallel Angular Transmission
Performance Analysis of 5-D Coupling for Parallel Angular Transmission
IJSTA
 
Frequency Assignment in GSM Networks an Intelligent Approach
Frequency Assignment in GSM Networks an Intelligent Approach Frequency Assignment in GSM Networks an Intelligent Approach
Frequency Assignment in GSM Networks an Intelligent Approach
IJSTA
 
Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...
Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...
Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...
IJSTA
 
In Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of Cancer
In Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of CancerIn Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of Cancer
In Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of Cancer
IJSTA
 
Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...
Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...
Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...
IJSTA
 
Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...
Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...
Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...
IJSTA
 
E-note+Books “A Study of School Digitization Transformation Scope in India”
E-note+Books “A Study of School Digitization Transformation Scope in India”E-note+Books “A Study of School Digitization Transformation Scope in India”
E-note+Books “A Study of School Digitization Transformation Scope in India”
IJSTA
 
Fast Multiplier for FIR Filters
Fast Multiplier for FIR FiltersFast Multiplier for FIR Filters
Fast Multiplier for FIR Filters
IJSTA
 
Study on Automatic Age Estimation and Restoration for Verification of Human F...
Study on Automatic Age Estimation and Restoration for Verification of Human F...Study on Automatic Age Estimation and Restoration for Verification of Human F...
Study on Automatic Age Estimation and Restoration for Verification of Human F...
IJSTA
 
Spectral Efficient IDMA System Using Multi User Detection
Spectral Efficient IDMA System Using Multi User DetectionSpectral Efficient IDMA System Using Multi User Detection
Spectral Efficient IDMA System Using Multi User Detection
IJSTA
 
Experimental Investigation for Drinking Water Production through Double Slope...
Experimental Investigation for Drinking Water Production through Double Slope...Experimental Investigation for Drinking Water Production through Double Slope...
Experimental Investigation for Drinking Water Production through Double Slope...
IJSTA
 
An Efficient Approach for Clustering High Dimensional Data
An Efficient Approach for Clustering High Dimensional DataAn Efficient Approach for Clustering High Dimensional Data
An Efficient Approach for Clustering High Dimensional Data
IJSTA
 
Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...
Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...
Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...
IJSTA
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
IJSTA
 
Improving the Quality of Service of Paolo Memorial Chokchai4 Hospital
Improving the Quality of Service of Paolo Memorial Chokchai4 HospitalImproving the Quality of Service of Paolo Memorial Chokchai4 Hospital
Improving the Quality of Service of Paolo Memorial Chokchai4 Hospital
IJSTA
 
Brand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri Province
Brand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri ProvinceBrand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri Province
Brand Loyalty of ‘Mae Samarn’ Thai Baked Mung Bean Cake, Petch Buri Province
IJSTA
 
Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...
Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...
Satisfaction and Behavior in Consuming Beauty Queen Medicinal Herbs Cream of ...
IJSTA
 
Clustering Categorical Data for Internet Security Applications
Clustering Categorical Data for Internet Security ApplicationsClustering Categorical Data for Internet Security Applications
Clustering Categorical Data for Internet Security Applications
IJSTA
 
Meta Classification Technique for Improving Credit Card Fraud Detection
Meta Classification Technique for Improving Credit Card Fraud Detection Meta Classification Technique for Improving Credit Card Fraud Detection
Meta Classification Technique for Improving Credit Card Fraud Detection
IJSTA
 
Efficiency of Using Sequence Discovery for Polymorphism in DNA Sequence
Efficiency of Using Sequence Discovery for Polymorphism in DNA SequenceEfficiency of Using Sequence Discovery for Polymorphism in DNA Sequence
Efficiency of Using Sequence Discovery for Polymorphism in DNA Sequence
IJSTA
 
Performance Analysis of 5-D Coupling for Parallel Angular Transmission
Performance Analysis of 5-D Coupling for Parallel Angular TransmissionPerformance Analysis of 5-D Coupling for Parallel Angular Transmission
Performance Analysis of 5-D Coupling for Parallel Angular Transmission
IJSTA
 
Frequency Assignment in GSM Networks an Intelligent Approach
Frequency Assignment in GSM Networks an Intelligent Approach Frequency Assignment in GSM Networks an Intelligent Approach
Frequency Assignment in GSM Networks an Intelligent Approach
IJSTA
 
Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...
Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...
Echo Determination of Follicular Growth and Ovulation Time in Nubian Goats Su...
IJSTA
 
In Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of Cancer
In Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of CancerIn Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of Cancer
In Vitro Cytotoxic Activity of Medicinal Plants Used in the Treatment of Cancer
IJSTA
 
Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...
Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...
Thin Layer Chromatography, Extraction and Phytochemical Investigations of Cel...
IJSTA
 
Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...
Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...
Antimicrobial Activity of Leaf Extracts of Asparagus Racemosus Willd–A Medici...
IJSTA
 
E-note+Books “A Study of School Digitization Transformation Scope in India”
E-note+Books “A Study of School Digitization Transformation Scope in India”E-note+Books “A Study of School Digitization Transformation Scope in India”
E-note+Books “A Study of School Digitization Transformation Scope in India”
IJSTA
 
Fast Multiplier for FIR Filters
Fast Multiplier for FIR FiltersFast Multiplier for FIR Filters
Fast Multiplier for FIR Filters
IJSTA
 
Study on Automatic Age Estimation and Restoration for Verification of Human F...
Study on Automatic Age Estimation and Restoration for Verification of Human F...Study on Automatic Age Estimation and Restoration for Verification of Human F...
Study on Automatic Age Estimation and Restoration for Verification of Human F...
IJSTA
 
Spectral Efficient IDMA System Using Multi User Detection
Spectral Efficient IDMA System Using Multi User DetectionSpectral Efficient IDMA System Using Multi User Detection
Spectral Efficient IDMA System Using Multi User Detection
IJSTA
 
Experimental Investigation for Drinking Water Production through Double Slope...
Experimental Investigation for Drinking Water Production through Double Slope...Experimental Investigation for Drinking Water Production through Double Slope...
Experimental Investigation for Drinking Water Production through Double Slope...
IJSTA
 
An Efficient Approach for Clustering High Dimensional Data
An Efficient Approach for Clustering High Dimensional DataAn Efficient Approach for Clustering High Dimensional Data
An Efficient Approach for Clustering High Dimensional Data
IJSTA
 
Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...
Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...
Comparison of Marshall and Superpave Asphalt Design Methods for Sudan Pavemen...
IJSTA
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
IJSTA
 
Ad

Recently uploaded (20)

JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
Reflections on Morality, Philosophy, and History
 
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdfDavid Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry
 
Modeling the Influence of Environmental Factors on Concrete Evaporation Rate
Modeling the Influence of Environmental Factors on Concrete Evaporation RateModeling the Influence of Environmental Factors on Concrete Evaporation Rate
Modeling the Influence of Environmental Factors on Concrete Evaporation Rate
Journal of Soft Computing in Civil Engineering
 
Autodesk Fusion 2025 Tutorial: User Interface
Autodesk Fusion 2025 Tutorial: User InterfaceAutodesk Fusion 2025 Tutorial: User Interface
Autodesk Fusion 2025 Tutorial: User Interface
Atif Razi
 
Control Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptxControl Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptx
vvsasane
 
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjjseninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
AjijahamadKhaji
 
Generative AI & Large Language Models Agents
Generative AI & Large Language Models AgentsGenerative AI & Large Language Models Agents
Generative AI & Large Language Models Agents
aasgharbee22seecs
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
AI Publications
 
DED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedungDED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedung
nabilarizqifadhilah1
 
Working with USDOT UTCs: From Conception to Implementation
Working with USDOT UTCs: From Conception to ImplementationWorking with USDOT UTCs: From Conception to Implementation
Working with USDOT UTCs: From Conception to Implementation
Alabama Transportation Assistance Program
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
SICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introductionSICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introduction
fabienklr
 
Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...
Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...
Prediction of Flexural Strength of Concrete Produced by Using Pozzolanic Mate...
Journal of Soft Computing in Civil Engineering
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdfDavid Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry
 
Autodesk Fusion 2025 Tutorial: User Interface
Autodesk Fusion 2025 Tutorial: User InterfaceAutodesk Fusion 2025 Tutorial: User Interface
Autodesk Fusion 2025 Tutorial: User Interface
Atif Razi
 
Control Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptxControl Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptx
vvsasane
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjjseninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
seninarppt.pptx1bhjiikjhggghjykoirgjuyhhhjj
AjijahamadKhaji
 
Generative AI & Large Language Models Agents
Generative AI & Large Language Models AgentsGenerative AI & Large Language Models Agents
Generative AI & Large Language Models Agents
aasgharbee22seecs
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
AI Publications
 
DED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedungDED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedung
nabilarizqifadhilah1
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
SICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introductionSICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introduction
fabienklr
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 

A Survey on Neural Network Based Minimization of Data Center in Power Consumption

  • 1. 127 E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016. International Journal of Scientific and Technical Advancements ISSN: 2454-1532 A Survey on Neural Network Based Minimization of Data Center in Power Consumption E. Brindha1 , S. Sobitha Ahila2 1, 2 Easwari Engineering College, Tamilnadu, India Email address: 1 brindha235@gmail.com, 2 sobithaahila@gmail.com Abstract— Cloud computing is the current technology used for sharing and accessing resources via internet. Reducing power consumption is an essential requirement for cloud resource providers to decrease operating costs. We employ the predictor to predict future load demand based on historical demand. According to the Prediction, the algorithm turns off unused servers and restarts them to minimize the number of running servers. Power consumption can be regulated by using proper load balancing technique. Load balancing is done so to distributing the load fairly amidst the servers and also a scheduling technique is followed to selectively hibernate the servers to optimize the energy consumption. The load balancing is based on load prediction and server selection policy. Neural Network is used for load prediction, which predicts the future load based on past historical data. The servers can be monitored and given ranking based on their reliability record and this information is used as a criterion while performing load balancing. Keywords— Cloud computing; eucalyptus; load balancing; neural network. I. INTRODUCTION loud computing is a recent advancement where in the Information Technology (IT) infrastructure and applications are provided as “services” to end-users under a usage-based payment model. The cloud makes it possible to access the information from anywhere at any time. While a traditional computer setup requires the user to be in the same location where the data storage is present, the cloud makes the storage and retrieval location independent. Cloud computing offers delivery of on-demand computing resources everything from application to data centre resources over the Internet. It offers guaranteed services. It allows customers to scale up and down their resources based on the dynamic needs. One of the most pressing issues in cloud computing is the resource management. Resource management problems include allocation, provisioning, requirement mapping, adaptation, discovery, brokering, estimation and modeling. Resource management in cloud computing offers the benefits like scalability, quality of service, optimal utility, reduced overheads, improved throughput, reduced latency, specialized environment, cost effectiveness and simplified interface. This research focuses on some of the important resource management techniques such as resource provisioning, resource allocation, resource mapping and resource adaptation. It brings out an exhaustive survey of such techniques in cloud computing and also put forth the open challenges for further research. A. Cloud Service Models The services offered by the Cloud service provider are generally classified into three types of service models. Software as Services (SaaS):- End-user application is delivered as a service. Platform and infrastructure is abstracted, and can be deployed and managed with less effort. Cloud-based applications run on remote servers in the cloud that are owned and operated by others and that connect to users’ computers via the Internet and a web browser. Platform as a Services: - Services is provided as application platform onto which custom applications and services can be deployed. PaaS services can be built and deployed more inexpensively, although services need to be supported and managed. Platform as a Service provides a cloud-based environment with everything required to support the complete life cycle of building and delivering web-based cloud applications, without the cost and complexity of buying and managing the underlying hardware, software, provisioning and hosting. With PaaS one can develop applications and get to market faster, deploy new web applications to the cloud in minutes and reduce complexity with middleware. Infrastructure as a Services (IaaS):- Consumers control and manage the systems in terms of the processors, memory, and storage and network connectivity but do not have control over the cloud infrastructure. Infrastructure as a Service provides companies with computing resources on a pay-per-use basis. B. Deployment Models Cloud computing offers three types of deployment models, namely, Private cloud:-The cloud infrastructure is deployed and maintained for a specific organization. The datacenter may be in-house or on a third party premises. Public cloud:- The cloud infrastructure is available to the public on a commercial basis by a cloud service provider. This enables a consumer to develop and deploy a service in the cloud with little financial outlay compared to the capital expenditure requirements normally associated with other deployment options. Hybrid cloud: - The cloud infrastructure consists of a number of clouds of any type, but the clouds have the ability through their interfaces to allow data and/or applications to be moved from one cloud deployment model to another. This can be a combination of private and public clouds that support the requirement to retain some data within an organization and also the need to offer services to the general public. C
  • 2. 128 E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016. International Journal of Scientific and Technical Advancements ISSN: 2454-1532 C. Neural Network Neural networks, with their remarkable ability to derive meaning from complicated or imprecise data, can be used to extract patterns and detect trends that are too complex to be noticed by either humans or other computer techniques. A trained neural network can be thought of as an "expert" in the category of information it has been given to analyze. This expert can then be used to provide projections given new situations of interest and answer "what if" questions. Other advantages include: Adaptive learning: An ability to learn how to do tasks based on the data given for training or initial experience. Self-Organization: An ANN can create its own organization or representation of the information it receives during learning time. Real Time Operation: ANN computations may be carried out in parallel, and special hardware devices are being designed and manufactured which take advantage of this capability. Fault Tolerance via Redundant Information Coding: Partial destruction of a network leads to the corresponding degradation of performance. However, some network capabilities may be retained even with major network damage. An artificial neuron network is a data processing system consisting large number of highly interconnected processing elements as artificial neuron in a network structure. By using cloud computing service for neural networks we can design any type of neural networks. D. Load Analysis and Prediction Load analysis is the process of analyzing the load of the server in the datacenter on time period basis. The load analysis will be done more than once to provide a better result. Fig. 1. A three layer neural network prediction. Load prediction will be carried out based on the analyzed data using neural network predictor. The neural network perceptrons are applied to predict the future load of the applications. The perceptrons are trained in a supervised manner with a back propagation algorithm. Perceptrons uses the values: Number of external inputs, one internal input. Threshold and single output are prediction. The figure 1 as three layer neural network predictor in operation with a time series input is plotted. Load prediction is necessary for improving power grid management. In recent years, several methodologies have been advanced to accurately predict power load. However, most of them cannot handle the prediction well during unanticipated situations, which may escalate into serious power failures. We introduce a methodology seeking improvements in power load analysis and prediction for unanticipated situations. The new methodology exploits the synergisms found between artificial neural networks and fuzzy logic to detect load transients in a quickest manner. It subsequently identifies the transients and provides on line prediction for abnormal conditions. When the network is run, each layer performs the calculation on the input and transfers the result yn+1 to the next layer. Yn+1=h(( (1) The above equation (1) is used for prediction of future load based on the input value. Where Yn+1 provides the output of the current node and n is the number of nodes in the previous layer, xi is the input of the current node from the previous layer, b is the bias value and wi is the modified weight based on the mean square error. Here the neural predictor is developed and the experiment is performed to prove its highly accurate prediction ability which fits in dynamic real time. II. LITERATURE SURVEY A. Power-Aware Scheduling of Virtual Machines in DVFS- Enabled Clusters Gregor von Laszewski et al 2012, Scheduling virtual machine in a compute cluster to reduce power consumption via the technique of dynamic voltage frequency scaling. Specifically, we design of an efficient scheduling algorithm to allocate virtual machine in DBFS-enabled cluster. A computer cluster provides various virtual machines and when a job arrives at the cluster, the cluster scheduler allocates the job with preconfigured virtual machine then starts it on proper compute nodes. The job is executed in the virtual machine. After the job is executed, the virtual machine is shut-down. Cloud computing technologies, the needs for efficient algorithm to minimize wasted server energy becomes increasingly important. As such, the field of green computing provides a way to prevent unnecessary emission from contributing to global warming to save large amount of money on operational cost. B. Performance Evaluation of a Green Scheduling Algorithm for Energy Saving in Cloud Computing Truong vinh Truong Duy et al 2010, we employ the prediction to predict future load demand based on historical demand. According to the prediction, the algorithm turns off unused servers, thus minimizing the energy use at the points of consumption to benefits all other levels. For evolution, we simulation with two load traces. The result show that the P20 mode can save up to 46.3% of power consumption with a drop rate of 0.03% on one load trace, and a drop rate of 0.12% with a power reduction rate of 46.7% on the other.
  • 3. 129 E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016. International Journal of Scientific and Technical Advancements ISSN: 2454-1532 Green scheduling Algorithm which makes use of neural network based predictor for energy saving in cloud computing. The prediction is exploited to predict future load demand based on collected historical demand. The algorithm used the prediction in making turning off/on decision to minimize the number of running servers. C. A Study on Server Sleep State Transition to Reduce Power Consumption in a Virtualized Server Cluster Environment V. K. Mohan Raj et al 2012, Reducing power consumption is an essential requirement for cloud resources providers to decrease operating costs. One of the options to reduce power consumption is to reduce the number of servers in IDLE (unused) state as these IDLE state can be reduced by turning off IDLE servers or transitioning these IDLE servers to low power SLEEP state. With virtualization being the backbone to provision cloud computing services, we use simulation to study and report the impact of using SLEEP state on the server with its virtual machine servicing application workload requests. The average response time per request, our simulation result are using SLEEP state server level we achieve a 2% saving in average power usage and around 27% saving in average response time per request. The work deal with physical SLEEP state transition impact to overall power consumption and response times in a physical server environment. In this work heuristic approaching for SLEEP state at server level and using VM”s to processing application requests the virtualized environment. To show saving to overall average per application request response time and marginal workload specific power consumption saving. D. The Eucalyptus Open Source Cloud-Computing System D. Nurmi et al 200, Cloud computing that implement what is commonly referred to as infrastructure as service systems that give users the ability to run and control entire virtual machine instances deployed across a variety physical resources. The operational aspects of the system and architectural trade-off that we have made in order to allow the eucalyptus to be portable, modular and simple to use on infrastructure commonly found within academic settings, we provides evidence the eucalyptus enables users familiar with existing grid and HPC systems to explore new cloud computing functionality while maintaining access to existing, familiar application development software and grid middle ware. Eucalyptus system built to allow administrators and researchers the ability to deploy an infrastructure for user- controlled virtual machine creation and control a top existing resources. It hierarchical design targets resource commonly found within academic and setting including but not limited to small and medium Linux clusters, workstation pools, and server farms. We use a virtual networking solution that provides VM isolation, high performance and a view of network that is simple and flat. E. Genetic Load and Time Prediction Technique for Dynamic Load Balancing in Grid Computing Z. Akhtar et al 2007, a genetic new algorithm based task scheduling has been proposed and its performance has been proved on many applications on the grid. This addresses the problem with Priority based Load balancing in cloud for Data intensive applications. The requests are classified based on a certain parameter like source IP address, bandwidth of the cloud consumer, affordability of consumer, SLA required etc. Normally the data is retrieved from a distributed database environment since it provides high availability and redundancy. The scheduling of resources has been classified from three Cloud Service Model perspectives. The first model is based on Software as a Service (SaaS) perspective which aims at providing efficient resource allocation using cost optimization and priority models. Cost optimization is done by consolidating the hardware and software resources required to run the datacenters on specified SLAs and also aim to provide maximum profit to the cloud service provider. In a datacenter during the period when resources are available in excess, the resources can be auctioned. A bidding policy is defined to ensure a fair and optimum profit generated for the cloud service provider. Auctioning is generally the technique used to increase the price of an object in which multiple bids are compared to determine the highest bid and the object. F. Load Balancing Incoming IP Request Across a Farm of Clustered my SQL Server M. Kaitsa, et al 2009, MySQL Cluster Database provides services with full capability to cover the peak demands. In Cloud environment based on demand, requests are assigned to the different VM’s. Requests are sent across a farm of MySQL cluster servers in which the data is replicated to avoid single point failure and also does load balancing, there-by a better response time is achieved. Advanced eager scheduling achieves fault tolerance and load balancing by dynamically breaking down the tasks and by performing parallel computing. The last perspective model is based on Infrastructure which aims at energy saving and power-aware cloud based on past data and current data. A green scheduling algorithm with neural based prediction technique, predicts the future load based on the past history. However this approach causes heavy overhead due to stop/start of the servers dynamically and hence leads to strong performance degradation. This thesis provides a power optimized solution based on neural network trained with back propagation algorithm. The future load is predicted using the trained set which has less mean square error and also high reliability. III. CONCLUSION This growing crisis in power shortage has brought a concern in existing and towards reliable optimal load balancing with the help of load prediction using neural network model. The sample loads are gathered from a datacenter and used an input for prediction. Using past input data the future load is predicated using the trained data set with less mean square error and high reliability. From the predication value the required number of server with high
  • 4. 130 E. Brindha and S. Sobitha Ahila, “A survey on neural network based minimization of data center in power consumption,” International Journal of Scientific and Technical Advancements, Volume 2, Issue 1, pp. 127-130, 2016. International Journal of Scientific and Technical Advancements ISSN: 2454-1532 reliability is selected to perform load balancing to optimize power consumption with higher reliability. REFERENCES [1] Z. Akhtar, “Genetic load and time prediction technique for dynamic load balancing in grid computing,” Infomation Technology Journal, vol. 6, pp. 978-986, 2007. [2] V. K. M. Raj, “A study on server sleep state transition to reduce power consumption in a virtualized server cluster environment,” IEEE Fourth International Conference on Communication Systems and Networks (COMSNETS), pp. 1-6, 2012. [3] D. Nurmi, “The eucalyptus open sources cloud computing system,” Department of Computer Science, University of California, 2000. [4] G. V. Lazewski, “Power aware scheduling of virtual machines in DVFS enables clusters,” Pervasive Technology Institute, Indiana University, Boomington, 2012. [5] T. V. T. Duy, Y. Sato, and Y. Inoguchi, “Performance evaluation of a green scheduling algorithm for energy saving in cloud computing,” IEEE International Sysmposim on Parallel and Distributed Processing, Workshops and Phd Forum (IPDPSW), pp. 1-8, 2010. [6] M. Kaitsa, I. Stavrakas, T. Kontogiannis, I. Daradimos, M. Panaousis, and D. Triantis, “Load balancing incoming IP request across a farm of clustered MySQL servers,” Proceeding of the International Conference on Computer as a Tool, Warsaw, pp. 546-550, 2009.
  翻译: