I have tried reading several resources on the internet about cloud computing and VPS but can not see the difference of it. Can anyone explain what is the difference between cloud computing and VPS? IT seems they are both the same as you need to use a virtual machine.
Asked
Active
Viewed 679 times
2 Answers
4
"Cloud" is a marketing term. The actual implementation is what really matters. If you can get detailed info on the architecture of the service provider's cloud you will be able to see who is simply selling you a VPS (such as rackspacecloud) and who is selling you a different implementation that might include failover capabilities as well as other features.
gekkz
- 4,219
- 2
- 20
- 19
-
1"Cloud" normally means that there is some sort of API for creating on-demand instances for increased usage. In all practical purposes a "cloud" is a software interface for a lot of VPS instances. – Lamar B Dec 09 '11 at 08:08
0
Basically, the difference is that with VPS the virtual machine runs on just one physical machine, while with cloud-based hosting the virtual machine runs on a number of different physical machines, maybe even more than one at the same time.
Zsub
- 361
- 1
- 3
- 15