0% found this document useful (0 votes)
2K views6 pages

Abstract of Cloud Computing

Cloud computing is 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. It provides computation, software, data access, and storage resources without requiring cloud users to know the physical location and configuration of the system that delivers the services.

Uploaded by

Janaki Janu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views6 pages

Abstract of Cloud Computing

Cloud computing is 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. It provides computation, software, data access, and storage resources without requiring cloud users to know the physical location and configuration of the system that delivers the services.

Uploaded by

Janaki Janu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

CLOUD COMPUTING

ABSTRACT:
Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility(like the electricity grid) over a network. (typically the Internet).Cloud computing provides computation, software applications, data access, data management and storage resources without requiring cloud users to know the location and other details of the computing infrastructure. End users access cloud based applications through a web browser or a light weight desktop or mobile app while the business software and data are stored on servers at a remote location. Cloud application providers strive to give the same or better service and performance as if the software programs were installed locally on end-user computers. At the foundation of cloud computing is the broader concept of infrastructure convergence (or Converged Infrastructure) and shared services. This type of data centre environment allows enterprises to get their applications up and running faster, with easier manageability and less maintenance, and enables IT to more rapidly adjust IT resources (such as servers, storage, and networking) to meet fluctuating and unpredictable business demand.

CHARACTERISTICS:
Cloud computing exhibits the following key characteristics:

Empowerment: of end-users of computing resources by putting the provisioning of those resources in their own control, as opposed to the control of a centralized IT service (for example) Agility improves with users' ability to re-provision technological infrastructure resources. Application programming interface (API) accessibility to software that enables machines to interact with cloud software in the same way the user interface facilitates interaction between humans and computers. Cloud computing systems typically use REST-based APIs. Cost is claimed to be reduced and in a public cloud delivery model capital expenditure is converted to operational expenditure. Pricing on a utility computing basis is fine-grained with usage-based options Device and location independence enable users to access systems using a web browser regardless of their location or what device they are using (e.g., PC, mobile phone). As infrastructure is off-site (typically provided by a third-party) and accessed via the Internet, users can connect from anywhere. Virtualization technology allows servers and storage devices to be shared and utilization be increased. Applications can be easily migrated from one physical server to another.

Reliability is improved if multiple redundant sites are used, which makes welldesigned cloud computing suitable for business continuity and disaster recovery Scalability and Elasticity via dynamic ("on-demand") provisioning of resources on a fine-grained, self-service basis near real-time, without users having to engineer for peak loads. Performance is monitored, and consistent and loosely coupled architectures are constructed using web services as the system interface. Security could improve due to centralization of data, increased security-focused resources, etc., but concerns can persist about loss of control over certain sensitive data, and the lack of security for stored kernels. The complexity of security is greatly increased when data is distributed over a wider area or greater number of devices and in multi-tenant systems that are being shared by unrelated users Maintenance of cloud computing applications is easier, because they do not need to be installed on each user's computer and can be accessed from different places.

SERVICE MODELS:
Cloud computing providers offer their services according to three fundamental models: Infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS) where IaaS is the most basic and each higher model abstracts from the details of the lower models.

Infrastructure as a Service (IaaS)


In this most basic cloud service model, cloud providers offer computers as physical or more often as virtual machines, raw (block) storage, firewalls, load balancers, and networks. IaaS providers supply these resources on demand from their large pools installed in data centers.In this model, it is the cloud user who is responsible for patching and

maintaining the operating systems and application software. Cloud providers typically bill IaaS services on a utility computing basis, that is, cost will reflect the amount of resources allocated and consumed.

Platform as a Service (PaaS)


In the PaaS model, cloud providers deliver a computing platform and/or solution stack.typically including operating system, programming language execution environment, database, and web server. With some PaaS offers, the underlying compute and storage resources scale automatically to match application demand such that the cloud user does not have to allocate resources manually.

Software as a Service (SaaS)


In this model, cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients. The cloud users do not manage the cloud infrastructure and platform on which the application is running. This eliminates the need to install and run the application on the cloud user's own computers simplifying maintenance and support..The pricing model for SaaS applications is typically a monthly or yearly flat fee per user.

DEPLOYMENT MODELS

Public cloud
Applications, storage, and other resources are made available to the general public by a service provider. Public cloud services may be free or offered on a pay-per-usage model.. No direct connectivity proposed in Public Cloud Architecture.

Community cloud
Community cloud shares infrastructure between several organizations from a specific community with common concerns (security, compliance, jurisdiction, etc.),

whether managed internally or by a third-party and hosted internally or externally. The costs are spread over fewer users than a public cloud (but more than a private cloud), so only some of the cost savings potential of cloud computing are realized.

Hybrid cloud
Hybrid cloud is a composition of two or more clouds (private, community or public) that remain unique entities but are bound together, offering the benefits of multiple deployment models.

Private cloud
Private cloud is infrastructure operated solely for a single organization, whether managed internally or by a third-party and hosted internally or externally.

ARCHITECTURE OF CLOUD COMPUTING

Cloud computing sample architecture Cloud architecture, the systems architecture of the software systems involved in the delivery of cloud computing, typically involves multiple cloud components communicating with each other over a loose coupling mechanism such as a messaging queue. Elastic provision implies intelligence in the use of tight or loose coupling as applied to mechanisms such as these and others.

ISSUES:
Privacy
The cloud model has been criticised by privacy advocates for the greater ease in which the companies hosting the cloud services control, thus, can monitor at will, lawfully or unlawfully, the communication and data stored between the user and the host company.

Legal
As can be expected with any revolutionary change in the landscape of global computing, certain legal issues arise; everything from trademark infringement, security concerns to the sharing of propriety data resources.

Open source
Open-source software has provided the foundation for many cloud computing implementations, one prominent example being the Hadoop framework.In November 2007, the Free Software Foundation released the Affero General Public Licence, a version of GPLv3 intended to close a perceived legal loophole associated with free software designed to be run over a network.

Open standards
Most cloud providers expose APIs that are typically well-documented (often under a Creative Commons license) but also unique to their implementation and thus not interoperable. Some vendors have adopted others' APIs and there are a number of open standards under development, with a view to delivering interoperability and portability.[5

Security
As cloud computing is achieving increased popularity, concerns are being voiced about the security issues introduced through adoption of this new model. The effectiveness and efficiency of traditional protection mechanisms are being reconsidered as the characteristics of this innovative deployment model can differ widely from those of traditional architectures. An alternative perspective on the topic of cloud security is that this is but another, although quite broad, case of "applied security" and that similar security principles that apply in shared multi-user mainframe security models apply with cloud security.

Sustainability
Although cloud computing is often assumed to be a form of "green computing", there is no published study to substantiate this assumption. Siting the servers affects the environmental effects of cloud computing. In areas where climate favors natural cooling and renewable electricity is readily available, the environmental effects will be more moderate. (The same holds true for "traditional" data centers.) Thus countries with favorable conditions, such as Sweden and Switzerland, are trying to attract cloud computing data centers. Energy efficiency in cloud computing can result from energy-aware scheduling and server consolidation.However, in the case of distributed clouds over data centers with different source of energies including renewable source of energies, a small compromise on energy consumption reduction could result in high carbon footprint reduction.

CONCLUSION:

After so many years,cloud computing today is the beginning of network based computing over internet in force.it is the technology of the decade and is the enabling element of two totally new computing models,the client-cloud computing and terminal cloud computing.these two models would create whole generations of applications business.our prediction is that it is the beginning to the end of the dominance of desktop computing such as that with the windows.it is also the beginning of a new internet based service economy: the internet centric,web based,on demand,cloud applications and computing economy.

Common questions

Powered by AI

Cloud computing deployment models include public cloud, community cloud, hybrid cloud, and private cloud. A public cloud offers resources to the general public on a pay-per-use basis, providing cost-effectiveness and scalability. Community cloud serves specific organizations with shared concerns, enhancing security and compliance. Hybrid cloud combines private and public clouds, leveraging diverse deployment models' benefits for flexibility and optimization. Private cloud provides dedicated infrastructure for single organizations, ensuring enhanced control and privacy .

Cloud computing centralizes data storage and processing, which could enhance security through increased security-focused resources and centralized control. However, it raises privacy concerns as hosting companies could potentially monitor communications and data stored in the cloud, both lawfully and unlawfully. The distribution of data across multiple devices and locations, especially in multi-tenant systems, complicates security further, demanding more robust security protocols to safeguard sensitive information .

Cloud computing enables scalability and elasticity through the dynamic provisioning of resources on a self-service basis. This allows businesses to scale resources in near real-time to meet demand fluctuations without the need to engineer for peak loads. Elasticity is achieved by leveraging virtualization and automated resource allocation, enabling businesses to automatically increase or decrease resource usage based on current needs .

Cloud computing can impact the environment positively by promoting energy efficiency through energy-aware scheduling and server consolidation, and negatively if not managed carefully. The siting of data centers in regions with access to natural cooling and renewable energy can mitigate adverse environmental effects. Additionally, distributed clouds over various data centers with diverse energy sources, including renewables, can significantly reduce carbon footprints even if energy consumption remains steady. However, without such measures, cloud data centers could contribute to increased energy usage and emissions .

Virtualization technology is crucial for the efficient operation of cloud computing systems as it allows multiple virtual machines to run on a single physical server, enhancing resource utilization and reducing costs. It enables portability, allowing applications to be easily migrated between physical servers, and supports scalability through quick resource reallocation. This leads to improved flexibility and efficiency in managing IT resources, essential for handling the dynamic demands typical of cloud environments .

Open-source software is significant in cloud computing as it forms the foundation for many implementations, such as the Hadoop framework, promoting flexibility and innovation. Open standards aim to address challenges around interoperability and portability in cloud services by providing uniform APIs, which, although unique to each provider's implementation, are often shared or adopted by others. These open standards and open-source solutions enable wider community contributions and adaptations, fostering a more collaborative and competitive cloud computing environment .

Cloud computing transforms the management and deployment of IT resources by centralizing the hosting of hardware and software, thereby allowing enterprises to get their applications up and running faster and with greater ease of management. This approach reduces maintenance efforts and allows IT departments to adjust resources more rapidly in response to fluctuating business demands. Additionally, cloud computing enhances the agility of enterprises by enabling them to re-provision technological infrastructure resources quickly, often on-demand .

Privacy issues in cloud computing arise due to the significant control hosting companies have over user data, raising risks of unauthorized monitoring. This concern is compounded by the legal frameworks across different jurisdictions which might not offer adequate protection against such practices. Legal challenges include intellectual property concerns, data sovereignty, and compliance with varying international regulations. These issues necessitate comprehensive legal agreements and careful scrutiny to ensure data privacy and secure usage .

Cloud computing improves cost management by converting capital expenditures into operational expenditures, allowing organizations to pay based on actual usage rather than investing in physical hardware. This utility computing model offers fine-grained, usage-based pricing, enabling businesses to scale resources up or down according to demand, which minimizes waste of resources and expenditure. Additionally, maintenance is simplified as cloud applications do not need to be installed on each user's computer, which reduces support and maintenance costs .

The primary service models of cloud computing are Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). IaaS offers the most basic level of cloud services, providing virtual machines, storage, and network resources while users manage operating systems and applications. PaaS provides a higher level of abstraction by offering a platform with an operating system and applications without requiring users to manage the underlying hardware or software layers. SaaS abstracts even further, as users simply access application software hosted in the cloud without concern for the underlying infrastructure or platform .

You might also like