Skip to content

Instantly share code, notes, and snippets.

@theamith
Last active December 14, 2015 21:19
Show Gist options
  • Save theamith/5150478 to your computer and use it in GitHub Desktop.
Save theamith/5150478 to your computer and use it in GitHub Desktop.
VNC vs RDP
RDP(Remote Desktop Protocol)
1. MSTSC(MicroSoft Terminal Services Client) uses RDP(Proprietary Software Developed by Microsoft).
2. RDP works by sending instructions on how to draw the screen to the client computer.
VNC(Virtual Network Computing)
1. VNC by sending a picture of the desktop across the network.
2. It uses RFB (Remote Frame Buffer) Protocol.
3. VNC is platform independent.
4. VNC protocol is pixel based. It sends raw pixel data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment