10.4.5. VNC
VNC or Virtual Network
Computing is in fact a remote display system which allows
viewing a desktop environment not only on the local machine on
which it is running, but from anywhere on the Internet and from a
wide variety of machines and architectures, including MS Windows
and several UNIX distributions. You could, for example, run MS Word
on a Windows NT machine and display the output on your Linux
desktop. VNC provides servers as well as clients, so the opposite
also works and it may thus be used to display Linux programs on
Windows clients. VNC is probably the easiest way to have X
connections on a PC. The following features make VNC different from
a normal X server or commercial implementations:
-
No state is stored at the viewer side: you can leave your desk
and resume from another machine, continuing where you left. When
you are running a PC X server, and the PC crashes or is restarted,
all remote applications that you were running will die. With VNC,
they keep on running.
-
It is small and simple, no installation needed, can be run from
a floppy if needed.
-
Platform independent with the Java client, runs on virtually
everything that supports X.
-
Sharable: one desktop may be displayed on multiple viewers.
-
Free.
More information can be found in the VNC client man pages
(man vncviewer) or on the
VNC website.