Auto-sync: 2026-04-21 17:12
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
---
|
||||
title: "Cloud Computing"
|
||||
type: concept
|
||||
tags: [Cloud, Computing-Model]
|
||||
sources: [Public-vs-Private-vs-Hybrid-Cloud-Differences-Explained]
|
||||
last_updated: 2025-06-18
|
||||
---
|
||||
|
||||
## Summary
|
||||
Cloud Computing(云计算)是一种通过互联网远程访问计算资源(服务器、存储、应用程序)的服务模式,用户无需管理本地硬件。
|
||||
|
||||
## Definition
|
||||
云计算是指通过互联网("云")远程使用计算资源和服务的方式。应用程序、数据和处理都在第三方服务器上运行,用户通过终端设备访问。与传统本地部署相比,云计算具有弹性扩展、按需付费和免维护等优势。
|
||||
|
||||
## Key Characteristics
|
||||
- 远程访问:通过互联网连接使用
|
||||
- 资源共享:多个用户共享同一基础设施
|
||||
- 弹性扩展:根据需求快速增减资源
|
||||
- 按需付费:按实际使用量计费
|
||||
- 免维护:由服务商负责硬件管理和更新
|
||||
|
||||
## Service Models
|
||||
- [[IaaS]](基础设施即服务):提供虚拟计算资源
|
||||
- [[PaaS]](平台即服务):提供应用开发和部署平台
|
||||
- [[SaaS]](软件即服务):以订阅方式提供软件应用
|
||||
|
||||
## Deployment Models
|
||||
- [[Public-Cloud]]:公有云,共享交付
|
||||
- [[Private-Cloud]]:私有云,专属部署
|
||||
- [[Hybrid-Cloud]]:混合云,结合公有和私有云
|
||||
|
||||
## Shared Responsibility Model
|
||||
云计算采用共享责任模型:
|
||||
- 云服务商负责:基础设施运营、物理安全、服务器维护
|
||||
- 客户负责:访问权限管理、数据安全、加密、灾难恢复
|
||||
|
||||
## Key Drivers
|
||||
- 减少复杂性
|
||||
- 优化 DevOps
|
||||
- CapEx 转 OpEx
|
||||
- 为未来做准备
|
||||
|
||||
## Connections
|
||||
- [[Cloud-Computing]] ← delivers ← [[IaaS]]
|
||||
- [[Cloud-Computing]] ← delivers ← [[PaaS]]
|
||||
- [[Cloud-Computing]] ← delivers ← [[SaaS]]
|
||||
- [[Cloud-Computing]] ← implements ← [[Public-Cloud]]
|
||||
- [[Cloud-Computing]] ← implements ← [[Private-Cloud]]
|
||||
- [[Cloud-Computing]] ← implements ← [[Hybrid-Cloud]]
|
||||
- [[Cloud-Computing]] ← enables ← [[Cloud-Migration]]
|
||||
- [[Cloud-Computing]] ← requires ← [[Cloud-Security]]
|
||||
Reference in New Issue
Block a user