QUESTION
What is the difference between KRC / VNC type remote desktop and RDP
ANSWER
KRC/VNC and other remote control tools work by sending a picture of the desktop across the network. There are some optimizations, such as only sending parts of the screen which have changed, but that's essentially it - you see what is on the remote screen.
RDP, on the other hand, works by sending instructions on how to draw the screen to the client computer. Rather than sending a picture of a Window, the host machine sends a description of the window to the client machine, then the client machine is responsible for rendering an image and displaying it.
Since the client computer "understands" the image it has created for you, it can perform simple operations like moving windows without having to (a) send the mouse input to the host computer, (b) wait for the host computer to render the moved window, and (c) wait for the response. It can just calculate and draw the results for you right away.
This also allows the RDP session to be in different resolutions from the remote machine, as you are not looking at the remote desktop at all, you have a "session" which is not related to what is happening on the remote machine's display.
What is the difference between KRC / VNC type remote desktop and RDP
Have more questions?
Was this article helpful?
Provide feedback for the Documentation team!
Browse this section
- "A private session could not be established. Would you like to connect to a shared session instead?" Messsage
- 3rd party application on older Windows OS does not display correctly in KRC session
- Antivirus Exclusion list for Remote Control components.
- Does UAC have to be disabled for Remote Control to work?
- Domain Active Directory (AD) Password Reset
- Error when trying to start VNC session from Vista or Windows 7.
- How do I disable Kaseya Remote Control?
- How does KRC secure connections?
- How to disable Remote Control for a VSA User
- How to enable permissions to allow KRC on an Endpoint
- See more