- Python for Google App Engine
- Massimiliano Pippi
- 271字
- 2021-08-06 19:27:21
The cloud computing stack – SaaS, PaaS, and IaaS
We can choose to outsource our applications and the hardware they run on, still being responsible for the whole software stack, including the operating system; or, we can simply use existing applications available from another vendor.
We can represent cloud computing as a stack of three different categories: Software as a Service (SaaS), Platform as a Service (PaaS), and Infrastructure as a Service (IaaS) as follows:

In the first case, the cloud computing model is defined as IaaS and we basically outsource hardware and every inherent service such as power supply, cooling, networking, and storage systems. We decide how to allocate resources, how many web applications, or database servers we need, whether or not we need to use a load balancer, how to manage backups and so on; the installation, monitoring, and maintenance are under our responsibilities. A notable example of IaaS services are EC2 from Amazon and Rackspace Cloud Hosting.
In the second case, the cloud computing model is defined as SaaS and is the opposite of IaaS since we simply use a turnkey software provided by a third-party vendor, who has no technical knowledge of the infrastructure it runs on; the vendor is responsible for the reliability and security of the product. Notable examples of SaaS are Gmail from Google and Salesforce.
Between IaaS and SaaS we find the PaaS model, which seems to be the most interesting solution from a developer's point of view. A PaaS system provides a platform with which we can build and run our application without worrying about the underlying levels, both hardware and software.
- 多媒體CAI課件設計與制作導論(第二版)
- C++ Primer習題集(第5版)
- 程序員修煉之道:程序設計入門30講
- Android項目開發入門教程
- Windows系統管理與服務配置
- 小程序,巧運營:微信小程序運營招式大全
- Flux Architecture
- Python數據分析從0到1
- 琢石成器:Windows環境下32位匯編語言程序設計
- The Complete Coding Interview Guide in Java
- 0 bug:C/C++商用工程之道
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Python商務數據分析(微課版)
- Practical Microservices
- Android移動應用開發項目教程