4.2 Summarize cloud computing concepts
📘CompTIA A+ Core 1 (220-1201)
Cloud computing provides on-demand access to computing resources (servers, storage, applications) over the internet. Understanding cloud models is essential for the exam.
1. Private Cloud
- Definition: A private cloud is a cloud infrastructure used only by one organization. It can be managed internally by the company’s IT team or by a third-party provider.
- Key Points:
- Offers high security and control because only one organization uses it.
- Resources are not shared with other organizations.
- Often used for sensitive data or critical applications.
- IT example: A company runs its own virtualized servers and storage, accessible only to its employees.
2. Public Cloud
- Definition: A public cloud is owned and operated by a third-party cloud provider and is available to anyone over the internet.
- Key Points:
- Shared resources among multiple organizations (multi-tenancy).
- Cost-effective: pay only for what you use.
- Offers scalability; you can quickly increase or decrease resources.
- IT example: Using services like Google Drive, Microsoft OneDrive, or Amazon Web Services (AWS).
3. Hybrid Cloud
- Definition: A hybrid cloud combines private and public clouds, allowing data and applications to move between them.
- Key Points:
- Provides flexibility, keeping sensitive data on a private cloud while using public cloud for less critical workloads.
- Useful for businesses that need both security and scalability.
- IT example: A company stores confidential client records on its private cloud but hosts its website on a public cloud.
4. Community Cloud
- Definition: A community cloud is shared by several organizations with similar goals, security requirements, or compliance needs.
- Key Points:
- Costs are shared among the participating organizations.
- Focused on collaboration and meeting specific regulatory requirements.
- IT example: Multiple hospitals sharing a cloud platform to manage patient data securely while meeting healthcare regulations.
5. Infrastructure as a Service (IaaS)
- Definition: IaaS provides virtualized computing resources (servers, storage, networking) over the internet.
- Key Points:
- You manage the OS, applications, and data, but the provider manages the hardware.
- Good for organizations that need flexibility and don’t want to maintain physical hardware.
- IT example: AWS EC2 or Microsoft Azure Virtual Machines.
6. Software as a Service (SaaS)
- Definition: SaaS delivers software applications over the internet, managed entirely by the provider.
- Key Points:
- Users access the software via a browser or app.
- No need to install, update, or manage software.
- Ideal for productivity apps, collaboration, or customer management.
- IT example: Microsoft 365 (Word, Excel, Outlook online), Google Workspace.
7. Platform as a Service (PaaS)
- Definition: PaaS provides a platform for developers to build, test, and deploy applications without managing the underlying infrastructure.
- Key Points:
- The provider manages servers, storage, and networking.
- Developers focus on writing and deploying code.
- Helps speed up development and reduces complexity.
- IT example: Google App Engine, Microsoft Azure App Service.
Exam Tips
- Remember the cloud deployment models:
Private, Public, Hybrid, Community → Who uses it and how resources are shared. - Remember the cloud service models:
IaaS, PaaS, SaaS → What the provider manages vs. what the user manages. - Understand key benefits: cost savings, scalability, security, and flexibility.
- Focus on IT environment examples, as real-life workplace scenarios are often tested.
