Why is RDP so fast compared to other remote control software?
RDP is a specific protocol which allows to transmit low-level screen drawing operations. It is also aware of pixmap entities on the screen. For example it understands when an icon is drawn and caches it (typically in a lossy compressed format) on the client side. Other software does not have this low-level access: It waits … Read more