문제

I am Java developer, from my point of view, VPS and infrastructure-as-a-service IaaS is the same, both offer me virtual machine to built what ever applications stack I want, is this right or I am missing something here?

도움이 되었습니까?

해결책

A VPS is a component of an IaaS solution. An IaaS provider might also offer DNS utilities which help you host web servers, traffic shaping and bandwidth capabilities, insight into the performance of your servers, firewalls, etc.

At its core though, an IaaS consists of a VPS. However, many major providers are moving towards PaaS which offers the capability to scale up or down VPS's on demand and can abstract away key pieces of hardware & software. For example, Google app engine abstracts away the entire OS and just hosts your web service.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top