Jeff said:
I thought so, but I am trying to understand: why can they be used in a Unix
environment but not under XP? What function is missing in XP and is there a
tool or utility that can be added to XP to permit it to do what Unix or
Linux can?
I used to use them in my office under Unix (and earlier even under an old OS
called "Concurrent DOS"). They allowed the creation of a much cheaper
network than networking multiple PCs.
Unix was originally written to support multiple simultaneous users
with only a command-line interface. These terminals, which can only
handle text, worked very well with that. Unix systems also have a
telnet daemon, which allows remote users to log on just and work just
as if they were at the system console. (Unix systems handle graphics
just fine these days, but it's still possible to do most anything from
the command line.)
Windows systems were written to be single-user, graphical systems. And
AFAIK, there's no telnet daemon for windows. Little or no thought was
ever given to making functions available at the command line, in
addition to through the GUI.