Friday, March 31, 2017

Microsoft Azure - Remote Desktop Solutions (Part 2)

In my previous blog, I discussed two solutions available to allow remote access to your end users into your environment. In this blog, we will discuss the second option called Remote Desktop Services.

Remote Desktop Services (RDS), formerly known as Terminal Services, is a server role in Windows Server that provides technologies that enable users to access session-based desktops, virtual machine-based desktops, or applications in data centre from both within a corporate network and from the internet.

RDS is officially supported on Microsoft Azure since 2014 and with the release of Windows 2016, it now offers even more flexibility, cost efficiency and extensibility.

Depending on your environment and preferences, you can set up the RDS solution for session-based virtualization, as a virtual desktop infrastructure (VDI), or as a combination of the two:
  • Session-based virtualization : Leverage the compute power of Windows Server to provide a cost-effective multi-session environment to drive your users’ everyday workloads
  • VDI : Leverage Windows client to provide the high performance, app compatibility, and familiarity that your users have come to expect of their Windows desktop experience. VDI can be deployed in various flavours, I will discuss those later in this blog.

Within these virtualization environments, you have additional flexibility in what you publish to your users:
  • Desktops : Give your users a full desktop experience with a variety of applications that you install and manage. Ideal for users that rely on these computers as their primary workstations or that are coming from thin clients, such as with MultiPoint Services.
  • RemoteApps : Specify individual applications that are hosted/run on the virtualized machine but appear as if they’re running on the user’s desktop like local applications. The apps have their own taskbar entry and can be resized and moved across monitors. Ideal for deploying and managing key applications in the secure, remote environment while allowing users to work from and customize their own desktops.

Below is a high level architecture of an RDS deployment and it components



























In above RDS architecture, below three core roles are required to setup an RDS environment:-

  • Remote Desktop Session Host (RDSH): The Session Host allows a server to host session-based desktops or RemoteApp programs. Applications are installed and published from the Session Host servers.
  • Remote Desktop Connection Broker [RDCB]: This role handles user sessions by load balancing among the RD Session Host servers. Also allows disconnected users to reconnect to their existing sessions without starting a new one.
  • Remote Desktop Web Access [RDWA]:   This role provides a web portal to access the RDS environment. Also allows Windows 7 & 8 desktops to connect using the  RemoteApp and Desktop Connection.
  • Remote Desktop Gateway [RDG]:  This role enables remote users to use the Remote Desktop Protocol (RDP) over HTTPS. It is placed on the edge of your network and acts as the entry point to your RDS environment externally.
  • Remote Desktop Virtualization Host [RDVH]:  This allows RDS integration with a Hyper-V hypervisor to manage virtual desktops.
  • Licensing: RDS comes with a 120 day trial period. When the trial period ends RDS will no longer accept connections. The RDS License role handles the licensing for RDS. It manages the Remote Desktop Services client access licenses (RDS CALs) that are required for each device or user to connect to a Remote Desktop Session Host (RD Session Host) server. You use RD Licensing to install, issue, and track the availability of RD CALs on a Remote Desktop license server.
Now, coming back to VDI deployment flavours. Windows Server 2016 offers the following deployment scenarios:
  • Virtual machine (VM)–based.  In this scenario, Windows 10 VMs run in a Hyper-V infrastructure. You use Remote Desktop Services to provide users remote connectivity to the VMs. You can use the VM-based deployment scenario with pooled or personal VM collections.
  • Session-based.  In this scenario, remote users connect to Remote Desktop Services in Windows Server 2016 and run their application in Windows Server 2016 sessions. Only Remote Desktop Services is required for this scenario.


Session-based Desktop Deployment
Windows MultiPoint Server 2012
VM-based Desktop Deployment
User operating system experience
Windows Server 2012 R2
Windows 8.1
Windows 8.1
Support for full-fidelity video, with coverage for all media types and highly synchronized audio, rich media support, Microsoft Silverlight, 3D graphics, and Windows Aero
Microsoft RemoteFX
Requires direct video–connected stations, USB zero client–connected stations, USB-over-Ethernet zero clients, or RDP–over-LAN with RemoteFX
Requires RemoteFX
Directly connect the VDI session to client USB devices
  • Standard RDP connection provides limited support of USB device
  • RemoteFX required for broader support of USB devices
  • Standard RDP connection provides limited support of USB device
  • Direct video–connected stations, USB zero client–connected stations, USB-over-Ethernet zero clients, or RDP-over-LAN with RemoteFX required for broader support of USB devices
  • Standard RDP connection provides limited support of USB device
  • RemoteFX required for broader support of USB devices
Supported client devices
Any device that supports RDP or RemoteFX (including Windows Thin PC)
Supports the following:
  • Direct video–connected stations
  • USB zero client–connected stations
  • USB-over-Ethernet zero clients
  • Any device that supports RDP or RemoteFX
Any device that supports RDP or RemoteFX (including Windows Thin PC)
Scaling
As many as hundreds of users for each server, but multiple servers can be added to scale to higher numbers
As many as 20 users
Up to hundreds of users for each server, but multiple servers can be added to scale to higher numbers
High availability


Supports load balancing and clustering of resources
Unavailable
Supports load balancing and clustering of resources


Also, below table provides a comparison of Pooled and Personal Virtual Desktop Collections.



Pooled
Personal
Changes are made to
Transient virtual hard disk
VM virtual hard disk
Changes saved after session ends
No (except for user profile changes)
Yes
VM instances
Single VM master image that all users in the collection share
Separate VM instances created from a mater VM for each user
Number of images to manage
One master image
An image for each user (after the VM instance is created)
Infrastructure services
  • Managed network
  • Remote Desktop Services
  • HyperV
  • Managed network
  • Remote Desktop Services
  • HyperV
Network connectivity
  • Support standard Remote Desktop Services by using low-bandwidth connections
  • RemoteFX connection requires medium- to high-bandwidth connections (depending on content being displayed)
  • Support standard Remote Desktop Services by using low-bandwidth connections
  • RemoteFX connection requires medium- to high-bandwidth connections (depending on content being displayed)
Storage requirements
  • Storage for master image and transient virtual hard disks
  • Storage for each User Profile Disk (if used)
Requires separate VM storage for each user; if the average storage for the master VM is 100 GB and there are 100 users, 10 TB of storage will be required
Manageability
Only one image to manage, so use stand-alone image-management tools; changes to the master image are reflected the next time a session is initiated
Manage by using technologies and products such as Group Policy, Windows Server Update Services, or Microsoft System Center 2012 R2 Configuration Manager
User flexibility
  • Users cannot install apps
  • Users cannot be an administrator on their VM
  • Users can install apps
  • Users can be an administrator on their VM
User profile storage
  • Transient virtual hard disk (VHD; user profile changes are lost)
  • User Profile Disk (user profile changes are retained)
Stored and retained in the VM VHDs
User, operating system, and app configuration management
  • Roaming Profiles
  • Folder Redirection
  • Microsoft User Experience Virtualization (UE-V)
  • Microsoft Application Virtualization (App-V)
  • User Profile Disk
  • Roaming Profiles
  • Folder Redirection
  • UE-V
  • App-V
  • Locally stored on VM


As mentioned earlier, Azure has added supported quite a while back and a standard deployment of RDS on Azure looks like below:-



































A highly available deployment that contains all necessary components to have the highest guaranteed uptime for your RDS environment will look like below:-




Hopefully, this would have given you a high level overview of RDS services. You can read more about it and what’s new is available in RDS 2016 on Microsoft official pages. A quick summary is available on a poster here.

12 comments :

  1. I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn’t stop reading. I am impressed with your work and skill. Thank you so much. Best Microsoft Azure Training in Delhi

    ReplyDelete
  2. When you use a genuine service, you will be able to provide instructions, share materials and choose the formatting style. curved monitor gaming

    ReplyDelete
  3. Business is a 24 hour a day event these days, with most business owners very rarely getting a break from working.  org chart templates

    ReplyDelete
  4. Very awesome!!! When I seek for this I found this website at the top of all blogs in search engine. UK RDP

    ReplyDelete
  5. This blog website is pretty cool! How was it made ! 50 insta likes

    ReplyDelete
  6. I agree with a lot of the points you made in this article. I appreciate the work you have put into this and hope you continue writing on this subject. Great content about microsoft azure.oracle cloud training in hyderabad

    ReplyDelete
  7. This comment has been removed by the author.

    ReplyDelete
  8. this looks good visit this <a href=https://bestappsapk.com/nulls-brawl-apk-v26-170-download-latest-version-2020/

    ReplyDelete
  9. visit this for problems https://bestappsapk.com/live-net-tv-apk-4-8/

    ReplyDelete
  10. Youtube create early access offers professional video editing features, and it is created by Google itself.

    ReplyDelete