Why has VDI (Virtual Desktop Infrastructure) become such a major player in IT data centers?

What will be an ideal response?


VDI allows the IT staff to host all user desktop environments on virtual machines running on powerful data center hosts or servers. IT staff can quickly deploy new virtual desktop environments or update existing environments at the data center using administrative software tools as compared to going out to the user's office or having the user bring their computer into the data center for maintenance. In addition, the VDI allows the desktop environment to be accessed from any location using a variety of devices including notebooks, tablets, and smart phones. 

Computer Science & Information Technology

You might also like to view...

I have a pointer, nodePtr to a node that is a struct in a linked list. I want to access the member named data. I do this using the expression

a) nodePtr.data b) nodePtr->data c) *nodePtr.data d) (*nodePtr).data e) data is private, you can’t access data under any circumstances.

Computer Science & Information Technology

A cell reference is the column and ____ location of a cell.

A. block B. grid C. row D. line

Computer Science & Information Technology

When a worksheet is printed, the gridlines are not printed unless you specify that they should be. ?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Explain why the FAR and the FRR are inversely proportional.

What will be an ideal response?

Computer Science & Information Technology