VDI direct and brokered connections and VHD strategies in Windows 7


Windows 7: Direct vs. brokered connection

In the context of VDI, connections can either be direct or brokered. Direct would be directly within a virtual machine, and brokered would be indirectly through the virtual machine.

Direct connection

The user launches the virtual machine from within the host system, logs on to the virtual machine, and starts the application within the virtual machine.

Brokered connection

The user launches the application directly from the host machine. Even though it's running within the virtual machine, this is transparent to the user. Windows XP Mode uses a brokered connection, and this can be used with other virtual machines.

Imagine a user needs to launch an instance of an older application named LegacyApp. She can launch this in a direct connection or a brokered connection. In both instances, the application would be installed on a virtual machine, but the difference is in how it's delivered to the user. Brokered connections are easier for end users.

Determining a VHD Strategy

A cool feature available with Windows 7 is the ability to boot to a virtual hard drive (VHD). The VHD format has been used with Virtual computer for many years, but the abilities have been expanded significantly. This can be done only with Windows 7 or Windows Server 2008 R2, but it can be a useful feature.

Dual-boot environments allow you to boot to different operating systems. One of the challenges with traditional dual-boot environments is that you needed to ensure each OS was installed on its own partition. If not, one operating system could corrupt the other OS. Now you can have multiple operating systems available on a single machine with a single partition. When you've finished with the operating system, simply delete the VHD file.

The process creates a VHD file (with an extension of .vhd) at the root of C:. You can name the file whatever you want. The size of the file should be at least 20 GB and is expressed in MB. You can make it larger to accommodate more data and files: 10 GB is 10240, so 20 GB would be 20480, 30 GB 30720, and so on. You can have the .vhd file either fixed or expandable.

A 20GB fixed size will always take up 20 GB of space, while a 20GB expandable file will start at less than 100 MB and expand as data is added to the file. The fixed size is quicker since it doesn't need to expand dynamically, while the expandable size consumes only the space needed.

Legal Disclaimer

Our website is not responsible for the information contained by this article. Webworldarticles.com is a free articles resource thus practically any visitor can submit an article. However if you notice any copyrighted material, please contact us and we will remove the article(s) in discussion right away.


This article was sent to us by: Benjamin H. Wells at 09152010

Related Articles

1. Creating a Performance Counter Log in Windows 7
To create a performance counter log, follow these steps: 1. Open Performance Monitor, and navigate to the Data Collector Sets node in the tree on the left. ...

2. Performance of Windows 7 and Notebooks
Rediscover the Fundamentals: It’s All About Performance The single most important request customers have had about the next release of the Microsoft Win...

3. Use the Pan Gesture to Move an Object
With the pan gesture, you can control the scrolling of content in a scrollable area. Or you can apply the pan gesture to a specific object, moving it in any direction by ...

4. Handling the WM GESTURE Message
To work with gestures, you’ll need to handle the WM_GESTURE messages that are sent to your application. If you are a Win32 programmer, you can check for WM_GESTURE ...

5. How Multitouch Works in Windows 7
New hardware and API elements in the Windows 7 operating system provide applications the ability to receive and handle touch and multitouch input. This capability enables...

6. Organize My Data Libraries in Windows 7
This article details the new functionality offered by Windows 7 Libraries. We’ll review the Windows Explorer changes that promote the new user experience that Libra...

7. Changes Made to Windows Explorer in Windows 7
Changes Made to Windows Explorer in Windows 7 In Windows 7, Libraries address the problem of users’ data being stored all over the PC by allowing users to...

8. Make Your Windows 7 Application Library Aware
Libraries under the Hood Now that we have a better understanding of what libraries represent and how users as well as developers can benefit from them, let&rsqu...