SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3510
Implementation of Cloud Energy Saving System using Virtual Machine
Dynamic Resource Allocation Method
Chandan Thakur1, Juned Shaikh2, Rubin Shaikh3, Prof. Sachin H. Darekar4
1,2,3Omkar Sadan, Neral Pada, Neral(W), Neral-410101, 3/T/2, 8th Road, Govandi(W), Mumbai-400043
4Information Technology Engineering, Bharati Vidyapeeth College of Engineering
Sector-7, C.B.D, Belpada, Navi-Mumbai-400614, India
----------------------------------------------------------------------------***--------------------------------------------------------------------------
Abstract - Cloud Computing is one of the most famous and
leading technology in the market as per analysis of Gartner
Inc. Almost, every internet user uses cloud services. Cloud
computing is mixture of virtualization service management
and standardized technology to provide flexible computing
ability, by using this we can implement new useful cloud
services. As per the market analysis cloud computing one of
top 10 strategies, but still faces the two problems i.e. energy
consumption and west of ideal resources. To solve these two
problems, we propose two methods first is autoscaling and
second is live migration of VM’s from one host to another. we
are going to proposed a system which based on Open nebula.
Open nebula is a complete infrastructure as a service platform
for a cloud. Autoscaling and live migration methods are
designed and implemented in Open nebula. In this project two
experiments are carried out to check autoscaling and energy
saving performance of Open nebula cloud platform 1. Add VMs
from Open nebula cloud platform. 2. Remove VMs from Open
nebula cloud platform.
Key Words: Cloud Computing, Open nebula, Status
Monitoring, Autoscaling process, Open-source Cloud
platform, Performance Evaluation.
1. INTRODUCTION
Now a days, cloud computing becomes one of the popular
technologies and almost every internet user uses these
services. So, management of cloud computing platform is
efficient becomes very much necessary. Power
consumptions and waste of ideal resources these two
problems are faced by cloud computing platforms. Due to
this designing such a system which reduces these two issues
considerably becomes very much important. The bill of
energy consumption by data centers in cloud computing is
so high. So, if it wasting unnecessary then unnecessary cost
of project will increase. Even though most of cloud service
providers uses virtualization still they have to face above
two problems. To solve these problems, we are going to
propose two algorithms i.e. Autoscaling method and Energy
Saving Method. For reducing power consumption, we
perform live migration of VMs from one host to another host
of Open nebula. Live Migration of refers to migrating VM
from one host to another. Cloud computing introduces new
technology called server virtualization which helps to
manage resources efficiently. This technology allows live
migration of VMs from one host to another and shutdown
the virtual machine on which processes are not running. By
this way power consumption and ideal of resources are
reduced. We first assign the various processes from
controller node to various VMs. These processes are running
on different virtual machines. The controller node monitors
the status of virtual machines and requirement of processes
which are running on them. Machine resizing is done in the
respective cases. If processes running on virtual machine
utilizes less resources of that VM and that processes able to
run on another virtual machine with the unutilized
resources of that virtual machine then live migration of that
virtual machine from this host to another host of Open
nebula takes place. By this way we achieve the goal of
power saving. The propose system is totally based on Open
nebula cloud platform. Open nebula is open source software
and free to use. Open nebula acts infrastructure as a service.
The above proposed two methods are used to improve
traditional autoscaling and energy saving method. Using
above two methods power consumption and wastage of
ideal resources reduces significantly.
2. LITERATURE REVIEW
Over a past few years there are many efforts are carried out
to reduce energy consumption, but they save energy only up
to 7 to 14%, this energy saving is not up to mark. It is
required to design and implement such a system which
saves energy and reduce wastage of ideal resources
considerably.
Autoscaling is a process of reassigning total load to the
individual nodes as per the requirement of jobs. Due to this
response time of the job is reduced and system gives
maximum throughput. Using this method, the goal of energy
saving is achieved and wastage of ideal resources gets
reduced considerably. [1]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3511
Open nebula cloud platform is open source and freely
provides complete infrastructure as a service (IaaS). [2]
Open nebula provides flexible and easy access to a large pool
of storage, networking and computing resources through
various resources and virtual resources management.
These are various techniques emerging in today’s world
which are used to build more reliable, flexible and high-
performance cloud platform for private, public and hybrid
cloud. [3]
There is many open-source cloud software which provides
us cloud solutions for building private, public and hybrid
clouds. Eucalyptus, Cloud Stack, Open Stack, Open nebula
etc. are the examples of such open-source cloud platform.
[4]
Apache cloud stack is open source cloud software which
provides us cloud solutions to build, deploy and manage
large networks of virtual machines. [5] Apache cloud stack
provides IaaS services.
Open stack is also open-source cloud software which
provides us cloud solutions for building private and public
cloud. [6] Using open Stack we can manage large pools of
storage, compute and network resources through a
datacenter. We can check the status of all the VMs which are
running on Open stack on the dashboard through the web
interface.
Open nebula is a open source software for cloud computing.
Open nebula provides cloud computing facilities for
managing heterogenous data center infrastructure. [7]
Internet plays an important role in optimizing the way we
exchange and process information. [8] Network
virtualization is very important and critical task which is
done by the open-source cloud software. Due to these
various machines which are running on the cloud platform
can access the network through the physical base machine.
The major challenge in network virtualization is network
mapping, these is done by the network components of cloud
system platforms.
The term cloud computing is closely related with
virtualization. Virtualization support cloud technologies
very flexibly. Virtualization provides facility to cloud
platform to acquire and release resources as per the
requirement. [9]
Hypervisor plays very important role in cloud computing
and virtualization technologies. There are two types of
hypervisors first is type 1 or bare metal hypervisors this are
installed directly on the hardware and various operating
systems runs on it and second is type2 hypervisors these are
installed on the top of operating system and then various
operating systems runs on it. For example, VMware,
VirtualBox and virtual machine monitor these are the type 2
hypervisors and Xen and Citrix these are the examples of
type1 hypervisors. [10]
Elasticity is very important and considered as one of the
differentiating features of cloud system platform. Elasticity
is a property of cloud platforms by using it cloud users
quickly deploy or remove resources as per there need.
Autoscaling method is based on the elasticity property of
cloud computing platform. Due to this energy consumption
and wastage of ideal resources gets reduced considerable
amount. [11]
3. EXPERIMENTAL METHODOLOGY
In this paper we are going to perform two different set of
experiments and their impact on open nebula cloud
platform is observed.
3.1 On Open nebula cloud platform add and delete
Virtual machine:
In this experiment we add or different virtual machines on
open nebula cloud platform and see their impact on open
nebula cloud platform. This experiment shows that if we add
or delete different virtual machines on open nebula cloud
then how open nebula manage this situation.
3.2 Assigning a number of jobs to instances and
observe autoscaling service of open nebula that
we created:
In this experiment we first create autoscaling service on
open nebula cloud platform base on certain parameters i.e.
in terms of CPU usage, RAM usage and time period
condition. After that we assign various jobs to the instances
and check that autoscaling service that we create how
works.
4. EXPERIMENTAL SETUP
Open nebula cloud system platform software is installed and
configure by using following software and hardware. The
network adapter used for this purpose are also mentioned
below:
4.1 Software Requirements:
1. Operating system – CentOS 7
2. Hypervisor – VirtualBox
3. Cloud system platform – Open nebula
4. Open nebula sunstone
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3512
4.2 Hardware Requirements:
1. 64-bit Processor will install and run 64bit operating
system
2. 8 GB RAM
3. 500 GB Hard drive
4. Provide support for broad range of x64 multicore
processors.
4.3 Hardware Virtualization Support
For providing support to 64-bit virtual machines and
support for hardware virtualization (Intel VT-x or AMD
RVI) must be enabled on x64 CPUs.
4.4 Network Adapters:
1) First network adaptor which we use here is
NAT for taking internet from the physical base
machine.
2) Second network adaptor which we use here is
Host only adaptor. This network adaptor
provides connection between host machine and
guest machine, by using it we can access guest
machine from the host machine.
3) Third network adaptor which we used here is
Bridge adaptor.
This adaptor is used for connecting directly to the physical
network. i.e. Guest machine is connected directly the host
machine’s physical network.
5. EXPERIMENTAL SCENARIOS
5.1 Scenario for the normal status checking on
dashboard:
The identity service of Open nebula i.e. Open nebula
sunstone shows dashboard for open nebula cloud system.
This shows status of all the components which are running
on open nebula cloud system platform. It shows the number
of running instances, pending instances and number of
failed instances. It also shows information about images,
virtual networks, system and hosts. This is shown in the
following screenshot:
Fig-1: Open nebula sunstone (Identity service)
5.2 Scenario for the host management:
Open nebula cloud system works with different hosts. Users
deploy virtual machines, images and create users in the host
they want, but it is required that user select the host and
perform these operations on it. On a host we can perform
different operations like add, delete, disable, enable and
monitor the different virtual machines which are running on
open nebula cloud platform. In the particular host we deploy
number of virtual machines, images and create service
templates. The graph for a particular host shows the CPU
and memory usage. The following screenshot shows the
graph for a host:
Fig-2: Host graph of Open nebula shows CPU and memory
usage
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3513
5.3 Scenario of network topology:
On open nebula cloud platform, we launch number of
instances. A unique IP address assign to each virtual
machine. This IP address which are assign to the virtual
machines are given by the network management system of
open nebula cloud platform. The different IP addresses
which are assigns to the various instances in open nebula
cloud platform is as shown below:
Fig-3: Network topology for a host
5.4 Scenario for Autoscaling service:
Autoscaling service of open nebula cloud platform plays an
important role for cloud energy saving and load balancing.
We set a particular condition for an autoscaling services.
When these situations match then autoscaling of processes
takes place. In this paper we set autoscaling condition in
terms of CPU usage, RAM usage and time period conditions.
This is shown in following Screenshot:
Fig4: Autoscaling service in Open nebula
6. EXPERIMENTAL RESULTS AND ANALYSIS
6.1 Results after autoscaling process is done:
Autoscaling process refers to reassigning the work load as
per the requirement of process. Due to this system
performance increases and energy consumption also gets
reduced. When autoscaling process is performed then its
impact on CPU usage and RAM usage is as shown in
following screenshot:
Fig5 : Graph of host after autoscaling performed on open
nebula
6.2 Performance of a system:
The response time of jobs gets reduced due to autoscaling
process and system throughput gets increased, as compared
to previous traditional system. There is no wastage of ideal
resources and energy consumption also gets reduced, due to
autoscaling process. Due to this cost of electricity gets
reduced.
7. CONCLUSION
We are going to propose an infrastructure platform base on
cloud software Open nebula. This platform allows us to
create multiple virtual machines inside it and all these
machines are works under control of Controller node. We
are going to improve traditional autoscaling and Energy
saving method by this we achieve goal of power saving and
wastage of ideal resources gets reduced significantly. The
improved autoscaling method not only reduce the waste of
ideal resources but also increases allocation of resources to
virtual machine having inadequate resources. By this way
the overall performance of system increases. From the
above experimental analysis, it is clear that energy saving is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3514
not only depends on the characteristics of VM but also the
physical environment of machines. For achieving the goal of
power saving it is mandatory that to focus on real state of
physical machines and virtual machines and accordingly
design and implement autoscaling and energy saving
methods.
REFERENCES
1. R. Shimonski. “Windows 2000 & Windows Server
2003 Clustering and Load Balancing”, Emeryville.
McGraw-Hill Professional Publishing, CA, USA
(2003), p 2, 2003.
2. Nurmi, D., Wolski, R., Grzegorczyk, C., Obertelli, G.,
Soman, S., Youseff, L., & Zagorodnov, D. (2009, May).
The eucalyptus opensource cloud-computing
system. In Cluster Computing and the Grid, 2009.
CCGRID'09. 9th IEEE/ACM International
Symposium on (pp. 124-131). IEEE.
3. Sotomayor, B., Montero, R. S., Llorente, I. M., &
Foster, I. (2009). Virtual infrastructure management
in private and hybrid clouds. Internet Computing,
IEEE, 13(5), 14-22.
4. Nurmi, Daniel, et al. "The eucalyptus open-source
cloud-computing system. “Cluster Computing and
the Grid, 2009. CCGRID'09. 9th IEEE/ACM
International Symposium on. IEEE, 2009.
5. http://cloudstack.apache.org/ last access on 30
June 2013.
6. http://www.openstack.org/ last access on June
2013.
7. http://en.wikipedia.org/wiki/OpenNebula on June
2013 last access on 30 June 2013.
8. Zhang, S., Qian, Z., Wu, J., & Lu, S. (2012, March). An
opportunistic resource sharing and topology-aware
mapping framework for virtual networks. In
INFOCOM, 2012 Proceedings IEEE (pp. 2408-2416).
IEEE.
9. Barham, Paul, et al. "Xen and the art of
virtualization." ACM SIGOPS Operating Systems
Review 37.5 (2003): 164-177.
10. http://www.linux-kvm.org/page/Main_Page last
access on June 2013.
11. Caron, Eddy, et al. "Auto-scaling, load balancing and
monitoring in commercial and open-source
clouds."(2012).

More Related Content

What's hot

MSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in CloudsMSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in CloudsAsiimwe Innocent Mudenge
 
Virtualization Technology using Virtual Machines for Cloud Computing
Virtualization Technology using Virtual Machines for Cloud ComputingVirtualization Technology using Virtual Machines for Cloud Computing
Virtualization Technology using Virtual Machines for Cloud ComputingIJMER
 
Virtual machine placement in a virtualized cloud
Virtual machine placement in a virtualized cloudVirtual machine placement in a virtualized cloud
Virtual machine placement in a virtualized cloudiaemedu
 
Cloud Programming Simplified: A Berkeley View on Serverless Computing
Cloud Programming Simplified: A Berkeley View on Serverless ComputingCloud Programming Simplified: A Berkeley View on Serverless Computing
Cloud Programming Simplified: A Berkeley View on Serverless Computingmustafa sarac
 
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...idescitation
 
Resource provisioning for video on demand in saas
Resource provisioning for video on demand in saasResource provisioning for video on demand in saas
Resource provisioning for video on demand in saasIAEME Publication
 
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullahvdmchallenge
 
Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...ijccsa
 
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEWSERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEWSusheel Thakur
 
Survey on cloud simulator
Survey on cloud simulatorSurvey on cloud simulator
Survey on cloud simulatorHabibur Rahman
 
ITA: The Improved Throttled Algorithm of Load Balancing on Cloud Computing
ITA: The Improved Throttled Algorithm of Load Balancing on Cloud ComputingITA: The Improved Throttled Algorithm of Load Balancing on Cloud Computing
ITA: The Improved Throttled Algorithm of Load Balancing on Cloud ComputingIJCNCJournal
 
Cloudsim & Green Cloud
Cloudsim & Green CloudCloudsim & Green Cloud
Cloudsim & Green CloudNeda Maleki
 
A tutorial on GreenCloud
A tutorial on GreenCloudA tutorial on GreenCloud
A tutorial on GreenCloudHabibur Rahman
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...IEEEFINALYEARPROJECTS
 
A tutorial on CloudSim
A tutorial on CloudSimA tutorial on CloudSim
A tutorial on CloudSimHabibur Rahman
 
Cloudsim & greencloud
Cloudsim & greencloud Cloudsim & greencloud
Cloudsim & greencloud nedamaleki87
 
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...IRJET Journal
 
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
 
Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...
Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...
Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...Animesh Chaturvedi
 

What's hot (20)

MSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in CloudsMSIT Research Paper on Power Aware Computing in Clouds
MSIT Research Paper on Power Aware Computing in Clouds
 
Virtualization Technology using Virtual Machines for Cloud Computing
Virtualization Technology using Virtual Machines for Cloud ComputingVirtualization Technology using Virtual Machines for Cloud Computing
Virtualization Technology using Virtual Machines for Cloud Computing
 
Virtual machine placement in a virtualized cloud
Virtual machine placement in a virtualized cloudVirtual machine placement in a virtualized cloud
Virtual machine placement in a virtualized cloud
 
Cloud Programming Simplified: A Berkeley View on Serverless Computing
Cloud Programming Simplified: A Berkeley View on Serverless ComputingCloud Programming Simplified: A Berkeley View on Serverless Computing
Cloud Programming Simplified: A Berkeley View on Serverless Computing
 
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
A Strategic Evaluation of Energy-Consumption and Total Execution Time for Clo...
 
Resource provisioning for video on demand in saas
Resource provisioning for video on demand in saasResource provisioning for video on demand in saas
Resource provisioning for video on demand in saas
 
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
 
Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...Application of selective algorithm for effective resource provisioning in clo...
Application of selective algorithm for effective resource provisioning in clo...
 
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEWSERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
SERVER COSOLIDATION ALGORITHMS FOR CLOUD COMPUTING: A REVIEW
 
Survey on cloud simulator
Survey on cloud simulatorSurvey on cloud simulator
Survey on cloud simulator
 
ITA: The Improved Throttled Algorithm of Load Balancing on Cloud Computing
ITA: The Improved Throttled Algorithm of Load Balancing on Cloud ComputingITA: The Improved Throttled Algorithm of Load Balancing on Cloud Computing
ITA: The Improved Throttled Algorithm of Load Balancing on Cloud Computing
 
Cloudsim & Green Cloud
Cloudsim & Green CloudCloudsim & Green Cloud
Cloudsim & Green Cloud
 
A tutorial on GreenCloud
A tutorial on GreenCloudA tutorial on GreenCloud
A tutorial on GreenCloud
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...
 
A tutorial on CloudSim
A tutorial on CloudSimA tutorial on CloudSim
A tutorial on CloudSim
 
Cloudsim & greencloud
Cloudsim & greencloud Cloudsim & greencloud
Cloudsim & greencloud
 
Cloud sim
Cloud simCloud sim
Cloud sim
 
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
IRJET- In Cloud Computing Resource Allotment by using Resource Provisioning A...
 
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...
 
Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...
Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...
Automated Web Service Change Management (AWSCM) A tool published at IEEE Clou...
 

Similar to IRJET- Implementation of Cloud Energy Saving System using Virtual Machine Dynamic Resource Allocation Method

Implementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud ComputingImplementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud Computingijccsa
 
Implementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud ComputingImplementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud Computingneirew J
 
Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...
Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...
Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...IRJET Journal
 
Virtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A ReviewVirtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A Reviewijtsrd
 
International Conference on Advances in Computing, Communicati.docx
International Conference on Advances in Computing, Communicati.docxInternational Conference on Advances in Computing, Communicati.docx
International Conference on Advances in Computing, Communicati.docxvrickens
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...IEEEFINALYEARPROJECTS
 
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...IEEEGLOBALSOFTTECHNOLOGIES
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...IRJET Journal
 
IRJET- Cloud Computing Review
IRJET-  	  Cloud Computing ReviewIRJET-  	  Cloud Computing Review
IRJET- Cloud Computing ReviewIRJET Journal
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentIRJET Journal
 
Hybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudHybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudEditor IJCATR
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGIRJET Journal
 
A Virtualization Model for Cloud Computing
A Virtualization Model for Cloud ComputingA Virtualization Model for Cloud Computing
A Virtualization Model for Cloud ComputingSouvik Pal
 
A Short Appraisal on Cloud Computing
A Short Appraisal on Cloud ComputingA Short Appraisal on Cloud Computing
A Short Appraisal on Cloud ComputingScientific Review SR
 
Harnessing the Cloud for Performance Testing- Impetus White Paper
Harnessing the Cloud for Performance Testing- Impetus White PaperHarnessing the Cloud for Performance Testing- Impetus White Paper
Harnessing the Cloud for Performance Testing- Impetus White PaperImpetus Technologies
 
Load Balancing Tactics in Cloud Computing: A Systematic Study
Load Balancing Tactics in Cloud Computing: A Systematic Study    Load Balancing Tactics in Cloud Computing: A Systematic Study
Load Balancing Tactics in Cloud Computing: A Systematic Study Raman Gill
 
A Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud ComputingA Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud ComputingIRJET Journal
 

Similar to IRJET- Implementation of Cloud Energy Saving System using Virtual Machine Dynamic Resource Allocation Method (20)

Implementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud ComputingImplementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud Computing
 
Implementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud ComputingImplementation of the Open Source Virtualization Technologies in Cloud Computing
Implementation of the Open Source Virtualization Technologies in Cloud Computing
 
Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...
Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...
Creating a Cloud Architecture for Machine Learning and Artificial Intelligenc...
 
Virtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A ReviewVirtual Machine Migration and Allocation in Cloud Computing: A Review
Virtual Machine Migration and Allocation in Cloud Computing: A Review
 
International Conference on Advances in Computing, Communicati.docx
International Conference on Advances in Computing, Communicati.docxInternational Conference on Advances in Computing, Communicati.docx
International Conference on Advances in Computing, Communicati.docx
 
Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...Dynamic resource allocation using virtual machines for cloud computing enviro...
Dynamic resource allocation using virtual machines for cloud computing enviro...
 
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
JAVA 2013 IEEE PARALLELDISTRIBUTION PROJECT Dynamic resource allocation using...
 
Presentation
PresentationPresentation
Presentation
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
 
Scheduling in CCE
Scheduling in CCEScheduling in CCE
Scheduling in CCE
 
IRJET- Cloud Computing Review
IRJET-  	  Cloud Computing ReviewIRJET-  	  Cloud Computing Review
IRJET- Cloud Computing Review
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud Environment
 
Hybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in CloudHybrid Based Resource Provisioning in Cloud
Hybrid Based Resource Provisioning in Cloud
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING
 
A Virtualization Model for Cloud Computing
A Virtualization Model for Cloud ComputingA Virtualization Model for Cloud Computing
A Virtualization Model for Cloud Computing
 
A Short Appraisal on Cloud Computing
A Short Appraisal on Cloud ComputingA Short Appraisal on Cloud Computing
A Short Appraisal on Cloud Computing
 
Harnessing the Cloud for Performance Testing- Impetus White Paper
Harnessing the Cloud for Performance Testing- Impetus White PaperHarnessing the Cloud for Performance Testing- Impetus White Paper
Harnessing the Cloud for Performance Testing- Impetus White Paper
 
Load Balancing Tactics in Cloud Computing: A Systematic Study
Load Balancing Tactics in Cloud Computing: A Systematic Study    Load Balancing Tactics in Cloud Computing: A Systematic Study
Load Balancing Tactics in Cloud Computing: A Systematic Study
 
A Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique in Cloud ComputingA Review: Metaheuristic Technique in Cloud Computing
A Review: Metaheuristic Technique 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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 

IRJET- Implementation of Cloud Energy Saving System using Virtual Machine Dynamic Resource Allocation Method

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3510 Implementation of Cloud Energy Saving System using Virtual Machine Dynamic Resource Allocation Method Chandan Thakur1, Juned Shaikh2, Rubin Shaikh3, Prof. Sachin H. Darekar4 1,2,3Omkar Sadan, Neral Pada, Neral(W), Neral-410101, 3/T/2, 8th Road, Govandi(W), Mumbai-400043 4Information Technology Engineering, Bharati Vidyapeeth College of Engineering Sector-7, C.B.D, Belpada, Navi-Mumbai-400614, India ----------------------------------------------------------------------------***-------------------------------------------------------------------------- Abstract - Cloud Computing is one of the most famous and leading technology in the market as per analysis of Gartner Inc. Almost, every internet user uses cloud services. Cloud computing is mixture of virtualization service management and standardized technology to provide flexible computing ability, by using this we can implement new useful cloud services. As per the market analysis cloud computing one of top 10 strategies, but still faces the two problems i.e. energy consumption and west of ideal resources. To solve these two problems, we propose two methods first is autoscaling and second is live migration of VM’s from one host to another. we are going to proposed a system which based on Open nebula. Open nebula is a complete infrastructure as a service platform for a cloud. Autoscaling and live migration methods are designed and implemented in Open nebula. In this project two experiments are carried out to check autoscaling and energy saving performance of Open nebula cloud platform 1. Add VMs from Open nebula cloud platform. 2. Remove VMs from Open nebula cloud platform. Key Words: Cloud Computing, Open nebula, Status Monitoring, Autoscaling process, Open-source Cloud platform, Performance Evaluation. 1. INTRODUCTION Now a days, cloud computing becomes one of the popular technologies and almost every internet user uses these services. So, management of cloud computing platform is efficient becomes very much necessary. Power consumptions and waste of ideal resources these two problems are faced by cloud computing platforms. Due to this designing such a system which reduces these two issues considerably becomes very much important. The bill of energy consumption by data centers in cloud computing is so high. So, if it wasting unnecessary then unnecessary cost of project will increase. Even though most of cloud service providers uses virtualization still they have to face above two problems. To solve these problems, we are going to propose two algorithms i.e. Autoscaling method and Energy Saving Method. For reducing power consumption, we perform live migration of VMs from one host to another host of Open nebula. Live Migration of refers to migrating VM from one host to another. Cloud computing introduces new technology called server virtualization which helps to manage resources efficiently. This technology allows live migration of VMs from one host to another and shutdown the virtual machine on which processes are not running. By this way power consumption and ideal of resources are reduced. We first assign the various processes from controller node to various VMs. These processes are running on different virtual machines. The controller node monitors the status of virtual machines and requirement of processes which are running on them. Machine resizing is done in the respective cases. If processes running on virtual machine utilizes less resources of that VM and that processes able to run on another virtual machine with the unutilized resources of that virtual machine then live migration of that virtual machine from this host to another host of Open nebula takes place. By this way we achieve the goal of power saving. The propose system is totally based on Open nebula cloud platform. Open nebula is open source software and free to use. Open nebula acts infrastructure as a service. The above proposed two methods are used to improve traditional autoscaling and energy saving method. Using above two methods power consumption and wastage of ideal resources reduces significantly. 2. LITERATURE REVIEW Over a past few years there are many efforts are carried out to reduce energy consumption, but they save energy only up to 7 to 14%, this energy saving is not up to mark. It is required to design and implement such a system which saves energy and reduce wastage of ideal resources considerably. Autoscaling is a process of reassigning total load to the individual nodes as per the requirement of jobs. Due to this response time of the job is reduced and system gives maximum throughput. Using this method, the goal of energy saving is achieved and wastage of ideal resources gets reduced considerably. [1]
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3511 Open nebula cloud platform is open source and freely provides complete infrastructure as a service (IaaS). [2] Open nebula provides flexible and easy access to a large pool of storage, networking and computing resources through various resources and virtual resources management. These are various techniques emerging in today’s world which are used to build more reliable, flexible and high- performance cloud platform for private, public and hybrid cloud. [3] There is many open-source cloud software which provides us cloud solutions for building private, public and hybrid clouds. Eucalyptus, Cloud Stack, Open Stack, Open nebula etc. are the examples of such open-source cloud platform. [4] Apache cloud stack is open source cloud software which provides us cloud solutions to build, deploy and manage large networks of virtual machines. [5] Apache cloud stack provides IaaS services. Open stack is also open-source cloud software which provides us cloud solutions for building private and public cloud. [6] Using open Stack we can manage large pools of storage, compute and network resources through a datacenter. We can check the status of all the VMs which are running on Open stack on the dashboard through the web interface. Open nebula is a open source software for cloud computing. Open nebula provides cloud computing facilities for managing heterogenous data center infrastructure. [7] Internet plays an important role in optimizing the way we exchange and process information. [8] Network virtualization is very important and critical task which is done by the open-source cloud software. Due to these various machines which are running on the cloud platform can access the network through the physical base machine. The major challenge in network virtualization is network mapping, these is done by the network components of cloud system platforms. The term cloud computing is closely related with virtualization. Virtualization support cloud technologies very flexibly. Virtualization provides facility to cloud platform to acquire and release resources as per the requirement. [9] Hypervisor plays very important role in cloud computing and virtualization technologies. There are two types of hypervisors first is type 1 or bare metal hypervisors this are installed directly on the hardware and various operating systems runs on it and second is type2 hypervisors these are installed on the top of operating system and then various operating systems runs on it. For example, VMware, VirtualBox and virtual machine monitor these are the type 2 hypervisors and Xen and Citrix these are the examples of type1 hypervisors. [10] Elasticity is very important and considered as one of the differentiating features of cloud system platform. Elasticity is a property of cloud platforms by using it cloud users quickly deploy or remove resources as per there need. Autoscaling method is based on the elasticity property of cloud computing platform. Due to this energy consumption and wastage of ideal resources gets reduced considerable amount. [11] 3. EXPERIMENTAL METHODOLOGY In this paper we are going to perform two different set of experiments and their impact on open nebula cloud platform is observed. 3.1 On Open nebula cloud platform add and delete Virtual machine: In this experiment we add or different virtual machines on open nebula cloud platform and see their impact on open nebula cloud platform. This experiment shows that if we add or delete different virtual machines on open nebula cloud then how open nebula manage this situation. 3.2 Assigning a number of jobs to instances and observe autoscaling service of open nebula that we created: In this experiment we first create autoscaling service on open nebula cloud platform base on certain parameters i.e. in terms of CPU usage, RAM usage and time period condition. After that we assign various jobs to the instances and check that autoscaling service that we create how works. 4. EXPERIMENTAL SETUP Open nebula cloud system platform software is installed and configure by using following software and hardware. The network adapter used for this purpose are also mentioned below: 4.1 Software Requirements: 1. Operating system – CentOS 7 2. Hypervisor – VirtualBox 3. Cloud system platform – Open nebula 4. Open nebula sunstone
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3512 4.2 Hardware Requirements: 1. 64-bit Processor will install and run 64bit operating system 2. 8 GB RAM 3. 500 GB Hard drive 4. Provide support for broad range of x64 multicore processors. 4.3 Hardware Virtualization Support For providing support to 64-bit virtual machines and support for hardware virtualization (Intel VT-x or AMD RVI) must be enabled on x64 CPUs. 4.4 Network Adapters: 1) First network adaptor which we use here is NAT for taking internet from the physical base machine. 2) Second network adaptor which we use here is Host only adaptor. This network adaptor provides connection between host machine and guest machine, by using it we can access guest machine from the host machine. 3) Third network adaptor which we used here is Bridge adaptor. This adaptor is used for connecting directly to the physical network. i.e. Guest machine is connected directly the host machine’s physical network. 5. EXPERIMENTAL SCENARIOS 5.1 Scenario for the normal status checking on dashboard: The identity service of Open nebula i.e. Open nebula sunstone shows dashboard for open nebula cloud system. This shows status of all the components which are running on open nebula cloud system platform. It shows the number of running instances, pending instances and number of failed instances. It also shows information about images, virtual networks, system and hosts. This is shown in the following screenshot: Fig-1: Open nebula sunstone (Identity service) 5.2 Scenario for the host management: Open nebula cloud system works with different hosts. Users deploy virtual machines, images and create users in the host they want, but it is required that user select the host and perform these operations on it. On a host we can perform different operations like add, delete, disable, enable and monitor the different virtual machines which are running on open nebula cloud platform. In the particular host we deploy number of virtual machines, images and create service templates. The graph for a particular host shows the CPU and memory usage. The following screenshot shows the graph for a host: Fig-2: Host graph of Open nebula shows CPU and memory usage
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3513 5.3 Scenario of network topology: On open nebula cloud platform, we launch number of instances. A unique IP address assign to each virtual machine. This IP address which are assign to the virtual machines are given by the network management system of open nebula cloud platform. The different IP addresses which are assigns to the various instances in open nebula cloud platform is as shown below: Fig-3: Network topology for a host 5.4 Scenario for Autoscaling service: Autoscaling service of open nebula cloud platform plays an important role for cloud energy saving and load balancing. We set a particular condition for an autoscaling services. When these situations match then autoscaling of processes takes place. In this paper we set autoscaling condition in terms of CPU usage, RAM usage and time period conditions. This is shown in following Screenshot: Fig4: Autoscaling service in Open nebula 6. EXPERIMENTAL RESULTS AND ANALYSIS 6.1 Results after autoscaling process is done: Autoscaling process refers to reassigning the work load as per the requirement of process. Due to this system performance increases and energy consumption also gets reduced. When autoscaling process is performed then its impact on CPU usage and RAM usage is as shown in following screenshot: Fig5 : Graph of host after autoscaling performed on open nebula 6.2 Performance of a system: The response time of jobs gets reduced due to autoscaling process and system throughput gets increased, as compared to previous traditional system. There is no wastage of ideal resources and energy consumption also gets reduced, due to autoscaling process. Due to this cost of electricity gets reduced. 7. CONCLUSION We are going to propose an infrastructure platform base on cloud software Open nebula. This platform allows us to create multiple virtual machines inside it and all these machines are works under control of Controller node. We are going to improve traditional autoscaling and Energy saving method by this we achieve goal of power saving and wastage of ideal resources gets reduced significantly. The improved autoscaling method not only reduce the waste of ideal resources but also increases allocation of resources to virtual machine having inadequate resources. By this way the overall performance of system increases. From the above experimental analysis, it is clear that energy saving is
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3514 not only depends on the characteristics of VM but also the physical environment of machines. For achieving the goal of power saving it is mandatory that to focus on real state of physical machines and virtual machines and accordingly design and implement autoscaling and energy saving methods. REFERENCES 1. R. Shimonski. “Windows 2000 & Windows Server 2003 Clustering and Load Balancing”, Emeryville. McGraw-Hill Professional Publishing, CA, USA (2003), p 2, 2003. 2. Nurmi, D., Wolski, R., Grzegorczyk, C., Obertelli, G., Soman, S., Youseff, L., & Zagorodnov, D. (2009, May). The eucalyptus opensource cloud-computing system. In Cluster Computing and the Grid, 2009. CCGRID'09. 9th IEEE/ACM International Symposium on (pp. 124-131). IEEE. 3. Sotomayor, B., Montero, R. S., Llorente, I. M., & Foster, I. (2009). Virtual infrastructure management in private and hybrid clouds. Internet Computing, IEEE, 13(5), 14-22. 4. Nurmi, Daniel, et al. "The eucalyptus open-source cloud-computing system. “Cluster Computing and the Grid, 2009. CCGRID'09. 9th IEEE/ACM International Symposium on. IEEE, 2009. 5. http://cloudstack.apache.org/ last access on 30 June 2013. 6. http://www.openstack.org/ last access on June 2013. 7. http://en.wikipedia.org/wiki/OpenNebula on June 2013 last access on 30 June 2013. 8. Zhang, S., Qian, Z., Wu, J., & Lu, S. (2012, March). An opportunistic resource sharing and topology-aware mapping framework for virtual networks. In INFOCOM, 2012 Proceedings IEEE (pp. 2408-2416). IEEE. 9. Barham, Paul, et al. "Xen and the art of virtualization." ACM SIGOPS Operating Systems Review 37.5 (2003): 164-177. 10. http://www.linux-kvm.org/page/Main_Page last access on June 2013. 11. Caron, Eddy, et al. "Auto-scaling, load balancing and monitoring in commercial and open-source clouds."(2012).