この文書はRFC954の日本語訳(和訳)です。 この文書の翻訳内容の正確さは保障できないため、 正確な知識を求める方は原文を参照してください。 翻訳者はこの文書によって読者が被り得る如何なる損害の責任をも負いません。 この翻訳内容に誤りがある場合、訂正版の公開や、 誤りの指摘は適切です。 この文書の配布は元のRFC同様に無制限です。


Network Working Group                               K. Harrenstien (SRI)
Request for Comments: 954                                 M. Stahl (SRI)
Obsoletes:  RFC 812                                     E. Feinler (SRI)
                                                            October 1985

                             NICNAME/WHOIS
                        ニックネーム/WHOIS

STATUS OF THIS MEMO
この文書の状態


   This RFC is the official specification of the NICNAME/WHOIS protocol.
   This memo describes the protocol and the service.  This is an update
   of RFC 812.  Distribution of this memo is unlimited.
   このRFCはNICNAME/WHOISプロトコルの公式の仕様書です。このメモはプロ
   トコルとサービスを記述します。これはRFC812の更新です。このメモの配布
   は無制限です。

INTRODUCTION
はじめに

   The NICNAME/WHOIS Server is a TCP transaction based query/response
   server, running on the SRI-NIC machine (26.0.0.73 or 10.0.0.51), that
   provides netwide directory service to internet users.  It is one of a
   series of internet name services maintained by the DDN Network
   Information Center (NIC) at SRI International on behalf of the
   Defense Communications Agency (DCA).  The server is accessible across
   the Internet from user programs running on local hosts, and it
   delivers the full name, U.S. mailing address, telephone number, and
   network mailbox for DDN users who are registered in the NIC database.
   NICNAME/WHOISサーバーはインターネットユーザにネットワイ
   ドなディレクトリサービスを供給するSRI−NICマシン(26.0.0.
   73あるいは10.0.0.51)上で走るTCP処理に基づく問合せ/回答
   サーバーです。それは一連の防衛通信政府機関 (DCA)のためにSRI
   インターナショナルのDDNネットワーク情報センター(NIC)で維持さ
   れたインターネットネームサービスの1つです。サーバーはローカルなホス
   ト上で走っているユーザープログラムからインターネットを超えてアクセス
   可能で、これNICデータベースに登録されるDDNユーザーのフルネーム
   と合衆国郵便アドレスと電話番号とネットワークメールボックスを届けます。

   This server, together with the corresponding WHOIS Database can also
   deliver online look-up of individuals or their online mailboxes,
   network organizations, DDN nodes and associated hosts, and TAC
   telephone numbers.  The service is designed to be user-friendly and
   the information is delivered in human-readable format.  DCA strongly
   encourages network hosts to provide their users with access to this
   network service.
   このサーバーは、対応するWHOISデータベースと共に、個人あるいはグ
   ループのオンラインメールボックスとネットワーク組織とDDNノードと提
   携ホストとTAC電話番号のオンラインの検索を与えることができます。サー
   ビスはユーザ・フレンドリーであるよう意図され、情報はは人間が読むこと
   ができるフォーマットで届けられます。DCAはネットワークホストがユー
   ザにこのネットワークサービスを提供するよう強く奨励します。

WHO SHOULD BE IN THE DATABASE
データベースにあるべき人

   DCA requests that each individual with a directory on an ARPANET or
   MILNET host, who is capable of passing traffic across the DoD
   Internet, be registered in the NIC WHOIS Database.  MILNET TAC users
   must be registered in the database.  To register, send via electronic
   mail to REGISTRAR@SRI-NIC.ARPA your full name, middle initial, U.S.
   mailing address (including mail stop and full explanation of
   abbreviations and acronyms), ZIP code, telephone (including Autovon
   and FTS, if available), and one network mailbox.  Contact the DDN
   Network Information Center, REGISTRAR@SRI-NIC.ARPA or (800) 235-3155,
   for assistance with registration.
   DCAはDoDインターネットを通過するトラフィックを生成するARPA
   NETやMILNETホスト上にディレクトリを持っている個人がNICの
   WHOISデータベースに登録されることを要請します。MILNETのT
   ACユーザーがデータベースに登録されなくてはなりません。登録するため
   に、REGISTRAR@SRI-NIC.ARPAに電子メールであなたのフルネーム、ミドルイ
   ニシャル、合衆国郵便アドレス(メールストップと省略と頭字語の完全な説
   明を含めて)、郵便番号、電話番号(もし利用可能ななら、Autovon
   とFTSを含む)、ネットワークメールボックスを送信してください。登録
   援助のためにはDDNネットワーク情報センタ、REGISTRAR@SRI-NIC.ARPAあ
   るいは(800)235-3155に連絡を取ってください。

PROTOCOL
プロトコル

   To access the NICNAME/WHOIS server:
   NICNAME/WHOISサーバーにアクセスするために:

      Connect to the SRI-NIC service host at TCP service port 43
      (decimal).
      TCPサービスポート43(10進数)でSRI−NICサービスホス
      トに接続してください。

      Send a single "command line", ending with <CRLF> (ASCII CR and
      LF).
      <CRLF>(ASCIIコードのCRとLF)で終わる、1行のの「コマン
      ドライン」を送ってください。

      Receive information in response to the command line.  The server
      closes its connection as soon as the output is finished.
      コマンドラインに応えて情報を受信してください。サーバーは出力が終
      わるとその接続を閉じます。

EXISTING USER PROGRAMS
既存のユーザープログラム

   NICNAME is the global name for the user program, although many sites
   have chosen to use the more familiar name of "WHOIS".  There are
   versions of the NICNAME user program for TENEX, TOPS-20, and UNIX.
   The TENEX and TOPS-20 programs are written in assembly language
   (FAIL/MACRO), and the UNIX version is written in C. They are easy to
   invoke, taking one argument which is passed directly to the NICNAME
   server at SRI-NIC.  Contact NIC@SRI-NIC.ARPA for copies of the
   program.
   多くのサイトがよく知られている「WHOIS」の名前を使うことに決めたけれど
   も、NICNAMEがユーザープログラムのグローバルな名前です。NICNAMEユーザー
   プログラムには、TENEXと、TOPS-20と、UNIXのバージョンがあります。TENEX
   とTOPS-20プログラムはアセンプリ言語(FAIL/MACRO)で書かれ、UNIX
   バージョンはCで書かれます。それらの起動は容易で、SRI−NICの
   NICNAMEサーバーに直接渡される引数をとります。プログラムのコピー
   はNIC@SRI-NIC.ARPAに連絡を取ってください。

COMMAND LINES AND REPLIES
コマンドラインと応答

   A command line is normally a single name specification.  Note that
   the specification formats will evolve with time; the best way to
   obtain the most recent documentation on name specifications is to
   give the server a command line consisting of "?<CRLF>" (that is, a
   question-mark alone as the name specification).  The response from
   the NICNAME server will list all possible formats that can be used.
   The responses are not currently intended to be machine-readable; the
   information is meant to be passed back directly to a human user.  The
   following three examples illustrate the use of NICNAME as of October
   1985.
   コマンドラインは通常ひとつの名前仕様です。仕様フォーマットが時間と共
   に変化するであろうことを注意してください;名前仕様の最新文書を得る最
   もよい方法は、"?<CRLF>"(つまり疑問符だけの名前仕様)からなるコマン
   ドラインをサーバーに与える事です。NICNAMEサーバーからの回答は
   使えるすべてのフォーマットをリストアップするでしょう。反応は現在機械
   に読める事を意図していません;情報は直接人間のユーザーに手渡されるこ
   とを意図されています。次の3つの例は1985年10月の時点でのNIC
   NAMEの使用を例示します。

   ---------------------------------------------------------------------

      Command line: ?
      Response:

      Please enter a name or a NIC handle, such as "Smith" or "SRI-NIC".
      Starting with a period forces a name-only search; starting with
      exclamation point forces handle-only.  Examples:

         Smith     [looks for name or handle SMITH]
         !SRI-NIC  [looks for handle SRI-NIC only]
         .Smith, John
                   [looks for name JOHN SMITH only]

      Adding "..." to the argument will match anything from that point,
      e.g. "ZU..." will match ZUL, ZUM, etc.

      To search for mailboxes, use one of these forms:

         Smith@    [looks for mailboxes with username SMITH]
         @Host     [looks for mailboxes on HOST]
         Smith@Host
                   [Looks for mailboxes with username SMITH on HOST]

      To obtain the entire membership list of a group or organization,
      or a list of all authorized users of a host, precede the name of
      the host or organization by an asterisk, i.e. *SRI-NIC. [CAUTION:
      If there are a lot of members, this will take a long time!]  You
      may use exclamation point and asterisk, or a period and asterisk
      together.

   ---------------------------------------------------------------------

   Command line: fischer
   Response:

   Fischer, Charles (CF17)     fischer@UWISC        (608) 262-1204
   Fischer, Herman (HF)        HFischer@USC-ECLB    (818) 902-5139
   Fischer, Jeffery H. (JHF1)  FISCHER@LL-XN        (617) 863-5500
                                                    ext 4403 or 4689
   Fischer, Kenneth (KF8)      SAC.SIUBO@USC-ISIE   (402) 294-5161
                                                    (AV)  271-5161
   Fischer, Marty (MF28)       MFISCHER@DCA-EMS     (703) 437-2344
   Fischer, Michael J. (MJF)   FISCHER@YALE         (203) 436-0744
   Fischer, Nancy C. (NANCY)   FISCHER@SRI-NIC      (415) 859-2539
   Fischer, Richard A. (RAF4)  Fisher Richa@LLL-MFE (415) 422-5032

   To single out any individual entry, repeat the command using the
   argument "!HANDLE" instead of "NAME", where the handle is in
   parentheses following the name.

   ---------------------------------------------------------------------

      Command line: !nancy
      Response:

         Fischer, Nancy C. (NANCY)    FISCHER@SRI-NIC SRI International
         Telecommunication Sciences Center
         333 Ravenswood Avenue, EJ289
         Menlo Park, California 94025
         Phone: (415) 859-2539
         MILNET TAC user

   ---------------------------------------------------------------------

BIBLIOGRAPHY
文献目録

   1. Harrenstien, K., and White, V., "NICNAME/WHOIS," RFC-812, Network
      Information Center, SRI International, March 1982.

   2. Harrenstien, K., "NAME/FINGER," RFC-742, Network Information
      Center, SRI International, December 1977.

Japanese translation by Ishida So