• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difference between Cloud Computing and Virtualization

 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the difference between Cloud Computing and Virtualization?
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cloud computing is a client/server setup where you have a thin client attached to a server containing applications.

Virtualization is running a number of "computers" on a single computer. This can be done to save resources (many virtual servers on a single box) or to have multiple operating systems on a single system running at the same time.

BTW, what makes this a Java question?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Alan Hampson wrote:BTW, what makes this a Java question?


It's not, but it is related to this weeks' book promotion.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Alan Hampson wrote:Cloud computing is a client/server setup where you have a thin client attached to a server containing applications.

Virtualization is running a number of "computers" on a single computer. This can be done to save resources (many virtual servers on a single box) or to have multiple operating systems on a single system running at the same time.

BTW, what makes this a Java question?



Cloud computing is not a client/server setup. And Cloud computing uses Virtualization. So when you go in for IaaS- You never really know if you are using Virtual nodes. Its just that you request for hardware with specific requirements and you are provided with the required hardware and you dont care how its being managed or provided.
 
Bras cause cancer. And tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic