1.云计算:
云计算是指按使用量定价通过互联网按需交付IT资源,特别是计算能力和数据存储。它通常是指Internet上可供用户使用的数据中心。云计算是虚拟化的资源池。它使我们能够在线创建,配置和定制我们的应用程序。用户可以随时随地访问任何资源,而不必担心实际资源的管理和维护。云计算通过网络提供基于硬件和软件的计算资源的组合。
下图说明了云计算的简单架构–
2.集群计算:
群集计算是指将计算任务共享给群集的多台计算机的过程。数量众多的计算机连接在网络上,它们通过形成计算机集群来执行一项任务,在该计算机集群中,计算过程称为集群计算。
集群计算是一种高性能的计算框架,它有助于以更快的处理速度和更好的数据完整性更有效地解决更复杂的操作。集群计算是一种基于分布式系统原理执行其操作的网络技术。
下图说明了集群计算的简单架构–
云计算和集群计算之间的区别:
Serial Number | Category | Cloud Computing | Cluster Computing |
---|---|---|---|
1. | Goal | Providing on demand IT resources and services. | Performing a complex task in a modular approach. |
2. | Resource Sharing | Specific assigned resources are not shareable. | Specific assigned resources are not shareable. |
3. | Resource type | In cloud computing there is heterogeneous resource type. | In Cluster Computing there is homogeneous resource type. |
4. | Virtualization | Virtualization hardware and software resources. | No virtualization resources. |
5. | Security | Security through isolation can be achieved. | Security through node credential can be achieved. |
6. | Initial Cost | Initial capital cost for setup is very low. | Initial capital cost for setup is very high. |
7. | Security Requirement | Very low | Very high |
8. | Maintenance | Requires low maintenance. | Requires little more maintenance. |
9. | Hardware | No hardware requirement physically. | More hardware requirement physically. |
10. | Node OS | Multiple OS runs in VM | Windows, Linux |
11. | User Management | User management is centralized or decentralized to vendor/third party. | User management is centralized. |
12. | Scalability | Allowed | Limited |
13. | Architecture | In Cloud Computing User chosen architecture. | In Cluster Computing Cluster oriented architecture |
14. | Characteristic | Dynamic computing infrastructure/resources/services | Tightly coupled systems/resources |
15. | Software Dependent | In cloud computing application domain independent software. | In cluster computing application domain dependent software. |
16. | Example | Dropbox, Gmail | Sony PlayStation clusters |