How an ethernet is like a phone line

Each dormitory at MIT (each parallel of East Campus) is on one ethernet.

Computers sharing an ethernet are like phones sharing a phone line. When you pick up one phone, you can hear someone speaking on another. To carry on multiple conversations, computers speak in brief bursts, called packets. Each packet contains a header that specifies, among other things, what computer sent the packet and what computer should receive it.

Normally, computers are configured to ignore any packets on the ethernet that they aren't supposed to receive. However, there are programs called ``packet sniffers'' designed to listen for other packets. These programs are useful diagnostic tools, but can also be used to sniff out the packets you send to a remote host when you telnet to it and type your password.

Protect your password

Sending your passwords across the network unencrypted is akin to leaving your keys in the laundry room. You expect people to be mature enough not to take them and do anything with them, but you never know. Use Kerberos authentication and encryption whenever possible.
Bruce R. Lewis / brlewis@mit.edu
$Date: 94/09/01 14:20:51 $