Difference between revisions of "Remote login"

From Clinfowiki
Jump to: navigation, search
Line 1: Line 1:
 
'''Remote login''' is a method to connect to a computer or a resource from another computer, usually to [[access control|access]] information or programs on the former.
 
'''Remote login''' is a method to connect to a computer or a resource from another computer, usually to [[access control|access]] information or programs on the former.
  
Remote Login: A client-server program and protocol that provides an interactively command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal.
+
'''Remote Login''': A client-server program and protocol that provides an interactively command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal.
  
 
A client-server program and protocol that provides an interactivel command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal. rlogin is the BSD Unix program and protocol for this, telnet is an earlier, more widely implemented protocol.
 
A client-server program and protocol that provides an interactivel command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal. rlogin is the BSD Unix program and protocol for this, telnet is an earlier, more widely implemented protocol.

Revision as of 21:48, 20 October 2011

Remote login is a method to connect to a computer or a resource from another computer, usually to access information or programs on the former.

Remote Login: A client-server program and protocol that provides an interactively command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal.

A client-server program and protocol that provides an interactivel command line interface to a remote computer, using a protocol over a computer network, simulating a locally attached terminal. rlogin is the BSD Unix program and protocol for this, telnet is an earlier, more widely implemented protocol.