Path: utzoo!attcan!uunet!husc6!bloom-beacon!apple!bionet!agate!pasteur!ucbvax!MATHOM.CISCO.COM!BILLW From: BILLW@MATHOM.CISCO.COM (William Westfield) Newsgroups: comp.protocols.tcp-ip Subject: Re: Telnet, Rlogin, and Terminal Servers Message-ID: <12444330294.8.BILLW@MATHOM.CISCO.COM> Date: 6 Nov 88 08:27:57 GMT References: <28610.8811011706@brahma.cs.hw.ac.uk> Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 No one else has mentioned it, but it is worth pointing out that RLOGIN can be made more efficient than TELNET, since a TELNET implementation has to look at the data stream looking for IACs, whereas RLOGIN (or SUPDUP) doesn't. This is not an issue one most unix systems, where scanning the data stream is not the limiting factor, but it can make a big difference in a terminal server, where you have (for example) a poor 68020 trying to deal with 96 terminal lines. Bill Westfield cisco Systems. -------