Home » Questions » Computers [ Ask a new question ]

What's the difference between RDP vs VNC?

What's the difference between RDP vs VNC?

What's really the difference between the RDP and VNC?

Asked by: Guest | Views: 310
Total answers/comments: 2
Guest [Entry]

"RDP is semantic. The RDP is aware of controls, fonts, and other similar graphical primitives. This means that when rendering a screen across a network, this information is used to compress the data stream significantly. For instance, if you know that this region of the screen if occupied by a button, with the color grey, then you don't need to send an image of the button across the network, but merely information such as location of this button, size and color.

VNC is ""dumb"" in this respect, and largely functions by sending the actual images across the network.

RDP is tightly coupled to the Windows platform whereas VNC is available for most platforms. RDP is also seen as far more performant than VNC, due to the semantic advantage."
Guest [Entry]

RDP logs you into the remote system just like being at the console (just with lag and DirectX support isn't that good)... VNC just transmits keystrokes and mouse inputs blindly and receives the desktop in what amounts to a streaming video.