Here are some we may want to discuss and/or look for ...
    $ arp -a                       # list arp cache
    $ host cs.marlboro.college     # issue DNS to do lookup
    $ dig cs.marlboro.college      # similar, can specify server
    $ cat /etc/resolv.conf         # DNS config (unix)
    $ scutil --dns                 # DNS config (mac)
    $ ssh mahoney@shannon.marlboro.college
    $ scp file mahoney@shannon.marlboro.college: