Desktop cloud technologies

Today, a desktop cloud can consist of various technologies. There are different technologies for delivering the actual desktop, providing the applications, or organizing the underlying infrastructure such as storage. A good desktop cloud solution is a well designed combination of those technologies to support the needed requirements. In today’s article, I want to briefly discuss the various technologies, and explain what they can do and what they can’t.

Let’s start with a user’s desktop and how it can be provided.

Shared desktop

A shared desktop today is what used to be called a terminal server. Basically, all users of a terminal server share the server hardware and the operating system instance. To ensure that users are separated from each other, they are granted only limited rights.

Pro:

  • Use of the hardware is very efficient because there is only one operating system instance
  • Software distribution and patch management is easy because it only needs to be performed once per server.

Con:

  • Applications need to be terminal server-ready.
  • If the operating system hangs, all users on that server are affected.
  • If a single user consumes too many resources, all other users on the same server experience performance issues.
  • Users might not accept the grade of limitation caused by its low user rights.

Virtual PC

A virtual PC is a virtual machine hosting the user’s desktop and operating system. Compared to the shared desktop, the virtual PC can be perceived as a full PC including a private instance of the operating system for every user. Therefore, users can theoretically gain administrative rights on their virtual PCs.

Pro:

  • Users can have more rights, up to administrative privileges.
  • They can run any software as on their traditional PC.
  • If the operating system of one user fails, the other users on that server are not affected.

Con:

  • Because every user has his or her own operating system instance, the overhead is higher.
  • Each operating system instance instance needs to be patched and managed.

Streaming

Streaming tries to combine the performance and response time of a traditional PC with the central manageability and accessibility of a desktop cloud. The main difference between a server-based desktop solution and streaming is that the desktop is sent from a central storage down to the user’s device and then actually runs on the user’s computer. After finishing working, the changes are sent back to the central storage.

Pro

  • Offers good performance.
  • Works offline with a local cache.
  • Desktops can be patched and updated centrally.

Con

  • It is complex to set up and maintain.
  • The sync process requires high network bandwidth.
  • Conflict management is required if the local cache and the central master are out of sync.

 Client hypervisor

Bare metal or type 1 and type 2 hypervisors running on client computers must support requirements that differ from server hypervisors. On a client, it is crucial to support 3D graphic acceleration, WiFi network, and all types of USB-attached hardware, such as printers and scanners. But supporting the latest SCSI adapter is not that important. So, what is the point of having a client hypervisor at all? One aspect of a hypervisor is to separate the operating system (and its included desktop) from the underlying hardware. This approach makes the OS hardware-independent and reduces the hassle with different requirements of drivers. An additional benefit is that the desktop can flexibly be moved from one physical machine to another, for example if either the physical PC or laptop is broken, or in combination with streaming, the desktop can be moved from a data center server to a local PC and vice versa.

Pro

  • Desktop can be moved from one physical hardware device to another.
  • Multiple desktops with different purposes can be used simultaneously.

Con

  • Hardware support for WiFi and 3D graphics is not mature today.
  • Additional overhead exists because of the hypervisor

 Golden Image (copy on write) and non-persistent desktop

Non-persistent desktops are virtual machines that are set back to their original state during reboot and therefore lose all changes made while they were online. A non-persistent client setup is usually combined with a persistent data partition, so that the users can store documents and files that will not be deleted when rebooting. However, all changes made to the operating system itself would vanish. As anyone can image, this setup is very robust and ensures a working desktop at any time.

Pro:

  • Storage requirement is low because the system partition is required only once.
  • Offers easy patching and software distribution. After the master image is patched, all rebooted virtual machines are automatically patched.
  • It is a very robust solution, because any misconfigured desktop only needs to be rebooted to be operational again.

Con:

  • It has a low user acceptance.

Offline Patching

As discussed above, the drawback of persistent virtual PCs are the need to patch each and every machine as with traditional client computers. However, there is still one big advantage over distributed PCs: while traditional desktop and laptop computers are carried around, left as spare devices in cupboards and drawers, or are simply turned off during a software distribution phase – and are therefore not reachable – virtual PCs are always residing in the data center, even if they are off line (virtually turned off).

But, in any case, they must be virtually turned on, patched and turned off again, unless an offline patching technology is used. Offline patching can patch the actual image files of virtual PCs while they are offline and therefore ensure that they get the software update they require.

Summary

For the sake of the length of this blog, these technologies are only a subset of what is available today but the description should provide a good overview about the main aspects that need to be looked at when thinking about a desktop cloud solution.

In the next blog of my desktop cloud series, I will discuss best practices of how to map technologies to client requirements.

Motivations for moving the desktop in the cloud

When you ask CIOs or CTOs, who plan to introduce desktop cloud within their enterprises, about their motivation, they tell you about all sorts of value they expect to gain from that project. However, if you dig a little bit deeper about their goals, it turns out that their main driver is cost reduction.

But, is a desktop cloud really cheaper than managing traditional notebooks and PCs? Well, as always in IT, the answer is not that simple: it depends.

To find out if something new is cheaper than what I have today, I need to understand my current costs – and, my current service quality. If I operate a low-cost solution today, and there are no mandatory requirements to upgrade my current service levels, I will very likely end up with much higher costs when I move my desktops into the cloud. The reason is that even a low-cost desktop cloud provides a set of advantages over a traditional notebook and desktop environment, such as better scalability, higher agility, better availability, improved accessibility, and most probably higher data safety and security. All those advantages require support from the underlying infrastructure, such as capable servers, data-center floor space, storage devices, proper network connections, and a suitable stack of management software.

I recently talked to a large retail company about desktop cloud. Their current model is simple and cheap: Each store operates one to three desktop computers. There are no central services provided except on-site support on a call-out basis with no guaranteed reaction time (usually from five to ten days). So, in fact, the shops are responsible for their PCs themselves; their employees store data locally and do or do not patch their operating systems. However, their business is not affected if a PC is not operational for several days. The store manager, uses them only for emailing, writing letters, and eventually filling in a spreadsheet to report the store’s performance to the headquarters. This client will never meet its current costs with a desktop cloud, unless the client decides that its poor service levels need to be increased to stay competitive for the future.

To answer our initial question, if a desktop cloud is a viable solution for a specific client, we need to view the full picture and determine how important other motivations for a move to the cloud are, and if the client is willing to pay the price for them.

Scalability

Because a desktop cloud is located in a central data center, I can easily scale its capacity and performance by only adding new hardware.

Agility

Deployment of new desktops is a matter of seconds, because they are virtually created in the data-center’s infrastructure. If companies tend to grow through acquisitions and frequently require a high number of new users to be equipped with the standard desktop platform, agility can be a valuable advantage over traditional PC rollout.

Availability

The desktop cloud infrastructure is based on server hardware and usually runs in a data center, leveraging fault-tolerant components and systems management. Thin clients used as end-user devices are without configuration and without locally stored data; if they fail, they can be exchanged quickly and easily.

Accessibility

A central desktop in a desktop cloud can be accessed from almost any device and from almost anywhere in the world. The only requirement is a capable network connection. But not only the desktop can be accessed from anywhere, also the user’s personal and corporate data.

Performance

As mentioned earlier, virtual desktops run on server hardware. Under normal mode of operation, a number of users share a certain server hardware. Depending on the ratio of concurrent users to server hardware, performance can be controlled, and adapted as required. Access to data is also usually much faster, because desktop and data are both located in the data center, connected through a high-performance data-center network.

Data safety and security

Data can easily be backed up, compared to the number of local hard drives in traditional PCs. Regarding data security, by keeping the data on storage devices in the data center, the data is protected by the data-center security mechanism. The user, regardless of which country that user might sit, can only view and edit the data, but not copy the data.

Summary

If reducing costs is the only motivation for considering a desktop cloud solution, showing a positive business case will be difficult. Moving PCs into a desktop cloud brings many benefits. How valuable these benefits are for a specific enterprise needs to be analyzed on a case-by-case basis and brought into relation to the existing environment and its provided and required services.