Architectural overview
So what does the architecture look like, and how does the hosted application feature work when compared to the virtual desktop machine brokering? In terms of the architecture, delivering hosted applications is handled in pretty much the same way as virtual desktop machines are managed and brokered.
Horizon View acts as the broker, using the same connection server, but instead of brokering a virtual desktop machine that would be running on the ESXi host server, it is now brokering an application session that is running on a Microsoft Windows server, configured with the RDSH role and the applications installed on it.
The following diagram gives you a high-level outline of the architecture for delivering hosted applications:
So how does the hosted application feature work?
Once authenticated, the client sends a
<get-launch-items>
request to the connection server to request a list of all the entitled application sessions, applications, and desktops for that user. The...