Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cloud Computing Fundamentals, Service Models - Coggle Diagram
Cloud Computing Fundamentals
Terms from the course
Deployment Models
Public Cloud – Services provided publicly (e.g., AWS, Google Cloud, Azure).
Private Cloud – A cloud created for use by a single company.
Hybrid Cloud – A combination of private and public clouds for flexible use.
Key Technologies
Virtualization – Creating virtual resources instead of physical ones.
Containers – Isolated environments for running applications (e.g., Docker, Kubernetes).
Microservices – An architectural approach for building flexible and scalable applications.
Cloud Security
Encryption – Protecting data by converting it into a secure format.
Authentication – Verifying the user's identity before granting access.
Access Control – Managing user permissions to access resources.
Cloud Technology Trends
Serverless Computing – Running code without managing the infrastructure.
Internet of Things (IoT) – Using the cloud to process data from connected devices.
AI in Cloud – Using the power of cloud platforms for training machine learning models.
Service Models
IaaS (Infrastructure as a Service) – Renting virtual servers, storage, and network resources.
PaaS (Platform as a Service) – Providing a platform for developing and deploying applications.
SaaS (Software as a Service) – Using ready-made software over the internet.