Map Development Area (MDA)
Location:
_/_
internet
_/_
telnet-ssh
_/_
telnet
| Telnet |
|
|
Types:
|
-
usage
-
for interactive access to remote machine -- for debugging text-based protocols (HTTP, SMTP, ...) -- for service discovery
-
drawbacks
-
data and password in clear -- expensive: one keystroke -> 3 TCP packets
-
history
-
in earlier times used to access cataloques, databases, services, etc -> mostly replaced by the web
-
invocation
-
telnet []
-
Comment:
-
runs on top of TCP/IP; default server port 23
|
|
|