按需访问是指你为你已经实际使用的服务付费,而不是支付预付成本,或提前购买。这就像是叫了一辆出租车对比租了一辆车,你需要付一些预付款来使用其他人已拥有的服务,或者买一辆车相似的,你买了自己的数据中心。
(WHS DH是租了一辆车,而不是叫了一辆出租车,所以钱是付给了租infrasutructure的费用,而不是用的流量)
IaaS vs. HaaS (hardware), 虚拟化是IaaS才有的区别点
High-performance Computing - 计算密集型的工作,指数据量相对较小,但是在其上的计算量非常密集的计算。
Big Data Computing - 数据密集型的工作。
Cloud Computing - can support both HPC and Big Data Computing
云计算程序模型 Cloud Programming Paradigms, like MapReduce, Hadoop, Hive, where you can store and query data quickly.
云计算的4个criterias
超大规模
按需访问
数据密集特性
新的云计算程序模型
A Cloud is a distributed system (what is a distributed system)
* Servers communicate amongst one another -> Distributed System
- Essentially a cluster!
* Clients communicate with servers
- Also a distrivuted system!
* Clients may also communicate with each other
- In peer-to-peer systems like BitTorrent
- Also a distributed system!
MapReduce拆分理解
https://blog.csdn.net/qigemantou/article/details/92654116