Cloud Computing for the CompTIA A+: Key Concepts Explained

Cloud computing is one of those topics that shows up everywhere in modern IT — and the CompTIA A+ exam expects you to know it well. Covered under Domain 4 of the Core 1 (220-1201) exam, Virtualization & Cloud Computing accounts for 11% of your score. That’s roughly 9–10 questions out of 90, and they tend to be conceptual — testing whether you understand what the cloud models do, not just what they’re called. If you can walk into exam day with a clear mental model of IaaS, PaaS, SaaS, and the rest, you’ll be in great shape. Let’s break this down.

Why Cloud Computing Matters on the CompTIA A+ Core 1 Exam

Cloud computing isn’t just a buzzword — it’s the backbone of how most businesses operate today. As an entry-level IT technician, you’ll regularly encounter cloud-hosted applications, virtual desktops, and hybrid infrastructure. The exam reflects this reality. CompTIA expects you to understand cloud service models, deployment models, and key concepts like virtualization and containerization.

The Core 1 exam (220-1201) has a passing score of 675 out of 900, and you have 90 minutes to answer up to 90 questions. Cloud concepts are among the more straightforward marks available — but only if you’ve actually studied the distinctions between them.

Cloud Service Models: IaaS, PaaS, SaaS, and DaaS

The three primary cloud service models — and their less-common cousin — are the foundation of any cloud computing discussion on the A+ exam. Here’s what each one actually means in practice:

Infrastructure as a Service (IaaS)

IaaS gives you virtualized computing resources over the internet — think servers, storage, and networking — without managing physical hardware. You’re responsible for the operating system and everything above it. Amazon Web Services EC2 and Microsoft Azure Virtual Machines are classic IaaS examples. The exam may ask you to identify a scenario where a company wants full control over its OS and software stack but doesn’t want to buy physical servers. That’s IaaS.

Platform as a Service (PaaS)

PaaS goes a step further. The provider manages the underlying infrastructure and the operating system. You, as the customer, only manage your application and its data. Google App Engine and Microsoft Azure App Service are PaaS examples. Think of it as renting a fully equipped kitchen — you bring the recipe and ingredients, but someone else maintains the appliances.

Software as a Service (SaaS)

SaaS is what most end users interact with daily. The provider manages everything — infrastructure, platform, and the application itself. You just log in and use it. Gmail, Microsoft 365, Salesforce, and Dropbox are all SaaS. On the exam, if the question describes an application delivered directly over the internet with no local installation required, the answer is almost certainly SaaS.

Desktop as a Service (DaaS)

DaaS delivers virtual desktops to end users over the internet. Instead of running a desktop OS locally, the OS and applications are hosted in the cloud and streamed to the user’s device. This is increasingly common in enterprise environments and remote work scenarios. The A+ exam may reference DaaS in questions about virtual desktop infrastructure (VDI).

Cloud Deployment Models: Public, Private, Hybrid, and Community

Beyond service models, you also need to understand how cloud environments are deployed.

  • Public Cloud: Resources are owned and operated by a third-party provider and shared across multiple customers. AWS, Azure, and Google Cloud are the big players. Cost-effective but less control.
  • Private Cloud: Infrastructure is used exclusively by a single organization. It can be on-premises or hosted by a third party. More control and security, but higher cost.
  • Hybrid Cloud: A combination of public and private cloud environments, allowing data and applications to move between them. This is extremely common in enterprise IT and a likely scenario-based question topic.
  • Community Cloud: Shared infrastructure for a specific group of organizations with common concerns (e.g., compliance requirements). Less common in exam questions, but worth knowing.

Virtualization vs. Containerization: Know the Difference

The exam draws a clear line between traditional virtual machines (VMs) and containers, and this distinction is testable.

A virtual machine emulates an entire computer, including its own guest operating system. A hypervisor (like VMware ESXi or Microsoft Hyper-V) sits between the hardware and the VMs, managing resources. VMs offer strong isolation but consume more resources because each VM runs its own full OS.

Containers, on the other hand, share the host operating system’s kernel. This makes them significantly lighter and faster to start up than VMs — we’re talking seconds versus minutes. Docker is the most well-known containerization platform. Containers are ideal for deploying applications consistently across different environments. The trade-off is slightly less isolation compared to full VMs.

The exam expects you to know that the primary advantage of containers over VMs is their lightweight nature and faster startup time due to shared OS kernel usage.

Key Cloud Characteristics to Know

CompTIA also expects familiarity with the fundamental characteristics that define cloud computing:

Scroll to Top