SlideShare ist ein Scribd-Unternehmen logo
1 von 3
Downloaden Sie, um offline zu lesen
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
Cloud Computing and It's Types in Mobile Network
Palak Jain
Department of Electronics and Communication, Truba Institute of Engineering and Information Technology, RGPV, Bhopal, India
Abstract: Cloud computing basically involves delivering hosted services over the Internet to store, manage, and process data, instead
of using local server or a personal computer. These services are broadly divided into three categories: Infrastructure-as-a-Service
(IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS). In scientific terms, cloud computing is a synonym for
distributed computing over a network which means the ability to run a program on many connected computers at the same time.
Therefore it involves a large number of computers that are connected through a real-time communication network.
Keywords: Cloud, Public Cloud, Private Cloud, Hybrid Cloud, Federation of Cloud, Infrastructure as a Service (Iaas), Platform as a
Service (Paas), Software as a Service (Saas).
1. Definition of Cloud Computing
Cloud Computing is where computing resources are
accessed from a virtual online "cloud" rather than a local
desktop or organisation data centres. It is basically a model
for enabling ubiquitous, convenient, on-demand network
access to a shared pool of configurable computing resources
(e.g., networks, servers, storage, applications, and services)
that can be rapidly provisioned and released with minimal
management effort or service provider interaction. This
cloud model is composed of five essential characteristics,
three service models, and four deployment models.
Types of Cloud
In general cloud can be of four types:
1. Public Cloud
2. Private Cloud
3. Virtual Private Cloud
4. Hybrid cloud
A public cloud sells services to anyone on the Internet. Now
days, the largest cloud service provider over the world is
Amazon web services.
On the other hand private cloud is a proprietary network that
sells hosted services to limited number of customers. There
is one more term associated with these types that is virtual
private cloud which is created when a service provider uses
public cloud resources to create their private cloud.
Infrastructure-as-a-Service like Amazon Web Services
provides virtual server instance to start, stop, access and
configure their virtual servers and storage. Cloud computing
allows a company to pay for only as much capacity as is
needed, and bring more online as soon as required.
A hybrid cloud is a composition of at least one private cloud
and at least one public cloud. It is typically offered in one of
two ways:
a. If Vendor has a private cloud and forms a partnership with
a public cloud provider, or
b.A public cloud provider forms a partnership with a vendor
that provides private cloud platforms.
In this hybrid cloud an Organisation provides and manages
some resources in-house and has others provided externally.
For example, an organisation might use a public cloud
service, such as Amazon Simple Storage Service (Amazon
S3) for archived data but continue to maintain in-house
storage for operational customer data. Ideally, the hybrid
approach allows a business to take advantage of the
scalability and cost-effectiveness that a public cloud
computing environment offers without exposing mission-
critical applications and data to third-party vulnerabilities.
2. Cloud Federation
It is the practice of interconnecting the cloud computing
environments of two or more service providers for the
purpose of balancing load traffic and accommodating spikes
in demand.
It requires one provider to wholesale or rent computing
resources to another cloud provider. Those resources
become a temporary or permanent extension of the buyer's
cloud computing environment, depending on the specific
federation agreement between providers.
It offers two substantial benefits to cloud providers:-
Firstly, it allows providers to earn revenue from computing
resources that would otherwise be idle.
Second, cloud federation enables cloud providers to expand
their geographic footprints and accommodate sudden spikes
in demand without having to build new points-of-presence
(POPs). POP is an access point from one place to the rest of
the Internet. It usually includes routers, digital / analog call
aggregators, servers, and frequently frame relays or ATM
switches.
3. Characteristics of Cloud Computing
The Essential characteristics of Cloud Computing are as
follows:
1. On demand self services: computer services such as
email, applications, network or server service can be
provided without requiring human interaction with each
service provider. Cloud service providers providing on
71
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
demand self services include Amazon Web Services
(AWS), Microsoft, Google, IBM and Salesforce.com.
New York Times and NASDAQ are examples of
companies using AWS (NIST). Gartner describes this
characteristic as service based
2. Broad network access: Cloud Capabilities are available
over the network and accessed through standard
mechanisms that promote use by heterogeneous thin or
thick client platforms such as mobile phones, laptops and
PDAs.
3. Resource pooling: The provider’s computing resources
are pooled together to serve multiple consumers using
multiple-tenant model, with different physical and virtual
resources dynamically assigned and reassigned according
to consumer demand. The resources include among
others storage, processing, memory, network bandwidth,
virtual machines and email services. The pooling
together of the resource builds economies of scale
(Gartner).
4. Rapid elasticity: Cloud services can be rapidly and
elastically provisioned, in some cases automatically, to
quickly scale out and rapidly released to quickly scale in.
To the consumer, the capabilities available for
provisioning often appear to be unlimited and can be
purchased in any quantity at any time.
5. Measured service: Cloud computing resource usage can
be measured, controlled, and reported providing
transparency for both the provider and consumer of the
utilised service. Cloud computing services use a metering
capability which enables to control and optimise resource
use. This implies that just like air time, electricity or
municipality water IT services are charged per usage
metrics – pay per use. The more you utilise the higher the
bill. Just as utility companies sell power to subscribers,
and telephone companies sell voice and data services, IT
services such as network security management, data
center hosting or even departmental billing can now be
easily delivered as a contractual service.
6. Multi Tenacity: It is the 6th characteristics of cloud
computing advocated by the Cloud Security Alliance. It
refers to the need for policy-driven enforcement,
segmentation, isolation, governance, service levels, and
chargeback/billing models for different consumer
constituencies. Consumers might utilise a public cloud
provider’s service offerings or actually be from the same
organisation, such as different business units rather than
distinct organisational entities, but would still share
infrastructure.
7. Cost: It is one of the most important factor. Cost is
claimed to be reduced, moreover costs savings depend on
the type of activities supported and the type of
infrastructure available in-house.
8. Virtualization- in this technique servers and storage
devices are shared and utilisation be increased. By doing
this Applications can be easily migrated from one
physical server to another.
9. Maintenance: Cloud computing applications are easier to
maintain because they do not need to be installed on each
user's computer and it can be accessed from different
places.
4. Fundamental Service Models
There are namely three models according to which cloud
computing providers offers services:
1. Infrastructure as a service (IaaS),
1. Platform as a service (PaaS), and
1. Software as a service (SaaS)
Iaas - It is the most basic cloud service model. The
providers of Iaas offer virtual machines, servers, storage,
etc. Its cloud offers additional resources such as raw (block)
and file-based storage, firewalls, load balancers, IP
addresses, virtual local area networks (VLANs), and
software bundles. The providers of Iaas cloud supply these
resources on-demand from their large pools installed in data
centres. For wide-area connectivity, customers can use either
the Internet or carrier clouds (dedicated virtual private
networks). Some of the IaaS providers Are Amazon EC2,
Google Compute Engine, HP Cloud, and ReadySpace Cloud
Services.
Paas- The cloud providers of Paas delivers a computing
platform, typically including operating system,
programming language execution environment, database,
and web server. The developers can develop the applications
and run their software solutions on a cloud platform without
any cost and complexity of buying and managing the
underlying hardware and software layers. Examples of PaaS
providers are AWS Elastic Beanstalk, Cloud Foundry,
Heroku, Force.com, EngineYard, Mendix, OpenShift,
Google App Engine, AppScale,etc
Saas- In this, users are provided access to application
software and databases. Cloud providers manage the
infrastructure and platforms that run the applications. It is
also known as "on-demand software" and is usually priced
on a pay-per-use basis. SaaS providers generally price
applications using a subscription fee.
In model, cloud providers install and operate application
software in the cloud and cloud users access the software
from cloud clients. Cloud users do not manage the cloud
72
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
infrastructure and platform where the application runs. This
eliminates the need to install and run the application on the
cloud user's own computers, which simplifies maintenance
and support. Cloud applications are different from other
applications in their scalability—which can be achieved by
cloning tasks onto multiple virtual machines at run-time to
meet changing work demand. Load balancers distribute the
work over the set of virtual machines. This process is
transparent to the cloud user, who sees only a single access
point. To accommodate a large number of cloud users, cloud
applications can be multi tenant, that is, any machine serves
more than one cloud user organisation. It is common to refer
to special types of cloud based application software with a
similar naming convention: desktop as a service, business
process as a service, test environment as a service,
communication as a service.
Examples of SaaS Providers are Google Apps, Microsoft
Office 365, Petrosoft, Onlive, GT Nexus, Marketo,
Salesforce and CallidusCloud.
5. Advantages of Cloud Computing
Cloud computing has number of advantages for both end
users and businesses of all sizes. The most important
advantage is that you no need not to support the
infrastructure or have the knowledge necessary to develop
and maintain the infrastructure, development environment or
application. The burden has been lifted and someone else is
taking care of all that.
Some of the useful advantages are:
1. Convenience and its continuous Availability:-
Public clouds offer services that are available wherever
the end user might be located. This approach enables
easy access to information and accommodates the needs
of users in different time zones and geographic locations.
As a side benefit, collaboration booms since it is now
easier than ever to access, view and modify shared
documents and files.
2. Backup and Recovery:-
The process of backing up and recovering data is
simplified since those now reside on the cloud and not on
a physical device. The various cloud providers offer
reliable and flexible backup/recovery solutions. In some
cases, the cloud itself is used solely as a backup
repository of the data located in local computers.
3. Environment Friendly
The cloud is in general more efficient than the typical IT
infrastructure and It takes fewer resources to compute,
thus saving energy. For example, when servers are not
used, the infrastructure normally scales down, freeing up
resources and consuming less power. At any moment,
only the resources that are truly needed are consumed by
the system.
6. Disadvantages of Cloud Computing
It is a tool that offers enormous benefits to its adopters. So,
it comes with number of problems and inefficiencies.
The major disadvantages are as follows:
1. Security and Privacy: Security is the major concern of
cloud computing, therefore by leveraging a remote cloud
based infrastructure; a company essentially gives away
private data and information, things that might be
sensitive and confidential. It is then up to the cloud
service provider to manage, protect and retain them, thus
the provider’s reliability is very critical. Similarly
Privacy is also a huge issue. Companies and users have
to trust their cloud service vendors that they will protect
their data from unauthorised users.
2. Limited Control: The applications and services run on
remote, third party virtual environments, companies and
users have limited control over the function and
execution of the hardware and software.
3. Vulnerability: As security and privacy issues occurs in
cloud ,due to this cloud solutions are exposed on the
public internet and are thus a more vulnerable target for
malicious users and hackers.
7. Conclusion
It is concluded that cloud computing remains strong and has
great potential for the future. Its user base grows constantly
and more big players are attracted to it, offering better and
finer tuned services and solutions. Cloud computing
increases profitably by improving resources utilisation.
Businesses have a range of paths to the cloud, including
infrastructure, platforms and applications that are available
from cloud providers as online services.
References
[1] http://computer.howstuffworks.com/cloud-
computing.htm
[2] http://www.infoworld.com/d/cloud-computing/what-
cloud-computing-really-means
[3] NIST Cloud Computing Use Cases,
http://collaborate.nist.gov/twiki-cloud
computing/bin/view/CloudComputing/
UseCaseCopyFromCloud
[4] IBM, “Cloud Computing Reference Architecture v2.0”,
http://www.opengroup.org/cloudcomputing/doc.tpl?CA
LLER= documents.tpl&dcat=15&gdid=238 40
[5] Cloud Taxonomy,
http://cloudtaxonomy.opencrowd.com/
[6] Open Security Architecture (OSA), “Cloud Computing
Patterns”,
http://www.opensecurityarchitecture.org/cms/library/
patternlandscape/251-pattern-cloud- computing
[7] Cloud Security Alliance, “Security Guidance for
Critical Areas of Focus In Cloud Computing V2.1”,
www.cloudsecurityalliance.org/csaguide.pdf
Author Profile
Palak Jain is pursuing her B.E. in Electronics and
Communication from Truba Institute of Engineering
and Information Technology, Bhopal. She wishes to
join a multinational company after completing her
Engineering. She loves to write fiction and is always
eager to participate in or be a part of new things that
come her way.
73

Weitere ähnliche Inhalte

Was ist angesagt?

An Overview To Cloud Computing
An Overview To Cloud ComputingAn Overview To Cloud Computing
An Overview To Cloud ComputingIJSRED
 
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...Sushil kumar Choudhary
 
A revolution in information technology cloud computing.
A revolution in information technology   cloud computing.A revolution in information technology   cloud computing.
A revolution in information technology cloud computing.Minor33
 
Cc unit 1 ppt
Cc unit 1 pptCc unit 1 ppt
Cc unit 1 pptDr VISU P
 
Fundamental Concepts-and-Models Cloud Computing
Fundamental Concepts-and-Models Cloud ComputingFundamental Concepts-and-Models Cloud Computing
Fundamental Concepts-and-Models Cloud ComputingMohammed Sajjad Ali
 
Cloud Delivery Model Considerations
Cloud Delivery Model ConsiderationsCloud Delivery Model Considerations
Cloud Delivery Model ConsiderationsMohammed Sajjad Ali
 
Cc unit 2 ppt
Cc unit 2 pptCc unit 2 ppt
Cc unit 2 pptDr VISU P
 
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...IJIR JOURNALS IJIRUSA
 
Cloud computing
Cloud computingCloud computing
Cloud computingMisha Ali
 
Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS) Cloud D...
Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS)  Cloud D...Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS)  Cloud D...
Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS) Cloud D...Govt. P.G. College Dharamshala
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
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 companyKingsley Mensah
 

Was ist angesagt? (20)

An Overview To Cloud Computing
An Overview To Cloud ComputingAn Overview To Cloud Computing
An Overview To Cloud Computing
 
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
www.iosrjournals.org 57 | Page Latest development of cloud computing technolo...
 
CLOUD COMPUTING_proposal
CLOUD COMPUTING_proposalCLOUD COMPUTING_proposal
CLOUD COMPUTING_proposal
 
Ijetcas14 440
Ijetcas14 440Ijetcas14 440
Ijetcas14 440
 
A revolution in information technology cloud computing.
A revolution in information technology   cloud computing.A revolution in information technology   cloud computing.
A revolution in information technology cloud computing.
 
Cc unit 1 ppt
Cc unit 1 pptCc unit 1 ppt
Cc unit 1 ppt
 
P18 2 8-5
P18 2 8-5P18 2 8-5
P18 2 8-5
 
Fundamental Concepts-and-Models Cloud Computing
Fundamental Concepts-and-Models Cloud ComputingFundamental Concepts-and-Models Cloud Computing
Fundamental Concepts-and-Models Cloud Computing
 
Cloud Delivery Model Considerations
Cloud Delivery Model ConsiderationsCloud Delivery Model Considerations
Cloud Delivery Model Considerations
 
Cc unit 2 ppt
Cc unit 2 pptCc unit 2 ppt
Cc unit 2 ppt
 
cloud computing
cloud computingcloud computing
cloud computing
 
H046053944
H046053944H046053944
H046053944
 
Aj04602248254
Aj04602248254Aj04602248254
Aj04602248254
 
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
Ijirsm choudhari-priyanka-backup-and-restore-in-smartphone-using-mobile-cloud...
 
Introduction of cloud By Pawan Thakur
Introduction of cloud By Pawan ThakurIntroduction of cloud By Pawan Thakur
Introduction of cloud By Pawan Thakur
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS) Cloud D...
Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS)  Cloud D...Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS)  Cloud D...
Cloud Infrastructure m Service Delivery Models (IAAS, PAAS and SAAS) Cloud D...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
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
 
E42053035
E42053035E42053035
E42053035
 

Andere mochten auch

Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computingFatih Özlü
 
Mobile cloud Computing
Mobile cloud ComputingMobile cloud Computing
Mobile cloud ComputingPooja Sharma
 
Mobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big PictureMobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big PictureReza Rahimi
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingVineet Garg
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud ComputingSimeon Oriko
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud ComputingVikas Kottari
 

Andere mochten auch (6)

Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
 
Mobile cloud Computing
Mobile cloud ComputingMobile cloud Computing
Mobile cloud Computing
 
Mobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big PictureMobile Cloud Computing: Big Picture
Mobile Cloud Computing: Big Picture
 
Mobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud ComputingMobile cloud computing; Future of Cloud Computing
Mobile cloud computing; Future of Cloud Computing
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
 
Mobile Cloud Computing
Mobile Cloud ComputingMobile Cloud Computing
Mobile Cloud Computing
 

Ähnlich wie Cloud Computing and It's Types in Mobile Network

NSUT_Lecture1_cloud computing[1].pptx
NSUT_Lecture1_cloud computing[1].pptxNSUT_Lecture1_cloud computing[1].pptx
NSUT_Lecture1_cloud computing[1].pptxUtkarshKumar608655
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud ComputingAlessandro Iudica
 
Cloud computing 1
Cloud computing 1Cloud computing 1
Cloud computing 1Sagar Kumar
 
Understanding the cloud computing stack
Understanding the cloud computing stackUnderstanding the cloud computing stack
Understanding the cloud computing stackSatish Chavan
 
Cloud computing lecture 1
Cloud computing lecture 1Cloud computing lecture 1
Cloud computing lecture 1ADEOLA ADISA
 
Public cloud: A Review
Public cloud: A ReviewPublic cloud: A Review
Public cloud: A ReviewAjay844
 
Cloud Computing : Revised Presentation
Cloud Computing : Revised PresentationCloud Computing : Revised Presentation
Cloud Computing : Revised PresentationMayank Aggarwal
 
Cloud computing charecteristics and types altanai bisht , 2nd year, part iii
Cloud computing charecteristics and types   altanai bisht , 2nd year,  part iiiCloud computing charecteristics and types   altanai bisht , 2nd year,  part iii
Cloud computing charecteristics and types altanai bisht , 2nd year, part iiiALTANAI BISHT
 
The Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research PaperThe Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research PaperFaimin Khan
 
Cloud Computing Made Easy
Cloud Computing Made EasyCloud Computing Made Easy
Cloud Computing Made EasyMayank Aggarwal
 
What is cloud computing
What is cloud computingWhat is cloud computing
What is cloud computingDan Morrill
 
Demystifying Cloud: What is Cloud?
Demystifying Cloud: What is Cloud?Demystifying Cloud: What is Cloud?
Demystifying Cloud: What is Cloud?sriramr
 
Demystifying cloud
Demystifying cloudDemystifying cloud
Demystifying cloudsriramr
 
Cloud Computing genral for all concepts.pptx
Cloud Computing genral for all concepts.pptxCloud Computing genral for all concepts.pptx
Cloud Computing genral for all concepts.pptxraghavanp4
 
Cloud computing - Latest Trend
Cloud computing - Latest TrendCloud computing - Latest Trend
Cloud computing - Latest Trendpoojanov04
 

Ähnlich wie Cloud Computing and It's Types in Mobile Network (20)

cloud computing
cloud computing cloud computing
cloud computing
 
NSUT_Lecture1_cloud computing[1].pptx
NSUT_Lecture1_cloud computing[1].pptxNSUT_Lecture1_cloud computing[1].pptx
NSUT_Lecture1_cloud computing[1].pptx
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud Computing
 
Cloud computing 1
Cloud computing 1Cloud computing 1
Cloud computing 1
 
Understanding the cloud computing stack
Understanding the cloud computing stackUnderstanding the cloud computing stack
Understanding the cloud computing stack
 
Cloud computing lecture 1
Cloud computing lecture 1Cloud computing lecture 1
Cloud computing lecture 1
 
Public cloud: A Review
Public cloud: A ReviewPublic cloud: A Review
Public cloud: A Review
 
Module-1 introductaion cloud computing.pdf
Module-1 introductaion cloud computing.pdfModule-1 introductaion cloud computing.pdf
Module-1 introductaion cloud computing.pdf
 
Cloud Computing : Revised Presentation
Cloud Computing : Revised PresentationCloud Computing : Revised Presentation
Cloud Computing : Revised Presentation
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud computing charecteristics and types altanai bisht , 2nd year, part iii
Cloud computing charecteristics and types   altanai bisht , 2nd year,  part iiiCloud computing charecteristics and types   altanai bisht , 2nd year,  part iii
Cloud computing charecteristics and types altanai bisht , 2nd year, part iii
 
The Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research PaperThe Nist definition of cloud computing cloud computing Research Paper
The Nist definition of cloud computing cloud computing Research Paper
 
Cloud Computing Made Easy
Cloud Computing Made EasyCloud Computing Made Easy
Cloud Computing Made Easy
 
What is cloud computing
What is cloud computingWhat is cloud computing
What is cloud computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Demystifying Cloud: What is Cloud?
Demystifying Cloud: What is Cloud?Demystifying Cloud: What is Cloud?
Demystifying Cloud: What is Cloud?
 
Demystifying cloud
Demystifying cloudDemystifying cloud
Demystifying cloud
 
Cloudcomputing
CloudcomputingCloudcomputing
Cloudcomputing
 
Cloud Computing genral for all concepts.pptx
Cloud Computing genral for all concepts.pptxCloud Computing genral for all concepts.pptx
Cloud Computing genral for all concepts.pptx
 
Cloud computing - Latest Trend
Cloud computing - Latest TrendCloud computing - Latest Trend
Cloud computing - Latest Trend
 

Mehr von International Journal of Science and Research (IJSR)

Mehr von International Journal of Science and Research (IJSR) (20)

Innovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart FailureInnovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart Failure
 
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverterDesign and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
 
Polarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material systemPolarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material system
 
Image resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fittingImage resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fitting
 
Ad hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo sAd hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo s
 
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
 
Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...
 
An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...
 
Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...
 
Comparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brainComparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brain
 
T s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusionsT s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusions
 
Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
 
A new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidthA new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidth
 
Main physical causes of climate change and global warming a general overview
Main physical causes of climate change and global warming   a general overviewMain physical causes of climate change and global warming   a general overview
Main physical causes of climate change and global warming a general overview
 
Performance assessment of control loops
Performance assessment of control loopsPerformance assessment of control loops
Performance assessment of control loops
 
Capital market in bangladesh an overview
Capital market in bangladesh an overviewCapital market in bangladesh an overview
Capital market in bangladesh an overview
 
Faster and resourceful multi core web crawling
Faster and resourceful multi core web crawlingFaster and resourceful multi core web crawling
Faster and resourceful multi core web crawling
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
 
Parallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errorsParallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errors
 

Kürzlich hochgeladen

9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 

Kürzlich hochgeladen (20)

9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 

Cloud Computing and It's Types in Mobile Network

  • 1. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net Cloud Computing and It's Types in Mobile Network Palak Jain Department of Electronics and Communication, Truba Institute of Engineering and Information Technology, RGPV, Bhopal, India Abstract: Cloud computing basically involves delivering hosted services over the Internet to store, manage, and process data, instead of using local server or a personal computer. These services are broadly divided into three categories: Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS). In scientific terms, cloud computing is a synonym for distributed computing over a network which means the ability to run a program on many connected computers at the same time. Therefore it involves a large number of computers that are connected through a real-time communication network. Keywords: Cloud, Public Cloud, Private Cloud, Hybrid Cloud, Federation of Cloud, Infrastructure as a Service (Iaas), Platform as a Service (Paas), Software as a Service (Saas). 1. Definition of Cloud Computing Cloud Computing is where computing resources are accessed from a virtual online "cloud" rather than a local desktop or organisation data centres. It is basically a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. This cloud model is composed of five essential characteristics, three service models, and four deployment models. Types of Cloud In general cloud can be of four types: 1. Public Cloud 2. Private Cloud 3. Virtual Private Cloud 4. Hybrid cloud A public cloud sells services to anyone on the Internet. Now days, the largest cloud service provider over the world is Amazon web services. On the other hand private cloud is a proprietary network that sells hosted services to limited number of customers. There is one more term associated with these types that is virtual private cloud which is created when a service provider uses public cloud resources to create their private cloud. Infrastructure-as-a-Service like Amazon Web Services provides virtual server instance to start, stop, access and configure their virtual servers and storage. Cloud computing allows a company to pay for only as much capacity as is needed, and bring more online as soon as required. A hybrid cloud is a composition of at least one private cloud and at least one public cloud. It is typically offered in one of two ways: a. If Vendor has a private cloud and forms a partnership with a public cloud provider, or b.A public cloud provider forms a partnership with a vendor that provides private cloud platforms. In this hybrid cloud an Organisation provides and manages some resources in-house and has others provided externally. For example, an organisation might use a public cloud service, such as Amazon Simple Storage Service (Amazon S3) for archived data but continue to maintain in-house storage for operational customer data. Ideally, the hybrid approach allows a business to take advantage of the scalability and cost-effectiveness that a public cloud computing environment offers without exposing mission- critical applications and data to third-party vulnerabilities. 2. Cloud Federation It is the practice of interconnecting the cloud computing environments of two or more service providers for the purpose of balancing load traffic and accommodating spikes in demand. It requires one provider to wholesale or rent computing resources to another cloud provider. Those resources become a temporary or permanent extension of the buyer's cloud computing environment, depending on the specific federation agreement between providers. It offers two substantial benefits to cloud providers:- Firstly, it allows providers to earn revenue from computing resources that would otherwise be idle. Second, cloud federation enables cloud providers to expand their geographic footprints and accommodate sudden spikes in demand without having to build new points-of-presence (POPs). POP is an access point from one place to the rest of the Internet. It usually includes routers, digital / analog call aggregators, servers, and frequently frame relays or ATM switches. 3. Characteristics of Cloud Computing The Essential characteristics of Cloud Computing are as follows: 1. On demand self services: computer services such as email, applications, network or server service can be provided without requiring human interaction with each service provider. Cloud service providers providing on 71
  • 2. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net demand self services include Amazon Web Services (AWS), Microsoft, Google, IBM and Salesforce.com. New York Times and NASDAQ are examples of companies using AWS (NIST). Gartner describes this characteristic as service based 2. Broad network access: Cloud Capabilities are available over the network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms such as mobile phones, laptops and PDAs. 3. Resource pooling: The provider’s computing resources are pooled together to serve multiple consumers using multiple-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to consumer demand. The resources include among others storage, processing, memory, network bandwidth, virtual machines and email services. The pooling together of the resource builds economies of scale (Gartner). 4. Rapid elasticity: Cloud services can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time. 5. Measured service: Cloud computing resource usage can be measured, controlled, and reported providing transparency for both the provider and consumer of the utilised service. Cloud computing services use a metering capability which enables to control and optimise resource use. This implies that just like air time, electricity or municipality water IT services are charged per usage metrics – pay per use. The more you utilise the higher the bill. Just as utility companies sell power to subscribers, and telephone companies sell voice and data services, IT services such as network security management, data center hosting or even departmental billing can now be easily delivered as a contractual service. 6. Multi Tenacity: It is the 6th characteristics of cloud computing advocated by the Cloud Security Alliance. It refers to the need for policy-driven enforcement, segmentation, isolation, governance, service levels, and chargeback/billing models for different consumer constituencies. Consumers might utilise a public cloud provider’s service offerings or actually be from the same organisation, such as different business units rather than distinct organisational entities, but would still share infrastructure. 7. Cost: It is one of the most important factor. Cost is claimed to be reduced, moreover costs savings depend on the type of activities supported and the type of infrastructure available in-house. 8. Virtualization- in this technique servers and storage devices are shared and utilisation be increased. By doing this Applications can be easily migrated from one physical server to another. 9. Maintenance: Cloud computing applications are easier to maintain because they do not need to be installed on each user's computer and it can be accessed from different places. 4. Fundamental Service Models There are namely three models according to which cloud computing providers offers services: 1. Infrastructure as a service (IaaS), 1. Platform as a service (PaaS), and 1. Software as a service (SaaS) Iaas - It is the most basic cloud service model. The providers of Iaas offer virtual machines, servers, storage, etc. Its cloud offers additional resources such as raw (block) and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks (VLANs), and software bundles. The providers of Iaas cloud supply these resources on-demand from their large pools installed in data centres. For wide-area connectivity, customers can use either the Internet or carrier clouds (dedicated virtual private networks). Some of the IaaS providers Are Amazon EC2, Google Compute Engine, HP Cloud, and ReadySpace Cloud Services. Paas- The cloud providers of Paas delivers a computing platform, typically including operating system, programming language execution environment, database, and web server. The developers can develop the applications and run their software solutions on a cloud platform without any cost and complexity of buying and managing the underlying hardware and software layers. Examples of PaaS providers are AWS Elastic Beanstalk, Cloud Foundry, Heroku, Force.com, EngineYard, Mendix, OpenShift, Google App Engine, AppScale,etc Saas- In this, users are provided access to application software and databases. Cloud providers manage the infrastructure and platforms that run the applications. It is also known as "on-demand software" and is usually priced on a pay-per-use basis. SaaS providers generally price applications using a subscription fee. In model, cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients. Cloud users do not manage the cloud 72
  • 3. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net infrastructure and platform where the application runs. This eliminates the need to install and run the application on the cloud user's own computers, which simplifies maintenance and support. Cloud applications are different from other applications in their scalability—which can be achieved by cloning tasks onto multiple virtual machines at run-time to meet changing work demand. Load balancers distribute the work over the set of virtual machines. This process is transparent to the cloud user, who sees only a single access point. To accommodate a large number of cloud users, cloud applications can be multi tenant, that is, any machine serves more than one cloud user organisation. It is common to refer to special types of cloud based application software with a similar naming convention: desktop as a service, business process as a service, test environment as a service, communication as a service. Examples of SaaS Providers are Google Apps, Microsoft Office 365, Petrosoft, Onlive, GT Nexus, Marketo, Salesforce and CallidusCloud. 5. Advantages of Cloud Computing Cloud computing has number of advantages for both end users and businesses of all sizes. The most important advantage is that you no need not to support the infrastructure or have the knowledge necessary to develop and maintain the infrastructure, development environment or application. The burden has been lifted and someone else is taking care of all that. Some of the useful advantages are: 1. Convenience and its continuous Availability:- Public clouds offer services that are available wherever the end user might be located. This approach enables easy access to information and accommodates the needs of users in different time zones and geographic locations. As a side benefit, collaboration booms since it is now easier than ever to access, view and modify shared documents and files. 2. Backup and Recovery:- The process of backing up and recovering data is simplified since those now reside on the cloud and not on a physical device. The various cloud providers offer reliable and flexible backup/recovery solutions. In some cases, the cloud itself is used solely as a backup repository of the data located in local computers. 3. Environment Friendly The cloud is in general more efficient than the typical IT infrastructure and It takes fewer resources to compute, thus saving energy. For example, when servers are not used, the infrastructure normally scales down, freeing up resources and consuming less power. At any moment, only the resources that are truly needed are consumed by the system. 6. Disadvantages of Cloud Computing It is a tool that offers enormous benefits to its adopters. So, it comes with number of problems and inefficiencies. The major disadvantages are as follows: 1. Security and Privacy: Security is the major concern of cloud computing, therefore by leveraging a remote cloud based infrastructure; a company essentially gives away private data and information, things that might be sensitive and confidential. It is then up to the cloud service provider to manage, protect and retain them, thus the provider’s reliability is very critical. Similarly Privacy is also a huge issue. Companies and users have to trust their cloud service vendors that they will protect their data from unauthorised users. 2. Limited Control: The applications and services run on remote, third party virtual environments, companies and users have limited control over the function and execution of the hardware and software. 3. Vulnerability: As security and privacy issues occurs in cloud ,due to this cloud solutions are exposed on the public internet and are thus a more vulnerable target for malicious users and hackers. 7. Conclusion It is concluded that cloud computing remains strong and has great potential for the future. Its user base grows constantly and more big players are attracted to it, offering better and finer tuned services and solutions. Cloud computing increases profitably by improving resources utilisation. Businesses have a range of paths to the cloud, including infrastructure, platforms and applications that are available from cloud providers as online services. References [1] http://computer.howstuffworks.com/cloud- computing.htm [2] http://www.infoworld.com/d/cloud-computing/what- cloud-computing-really-means [3] NIST Cloud Computing Use Cases, http://collaborate.nist.gov/twiki-cloud computing/bin/view/CloudComputing/ UseCaseCopyFromCloud [4] IBM, “Cloud Computing Reference Architecture v2.0”, http://www.opengroup.org/cloudcomputing/doc.tpl?CA LLER= documents.tpl&dcat=15&gdid=238 40 [5] Cloud Taxonomy, http://cloudtaxonomy.opencrowd.com/ [6] Open Security Architecture (OSA), “Cloud Computing Patterns”, http://www.opensecurityarchitecture.org/cms/library/ patternlandscape/251-pattern-cloud- computing [7] Cloud Security Alliance, “Security Guidance for Critical Areas of Focus In Cloud Computing V2.1”, www.cloudsecurityalliance.org/csaguide.pdf Author Profile Palak Jain is pursuing her B.E. in Electronics and Communication from Truba Institute of Engineering and Information Technology, Bhopal. She wishes to join a multinational company after completing her Engineering. She loves to write fiction and is always eager to participate in or be a part of new things that come her way. 73