P
P
Pyotr Kurnyakov2021-12-08 21:54:00
VNC
Pyotr Kurnyakov, 2021-12-08 21:54:00

What are the remote desktop protocols?

I want to try to write a remote desktop system myself. I dug out that the most popular protocol in this regard is RDP, and its multifaceted implementations. There is also an RFB that runs VNC. What else is there? How, for example, are streaming systems implemented? (Same Parsec and GFN)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Gregory, 2021-12-09
@pupptmstr

there is also the NX protocol , x2go is made on it https://wiki.x2go.org/doku.php
and protocols using video codecs such as blog.x-row.net/?p=2455 and https://aspia.org/ doku.php?id=ru:start
and many others
https://github.com/AllaKore-Remote/AllaKore_Remote
https://rvisit.net/index.html?lang=eng

H
hint000, 2021-12-09
@hint000

https://ru.wikipedia.org/wiki/SPICE_(protocol)

V
Vasily Bannikov, 2021-12-08
@vabka

How, for example, are streaming systems implemented? (Same Parsec and GFN)

With the help of proprietary protocols, which can be seen if you compare the quality of communication and pictures from different services.
There are two tasks here:
Transfer control data
with minimum delay Also transfer the image with minimum delay, but also with minimum traffic, but preferably without compression artifacts, and at least 30 frames per second.
Both tasks are solved in different ways, so, most likely, two protocols are used at once

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question