SlideShare a Scribd company logo
Research Inventy: International Journal Of Engineering And Science
Vol.3, Issue 10 (October 2013), PP 51-54
Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com

Comparative Study on Open Source Software for Cloud
Computing Platform: Eucalyptus, Openstack and Opennebula
Sonali Yadav
Assistant Professor
Integral University, Lucknow-226021

ABSTRACT: Cloud computing is a Service Oriented Architecture which reduced information technology
overhead for the end-user and provide great flexibility, reduced total cost of ownership, on-demand services and
many other things [1]. Hence it delivered all IT related capability as services rather than product .Services on
cloud are divided into three broad categories: Software as a Service, Infrastructure as a Service & Platform as a
Service. Same as services cloud is also classified as Private Cloud, Public Cloud & Hybrid Cloud. Private cloud
is increasingly become popular between every private organization either large or small wants .To deploy public
or private cloud there are many open source software available some are Eucalyptus, Nimbus, OpenStack, Open
Nebula Cloud stack and Amazon Web Services .This paper, I provide a study of the main open source software
such as Eucalyptus, OpenStack and OpenNebula for cloud implementation. It is believe that the comparison
presented in this paper would benefit developers in selecting best open source Software.

KEYWORDS: Cloud Computing, Cloud Services, Eucalyptus, Open Stack and Open Nebula.
I INTRODUCTION
In recent year cloud computing become a most popular word in the world of Information Technology. It
is a new term but it encloses advantages of many other technologies which are pre-exists in the IT world such
as virtualization ,grid Computing ,Utility Computing etc which make cloud computing successful. Key
attributes behind cloud computing are: Dynamic, abstraction, resource sharing and virtually infinite scalability.
CLOUD is abbreviated as Computing Location independent Online Utility that is available on-Demand. Cloud
Computing allow users to access that are resides on local , remote or other internet connected devices. Thus it
deliver all IT related capabilities as services rather than product. .Cloud Computing divide services in the
following three catogaries :Software As a Service (SaaS): It deliver to user ‘software’ as a service over the
Internet, eliminating the need to install and run the application on there own computers and simplifying
maintenance and support. Platform As A Service (PaaS): It deliver to user a computing platform and/or solution
stack as a service. It facilitates deployment of applications without the cost and complexity of buying and
managing the underlying hardware and software layers. Infrastructure As A Service (IaaS):It delivers to
user computer infrastructure, typically a platform virtualization environment, as a service. Rather than
purchasing servers, software, data center space or network equipment, clients instead buy those resources as a
fully outsourced service.It is an evolution of virtual private server offerings.It also categorized cloud into three
category: Private Cloud — The cloud infrastructure has been deployed, and is maintained and operated for a
specific organization. Public Cloud — The cloud infrastructure is available to the public on a commercial basis
by a cloud service provider. 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 to another[2].The main goal of this paper is to present a comparison among the three main Open
source software for cloud implementation that are: Eucalyptus,OpenStack and Open Nebula.

Figure-1[3]

51
Comparative Study On Open Source Software…
II

OPEN SOURCE CLOUD PLATFORM

A.

Eucalyptus
EUCALYPTUS stand for Elastic Utility Computing Architecture for Linking Your Program To Useful
System. It is an open Source software that was developed by University of California-Santa Barbara for Cloud
Computing to implement Infrastructure as a Service.In early 2008, it become the first open source software
which is compatible with Amazon Web Service API for deploying On-premise private cloud .Amazon
Web Service (AWS) is one of the major players for providing Infrastructure As A Service.They have two
popular services Elastic Compute Cloud (EC2) and Simple Storage Service (S3). Eucalyptus provide an EC2
-compatible cloud Computing Platform and S3-compatible Cloud Storage thus its services are available through
EC2/S3 compatible APIs [4].Eucalyptus can leverage(drag) a heterogeneous collection of virtualization
technologies within a single cloud, to incorporate resources that have already been virtualized without
modifying their configuration.Eucalyptus has five high-level components: Cloud Controller (CLC) -it is the
entry point into the private cloud for end user,project managers developers and administrator. It also help in
manage virtualized resources. Walrus : It implements bucket-based storage, which is available inside and outside
the cloud system. Cluster Controller (CC):It executes on a machine that has network connectivity to the
machines that are running on Node Controller and Cloud Controller .It manages the Virtual Machine (VMs)
Network. All Node Controllers associated with a single CC must be in the same subnet.; Walrus is the storage
system,which allow user to store data, organized as bucket and object, it is also used to create, delete, and list
buckets.Storage Controller (SC) provides block-level network storage including support for Amazon Elastic
Block Storage(EBS) semantics; and Node Controller (NC) is installed in each compute node to control Virtual
Machine activities, including the execution, inspection, and termination of VM instances.
B. OpenStack
In July 2010 , OpenStack was announced and the initial contributes of it are NASA and Rackspace.It is the
fastest growing free open source software. . Rackspace contributed their "Cloud Files" platform (code) to power
the Object Storage part of the OpenStack, while NASA contributed their "Nebula" platform (code) to power the
Compute part[5]. OpenStack is a collection of open source software project that developers and cloud
computing technologist can use to setup and run their cloud compute and storage infrastructure.Its services are
available through Amazon EC2/S3 compatible APIs and hence the client tools written for AWS can also be
used with OpenStack.It consist of three core software project:OpenStack Compute Infrastructure also called
Nova;OpenStack Object Storage Infrastructure also called Swift and OpenStack Image Service Infrastructure
also called Glance. Nova is the main part of Infrastructure as a service and it also is the computing Fabric
controller for the OpenStack cloud .Enterprises/Organization can use Nova to host and manage their cloud
computing systems.Nova manages all the activities that are needed to support life cycle of instances within the
open stack.Swift offers a distributed,consistent virtual object containers in which lots of data can be store and
from which data can be retrieve It is capable of storing large number of object distributed across nodes.Glance
is a lookup and retrieval system for virtual machine images.
C. OpenNebula
OpenNebula was first established as a research project back in 2005 by Ignacio M. Liorente and Ruben S.
Montero.Since its first public release of software in March 2008. It can be primarily used as a virtualization
tool to manage virtualized infrastructure in the data center or cluster , which is usually referred as private cloud.
It supports hybrid cloud to combine local infrastructure with public cloud-based infrastructure, enabling highly
scalable hosting environments. It also support Public cloud by providing cloud interfaces to expose its
functionality for virtual machine,storage and network management.Its virtual infrastructure interface
disclose user and administrator functionality for virtualization, networking,image and physical resource
configuration,management etc. OpenNebula cloud infrastructure provide users with an elastic platform for fast
delivery and scalability of services to meet dynamic demand of service end-users.All the services are hosted in
Virtual Machines (VM) and then submitted ,monitored and controlled in the cloud by using the virtual interfaces
such as Command Line interface,XML-RPC API, Libvirt virtualization API etc[6]

III COMPARATIVE STUDY
The comparison between Eucalyptus, OpenStack and OpenNebula is based on the study of the
architecture of respective open source platform.Each Open source software provide Infrastructure as a Service to
delivers virtualization environment, as a service to user computer.
A. Origin and Community Support
Eucalyptus: Eucalyptus was the result of research project of the university of California ,Santa Barbara,
Department of computer science. It has a powerful community that contributes to platform development and
assists in finding and fixing.

52
Comparative Study On Open Source Software…
OpenStack: OpenStack started in summer 2010 when RackSpace and NASA jointed its initial project "Cloud
Files" and "Nebula" respectively. OpenStack is lead by an foundation (integrated by 850 companies and 4500
individual members) and has a broad range of support from major tech industry players,ranging from HP, Dell ,
IBM, RackSpace , NASA , Cisco, NEC, AT&T ,Bull , EMC,Brocade and dozens of other companies.Its
community integrated by around 7000 person over 87 countries.
OpenNebula: OpenNebula was funded initially by European infrastructure grants,and is now doing rather well
in developments both inside Europe and overseas.Some large company such as Research In Motion,Telefonia
and China Mobile also contribute to OpenNebula.In March 2010, the main authors of OpenNebula founded
C12G Labs to provide the C12G value-added professional service that many enterprise IT shops require for
internal adoption and to allow the OpenNebula project to not br tied exclusively to public financing,contributing
to its long-term sustainability.
B. Architecture
Eucalyptus architecture consist of five components : Cloud Controller, Walrus , Cluster Controller , Node
controller and Storage Controller. OpenStack has a fragmentated, distributed architecture. Currently it consist of
three core software projects : OpenStack Compute (Nova) ,OpenStack Object Storage (Swift) and OpenStack
Image service (glance). While architecture of OpenNebula a classical cluster -like architecture with a front end
and a set of cluster nodes to run the virtual machines.At least one physical network is required for connecting
all cluster node with the front end.
C. Relation with Amazon
Eucalyptus ,OpenNebula have embraced amazon Web Service-APIs to compatible with AWS's
application programming interfaces. OpenStack , developers built tools to manage their resources using the native
OpenStack RESTful APIs. OpenStack also has,at least at the moment ,has AWS EC2 compatibility API, and also
support AWS S3 API.
D. Cloud Implementation
Eucalyptus is an open source platform for private cloud.OpenStack is an open source platform for
deploying private and public cloud. OpenNebula,while an open source platform for deploying hybrid cloud ,but
it also deploy private and public cloud.
E. Programming/Scripting Language
Eucalyptus has five component in which Cluster Controller and Node controller are primarily written
in 'C' while Cloud Controller , Storage Controller and VMWare -Broker(not open -source due to license
restriction) are written in Java. Euca2ools are written in Python. OpenStack Compute Nova is written in Python
and Unix Shell (Bash sh).OpenNebula used many languages but most of its components are written in
C++ ,Ruby and JAVA.
F.

Hypervisors
Hypervisor is a software abstraction of a physical hardware platform that enables multiple guest
operating system to run concurrently on a single physical machine.Eucalyptus is compatible with Xen and KVM
hypervisor. To interact with these hypervisor eucalyptus use the Libvirt virtualization API.OpenStack is
compatible with many hypervisor such as KVM, Xen, LXC, QEMU, UML, Hyper-V etc ,which make difficult
for developer to choose one.OpenNebula , while support Xen, VMWare and KVM.
G. Operating System Support
Eucalyptus support Linux operating system .And images of both Microsoft windows and Linux .
OpenStack and OpenNebula support CentOS ,Debian ,Fedora,RHEL open-SUSE, SLES, and Ubuntu.
H. Databases
Eucalyptus component use PostgreSQL to store their metadata and user information.OpenStack Nova
support any database supported by SQL-Alchemy but the only databases currently widely used ate SQLite3 ,
MySQL and PostgreSQL.OpenNebula supports SQLite backend in its previous versions while now it uses
MySQL backend.

53
Comparative Study On Open Source Software…
Image Management
In Eucalyptus images are managed by Euca2ools distributed by eucalyptus team.One can bundle,
upload, register, describe, download, unbundle and deregister VM images. OpenStack image service (glance),
provides functionality for discovering , registering and retrieving virtual machine images. While OpenNebula
use image repository or datastores to allow administrator or users to set images.Datastores are generally
backed with SAN/NAS severs.All images and virtual machines management files are stored in /var/lib/one.
J. VM Migration
Eucalyptus do not support VM migration ,While OpenStack and OpenNebula supports VM migration
from one resource to another.
K.

Miscellaneous
It is observed that the OpenStack has the largest active population in
total, it has the largest population followed by Eucalyptus and Nebula.

IV.

during the past months. And in

CONCLUSION

Open Source Softwares are software with there source code available to the user with or without fee.
The Open source cloud platform provide an alternative to end-user for improved salability , potability ,
flexibility and On-demand services. This paper compares the three most popular and commonly used open
source software (Eucalyptus, OpenStack and OpenNebula).The summarization and comparison allow users to
choose better services according to there requirement.This paper also hep users to make more unified decision
on the open source cloud platform according to their compatibility, scalability, interfaces ,requirement and etc.
Although cloud computing is an evolving technology there are many feature which are added. The comparison
is based on the current feature and technologies of these open source platform..

REFERENCES:
[1]
[2]
[3]
[4]
[5]
[6]

Cloud Computing – Issues,Research and Implementations Mladen A. VoukDepartment of Computer Science, North Carolina
State University, Raleigh, North Carolina, USA
https://www.dialogic.com/~/media/products/docs/whitepapers/12023-cloud-computing-wp.pdf
http://www.indiastudychannel.com/resources/144808-Cloud-Computing-An-Overview-Cloud-Computing.aspx
Eucalyptus Beginner's Guide - UEC Edition
OpenStack Compute Starter Guide diablo (2011-11-11)
Private Cloud Computing with OpenNebula 1.4

54

More Related Content

What's hot

Big Data Analytics and Ubiquitous computing
Big Data Analytics and Ubiquitous computingBig Data Analytics and Ubiquitous computing
Big Data Analytics and Ubiquitous computing
Animesh Chaturvedi
 
ppt
pptppt
Eucalyptus presentation ( LSI cloud computing )
Eucalyptus presentation ( LSI cloud computing )Eucalyptus presentation ( LSI cloud computing )
Eucalyptus presentation ( LSI cloud computing )
Bilal ZIANE
 
Computer_Clustering_Technologies
Computer_Clustering_TechnologiesComputer_Clustering_Technologies
Computer_Clustering_Technologies
Manish Chopra
 
Tech Days 2010
Tech  Days 2010Tech  Days 2010
Tech Days 2010
Luqman Shareef
 
Cloud Platforms and Frameworks
Cloud Platforms and FrameworksCloud Platforms and Frameworks
Cloud Platforms and Frameworks
Animesh Chaturvedi
 
Multicloud Deployment of Computing Clusters for Loosely Coupled Multi Task C...
Multicloud Deployment of Computing Clusters for Loosely  Coupled Multi Task C...Multicloud Deployment of Computing Clusters for Loosely  Coupled Multi Task C...
Multicloud Deployment of Computing Clusters for Loosely Coupled Multi Task C...
IOSR Journals
 
Openstack
OpenstackOpenstack
Fundamental question and answer in cloud computing quiz by animesh chaturvedi
Fundamental question and answer in cloud computing quiz by animesh chaturvediFundamental question and answer in cloud computing quiz by animesh chaturvedi
Fundamental question and answer in cloud computing quiz by animesh chaturvedi
Animesh Chaturvedi
 
Innovation for Participation - Paul De Decker, Sun Microsystems
Innovation for Participation - Paul De Decker, Sun MicrosystemsInnovation for Participation - Paul De Decker, Sun Microsystems
Innovation for Participation - Paul De Decker, Sun Microsystems
robinwauters
 
Cloud computing using Eucalyptus
Cloud computing using EucalyptusCloud computing using Eucalyptus
Cloud computing using Eucalyptus
Abhishek Dey
 
What is cloud computing
What is cloud computingWhat is cloud computing
What is cloud computing
Brian Bullard
 
Survey on cloud simulator
Survey on cloud simulatorSurvey on cloud simulator
Survey on cloud simulator
Habibur Rahman
 
StratusLab at FOSDEM'13
StratusLab at FOSDEM'13StratusLab at FOSDEM'13
StratusLab at FOSDEM'13
stratuslab
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
Kelvin Lam
 
cluster computing
cluster computingcluster computing
cluster computing
anjalibhandari11011995
 
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
ijccsa
 
Private cloud storage implementation using OpenStack Swift
Private cloud storage implementation using OpenStack SwiftPrivate cloud storage implementation using OpenStack Swift
Private cloud storage implementation using OpenStack Swift
TELKOMNIKA JOURNAL
 
HPC Cloud Computing with OpenNebula
HPC Cloud Computing with OpenNebulaHPC Cloud Computing with OpenNebula
HPC Cloud Computing with OpenNebula
Ignacio M. Llorente
 

What's hot (19)

Big Data Analytics and Ubiquitous computing
Big Data Analytics and Ubiquitous computingBig Data Analytics and Ubiquitous computing
Big Data Analytics and Ubiquitous computing
 
ppt
pptppt
ppt
 
Eucalyptus presentation ( LSI cloud computing )
Eucalyptus presentation ( LSI cloud computing )Eucalyptus presentation ( LSI cloud computing )
Eucalyptus presentation ( LSI cloud computing )
 
Computer_Clustering_Technologies
Computer_Clustering_TechnologiesComputer_Clustering_Technologies
Computer_Clustering_Technologies
 
Tech Days 2010
Tech  Days 2010Tech  Days 2010
Tech Days 2010
 
Cloud Platforms and Frameworks
Cloud Platforms and FrameworksCloud Platforms and Frameworks
Cloud Platforms and Frameworks
 
Multicloud Deployment of Computing Clusters for Loosely Coupled Multi Task C...
Multicloud Deployment of Computing Clusters for Loosely  Coupled Multi Task C...Multicloud Deployment of Computing Clusters for Loosely  Coupled Multi Task C...
Multicloud Deployment of Computing Clusters for Loosely Coupled Multi Task C...
 
Openstack
OpenstackOpenstack
Openstack
 
Fundamental question and answer in cloud computing quiz by animesh chaturvedi
Fundamental question and answer in cloud computing quiz by animesh chaturvediFundamental question and answer in cloud computing quiz by animesh chaturvedi
Fundamental question and answer in cloud computing quiz by animesh chaturvedi
 
Innovation for Participation - Paul De Decker, Sun Microsystems
Innovation for Participation - Paul De Decker, Sun MicrosystemsInnovation for Participation - Paul De Decker, Sun Microsystems
Innovation for Participation - Paul De Decker, Sun Microsystems
 
Cloud computing using Eucalyptus
Cloud computing using EucalyptusCloud computing using Eucalyptus
Cloud computing using Eucalyptus
 
What is cloud computing
What is cloud computingWhat is cloud computing
What is cloud computing
 
Survey on cloud simulator
Survey on cloud simulatorSurvey on cloud simulator
Survey on cloud simulator
 
StratusLab at FOSDEM'13
StratusLab at FOSDEM'13StratusLab at FOSDEM'13
StratusLab at FOSDEM'13
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
cluster computing
cluster computingcluster computing
cluster 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
 
Private cloud storage implementation using OpenStack Swift
Private cloud storage implementation using OpenStack SwiftPrivate cloud storage implementation using OpenStack Swift
Private cloud storage implementation using OpenStack Swift
 
HPC Cloud Computing with OpenNebula
HPC Cloud Computing with OpenNebulaHPC Cloud Computing with OpenNebula
HPC Cloud Computing with OpenNebula
 

Viewers also liked

Some new exact Solutions for the nonlinear schrödinger equation
Some new exact Solutions for the nonlinear schrödinger equationSome new exact Solutions for the nonlinear schrödinger equation
Some new exact Solutions for the nonlinear schrödinger equation
inventy
 
D0312015019
D0312015019D0312015019
D0312015019
inventy
 
D043025035
D043025035D043025035
D043025035
inventy
 
F0312030035
F0312030035F0312030035
F0312030035
inventy
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
D042021027
D042021027D042021027
D042021027
inventy
 
C044020026
C044020026C044020026
C044020026
inventy
 
E044039044
E044039044E044039044
E044039044
inventy
 
C043015024
C043015024C043015024
C043015024
inventy
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
H047054064
H047054064H047054064
H047054064
inventy
 
B043007014
B043007014B043007014
B043007014
inventy
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...
Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...
Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...
inventy
 
B03120609
B03120609B03120609
B03120609
inventy
 
D41037045
D41037045D41037045
D41037045
inventy
 
C043015024
C043015024C043015024
C043015024
inventy
 
Design and Cost Optimization of Plate Heat Exchanger
Design and Cost Optimization of Plate Heat ExchangerDesign and Cost Optimization of Plate Heat Exchanger
Design and Cost Optimization of Plate Heat Exchanger
inventy
 

Viewers also liked (19)

Some new exact Solutions for the nonlinear schrödinger equation
Some new exact Solutions for the nonlinear schrödinger equationSome new exact Solutions for the nonlinear schrödinger equation
Some new exact Solutions for the nonlinear schrödinger equation
 
D0312015019
D0312015019D0312015019
D0312015019
 
D043025035
D043025035D043025035
D043025035
 
F0312030035
F0312030035F0312030035
F0312030035
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
D042021027
D042021027D042021027
D042021027
 
C044020026
C044020026C044020026
C044020026
 
E044039044
E044039044E044039044
E044039044
 
C043015024
C043015024C043015024
C043015024
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
H047054064
H047054064H047054064
H047054064
 
B043007014
B043007014B043007014
B043007014
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...
Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...
Probabilistic seismic hazard assessment in the vicinity of MBT and MCT in wes...
 
B03120609
B03120609B03120609
B03120609
 
D41037045
D41037045D41037045
D41037045
 
C043015024
C043015024C043015024
C043015024
 
Design and Cost Optimization of Plate Heat Exchanger
Design and Cost Optimization of Plate Heat ExchangerDesign and Cost Optimization of Plate Heat Exchanger
Design and Cost Optimization of Plate Heat Exchanger
 

Similar to Research Inventy : International Journal of Engineering and Science

OpenStack or CloudStack
OpenStack or CloudStackOpenStack or CloudStack
OpenStack or CloudStack
Ahmed Banafa
 
Cloud Computing Using OpenStack
Cloud Computing Using OpenStack Cloud Computing Using OpenStack
Cloud Computing Using OpenStack
Bangladesh Network Operators Group
 
Cloud Computing using OpenStack
Cloud Computing using OpenStackCloud Computing using OpenStack
Cloud Computing using OpenStack
Jobayer Almahmud Hossain (RHCA, RHCDS, RHCSS)
 
Cloud Computing OpenStack Compute Node
Cloud Computing OpenStack Compute NodeCloud Computing OpenStack Compute Node
Cloud Computing OpenStack Compute Node
Namita Arora
 
Using the IBM XIV Storage System in OpenStack Cloud Environments
Using the IBM XIV Storage System in OpenStack Cloud Environments Using the IBM XIV Storage System in OpenStack Cloud Environments
Using the IBM XIV Storage System in OpenStack Cloud Environments
IBM India Smarter Computing
 
Study and implementation a cloud solution based on
Study and implementation a cloud solution based onStudy and implementation a cloud solution based on
Study and implementation a cloud solution based on
Dendani Bilal
 
Introduction Openstack
Introduction OpenstackIntroduction Openstack
Introduction Openstack
Ranjith Kumar
 
Open stack presentation
Open stack presentationOpen stack presentation
Open stack presentation
Frikha Nour
 
Study and implementation a cloud solution based on
Study and implementation a cloud solution based onStudy and implementation a cloud solution based on
Study and implementation a cloud solution based on
Dendani Bilal
 
Presentation on Openstack in null Bhopal Chapter
Presentation on Openstack in null Bhopal ChapterPresentation on Openstack in null Bhopal Chapter
Presentation on Openstack in null Bhopal Chapter
Hemraj Singh Chouhan
 
Cloud computing a boon for library services
Cloud computing a boon for library servicesCloud computing a boon for library services
Cloud computing a boon for library services
Kishor Satpathy
 
Creating the open_cloud_wp_web2
Creating the open_cloud_wp_web2Creating the open_cloud_wp_web2
Creating the open_cloud_wp_web2
Srikanth Minnam
 
A proposal for implementing cloud computing in newspaper company
A proposal for implementing cloud computing in newspaper companyA proposal for implementing cloud computing in newspaper company
A proposal for implementing cloud computing in newspaper company
Kingsley Mensah
 
Cloud computing a boon for library services
Cloud computing a boon for library servicesCloud computing a boon for library services
Cloud computing a boon for library services
Kishor Satpathy
 
Openstack workshop @ Kalasalingam
Openstack workshop @ KalasalingamOpenstack workshop @ Kalasalingam
Openstack workshop @ Kalasalingam
Beny Raja
 
Workshop - Openstack, Cloud Computing, Virtualization
Workshop - Openstack, Cloud Computing, VirtualizationWorkshop - Openstack, Cloud Computing, Virtualization
Workshop - Openstack, Cloud Computing, Virtualization
Jayaprakash R
 
Delivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareDelivering IaaS with Open Source Software
Delivering IaaS with Open Source Software
Mark Hinkle
 
Chetanya Dabi CLOUD COMPUTING PPT.pptx
Chetanya Dabi CLOUD COMPUTING PPT.pptxChetanya Dabi CLOUD COMPUTING PPT.pptx
Chetanya Dabi CLOUD COMPUTING PPT.pptx
ChetanyaDabi
 
Cloud Computing - Introduction
Cloud Computing - IntroductionCloud Computing - Introduction
Cloud Computing - Introduction
Dr. Sunil Kr. Pandey
 
Big data + cloud computing glossary for community
Big data + cloud computing glossary for communityBig data + cloud computing glossary for community
Big data + cloud computing glossary for community
Kumar Chinnakali
 

Similar to Research Inventy : International Journal of Engineering and Science (20)

OpenStack or CloudStack
OpenStack or CloudStackOpenStack or CloudStack
OpenStack or CloudStack
 
Cloud Computing Using OpenStack
Cloud Computing Using OpenStack Cloud Computing Using OpenStack
Cloud Computing Using OpenStack
 
Cloud Computing using OpenStack
Cloud Computing using OpenStackCloud Computing using OpenStack
Cloud Computing using OpenStack
 
Cloud Computing OpenStack Compute Node
Cloud Computing OpenStack Compute NodeCloud Computing OpenStack Compute Node
Cloud Computing OpenStack Compute Node
 
Using the IBM XIV Storage System in OpenStack Cloud Environments
Using the IBM XIV Storage System in OpenStack Cloud Environments Using the IBM XIV Storage System in OpenStack Cloud Environments
Using the IBM XIV Storage System in OpenStack Cloud Environments
 
Study and implementation a cloud solution based on
Study and implementation a cloud solution based onStudy and implementation a cloud solution based on
Study and implementation a cloud solution based on
 
Introduction Openstack
Introduction OpenstackIntroduction Openstack
Introduction Openstack
 
Open stack presentation
Open stack presentationOpen stack presentation
Open stack presentation
 
Study and implementation a cloud solution based on
Study and implementation a cloud solution based onStudy and implementation a cloud solution based on
Study and implementation a cloud solution based on
 
Presentation on Openstack in null Bhopal Chapter
Presentation on Openstack in null Bhopal ChapterPresentation on Openstack in null Bhopal Chapter
Presentation on Openstack in null Bhopal Chapter
 
Cloud computing a boon for library services
Cloud computing a boon for library servicesCloud computing a boon for library services
Cloud computing a boon for library services
 
Creating the open_cloud_wp_web2
Creating the open_cloud_wp_web2Creating the open_cloud_wp_web2
Creating the open_cloud_wp_web2
 
A proposal for implementing cloud computing in newspaper company
A proposal for implementing cloud computing in newspaper companyA proposal for implementing cloud computing in newspaper company
A proposal for implementing cloud computing in newspaper company
 
Cloud computing a boon for library services
Cloud computing a boon for library servicesCloud computing a boon for library services
Cloud computing a boon for library services
 
Openstack workshop @ Kalasalingam
Openstack workshop @ KalasalingamOpenstack workshop @ Kalasalingam
Openstack workshop @ Kalasalingam
 
Workshop - Openstack, Cloud Computing, Virtualization
Workshop - Openstack, Cloud Computing, VirtualizationWorkshop - Openstack, Cloud Computing, Virtualization
Workshop - Openstack, Cloud Computing, Virtualization
 
Delivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareDelivering IaaS with Open Source Software
Delivering IaaS with Open Source Software
 
Chetanya Dabi CLOUD COMPUTING PPT.pptx
Chetanya Dabi CLOUD COMPUTING PPT.pptxChetanya Dabi CLOUD COMPUTING PPT.pptx
Chetanya Dabi CLOUD COMPUTING PPT.pptx
 
Cloud Computing - Introduction
Cloud Computing - IntroductionCloud Computing - Introduction
Cloud Computing - Introduction
 
Big data + cloud computing glossary for community
Big data + cloud computing glossary for communityBig data + cloud computing glossary for community
Big data + cloud computing glossary for community
 

More from inventy

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
inventy
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
inventy
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
inventy
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
inventy
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
inventy
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
inventy
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
inventy
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
inventy
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
inventy
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
inventy
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
inventy
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
inventy
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
inventy
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
inventy
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
inventy
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
inventy
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
inventy
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
inventy
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
inventy
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
inventy
 

More from inventy (20)

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
 

Recently uploaded

Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
ScyllaDB
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 

Recently uploaded (20)

Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 

Research Inventy : International Journal of Engineering and Science

  • 1. Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 10 (October 2013), PP 51-54 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Comparative Study on Open Source Software for Cloud Computing Platform: Eucalyptus, Openstack and Opennebula Sonali Yadav Assistant Professor Integral University, Lucknow-226021 ABSTRACT: Cloud computing is a Service Oriented Architecture which reduced information technology overhead for the end-user and provide great flexibility, reduced total cost of ownership, on-demand services and many other things [1]. Hence it delivered all IT related capability as services rather than product .Services on cloud are divided into three broad categories: Software as a Service, Infrastructure as a Service & Platform as a Service. Same as services cloud is also classified as Private Cloud, Public Cloud & Hybrid Cloud. Private cloud is increasingly become popular between every private organization either large or small wants .To deploy public or private cloud there are many open source software available some are Eucalyptus, Nimbus, OpenStack, Open Nebula Cloud stack and Amazon Web Services .This paper, I provide a study of the main open source software such as Eucalyptus, OpenStack and OpenNebula for cloud implementation. It is believe that the comparison presented in this paper would benefit developers in selecting best open source Software. KEYWORDS: Cloud Computing, Cloud Services, Eucalyptus, Open Stack and Open Nebula. I INTRODUCTION In recent year cloud computing become a most popular word in the world of Information Technology. It is a new term but it encloses advantages of many other technologies which are pre-exists in the IT world such as virtualization ,grid Computing ,Utility Computing etc which make cloud computing successful. Key attributes behind cloud computing are: Dynamic, abstraction, resource sharing and virtually infinite scalability. CLOUD is abbreviated as Computing Location independent Online Utility that is available on-Demand. Cloud Computing allow users to access that are resides on local , remote or other internet connected devices. Thus it deliver all IT related capabilities as services rather than product. .Cloud Computing divide services in the following three catogaries :Software As a Service (SaaS): It deliver to user ‘software’ as a service over the Internet, eliminating the need to install and run the application on there own computers and simplifying maintenance and support. Platform As A Service (PaaS): It deliver to user a computing platform and/or solution stack as a service. It facilitates deployment of applications without the cost and complexity of buying and managing the underlying hardware and software layers. Infrastructure As A Service (IaaS):It delivers to user computer infrastructure, typically a platform virtualization environment, as a service. Rather than purchasing servers, software, data center space or network equipment, clients instead buy those resources as a fully outsourced service.It is an evolution of virtual private server offerings.It also categorized cloud into three category: Private Cloud — The cloud infrastructure has been deployed, and is maintained and operated for a specific organization. Public Cloud — The cloud infrastructure is available to the public on a commercial basis by a cloud service provider. 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 to another[2].The main goal of this paper is to present a comparison among the three main Open source software for cloud implementation that are: Eucalyptus,OpenStack and Open Nebula. Figure-1[3] 51
  • 2. Comparative Study On Open Source Software… II OPEN SOURCE CLOUD PLATFORM A. Eucalyptus EUCALYPTUS stand for Elastic Utility Computing Architecture for Linking Your Program To Useful System. It is an open Source software that was developed by University of California-Santa Barbara for Cloud Computing to implement Infrastructure as a Service.In early 2008, it become the first open source software which is compatible with Amazon Web Service API for deploying On-premise private cloud .Amazon Web Service (AWS) is one of the major players for providing Infrastructure As A Service.They have two popular services Elastic Compute Cloud (EC2) and Simple Storage Service (S3). Eucalyptus provide an EC2 -compatible cloud Computing Platform and S3-compatible Cloud Storage thus its services are available through EC2/S3 compatible APIs [4].Eucalyptus can leverage(drag) a heterogeneous collection of virtualization technologies within a single cloud, to incorporate resources that have already been virtualized without modifying their configuration.Eucalyptus has five high-level components: Cloud Controller (CLC) -it is the entry point into the private cloud for end user,project managers developers and administrator. It also help in manage virtualized resources. Walrus : It implements bucket-based storage, which is available inside and outside the cloud system. Cluster Controller (CC):It executes on a machine that has network connectivity to the machines that are running on Node Controller and Cloud Controller .It manages the Virtual Machine (VMs) Network. All Node Controllers associated with a single CC must be in the same subnet.; Walrus is the storage system,which allow user to store data, organized as bucket and object, it is also used to create, delete, and list buckets.Storage Controller (SC) provides block-level network storage including support for Amazon Elastic Block Storage(EBS) semantics; and Node Controller (NC) is installed in each compute node to control Virtual Machine activities, including the execution, inspection, and termination of VM instances. B. OpenStack In July 2010 , OpenStack was announced and the initial contributes of it are NASA and Rackspace.It is the fastest growing free open source software. . Rackspace contributed their "Cloud Files" platform (code) to power the Object Storage part of the OpenStack, while NASA contributed their "Nebula" platform (code) to power the Compute part[5]. OpenStack is a collection of open source software project that developers and cloud computing technologist can use to setup and run their cloud compute and storage infrastructure.Its services are available through Amazon EC2/S3 compatible APIs and hence the client tools written for AWS can also be used with OpenStack.It consist of three core software project:OpenStack Compute Infrastructure also called Nova;OpenStack Object Storage Infrastructure also called Swift and OpenStack Image Service Infrastructure also called Glance. Nova is the main part of Infrastructure as a service and it also is the computing Fabric controller for the OpenStack cloud .Enterprises/Organization can use Nova to host and manage their cloud computing systems.Nova manages all the activities that are needed to support life cycle of instances within the open stack.Swift offers a distributed,consistent virtual object containers in which lots of data can be store and from which data can be retrieve It is capable of storing large number of object distributed across nodes.Glance is a lookup and retrieval system for virtual machine images. C. OpenNebula OpenNebula was first established as a research project back in 2005 by Ignacio M. Liorente and Ruben S. Montero.Since its first public release of software in March 2008. It can be primarily used as a virtualization tool to manage virtualized infrastructure in the data center or cluster , which is usually referred as private cloud. It supports hybrid cloud to combine local infrastructure with public cloud-based infrastructure, enabling highly scalable hosting environments. It also support Public cloud by providing cloud interfaces to expose its functionality for virtual machine,storage and network management.Its virtual infrastructure interface disclose user and administrator functionality for virtualization, networking,image and physical resource configuration,management etc. OpenNebula cloud infrastructure provide users with an elastic platform for fast delivery and scalability of services to meet dynamic demand of service end-users.All the services are hosted in Virtual Machines (VM) and then submitted ,monitored and controlled in the cloud by using the virtual interfaces such as Command Line interface,XML-RPC API, Libvirt virtualization API etc[6] III COMPARATIVE STUDY The comparison between Eucalyptus, OpenStack and OpenNebula is based on the study of the architecture of respective open source platform.Each Open source software provide Infrastructure as a Service to delivers virtualization environment, as a service to user computer. A. Origin and Community Support Eucalyptus: Eucalyptus was the result of research project of the university of California ,Santa Barbara, Department of computer science. It has a powerful community that contributes to platform development and assists in finding and fixing. 52
  • 3. Comparative Study On Open Source Software… OpenStack: OpenStack started in summer 2010 when RackSpace and NASA jointed its initial project "Cloud Files" and "Nebula" respectively. OpenStack is lead by an foundation (integrated by 850 companies and 4500 individual members) and has a broad range of support from major tech industry players,ranging from HP, Dell , IBM, RackSpace , NASA , Cisco, NEC, AT&T ,Bull , EMC,Brocade and dozens of other companies.Its community integrated by around 7000 person over 87 countries. OpenNebula: OpenNebula was funded initially by European infrastructure grants,and is now doing rather well in developments both inside Europe and overseas.Some large company such as Research In Motion,Telefonia and China Mobile also contribute to OpenNebula.In March 2010, the main authors of OpenNebula founded C12G Labs to provide the C12G value-added professional service that many enterprise IT shops require for internal adoption and to allow the OpenNebula project to not br tied exclusively to public financing,contributing to its long-term sustainability. B. Architecture Eucalyptus architecture consist of five components : Cloud Controller, Walrus , Cluster Controller , Node controller and Storage Controller. OpenStack has a fragmentated, distributed architecture. Currently it consist of three core software projects : OpenStack Compute (Nova) ,OpenStack Object Storage (Swift) and OpenStack Image service (glance). While architecture of OpenNebula a classical cluster -like architecture with a front end and a set of cluster nodes to run the virtual machines.At least one physical network is required for connecting all cluster node with the front end. C. Relation with Amazon Eucalyptus ,OpenNebula have embraced amazon Web Service-APIs to compatible with AWS's application programming interfaces. OpenStack , developers built tools to manage their resources using the native OpenStack RESTful APIs. OpenStack also has,at least at the moment ,has AWS EC2 compatibility API, and also support AWS S3 API. D. Cloud Implementation Eucalyptus is an open source platform for private cloud.OpenStack is an open source platform for deploying private and public cloud. OpenNebula,while an open source platform for deploying hybrid cloud ,but it also deploy private and public cloud. E. Programming/Scripting Language Eucalyptus has five component in which Cluster Controller and Node controller are primarily written in 'C' while Cloud Controller , Storage Controller and VMWare -Broker(not open -source due to license restriction) are written in Java. Euca2ools are written in Python. OpenStack Compute Nova is written in Python and Unix Shell (Bash sh).OpenNebula used many languages but most of its components are written in C++ ,Ruby and JAVA. F. Hypervisors Hypervisor is a software abstraction of a physical hardware platform that enables multiple guest operating system to run concurrently on a single physical machine.Eucalyptus is compatible with Xen and KVM hypervisor. To interact with these hypervisor eucalyptus use the Libvirt virtualization API.OpenStack is compatible with many hypervisor such as KVM, Xen, LXC, QEMU, UML, Hyper-V etc ,which make difficult for developer to choose one.OpenNebula , while support Xen, VMWare and KVM. G. Operating System Support Eucalyptus support Linux operating system .And images of both Microsoft windows and Linux . OpenStack and OpenNebula support CentOS ,Debian ,Fedora,RHEL open-SUSE, SLES, and Ubuntu. H. Databases Eucalyptus component use PostgreSQL to store their metadata and user information.OpenStack Nova support any database supported by SQL-Alchemy but the only databases currently widely used ate SQLite3 , MySQL and PostgreSQL.OpenNebula supports SQLite backend in its previous versions while now it uses MySQL backend. 53
  • 4. Comparative Study On Open Source Software… Image Management In Eucalyptus images are managed by Euca2ools distributed by eucalyptus team.One can bundle, upload, register, describe, download, unbundle and deregister VM images. OpenStack image service (glance), provides functionality for discovering , registering and retrieving virtual machine images. While OpenNebula use image repository or datastores to allow administrator or users to set images.Datastores are generally backed with SAN/NAS severs.All images and virtual machines management files are stored in /var/lib/one. J. VM Migration Eucalyptus do not support VM migration ,While OpenStack and OpenNebula supports VM migration from one resource to another. K. Miscellaneous It is observed that the OpenStack has the largest active population in total, it has the largest population followed by Eucalyptus and Nebula. IV. during the past months. And in CONCLUSION Open Source Softwares are software with there source code available to the user with or without fee. The Open source cloud platform provide an alternative to end-user for improved salability , potability , flexibility and On-demand services. This paper compares the three most popular and commonly used open source software (Eucalyptus, OpenStack and OpenNebula).The summarization and comparison allow users to choose better services according to there requirement.This paper also hep users to make more unified decision on the open source cloud platform according to their compatibility, scalability, interfaces ,requirement and etc. Although cloud computing is an evolving technology there are many feature which are added. The comparison is based on the current feature and technologies of these open source platform.. REFERENCES: [1] [2] [3] [4] [5] [6] Cloud Computing – Issues,Research and Implementations Mladen A. VoukDepartment of Computer Science, North Carolina State University, Raleigh, North Carolina, USA https://www.dialogic.com/~/media/products/docs/whitepapers/12023-cloud-computing-wp.pdf http://www.indiastudychannel.com/resources/144808-Cloud-Computing-An-Overview-Cloud-Computing.aspx Eucalyptus Beginner's Guide - UEC Edition OpenStack Compute Starter Guide diablo (2011-11-11) Private Cloud Computing with OpenNebula 1.4 54