<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cloud Service &amp; Deployment Models on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/</link><description>Recent content in Cloud Service &amp; Deployment Models on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><atom:link href="http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/index.xml" rel="self" type="application/rss+xml"/><item><title>Community Cloud</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/008-community-cloud/</link><pubDate>Wed, 12 Mar 2025 21:26:13 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/008-community-cloud/</guid><description>&lt;p class="lead text-primary"&gt;
A community cloud is shared infrastructure used by organizations with similar requirements, offering cost-sharing benefits and specialized compliance solutions through software-defined technologies.
&lt;/p&gt;


&lt;h2 id="community-cloud"&gt;Community Cloud&lt;/h2&gt;
&lt;p&gt;A community cloud is a multi-tenant cloud infrastructure shared by several organizations with similar computing needs. The cloud infrastructure can be managed by the organizations or a third-party cloud service provider. The community cloud model is suitable for organizations that have shared concerns, such as regulatory compliance, security, and performance requirements.&lt;/p&gt;</description></item><item><title>Hybrid Cloud Model</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/007-hybrid-cloud-model/</link><pubDate>Wed, 12 Mar 2025 21:17:25 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/007-hybrid-cloud-model/</guid><description>&lt;h2 id="hybrid-cloud-deployment-model"&gt;Hybrid Cloud Deployment Model&lt;/h2&gt;
&lt;p&gt;Hybrid Cloud is a computing environment that connects an organization&amp;rsquo;s on-premise private cloud and third-party public cloud into a single flexible infrastructure for running the organization&amp;rsquo;s applications and workloads. This mix of public and private cloud resources gives organizations the flexibility to choose the optimal cloud for each application or workload.&lt;/p&gt;
&lt;pre class="mermaid"&gt;
 graph TD
	 A[Hybrid Cloud] --&amp;gt; B(Public Cloud)
	 A --&amp;gt; C(Private Cloud)
	 B --&amp;gt; D(Less Sensitive Workloads)
	 C --&amp;gt; E(Sensitive Workloads)
&lt;/pre&gt;
&lt;h2 id="flexibility-and-scalability"&gt;Flexibility and Scalability&lt;/h2&gt;
&lt;p&gt;Workloads can move freely between the two clouds as needs change. Organizations can run sensitive, highly regulated, and mission-critical applications on private cloud infrastructure, while deploying less sensitive and more dynamic workloads on the public cloud. With proper integration and orchestration between the public and private clouds, both clouds can be leveraged for the same workload, a process known as cloud bursting.&lt;/p&gt;</description></item><item><title>Private Cloud Model</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/006-private-cloud-model/</link><pubDate>Wed, 12 Mar 2025 21:07:49 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/006-private-cloud-model/</guid><description>&lt;h2 id="private-cloud-deployment-model"&gt;Private Cloud Deployment Model&lt;/h2&gt;
&lt;p&gt;The National Institute of Standards and Technology defines private cloud as cloud infrastructure provisioned for exclusive use by a single organization comprising multiple consumers, such as the business units within the organization. It may be owned, managed, and operated by the organization, a third party, or a combination of them, and it may exist on or off premises.&lt;/p&gt;
&lt;h2 id="implementation-of-private-cloud"&gt;Implementation of Private Cloud&lt;/h2&gt;
&lt;p&gt;Private cloud platforms can be implemented internally or externally. When the platform is provisioned over an organization&amp;rsquo;s internal infrastructure, it runs on-premises and is owned, managed, and operated by the organization. When it is provisioned over a cloud provider&amp;rsquo;s infrastructure, it is owned, managed, and operated by the service provider. This external private cloud offering that resides on a cloud service provider&amp;rsquo;s infrastructure is called a Virtual Private Cloud (VPC). A VPC is a public cloud offering that lets an organization establish its own private and secure cloud-like computing environment in a logically isolated part of a shared public cloud.&lt;/p&gt;</description></item><item><title>Public Cloud Model</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/005-public-cloud-model/</link><pubDate>Wed, 12 Mar 2025 20:29:25 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/005-public-cloud-model/</guid><description>&lt;h2 id="public-cloud-deployment-model"&gt;Public Cloud Deployment Model&lt;/h2&gt;
&lt;p&gt;Deployment models indicate where the infrastructure resides, who owns and manages it, and how cloud resources and services are made available to users. The four cloud deployment models include Public Cloud, Private Cloud, Community Cloud, and Hybrid Cloud.&lt;/p&gt;
&lt;h2 id="public-cloud-model"&gt;Public Cloud Model&lt;/h2&gt;
&lt;p&gt;In a public cloud model, users get access to servers, storage, network, security, and applications as services delivered by cloud service providers over the internet. Using web consoles and APIs, users can provision the resources and services they need. The cloud provider owns, manages, provisions, and maintains the infrastructure, renting it out to customers either for a subscription charge or usage-based fee.&lt;/p&gt;</description></item><item><title>Software as a Service (SaaS)</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/004-sass/</link><pubDate>Wed, 12 Mar 2025 18:37:11 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/004-sass/</guid><description>&lt;h2 id="software-as-a-service-saas"&gt;Software as a Service (SaaS)&lt;/h2&gt;
&lt;p&gt;Software as a Service, or SaaS, is a cloud-based service where users can access software hosted by a provider. The provider takes care of the servers, databases, and code that make up the application. They also handle security, availability, and performance. Users can access these applications over the internet without worrying about maintaining or updating the infrastructure.&lt;/p&gt;
&lt;h2 id="core-business-processes-supported-by-saas"&gt;Core Business Processes Supported by SaaS&lt;/h2&gt;
&lt;p&gt;SaaS supports essential business functions like email and collaboration through services like Microsoft&amp;rsquo;s Office 365 and Google&amp;rsquo;s Gmail. It also supports Customer Relationship Management (CRM) with tools like NetSuite CRM and Salesforce, Human Resource Management with Workday and SAP SuccessFactors, as well as financial management, billing, and collaboration.&lt;/p&gt;</description></item><item><title>Platform as a Service</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/003-paas/</link><pubDate>Wed, 12 Mar 2025 16:46:34 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/003-paas/</guid><description>&lt;h2 id="platform-as-a-service-paas"&gt;Platform as a Service (PaaS)&lt;/h2&gt;
&lt;p&gt;Platform as a Service, commonly referred to as PaaS, is a cloud computing model that provides customers with a complete platform to develop, deploy, manage, and run applications. The PaaS provider hosts everything: servers, networks, storage, operating systems, application runtimes, APIs, middleware, databases, and other tools at their data center. The provider also takes responsibility for the installation, configuration, and operation of the application infrastructure, leaving the user responsible only for the application code and its maintenance. Customers pay for this service on a usage basis and purchase resources on demand.&lt;/p&gt;</description></item><item><title>Infra Structure as a Service</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/002-iaas/</link><pubDate>Wed, 12 Mar 2025 16:39:28 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/002-iaas/</guid><description>&lt;h2 id="infrastructure-as-a-service-iaas"&gt;Infrastructure as a Service (IaaS)&lt;/h2&gt;
&lt;p&gt;Infrastructure as a Service, or IaaS, is a cloud computing model that provides essential computing, networking, and storage resources over the internet on a pay-as-you-go basis. The cloud provider manages the infrastructure components and virtualization layer, allowing users to focus on their applications.&lt;/p&gt;
&lt;h2 id="virtual-machines-and-provisioning"&gt;Virtual Machines and Provisioning&lt;/h2&gt;
&lt;p&gt;In an IaaS environment, users can create virtual machines (VMs) in various regions and zones. These VMs come with a choice of operating systems, enabling users to install applications and run workloads. Users can also manage storage and backups, and monitor performance and usage.&lt;/p&gt;</description></item><item><title>Cloud Service Model</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/001-service-model/</link><pubDate>Wed, 12 Mar 2025 12:17:31 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/02-cloud-computing/02-module/001-service-model/</guid><description>&lt;p class="lead"&gt;
In this document, we will briefly explore the different cloud service models, including Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). Understanding these service models is crucial for making informed decisions about which services to use based on your needs. Whether you are a developer, an IT admin, or an end-user, there is a cloud service model tailored to your requirements. By leveraging IaaS, PaaS, and SaaS, organizations can optimize their operations, reduce costs, and focus on their core business objectives.
&lt;/p&gt;</description></item></channel></rss>