Slashdot Mirror


How Much Bandwidth Does VNC Require?

jhartnagle asks: "For VNC (Virtual Network Computing) we are trying to determine what the minimal bandwith would be on a network and still have a functional experience for the user (no or very little lag/latency). Information on any type of network connection would be useful, 10/100Mbps, cable/DSL, and modems. What are some of the setup parameters for the machine that would be the VNC server, x number of bits for color for example. Are there any white papers about VNC, bandwidth requirements and usability? Also, is there similar information about telnet? How low of baud rate can you go before it stops being functional? We would be interested in any academic and practical information. Thanks!" So does anyone have any rules of thumb or words of caution in allocating enough bandwidth here? Better yet, are there any good hints in accomplishing VNC over relatively low bandwidth networks?

12 of 88 comments (clear)

  1. One data point by Anonymous Coward · · Score: 3

    For a while I tried using a VNC server on Windows with an X-based VNC viewer on Linux. This is on a 10Mb/s ethernet network: the server and client were about five hops away.

    It was so slow as to be unuseable. Response latencies, repaint times and things not repainting when they should were constant problems. All and all it might be useful to do something quick, in an emergancy, but I never want to be subjected to it again. I'll stick with X thank-you-very-much

    1. Re:One data point by tzanger · · Score: 3

      It was so slow as to be unuseable. Response latencies, repaint times and things not repainting when they should were constant problems. All and all it might be useful to do something quick, in an emergancy, but I never want to be subjected to it again. I'll stick with X thank-you-very-much

      Try turning off "Poll entire screen" in the VNC server. I'm using TightVNC (google search it if you want it) over a DSL link to a VMWare session on a Cel450 located on moderately-loaded T1 and it's responsive enough to almost program over. (1024x768x32) -- if I drop to 8 bit colour it seems to get a little laggier but the screen updates are faster (duh).

      The trick for me was to make sure that "Poll Full Screen" was DISABLED. VNC is totally unusable over a 100mbps switched network if that option is set. I have all the others set (Poll window under cursor, foreground window, console windows and on event received) -- don't worry about the "only" clauses on some of them, that seems to be incorrect.

  2. vnc security by complex · · Score: 3

    it may be a bit off-topic, but it's worth mentioning, esp. since the poster included cable modems/dsl in his question.

    please please please use the AuthHosts setting if you have VNC installed on a publically accessible ip. it limits access by ip, ranges and wildcards are acceptable.

    considering the relatively weak default password sceme in vnc (including no delay in missed password attempts and no default attempt logging), it's a good first step in securing access.

    complex

  3. Have a look over here by Aphexian · · Score: 3

    I was surprised no one had mentioned TightVNC, yet.

    It is supposed to be anywhere between 5 and 75% thinner than even plain zlib compression on a VNC stream.

    The original goal appears (to me) to be usability over a dial-up. There are unix as well as win32 variants.

    Hope that helps, good luck!

  4. Check out www.rdesktop.org by Raleel · · Score: 3

    The rdesktop project implements RDP 4 (aka terminal services) on most unix platforms. I've been using it for the better part of a year as my only windows desktop. It rocks.

    I might also add that I have had no problem whatsoever with norton on terminal services.

    And as for a win98 client, you can make one off your win2k server. Look under your control panel.

    --
    -- Who is the bigger fool? The fool or the fool who follows him? --
  5. parameters to greatly increase performance by Raleel · · Score: 4

    especially over a slow connection...

    ssh -C -L localport:vncmachine:remoteport and tunnel it

    vncviewer -encodings "hextile"

    of course, I have not gotten to try tightvnc.

    --
    -- Who is the bigger fool? The fool or the fool who follows him? --
  6. VNC speed by AtariDatacenter · · Score: 3

    I can't give you a direct answer, and a lot of it depends on the application you are doing and how its drawing algorithm compares to X. It also depends on what settings you have on your VNC. (And I am assuming we're talking a VNC client on Windows and a VNC server on UNIX.)

    I can say that Netscape on X-Windows over a VPN was DOG SLOW to the point of being near unusuable (Netscape mail, specifically). Switching to VNC over my VPN made things dramatically faster.

    Of course, VNC doesn't quite act the same as a perfect X interface.

  7. Over ~600kbps it works fine. by Doco · · Score: 4

    My situation - my home is hanging off an 802.11 network and I get about 600kbps over that (give or take). My work is connected via T1 and we are about 9 hops away. Ping times around 60-100ms.

    I used VNC all day yesterday with screen resolutions of 1600x1200 @ 32 bits.
    Windoze 98 client, Windoze NT server.

    General performance was "ok". Pulling up a new window had a 1 second or so of lag, and once in a while the rxvt or xemacs screen wouldn't update until I clicked or did some typing in the window. I noticed it most if I was watching while I typed. Then it was ok sometimes, and sometimes I ran into more lag and could be 10-20 characters ahead in my typing from what was being displayed.

    I have tried using TightVNC which works ok - but I 've also had some stability problems with it. It is supposed to work better for low bandwidth applications, but I haven't been able to do a side-by-side type of comparison.

  8. VNC usage by OctaneZ · · Score: 5

    Note: this is not based on any white papers, but rather years of usage. VNC server from experience is much more adept on UNIX servers than on Windows. Remember if you are running Windows you can always change the polling to change what part of the screen gets updated (use less bandwidth). Another option to reduce bandwidth (this works on all servers/clients) is reduce the color to 8bit. Also the speed of the connection at the server is more important than at the client end. I have used a client on a Dial-up (29.6 kbps) to connect to windows and unix servers on a T1 line. Remember to keep your software up to date, as they make improvements to handling regularly.
    -OctaneZ

    "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones."

    1. Re:VNC usage by raju1kabir · · Score: 3
      Also the speed of the connection at the server is more important than at the client end.

      What on earth does that mean?

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
  9. TightVNC by const_k · · Score: 5
    Well, TightVNC has been mentioned here already but being the TightVNC developer, I'd like to add a number of points.

    First, to make things clear, TightVNC is a VNC version which mostly concentrates on low bandwidth usage. It can be more than usable on modem connections (starting from 14.4 kbps) but actual bandwidth requirements strongly depend on screen contents and color depth. If you want best performance over a slow link, first of all remove colorful wallpaper from your desktop (and maybe restrict color depth to 8 bits in VNC viewer).

    Next point. Most users know TightVNC for its 1.1 version which may be considered outdated at this moment. TightVNC development has made notable progress since then and bandwidth requirements are decreased a lot. Although new 1.2 release is not ready at this point, but (1) there are preview versions including most 1.2 functionality and (2) I hope it will be released less than in a week counting from now (I only have to do several changes in Win32 version).

    To let you know more what TightVNC is, here is a brief list of features for upcoming release, from new version of its homepage:

    • Local cursor handling. Cursor movements do not generate screen updates any more, remote cursor movements are processed locally by the viewer, so you do not see remote cursor pointer moving too slow behind the local cursor.
    • Efficient compression algorithms. New Tight encoding is optimized for slow and medium-speed connections and thus generates much less traffic as compared to traditional VNC encodings.
    • Configurable compression levels. You can choose any appropriate level of compromise between compression ratios and coding speed, depending on the your connection speed and processor power.
    • Optional JPEG compression. If you don't care too much about perfect image quality, you can enable JPEG coder which would compress color-rich screen areas much more efficiently (and image quality level is configurable too).
    • Operating under Unix and Windows. All new features listed above are available in both Unix and Win32 versions of TightVNC.
    • Web browser access. TightVNC includes Java viewer with support for Tight encoding and local cursor feature (viewer applet may be accessed via built-in HTTP server as in the standard VNC).
    • Automatic SSH tunneling on Unix. Unix version of TightVNC viewer can tunnel connections via SSH automatically using local SSH or OpenSSH client installation.
    • And more. A number of other improvements, performance optimizations and bugfixes, from me and from other people.

    As you can see, most major changes introduced in TightVNC are related to efficient bandwidth usage.

  10. Eh? by houTTni · · Score: 3

    I'm not sure what is going on with these other guys. I am running a Win2k Server box at home (no flames please) on cable modem (normally 40 up and 300 down) at 800x600 and 32bit and from my work (90mb fiber ring connected to our 10/100 switch) I get great speeds over VNC. I do use the 8bit pixel restrictions to speed it up even more.

    Over the local 10/100 at home there is no lag at all.


    "Press any key to begin."

    --


    "Press any key to begin."
    "AnyKey? Where's the AnyKey?" - Homer J. Simpson