home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / upc12bad.zip / rfc1178.txt < prev    next >
Text File  |  1992-11-29  |  19KB  |  452 lines

  1. Network Working Group                                          D. Libes
  2. Request for Comments: 1178                Integrated Systems Group/NIST
  3. FYI: 5                                                      August 1990
  4.  
  5.  
  6.                    Choosing a Name for Your Computer
  7.  
  8. Status of this Memo
  9.  
  10.    This FYI RFC is a republication of a Communications of the ACM
  11.    article on guidelines on what to do and what not to do when naming
  12.    your computer [1].  This memo provides information for the Internet
  13.    community.  It does not specify any standard.
  14.  
  15.    Distribution of this memo is unlimited.
  16.  
  17. Abstract
  18.  
  19.    In order to easily distinguish between multiple computers, we give
  20.    them names.  Experience has taught us that it is as easy to choose
  21.    bad names as it is to choose good ones.  This essay presents
  22.    guidelines for deciding what makes a name good or bad.
  23.  
  24.    Keywords: domain name system, naming conventions, computer
  25.    administration, computer network management
  26.  
  27. Introduction
  28.  
  29.    As soon as you deal with more than one computer, you need to
  30.    distinguish between them.  For example, to tell your system
  31.    administrator that your computer is busted, you might say, "Hey Ken.
  32.    Goon is down!"
  33.  
  34.    Computers also have to be able to distinguish between themselves.
  35.    Thus, when sending mail to a colleague at another computer, you might
  36.    use the command "mail libes@goon".
  37.  
  38.    In both cases, "goon" refers to a particular computer.  How the name
  39.    is actually dereferenced by a human or computer need not concern us
  40.    here.  This essay is only concerned with choosing a "good" name.  (It
  41.    is assumed that the reader has a basic understanding of the domain
  42.    name system as described by [2].)
  43.  
  44.    By picking a "good" name for your computer, you can avoid a number of
  45.    problems that people stumble over again and again.
  46.  
  47.    Here are some guidelines on what NOT to do.
  48.  
  49.  
  50.  
  51.  
  52. Libes                                                           [Page 1]
  53.  
  54. RFC 1178                   Name Your Computer                August 1990
  55.  
  56.  
  57.       Don't overload other terms already in common use.
  58.  
  59.          Using a word that has strong semantic implications in the
  60.          current context will cause confusion.  This is especially true
  61.          in conversation where punctuation is not obvious and grammar is
  62.          often incorrect.
  63.  
  64.          For example, a distributed database had been built on top of
  65.          several computers.  Each one had a different name.  One machine
  66.          was named "up", as it was the only one that accepted updates.
  67.          Conversations would sound like this: "Is up down?"  and "Boot
  68.          the machine up." followed by "Which machine?"
  69.  
  70.          While it didn't take long to catch on and get used to this
  71.          zaniness, it was annoying when occasionally your mind would
  72.          stumble, and you would have to stop and think about each word
  73.          in a sentence.  It is as if, all of a sudden, English has
  74.          become a foreign language.
  75.  
  76.       Don't choose a name after a project unique to that machine.
  77.  
  78.          A manufacturing project had named a machine "shop" since it was
  79.          going to be used to control a number of machines on a shop
  80.          floor.  A while later, a new machine was acquired to help with
  81.          some of the processing.  Needless to say, it couldn't be called
  82.          "shop" as well.  Indeed, both machines ended up performing more
  83.          specific tasks, allowing more precision in naming.  A year
  84.          later, five new machines were installed and the original one
  85.          was moved to an unrelated project.  It is simply impossible to
  86.          choose generic names that remain appropriate for very long.
  87.  
  88.          Of course, they could have called the second one "shop2" and so
  89.          on.  But then one is really only distinguishing machines by
  90.          their number.  You might as well just call them "1", "2", and
  91.          "3".  The only time this kind of naming scheme is appropriate
  92.          is when you have a lot of machines and there are no reasons for
  93.          any human to distinguish between them.  For example, a master
  94.          computer might be controlling an array of one hundred
  95.          computers.  In this case, it makes sense to refer to them with
  96.          the array indices.
  97.  
  98.          While computers aren't quite analogous to people, their names
  99.          are.  Nobody expects to learn much about a person by their
  100.          name.  Just because a person is named "Don" doesn't mean he is
  101.          the ruler of the world (despite what the "Choosing a Name for
  102.          your Baby" books say).  In reality, names are just arbitrary
  103.          tags.  You cannot tell what a person does for a living, what
  104.          their hobbies are, and so on.
  105.  
  106.  
  107.  
  108. Libes                                                           [Page 2]
  109.  
  110. RFC 1178                   Name Your Computer                August 1990
  111.  
  112.  
  113.       Don't use your own name.
  114.  
  115.          Even if a computer is sitting on your desktop, it is a mistake
  116.          to name it after yourself.  This is another case of
  117.          overloading, in which statements become ambiguous.  Does "give
  118.          the disk drive to don" refer to a person or computer?
  119.  
  120.          Even using your initials (or some other moniker) is
  121.          unsatisfactory.  What happens if I get a different machine
  122.          after a year?  Someone else gets stuck with "don" and I end up
  123.          living with "jim".  The machines can be renamed, but that is
  124.          excess work and besides, a program that used a special
  125.          peripheral or database on "don" would start failing when it
  126.          wasn't found on the "new don".
  127.  
  128.          It is especially tempting to name your first computer after
  129.          yourself, but think about it.  Do you name any of your other
  130.          possessions after yourself?  No.  Your dog has its own name, as
  131.          do your children.  If you are one of those who feel so inclined
  132.          to name your car and other objects, you certainly don't reuse
  133.          your own name.  Otherwise you would have a great deal of
  134.          trouble distinguishing between them in speech.
  135.  
  136.          For the same reason, it follows that naming your computer the
  137.          same thing as your car or another possession is a mistake.
  138.  
  139.       Don't use long names.
  140.  
  141.          This is hard to quantify, but experience has shown that names
  142.          longer than eight characters simply annoy people.
  143.  
  144.          Most systems will allow prespecified abbreviations, but why not
  145.          choose a name that you don't have to abbreviate to begin with?
  146.          This removes any chance of confusion.
  147.  
  148.       Avoid alternate spellings.
  149.  
  150.          Once we called a machine "czek".  In discussion, people
  151.          continually thought we were talking about a machine called
  152.          "check".  Indeed, "czek" isn't even a word (although "Czech"
  153.          is).
  154.  
  155.          Purposely incorrect (but cute) spellings also tend to annoy a
  156.          large subset of people.  Also, people who have learned English
  157.          as a second language often question their own knowledge upon
  158.          seeing a word that they know but spelled differently.  ("I
  159.          guess I've always been spelling "funxion" incorrectly.  How
  160.          embarrassing!")
  161.  
  162.  
  163.  
  164. Libes                                                           [Page 3]
  165.  
  166. RFC 1178                   Name Your Computer                August 1990
  167.  
  168.  
  169.          By now you may be saying to yourself, "This is all very
  170.          silly...people who have to know how to spell a name will learn
  171.          it and that's that." While it is true that some people will
  172.          learn the spelling, it will eventually cause problems
  173.          somewhere.
  174.  
  175.          For example, one day a machine named "pythagoris" (sic) went
  176.          awry and began sending a tremendous number of messages to the
  177.          site administrator's computer.  The administrator, who wasn't a
  178.          very good speller to begin with, had never seen this machine
  179.          before (someone else had set it up and named it), but he had to
  180.          deal with it since it was clogging up the network as well as
  181.          bogging down his own machine which was logging all the errors.
  182.          Needless to say, he had to look it up every time he needed to
  183.          spell "pythagoris".  (He suspected there was an abbreviation,
  184.          but he would have had to log into yet another computer (the
  185.          local nameserver) to find out and the network was too jammed to
  186.          waste time doing that.)
  187.  
  188.       Avoid domain names.
  189.  
  190.          For technical reasons, domain names should be avoided.  In
  191.          particular, name resolution of non-absolute hostnames is
  192.          problematic.  Resolvers will check names against domains before
  193.          checking them against hostnames.  But we have seen instances of
  194.          mailers that refuse to treat single token names as domains.
  195.          For example, assume that you mail to "libes@rutgers" from
  196.          yale.edu.  Depending upon the implementation, the mail may go
  197.          to rutgers.edu or rutgers.yale.edu (assuming both exist).
  198.  
  199.       Avoid domain-like names.
  200.  
  201.          Domain names are either organizational (e.g., cia.gov) or
  202.          geographical (e.g., dallas.tx.us).  Using anything like these
  203.          tends to imply some connection.  For example, the name "tahiti"
  204.          sounds like it means you are located there.  This is confusing
  205.          if it is really somewhere else (e.g., "tahiti.cia.gov is
  206.          located in Langley, Virginia?  I thought it was the CIA's
  207.          Tahiti office!").  If it really is located there, the name
  208.          implies that it is the only computer there.  If this isn't
  209.          wrong now, it inevitably will be.
  210.  
  211.          There are some organizational and geographical names that work
  212.          fine.  These are exactly the ones that do not function well as
  213.          domain names.  For example, amorphous names such as rivers,
  214.          mythological places and other impossibilities are very
  215.          suitable.  ("earth" is not yet a domain name.)
  216.  
  217.  
  218.  
  219.  
  220. Libes                                                           [Page 4]
  221.  
  222. RFC 1178                   Name Your Computer                August 1990
  223.  
  224.  
  225.       Don't use antagonistic or otherwise embarrassing names.
  226.  
  227.          Words like "moron" or "twit" are good names if no one else is
  228.          going to see them.  But if you ever give someone a demo on your
  229.          machine, you may find that they are distracted by seeing a
  230.          nasty word on your screen.  (Maybe their spouse called them
  231.          that this morning.)  Why bother taking the chance that they
  232.          will be turned off by something completely irrelevant to your
  233.          demo.
  234.  
  235.       Don't use digits at the beginning of the name.
  236.  
  237.          Many programs accept a numerical internet address as well as a
  238.          name.  Unfortunately, some programs do not correctly
  239.          distinguish between the two and may be fooled, for example, by
  240.          a string beginning with a decimal digit.
  241.  
  242.          Names consisting entirely of hexadecimal digits, such as
  243.          "beef", are also problematic, since they can be interpreted
  244.          entirely as hexadecimal numbers as well as alphabetic strings.
  245.  
  246.       Don't use non-alphanumeric characters in a name.
  247.  
  248.          Your own computer may handle punctuation or control characters
  249.          in a name, but most others do not.  If you ever expect to
  250.          connect your computer to a heterogeneous network, you can count
  251.          on a variety of interpretations of non-alphanumeric characters
  252.          in names.  Network conventions on this are surprisingly
  253.          nonstandard.
  254.  
  255.       Don't expect case to be preserved.
  256.  
  257.          Upper and lowercase characters look the same to a great deal of
  258.          internet software, often under the assumption that it is doing
  259.          you a favor.  It may seem appropriate to capitalize a name the
  260.          same way you might do it in English, but convention dictates
  261.          that computer names appear all lowercase.  (And it saves
  262.          holding down the shift key.)
  263.  
  264.    Now that we've heard what not to do, here are some suggestions on
  265.    names that work well.
  266.  
  267.       Use words/names that are rarely used.
  268.  
  269.          While a word like "typical" or "up" (see above) isn't computer
  270.          jargon, it is just too likely to arise in discussion and throw
  271.          off one's concentration while determining the correct referent.
  272.          Instead, use words like "lurch" or "squire" which are unlikely
  273.  
  274.  
  275.  
  276. Libes                                                           [Page 5]
  277.  
  278. RFC 1178                   Name Your Computer                August 1990
  279.  
  280.  
  281.          to cause any confusion.
  282.  
  283.          You might feel it is safe to use the name "jose" just because
  284.          no one is named that in your group, but you will have a problem
  285.          if you should happen to hire Jose.  A name like "sphinx" will
  286.          be less likely to conflict with new hires.
  287.  
  288.       Use theme names.
  289.  
  290.          Naming groups of machines in a common way is very popular, and
  291.          enhances communality while displaying depth of knowledge as
  292.          well as imagination.  A simple example is to use colors, such
  293.          as "red" and "blue".  Personality can be injected by choices
  294.          such as "aqua" and "crimson".
  295.  
  296.          Certain sets are finite, such as the seven dwarfs.  When you
  297.          order your first seven computers, keep in mind that you will
  298.          probably get more next year.  Colors will never run out.
  299.  
  300.          Some more suggestions are: mythical places (e.g., Midgard,
  301.          Styx, Paradise), mythical people (e.g., Procne, Tereus, Zeus),
  302.          killers (e.g., Cain, Burr, Boleyn), babies (e.g., colt, puppy,
  303.          tadpole, elver), collectives (e.g., passel, plague, bevy,
  304.          covey), elements (e.g., helium, argon, zinc), flowers (e.g.,
  305.          tulip, peony, lilac, arbutus).  Get the idea?
  306.  
  307.       Use real words.
  308.  
  309.          Random strings are inappropriate for the same reason that they
  310.          are so useful for passwords.  They are hard to remember.  Use
  311.          real words.
  312.  
  313.       Don't worry about reusing someone else's hostname.
  314.  
  315.          Extremely well-known hostnames such as "sri-nic" and "uunet"
  316.          should be avoided since they are understood in conversation as
  317.          absolute addresses even without a domain.  In all other cases,
  318.          the local domain is assumed to qualify single-part hostnames.
  319.          This is similar to the way phone numbers are qualified by an
  320.          area code when dialed from another area.
  321.  
  322.          In other words, if you have choosen a reasonable name, you do
  323.          not have to worry that it has already been used in another
  324.          domain.  The number of hosts in a bottom-level domain is small,
  325.          so it shouldn't be hard to pick a name unique only to that
  326.          domain.
  327.  
  328.  
  329.  
  330.  
  331.  
  332. Libes                                                           [Page 6]
  333.  
  334. RFC 1178                   Name Your Computer                August 1990
  335.  
  336.  
  337.       There is always room for an exception.
  338.  
  339.          I don't think any explanation is needed here.  However, let me
  340.          add that if you later decide to change a name (to something
  341.          sensible like you should have chosen in the first place), you
  342.          are going to be amazed at the amount of pain awaiting you.  No
  343.          matter how easy the manuals suggest it is to change a name, you
  344.          will find that lots of obscure software has rapidly accumulated
  345.          which refers to that computer using that now-ugly name.  It all
  346.          has to be found and changed.  People mailing to you from other
  347.          sites have to be told.  And you will have to remember that
  348.          names on old backup media labels correspond to different names.
  349.  
  350.          I could go on but it would be easier just to forget this
  351.          guideline exists.
  352.  
  353. Conclusion
  354.  
  355.    Most people don't have the opportunity to name more than one or two
  356.    computers, while site administrators name large numbers of them.  By
  357.    choosing a name wisely, both user and administrator will have an
  358.    easier time of remembering, discussing and typing the names of their
  359.    computers.
  360.  
  361.    I have tried to formalize useful guidelines for naming computers,
  362.    along with plenty of examples to make my points obvious.  Having been
  363.    both a user and site administrator, many of these anecdotes come from
  364.    real experiences which I have no desire to relive.  Hopefully, you
  365.    will avoid all of the pitfalls I have discussed by choosing your
  366.    computer's name wisely.
  367.  
  368. Credits
  369.  
  370.    Thanks to the following people for suggesting some of these
  371.    guidelines and participating in numerous discussions on computer
  372.    naming: Ed Barkmeyer, Peter Brown, Chuck Hedrick, Ken Manheimer, and
  373.    Scott Paisley.
  374.  
  375.    This essay first appeared in the Communications of the ACM, November,
  376.    1989, along with a Gary Larson cartoon reprinted with permission of
  377.    United Press Syndicate.  The text is not subject to copyright, since
  378.    it is work of the National Institute of Standards and Technology.
  379.    However, the author, CACM, and NIST request that this credit appear
  380.    with the article whenever it is reprinted.
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. Libes                                                           [Page 7]
  389.  
  390. RFC 1178                   Name Your Computer                August 1990
  391.  
  392.  
  393. References
  394.  
  395.    [1]  Libes, D., "Choosing a Name for Your Computer", Communications
  396.    of the ACM, Vol. 32, No. 11, Pg. 1289, November 1989.
  397.  
  398.    [2]  Mockapetris, P., "Domain Names - Concepts and Facilities",
  399.    RFC 1034, USC/Information Sciences Institute, November 1987.
  400.  
  401. Security Considerations
  402.  
  403.    Security issues are not discussed in this memo.
  404.  
  405. Author's Address
  406.  
  407.    Don Libes
  408.    Integrated Systems Group
  409.    National Institute of Standards and Technology
  410.    Gaithersburg, MD 20899
  411.  
  412.    Phone: (301) 975-3535
  413.  
  414.    EMail:  libes@cme.nist.gov
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444. Libes                                                           [Page 8]
  445.  
  446. --
  447. Katherine (Williams) Derbyshire
  448. kewms@kew.com
  449.  
  450. A heart full of courage and cheerfulness needs a little danger from time to
  451. time, or the world gets unbearable.             - Friedrich Nietzsche
  452.