What is the purpose of the RD session host?

What will be an ideal response?

The purpose of the RD session host is to securely redirect a client connection to a virtual machine. When a user requests a virtual machine, the RD session host queries the RD connection broker, which in turn provisions a virtual machine for the user and returns its IP address to the RD session host. The RD session host will then redirect the client to connect to the virtual machine by using the IP address.

Computer Science & Information Technology

You might also like to view...

What is the meaning of the declaration: String [][] a = new String [60][80]; ?

a) Create an array of 60 strings, each of size 80 characters. b) Create an array of 80 strings, each of size 60 characters. c) Create a two-dimensional array of strings with 60 columns and 80 rows. d) Create a two-dimensional array of strings with 60 rows and 80 columns.

Computer Science & Information Technology

Just as register addressing is analogous to direct addressing, ________ addressing is analogous to indirect addressing.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology