Skip to main content

Types Of Cloud

Categories Of Cloud Computing:-

Cloud computing is the use of a network of remote servers hosted on the Internet to store, manage and process data rather than a local server.

Basics Of Cloud Computing

Cloud Computing service providers give the ability to manage applications and services through a global network.

To be precise, cloud computing is the delivery of computing services like servers, storage and more over the Internet. The companies that offer these computing services are called cloud providers. They charge for cloud computing services based on usage called as UTILITY COMPUTING.

Example: Amazon Web service and Microsoft Azure

Cloud Service Providers

Cloud computing is usually described in two categories. They are,

  1. DEPLOYMENT MODEL  (LOCATION BASICS)AND
  2. SERVICE MODEL
Based on a cloud location, we can classify cloud as:

  • Public,
  • Private,
  • Hybrid
  • Community Cloud
Based on a service that the cloud is offering, we classify as:

  • IaaS (Infrastructure-as-a-Service)
  • PaaS(Platform-as-a-Service)
  • SaaS(Software-as-a-Service)
  • or, Storage, Database, Information, Process, Application, Integration, Security, Management, Testing-as-a-service

Classification Of Cloud.



cloud deployment model represents a specific type of cloud environment, where its job is to make software available and ready for use to the users.


Cloud Types: Private, Public and Hybrid, Community

Depending on the type of data you’re working with, you’ll want to compare public, private, and hybrid clouds in terms of the different levels of security and management required.
  • Public Cloud – Whole computing infrastructure is located on the premises of a cloud computing company that offers the cloud service. GlobalDots offers worldwide Public Cloud service in leading data centers
  • Private Cloud – Hosting all your computing infrastructure yourself and is not shared. The security and control level is highest while using a private network. GlobalDots offers worldwide private cloud service in leading data centers.
  • Hybrid Cloud – using both private and public clouds, depending on their purpose. You host your most important applications on your own servers to keep them more secure and secondary applications elsewhere. GlobalDots offer combines hybrid cloud with bare-metal and virtualized clouds into a unified environment allowing your business to optimize for scale, performance and cost simultaneously.
  • Community Cloud – A community cloud is shared between organizations with a common goal or that fit into a specific community (professional community, geographic community, etc.).

Deployment Based cloud classification


Deployment based cloud.


Types of cloud services: IaaS, PaaS, SaaS, FaaS

Cloud computing services fall into 4 categories: infrastructure as a service (IaaS), platform as a service (PaaS), software as a service (SaaS) and FaaS (functions as a service). These are sometimes called the cloud computing stack, because they build on top of one another.
  1. Infrastructure-as-a-service (IaaS)
    IaaS is the most basic category of cloud computing services that allows you rent IT infrastructure (servers or VM’s) from a cloud provider on a pay-as-you-go basis.
  1. Platform as a service (PaaS)
    Platform-as-a-service (PaaS) refers to the supply an on-demand environment for developing, testing, delivering and managing software applications. It is designed to quickly create web or mobile apps, without worrying about setting up or managing the underlying infrastructure of servers, storage, network and databases needed for development.
  1. Software as a service (SaaS)
    Software-as-a-service (SaaS) is a method for delivering software applications over the Internet as per the demand and on a subscription basis. SaaS helps you host and manage the software application and underlying infrastructure and handle any maintenance (software upgrades and security patching).
  1. FaaS (functions as a service)
    FaaS adds another layer of abstraction to PaaS, so that developers are completely insulated from everything in the stack below their code. Instead of handling the hassles of virtual servers, containers, and application runtimes, they upload narrowly functional blocks of code, and set them to be triggered by a certain event. FaaS applications consume no IaaS resources until an event occurs, reducing pay-per-use fees.

Service Models Of Cloud.

------------------------------------------------------------THE END------------------------------------------------------------------

IF YOU HAVE ANY QUERY PLEASE COMMENT  :)

Comments

  1. Bro this post is just awesome!! Learned a lot🙂.

    ReplyDelete
  2. Nice post !! thank you for sharing such an amazing information . Dedicated Server Germany

    ReplyDelete
  3. A good blog for any beginner to learn the different types of cloud technologies that offering cloud deployments and Cloud services for IT Enterprises. It is interesting to know about the Cloud Computing Services that manage the cluster of remote servers and data storages at a global network. Thank You for the Blog.

    ReplyDelete
  4. This is such a great resource that you are providing and you give it away for free. This is really a nice and informative, containing all information and also has a great impact on the new technology. cloud engineering services

    ReplyDelete

Post a Comment

Popular posts from this blog

Types of Virtualization in Cloud Computing

Types of Virtualization in Cloud Computing :- Virtualization in cloud computing allows you to run multiple applications and operating systems on the same server, thereby providing for efficient resource utilization and reducing costs. Virtualization can take many forms depending on the type of application use and hardware utilization. The main types are listed below: Hardware Virtualization Hardware virtualization also known as hardware-assisted virtualization or server virtualization runs on the concept that an individual independent segment of hardware or a physical server, may be made up of multiple smaller hardware segments or servers, essentially consolidating multiple physical servers into   virtual servers   that run on a single primary physical server. Each small server can host a virtual machine, but the entire cluster of servers is treated as a single device by any process requesting the hardware. The hardware resource allotment is done by the hypervisor. T

What Is Containerization?

What Is Containerization? ===>The most popular containerization ecosystems are Docker and Kubernetes. Containerization   is a lightweight alternative to a virtual machine that involves encapsulating an application in a container with its own operating system. A container takes its meaning from the logistics term,  packaging container . When we refer to an application container, we mean packaging software. Containerization has recently gained hypes with an open source tool  Docker . Docker containers are designed to run on every environment from physical computers to virtual machines, from bare-metal,  Clouds , etc. Docker Not the Only Containerization Option Docker may have been the first to bring attention to containerization, but it's no longer the only container system option. CoreOS recently released a streamlined alternative to Docker called Rocket. And Canonical, developers of the  Ubuntu   Linux -based operating system, has announced the LXD co