Remote Desktop Connection
Remote Desktop Connection is a technology that allows you to sit at a computer (sometimes called the client computer) and connect to a remote computer (sometimes called the host computer) in a different location.
The SPICE project aims to provide a complete open source solution for remote access to virtual machines in a seamless way so you can play videos, record audio, share usb...
spice could be divided into 4 different components: protocol, client, server and guest. the protocol is the specification in the communication of the three other components; a client such as remoteviewer is responsible to send data and translate the data from the virtual machine (vm) so you can interact with it; the spice server is the library used by the hypervisor in order to share the vm under spice protocol; and finally, the guest side is all the software that must be running in the vm in order to make spice fully functional, such as the qxl driver and spice vdagent.
remote-desktop-access virtualization virtual-desktop
Remote Desktop Connection is a technology that allows you to sit at a computer (sometimes called the client computer) and connect to a remote computer (sometimes called the host computer) in a different location.
Free Windows