UltraVNC :: View topic - Microsoft Windows Remote Desktop V.S. UltraVNC
UltraVNC
Discussions about UltraVNC and with the UltraVNC developers
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RulesRules   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Microsoft Windows Remote Desktop V.S. UltraVNC

 
Post new topic   Reply to topic    UltraVNC Forum Index -> Feature requests
View previous topic :: View next topic  
Author Message
Peter12345
Guest




#1|PostPosted: 2005-09-26 23:22    Post subject: Microsoft Windows Remote Desktop V.S. UltraVNC Reply with quote

I like to use Microsoft Windows Remote Desktop rather than VNC (and all its variants.) Because Remote Desktop is really faster than VNCs very much. I think it has a bulit-in caching function.

Also, the UltraVNC's mirror video driver has a bug in some video card drivers.....

So I hope that the next version of VNC can beat MS Remote Desktop!!!!
Back to top
bevtech
Super-Mod
bevtech


Joined: 2005-08-03 14:07
Posts: 2597
Topics: 127
Location: Pennsylvania, United States

#2|PostPosted: 2005-10-22 17:16    Post subject: Reply with quote

So do I but try to run Remote Desktop over a dialup connection or Outside of a LAN and see what you get... Very...Very Slowwwww...Very Happy my biggest complaint on Remote Desktop is that the user can not see what you are doing. Razz
_________________
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..Wink
Back to top
View user's profile Send private message
OhMyGoat



Joined: 2005-05-15 02:35
Posts: 103
Topics: 17

#3|PostPosted: 2005-10-23 04:33    Post subject: Reply with quote

i can tell you that i use remote desktop over gprs (no i'm not joking 3kb/s down and 1kb/s upload and huge delay) and it performs VERY VERY better than ultravnc, really a lot better with themes and everything enabled (except background).

ultravnc works at a "near" same speed (it's still very slow however) only with themes disabled 256color and server-scaled screen however it never reachs the awesome speed that remote desktop has in those situations. even tight compression with lowest jpeg quality still can't reach that speed.

remote desktop in fact has an huge on-disk cache that makes the difference when using it over slow connections since all the recurring screen pattern are sent only once. probably if ultravnc had a similar caching mechanism it would perform as well as remote desktop.

if remote desktop work slower then you enabled remote disks remote printers background etc that make a lot more traffic.


Last edited by OhMyGoat on 2005-10-23 04:35; edited 1 time in total
Back to top
View user's profile Send private message
Jan
Guest




#4|PostPosted: 2005-10-31 23:42    Post subject: Reply with quote

Hi,

I can confirm that.

Remote Desktop is with Full-Colored Screen very faster than VNC.

It also reacts better than vnc.

VNC over slow connections with Tight Protocol and 8 colors, or even with black and white settings is slower and looks poor.

VNC over local-LAN is better than RDP, because the Screen looks very better with the Video Hook Driver installed.


So RDP has good use-points (better on slow connections, session based, and is installed on 2000 Server, 2003 Server and XP, out of the box)

And also UltraVNC has its good use points (direct screen copy, better screen look on fast connections, user can see what you do, simpler to administer)

So if UltraVNC is (with full-colored screen) as fast as RDP, i wouldn't use RDP anymore.

Greetings from Germany
Jan Lange
Back to top
redge
Super-Mod
redge


Joined: 2004-07-03 17:05
Posts: 8122
Topics: 423
Location: Switzerland - Geneva

#5|PostPosted: 2005-11-01 00:19    Post subject: Reply with quote

Rudi or any interesting developer working to cross optimize code between 2 system (RFB for improve cache handling missing versus RDP with a lot of feature already exist on rdp protocol

xrdp alpha stage (test only VNC authentication, do not test on production computer.)

http://sc.uvnc.com/v2/winvnc+rdp.zip
(alpha stage, no audio, no printer)

(xrdp?)+lzo+raknet+irrlicht over UDP (fastest data transmission)
http://forum.ultravnc.net/viewtopic.php?t=4424
_________________
UltraVNC 1.0.8.2 release (built 20091207)
OS Win: xp pro sp3 + vista business sp2 + 7 home
only experienced user, not developer
Back to top
View user's profile Send private message
redge
Super-Mod
redge


Joined: 2004-07-03 17:05
Posts: 8122
Topics: 423
Location: Switzerland - Geneva

#6|PostPosted: 2005-12-10 04:56    Post subject: xrdp rfb and rdp protocol into single remote software Reply with quote

xrdp
allow VNC and RDP protocol from single program is fantastic

from windows, you can connect to vnc server (Mac, *nix)
from windows you can connect to xrdp server (remote desktop (Windows NT4, 2000, XP, 2003 and make availability to windows 95?, 98, 98SE, ME
so, nobody forgotten.

accept transparent NTLM connection from any client xrdp (Mac, *nix, etc)
with the correct right access (aka single sign on)

I know there exist alpha stage (sound very good)
XP Remote Desktop vs. UltraVNC.
_________________
UltraVNC 1.0.8.2 release (built 20091207)
OS Win: xp pro sp3 + vista business sp2 + 7 home
only experienced user, not developer
Back to top
View user's profile Send private message
takeda



Joined: 2005-07-12 00:50
Posts: 11

#7|PostPosted: 2005-12-30 09:04    Post subject: Reply with quote

Anyone have an idea how to enable RDP on windows 2000 pro?

I know it's possible (they use exactly same kernel) I did it once, but it wasn't really clean solution... Smile
Back to top
View user's profile Send private message
lizard
Former moderator


Joined: 2004-05-03 07:43
Posts: 193
Topics: 3

#8|PostPosted: 2005-12-30 11:24    Post subject: Reply with quote

The speed contradiction is very much caused from the RFB protocol's design. It was designed as a multi-platform protocol and only defines simple rectangle image transfer methods. Moreover the RFB is strongly stuck into GDI so it can handle text as text, icons as cached small image etc.
What I must regret is that it has much higher full-color picture compression and still sucks against RDP in the speed in situations it's handling full-color images, because of the inferiority of network utilization.
_________________
Lizard
Back to top
View user's profile Send private message Visit poster's website
redge
Super-Mod
redge


Joined: 2004-07-03 17:05
Posts: 8122
Topics: 423
Location: Switzerland - Geneva

#9|PostPosted: 2005-12-31 13:03    Post subject: Reply with quote

lizard wrote:
What I must regret is that it has much higher full-color picture compression and still sucks against RDP in the speed in situations it's handling full-color images, because of the inferiority of network utilization.

lizard, you fixed it with ijl.dll, right and code modification, right ?
_________________
UltraVNC 1.0.8.2 release (built 20091207)
OS Win: xp pro sp3 + vista business sp2 + 7 home
only experienced user, not developer
Back to top
View user's profile Send private message
lizard
Former moderator


Joined: 2004-05-03 07:43
Posts: 193
Topics: 3

#10|PostPosted: 2005-12-31 14:03    Post subject: Reply with quote

redge wrote:
lizard, you fixed it with ijl.dll, right and code modification, right ?

If my analysis is correct, bottle necks are lying on the RFB protocol, update detection and rendering. But so far no one tried the update detection part.
Next time they're digging into it and I believe it's going to make real difference, combined with the derived works of recent speed experiments :>
_________________
Lizard
Back to top
View user's profile Send private message Visit poster's website
Guest
Guest




#11|PostPosted: 2006-01-22 16:24    Post subject: Reply with quote

I've used UltraVNC over a LAN for sometime now & have been very satisfied. Recently, however, I resurrected an old laptop to use as a thin client and web browser. This laptop has a max 800X600 screen.

I’ve found the Remote Desktop works much better as a thin client simply because it adjusts the resolution of the server machine to match the client resolution. Using UltraVNC’s scaling made the desktop impossible to read. Without scaling, scrolling around was quite annoying.

Bottom line: I’m using both on my network. I guess each system has its advantages given the circumstances your in
Back to top
Da GMan
Guest




#12|PostPosted: 2006-02-08 20:22    Post subject: Speed Reply with quote

VNC speed is very frustrating, RDP and RAdmin offer way beter speeds and RAdmin offers 16 color for slow connections. Pity really as none offer the security of VNC. rc 19 still seems fastest and most stable, 1.01 is stable but so slow it is unusable on many servers.

My 2 cents worth, still great effort and good for LAN use.

Da GMan Crazy
Back to top
Display posts from previous:   
Post new topic   Reply to topic    UltraVNC Forum Index -> Feature requests All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Portions © 2004-2007 by -=Assarbad=- / v1.7d
If you need to contact the forum admins, please use the PM feature or the contact form.

Powered by phpBB © 2001, 2005 phpBB Group