2

Possible Duplicate:
What is the difference between a cloud server a virtual server and a dedicated server?

Can anyone explain the difference between virtualization and cloud (w.r.t. citrix and openstack) ???

I have a server installed with Citrix and another with openstack; local- in my office. In their own documentation, Citrix says it is virtualization where as openstack says it is a private cloud....

I have searched on many blogs. They are saying both are different. I am really confused. I could'n find any differences !!!!!

Bijo
  • 209
  • 1
  • 3
  • 6
  • Yes... I read it. Only the tags are same. I couldn't find my answer. ErikA, could you just point out the differences from the above link you entered ????????????? Thanks in advance........... – Bijo Oct 03 '11 at 03:19
  • "Cloud" is marking BS for manageable virtualization technologies. It's not a concrete technology. – Chris S Oct 03 '11 at 03:25
  • Thanks Chris......... BS? any branding or standard ??? other than this, citrix and openstack are same??? – Bijo Oct 03 '11 at 03:43
  • Somebody 'down voted' my reputation (-2) . May be due to a similarity of tags or subject. Anyways that was REALLY NICE !! VERY FRIENDLY PORTAL to new ones !! I WILL RECOMMEND ALL MY FRIENDS to use http://serverfault.com/ !!!!!!! – Bijo Oct 03 '11 at 04:52
  • 3
    Bijo, folks on this site don't pull punches. If they don't like a question they down vote it. If they do like it they up vote it. That's pretty much the way the site works. – mrdenny Oct 03 '11 at 05:28
  • indeed, its mostly aimed at it professionals so some questions get downvoted if they're considered a bit below the bar. Everyone gets the odd downvote now and then though. – Sirex Oct 03 '11 at 08:15

1 Answers1

3

Virtualization is a technology where many servers are run on a single piece of hardware. IBM has been doing it for decades called LPARs. Currently platforms like vSphere, and Hyper-V, are the virtualization platforms used by the most people.

Private cloud is pretty marketing speak for running a group of virtualization hosts (the physical machines) so that you can quickly and easily deploy new servers into the "cloud".

Citrix isn't really a virtualization platform like vSphere or Hyper-V (or Zen or any of the smaller packages). It gives you a physical system that applications are installed on. The end user then connects to the Cirtix server basically over RDP running the application on the server, but showing the application on the users desktop. Microsoft has a competing technology called App-V (Application Virtualization).

I can't speak to openstack as I'm not familiar with it.

mrdenny
  • 27,074
  • 4
  • 40
  • 68