Tech-invite3GPPspaceIETFspace
959493929190898887868584838281807978777675747372717069686766656463626160595857565554535251504948474645444342414039383736353433323130292827262524232221201918171615141312111009080706050403020100
in Index   Prev   Next

RFC 1062

Internet numbers

Pages: 65
Obsoletes:  1020
Obsoleted by:  11171166
Part 1 of 3 – Pages 1 to 19
None   None   Next

ToP   noToC   RFC1062 - Page 1
Network Working Group                                         S. Romano
Request for Comments: 1062                                     M. Stahl
Obsoletes RFCs: 1020, 997, 990, 960, 943,                     M. Recker
923, 900, 870, 820, 790, 776, 770, 762,                     August 1988
758, 755, 750, 739, 604, 503, 433, 349
Obsoletes IENs:  127, 117, 93



                            INTERNET NUMBERS


STATUS OF THIS MEMO

This memo is an official status report on the network numbers used in
the Internet community.  Distribution of this memo is unlimited.

Introduction

   This Network Working Group Request for Comments documents the
   currently assigned network numbers and gateway autonomous systems.
   This RFC will be updated periodically, and in any case current
   information can be obtained from Hostmaster at the DDN Network
   Information Center (NIC).

         Hostmaster
         DDN Network Information Center
         SRI International
         333 Ravenswood Avenue
         Menlo Park, California  94025

         Phone: 1-800-235-3155

         Network mail: HOSTMASTER@SRI-NIC.ARPA

   Most of the protocols used in the Internet are documented in the RFC
   series of notes.  Some of the items listed are undocumented.  Further
   information on protocols can be found in the memo "Official Internet
   Protocols" [32].  The more prominent and more generally used are
   documented in the "DDN Protocol Handbook" [12] prepared by the NIC.
   Other collections of older or obsolete protocols are contained in the
   "Internet Protocol Transition Workbook" [13], or in the "ARPANET
   Protocol Transition Handbook" [14].  For further information on
   ordering the complete 1985 DDN Protocol Handbook, contact the
   Hostmaster.

   The lists below contain the name and network mailbox of the
   individuals responsible for each registered network or autonomous
ToP   noToC   RFC1062 - Page 2
   system.  The bracketed entry, e.g., [nn,iii], at the right hand
   margin of the page indicates a reference for the listed network or
   autonomous system, where the number ("nn") cites the document and the
   letters ("iii") cite the NIC Handle of the responsible person.  The
   NIC Handle is a unique identifier that is used in the NIC
   WHOIS/NICNAME service.  People occasionally change electronic
   mailboxes.  To find out the current network mailbox or phone number
   for an individual, or to get information about a registered network,
   use the NIC WHOIS/NICNAME service or contact HOSTMASTER@SRI-NIC.ARPA.

   The convention used for the documentation of Internet Protocols is to
   express numbers in decimal and to picture data in "big-endian" order
   [8].  That is, fields are described left to right, with the most
   significant octet on the left and the least significant octet on the
   right.

   The order of transmission of the header and data described in this
   document is resolved to the octet level.  Whenever a diagram shows a
   group of octets, the order of transmission of those octets is the
   normal order in which they are read in English.  For example, in the
   following diagram the octets are transmitted in the order they are
   numbered.

       0                   1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       1       |       2       |       3       |       4       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       5       |       6       |       7       |       8       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       9       |      10       |      11       |      12       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                        Transmission Order of Bytes

   Whenever an octet represents a numeric quantity the left most bit in
   the diagram is the high order or most significant bit.  That is, the
   bit labeled 0 is the most significant bit.  For example, the
   following diagram represents the value 170 (decimal).

                             0 1 2 3 4 5 6 7
                            +-+-+-+-+-+-+-+-+
                            |1 0 1 0 1 0 1 0|
                            +-+-+-+-+-+-+-+-+
                           Significance of Bits

   Similarly, whenever a multi-octet field represents a numeric quantity
   the left most bit of the whole field is the most significant bit.
ToP   noToC   RFC1062 - Page 3
   When a multi-octet quantity is transmitted the most significant octet
   is transmitted first.

                              NETWORK NUMBERS

   The network numbers listed here are used as internet addresses by the
   Internet Protocol (IP) [12,27].  The IP uses a 32-bit address field
   and divides that address into a network part and a "rest" or local
   address part.  The division takes 4 forms or classes.

   The first type of address, or class A, has a 7-bit network number and
   a 24-bit local address.  The highest-order bit is set to 0.  This
   allows 128 class A networks.

                           1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |0|   NETWORK   |                Local Address                  |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                              Class A Address

   The second type of address, class B, has a 14-bit network number and
   a 16-bit local address.  The two highest-order bits are set to 1-0.
   This allows 16,384 class B networks.

                           1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |1 0|           NETWORK         |          Local Address        |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                              Class B Address

   The third type of address, class C, has a 21-bit network number and a
   8-bit local address.  The three highest-order bits are set to 1-1-0.
   This allows 2,097,152 class C networks.

                           1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |1 1 0|                    NETWORK              | Local Address |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                              Class C Address

   The fourth type of address, class D, is used as a multicast address
   [11].  The four highest-order bits are set to 1-1-1-0.
ToP   noToC   RFC1062 - Page 4
                           1                   2                   3
       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |1 1 1 0|                  multicast address                    |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                              Class D Address


   Note:  No addresses are allowed with the four highest-order bits set
   to 1-1-1-1.  These addresses, called "class E", are reserved.

   One commonly used notation for internet host addresses divides the
   32-bit address into four 8-bit fields and specifies the value of each
   field as a decimal number with the fields separated by periods.  This
   is called the "dotted decimal" notation.  For example, the internet
   address of VENERA.ISI.EDU in dotted decimal is 010.001.000.052, or
   10.1.0.52.

   The dotted decimal notation will be used in the listing of assigned
   network numbers.  The class A networks will have nnn.rrr.rrr.rrr, the
   class B networks will have nnn.nnn.rrr.rrr, and the class C networks
   will have nnn.nnn.nnn.rrr, where nnn represents part or all of a
   network number and rrr represents part or all of a local address.

   There are four catagories of users of Internet Addresses: Research,
   Defense, Government (Non-Defense), and Commercial.  To reflect the
   allocation of network identifiers among the categories, a one-
   character code is placed to the left of the network number: R for
   Research, D for Defense, G for Government, and C for Commercial (see
   Appendix A for further details on this division of the network
   identification).

   Network numbers are assigned for networks that are connected to the
   research Internet and operational Internet, and for independent
   networks that use the IP family protocols (these are usually
   commercial).  These independent networks are marked with an asterisk
   preceding the number.

   The administrators of independent networks must apply separately for
   permission to interconnect their network with the Internet.
   Independent networks should not be listed in the working tables of
   the Internet hosts or gateways.

   For various reasons, the assigned numbers of networks are sometimes
   changed.  To ease the transition the old number will be listed for a
   transition period as well.  These "old number" entries will be marked
   with a "T" following the number and preceding the name, and the
ToP   noToC   RFC1062 - Page 5
   network name will be suffixed "-TEMP".

   Special Addresses:

   In certain contexts, it is useful to have fixed addresses with
   functional significance rather than as identifiers of specific hosts.

              The address zero is to be interpreted as meaning "this",
              as in "this network".

              For example, the address 0.0.0.37 could be interpreted as
              meaning host 37 on this network.

   The address of all ones are to be interpreted as meaning "all", as in
   "all hosts".

   For example, the address 128.9.255.255 could be interpreted as
   meaning all hosts on the network 128.9.

   The class A network number 127 is assigned the "loopback" function,
   that is, a datagram sent by a higher level protocol to a network 127
   address should loop back inside the host.  No datagram "sent" to a
   network 127 address should ever appear on any network anywhere.
ToP   noToC   RFC1062 - Page 6
Class A Networks

    * Internet Address   Network          Name               References
    - ----------------   -------          ----               ----------
      0.rrr.rrr.rrr      Reserved        Reserved                 [JBP]
      1.rrr.rrr.rrr-2.rrr.rrr.rrr        Unassigned               [NIC]
    C 3.rrr.rrr.rrr      GE-INTERNET     GE TCP/IP Net          [JEB50]
    R 4.rrr.rrr.rrr      SATNET          Atlantic Sat Net         [SHB]
      5.rrr.rrr.rrr      Unassigned      Unassigned               [NIC]
    D 6.rrr.rrr.rrr  T   YPG-NET         Yuma Proving Grounds   [4,BWA]
    D 7.rrr.rrr.rrr  T   EDN-TEMP        DCEC EDN                 [EC5]
    R 8.rrr.rrr.rrr  T   BBN-NET-TEMP    BBN Net                 [JSG5]
      9.rrr.rrr.rrr      Unassigned      Unassigned               [NIC]
    R 10.rrr.rrr.rrr     ARPANET         ARPANET              [4,JS283]
    D 11.rrr.rrr.rrr     DODIIS          DoD Intel Info Sys       [AY5]
    C 12.rrr.rrr.rrr     ATT             ATT Bell Labs           [MH82]
    C 13.rrr.rrr.rrr     XEROX-NET       XEROX Internet       [39,JNL1]
    C 14.rrr.rrr.rrr     PDN             Public Data Net        [JS283]
    R 15.rrr.rrr.rrr     HP-INTERNET     HP-INTERNET           [13,WU1]
      16.rrr.rrr.rrr-17.rrr.rrr.rrr      Unassigned               [NIC]
    R 18.rrr.rrr.rrr  T  MIT-TEMP        MIT Net            [7,31,DDC1]
      19.rrr.rrr.rrr-20.rrr.rrr.rrr      Unassigned               [NIC]
    D 21.rrr.rrr.rrr     DDN-RVN         DDN-RVN                  [MLC]
    D 22.rrr.rrr.rrr     DISNET          DISNET                  [JM28]
    D 23.rrr.rrr.rrr     DDN-TC-NET      DDN-TestCell-Net        [DH17]
      24.rrr.rrr.rrr     Unassigned      Unassigned               [NIC]
    R 25.rrr.rrr.rrr     RSRE-EXP        RSRE-EXP                [CDB4]
    D 26.rrr.rrr.rrr     MILNET          MILNET                  [TMH6]
    R 27.rrr.rrr.rrr  T  NOSC-LCCN-TEMP  NOSC/LCCN                [RH6]
    R 28.rrr.rrr.rrr     WIDEBAND        Wide Band Sat Net       [CJW2]
    D 29.rrr.rrr.rrr  T  MILX25-TEMP     MILNET X.25 Temp         [MLC]
    D 30.rrr.rrr.rrr  T  ARPAX25-TEMP    ARPA X.25 Temp           [MLC]
    G 31.rrr.rrr.rrr     UCDLA-NET       UCDLA-CATALOG-NET       [CL64]
      32.rrr.rrr.rrr-34.rrr.rrr.rrr      Unassigned               [NIC]
    R 35.rrr.rrr.rrr     MERIT           MERIT Comp Net           [HWB]
    R 36.rrr.rrr.rrr  T  SU-NET-TEMP     Stanford Univ Net        [PA5]
      37.rrr.rrr.rrr-38.rrr.rrr.rrr      Unassigned               [NIC]
    R 39.rrr.rrr.rrr  T  SRINET-TEMP     SRI Local Net            [JMR]
      40.rrr.rrr.rrr     Unassigned      Unassigned               [NIC]
    R 41.rrr.rrr.rrr     BBN-TEST-A      BBN-GATE-TEST-A          [RH6]
    R 42.rrr.rrr.rrr     CAN-INET        Canadian Rsch Net    [39,PAP4]
      43.rrr.rrr.rrr     Unassigned      Unassigned               [NIC]
    R 44.rrr.rrr.rrr     AMPRNET         Amateur Rad Exp Net     [PK28]
      45.rrr.rrr.rrr-126.rrr.rrr.rrr     Unassigned               [NIC]
      127.rrr.rrr.rrr    Loopback        Loopback                 [JBP]
ToP   noToC   RFC1062 - Page 7
    Class B Networks

    * Internet Address   Network          Name               References
    - ----------------   -------          ----               ----------
      128.0.rrr.rrr      Reserved        Reserved                 [JBP]
    R 128.1.rrr.rrr      BBN-TEST-B      BBN-GATE-TEST-B          [RH6]
    R 128.2.rrr.rrr      CMU-NET         CMU-Ether               [HDW2]
    R 128.3.rrr.rrr      LBL-CSR-NET     LBL-CSR-NET             [JS38]
    R 128.4.rrr.rrr      DCNET           LINKABIT DCNET       [26,DLM1]
    R 128.5.rrr.rrr      FORDNET         FORD DCNET           [26,FJB3]
    R 128.6.rrr.rrr      RUTGERS         RUTGERS                 [CLH3]
    R 128.7.rrr.rrr      KRAUTNET        KRAUTNET                 [GB7]
    R 128.8.rrr.rrr      UMDNET          Univ of Maryl DCNET  [26,DLM1]
    R 128.9.rrr.rrr      ISI-NET         USC-ISI Local Net        [CMR]
    R 128.10.rrr.rrr     PURDUE-CS-EN    Purdue CS Ether      [39,DT50]
    R 128.11.rrr.rrr     BBN-CRONUS      BBN DOS Project      [25,PK19]
    R 128.12.rrr.rrr     SU-NET          Stanford Univ Net        [PA5]
    D 128.13.rrr.rrr     MATNET          Mob Access Term Net      [SHB]
    R 128.14.rrr.rrr     BBN-SAT-TEST    BBN SATNET Test Net      [SHB]
    R 128.15.rrr.rrr     S1NET           LLL-S1-NET             [RAK12]
    R 128.16.rrr.rrr     UCLNET          Univ Coll London          [PK]
    D 128.17.rrr.rrr     MATNET-ALT      Mob Access Term Alt      [SHB]
    R 128.18.rrr.rrr     SRINET          SRI Local Net            [JMR]
    D 128.19.rrr.rrr     EDN             DCEC EDN                 [EC5]
    D 128.20.rrr.rrr     BRLNET          BRLNET                [4,MJM2]
    R 128.21.rrr.rrr     SRI-PR-1        SRI Pck Rad-1 Net       [PEM4]
    R 128.22.rrr.rrr     SRI-PR-2        SRI Pck Rad-2 Net       [PEM4]
    R 128.23.rrr.rrr     BBN-PR          BBN Pck Rad Net         [JBW1]
    R 128.24.rrr.rrr     ROCKWELL-PR     Rockwell Pck Rad Net      [NG]
    D 128.25.rrr.rrr     BRAGG-PR        Ft. Bragg Pck Rad Net   [LDB3]
    D 128.26.rrr.rrr     SAPE-AIRNET     RADC-SAPE-PR-NET       [CAD13]
    D 128.27.rrr.rrr     DEMO-PR-1       Demo-1 Pck Rad Net       [LCS]
    D 128.28.rrr.rrr     C3-PR-TEMP      Testbed Dev PR NET      [VDC1]
    R 128.29.rrr.rrr     MITRE           MITRE Cablenet        [37,TML]
    R 128.30.rrr.rrr     MIT-NET         MIT Local Net           [DDC1]
    R 128.31.rrr.rrr     MIT-RES         MIT Rsch Net            [DDC1]
    R 128.32.rrr.rrr     UCB-ETHER       UC Berkeley Ether       [RWH5]
    R 128.33.rrr.rrr     BBN-NET         BBN Net                 [JSG5]
    R 128.34.rrr.rrr     NOSC-LCCN       NOSC/LCCN                [RH6]
    R 128.35.rrr.rrr     CISLTESTNET1    Honeywell        [17,18,JLM23]
    R 128.36.rrr.rrr     YALE-NET        YALE Net             [39,HML1]
    D 128.37.rrr.rrr     YUMA            Yuma Proving Grounds   [4,BWA]
    D 128.38.rrr.rrr     NSWC-NET        NSWC Local Host Net      [VHB]
    R 128.39.rrr.rrr     NTANET          NDRE-TIU                [PS27]
    R 128.40.rrr.rrr     UCL-NET-A       Univ Coll London        [BAW9]
    R 128.41.rrr.rrr     UCL-NET-B       Univ Coll London        [BAW9]
    R 128.42.rrr.rrr     RICE-NET        Rice Univ            [ 39,PGM]
    R 128.43.rrr.rrr     DRENET          Canada REF ARPANET    [4,JR17]
ToP   noToC   RFC1062 - Page 8
    D 128.44.rrr.rrr     WSMR-NET        White Sands Net         [CAS1]
    C 128.45.rrr.rrr     DEC-WRL-NET     DEC WRL Net          [39,RKJ2]
    R 128.46.rrr.rrr     PURDUE-NET      Purdue Camp Net         [DT50]
    D 128.47.rrr.rrr     TACTNET         Tactical Pck Net       [3,KTP]
    G 128.48.rrr.rrr     UCDLA-NET-B     UCDLA-Net-B           [4,CL64]
    R 128.49.rrr.rrr     NOSC-ETHER      NOSC Ether           [39,RLB3]
    G 128.50.rrr.rrr     COINS           COINS On-Line Intel Net [RLS6]
    G 128.51.rrr.rrr     COINSTNET       COINS Test Net          [RLS6]
    R 128.52.rrr.rrr     MIT-AI-NET      MIT AI NET            [39,MDC]
    R 128.53.rrr.rrr     SAC-PR-2        SAC PRNET Number 2      [VDC1]
    R 128.54.rrr.rrr     UCSD            UC San Diego Net     [39,GH29]
    R*128.55.rrr.rrr     MFENET          LLNL MFE Net         [39,BCH2]
    D 128.56.rrr.rrr     USNA-NET        US Naval Acad Net        [TS9]
    D 128.57.rrr.rrr     DEMO-PR-2       Demo-2 Pck Rad Net       [LCS]
    C 128.58.rrr.rrr     SPAR            Schlumberger PA Net  [39,SL10]
    R 128.59.rrr.rrr     CU-NET          Columbia Univ        [39,BC14]
    D 128.60.rrr.rrr     NRL-LAN         NRL Lab Area Net         [WF3]
    R 128.61.rrr.rrr     GATECH          Georgia Tech         [39,DD11]
    R 128.62.rrr.rrr     MCC-NET         MCC Corp Net          [39,CBD]
    R 128.63.rrr.rrr     BRL-SUBNET      BRL-SUBNET-EXP          [MJM2]
    R 128.64.rrr.rrr-128.79.rrr.rrr      Net Dynamics Exp         [ZSU]
    D 128.80.rrr.rrr     CECOMNET        CECOM EPR NET           [PFS2]
    R 128.81.rrr.rrr     SYMBOLICS       SYMBOLICS             [39,CH2]
    R*128.82.rrr.rrr     ODU             ODU Rsch Net            [AKG2]
    R 128.83.rrr.rrr     UTAUSTIN        Univ of Texas Austin [39,JSQ1]
    R 128.84.rrr.rrr     CORNELL-NET     Cornell Backbone Net  [39,DK2]
    C*128.85.rrr.rrr     DRILL-NET       Teleco Drilltech Net    [DBJ4]
    R 128.86.rrr.rrr     MRC             UK.CO.GEC.RL.MRC        [RHC3]
    R 128.87.rrr.rrr     HIRST           UK.CO.GEC.RL.HRC        [RHC3]
    R*128.88.rrr.rrr     HP-NET          HEWLETT-PACKARD-NET     [AG67]
    R 128.89.rrr.rrr     BBN-ENET        BBN Ether Net         [39,SGC]
    C*128.90.rrr.rrr     SCRIBE          Scribe Sys           [39,ERC1]
    R 128.91.rrr.rrr     UPENN           UPenn Camp Net        [39,IW5]
    R 128.92.rrr.rrr     INTELLINET      INTELLICORP NET      [39,RJL3]
    R*128.93.rrr.rrr     INRIA-ROCQU     INRIA Rocquencourt     [MS171]
    C*128.94.rrr.rrr     SYSNET          AT&T SYSNet              [EY5]
    R 128.95.rrr.rrr     WASHINGTON      Comp Sci Ether Net   [39,RA17]
    C 128.96.rrr.rrr     BELLCORE-NET    BELLCORE-NET            [PK28]
    R 128.97.rrr.rrr     UCLANET         UCLA Net                 [RBW]
    R 128.98.rrr.rrr     RSRE-EN2        RSRE-EXP-NET-2         [JW156]
    C 128.99.rrr.rrr     NORTHROP-NET    Northrop Net         [39,RSM1]
    R*128.100.rrr.rrr    TORONTO         Univ of Toronto Net  [39,BD55]
    R 128.101.rrr.rrr    UMN-NET         Univ of Minn            [SB12]
    G 128.102.rrr.rrr    AMES-NET        Ames Backbone Net    [39,MSM1]
    R 128.103.rrr.rrr    HARV-FIBER      Harv FiberOp Ether   [39,SB28]
    R 128.104.rrr.rrr    WISC-HERD       Univ of Wisconsin    [39,EJN1]
    R 128.105.rrr.rrr    WISC            Univ of Wisconsin   [39,JB188]
    D 128.106.rrr.rrr    SRI-PSON-1      ADEA/SRI Ft. Lewis      [ERK3]
ToP   noToC   RFC1062 - Page 9
    D 128.107.rrr.rrr    LEWIS-PRNET1    ADEA/SRI Ft. Lewis      [ERK3]
    D 128.108.rrr.rrr    LEWIS-PRNET2    ADEA/SRI Ft. Lewis      [ERK3]
    R 128.109.rrr.rrr    TUCC-MCNC       TUCC-MCNC NC Net       [JRR14]
    R 128.110.rrr.rrr    UTAH-NET        UTAH-Camp-NET           [JL15]
    R 128.111.rrr.rrr    UCSB            Univ of CA, San Bar     [PKH1]
    R 128.112.rrr.rrr    PRINCETON       Princeton Univ          [LRR1]
    R 128.113.rrr.rrr    RPINET          RPI-LOCALNET            [JF78]
    R 128.114.rrr.rrr    UCSC            Univ of CA, San Cruz [39,JHH8]
    R 128.115.rrr.rrr    LLL-LABNET      LLNL Open Labnet        [LL64]
    R 128.116.rrr.rrr    USAN            UNIV Sat NET          [39,BLI]
    R 128.117.rrr.rrr    UCAR            UNIV CORP ATM RSCH    [39,BLI]
    R 128.118.rrr.rrr    PENN-STATE      Penn State Net         [SJS11]
    R 128.119.rrr.rrr    UMASS-NET       UMass COINS Dept LAN [39,GW40]
    R 128.120.rrr.rrr    UCDAVIS         Univ of CA, Davis Net [39,RH5]
    R 128.121.rrr.rrr    JVNC-NET        John von Neu Ctr Net    [SH37]
    R 128.122.rrr.rrr    NYU-NET         NYU Camp Net            [BJR2]
    R 128.123.rrr.rrr    NMSU            N M State Univ       [39,MSP1]
    R 128.124.rrr.rrr    NTA-TEMP        NTARE BF-TO-PDP11       [TM10]
    R 128.125.rrr.rrr    USCNET          USC Camp Net         [39,MAB4]
    R 128.126.rrr.rrr    UNISYS-PRC      UNISYS-PRC           [39,MS22]
    C 128.127.rrr.rrr    FTP-SOFTWARE    FTP Soft Net            [JBV2]
    R 128.128.rrr.rrr    WHOINET         WHOI Camp Net           [ARM5]
    C*128.129.rrr.rrr    CGI             Carnegie Grp            [RA62]
    R*128.130.rrr.rrr    TUNET-T         TU Wien Term Net     [39,GP56]
    R*128.131.rrr.rrr    TUNET-F         TU Wien File Net     [39,GP56]
    G*128.132.rrr.rrr    RADC-LONS       RADC-LONS Net        [39,GG43]
    G*128.133.rrr.rrr    AFSC-LONS       AFSC-LONS Net        [39,GG43]
    R 128.134.rrr.rrr    SDN             System Dev Net       [5,6,HC2]
    R 128.135.rrr.rrr    U-CHICAGO       UnivOFCHICAGO        [39,MC17]
    R 128.136.rrr.rrr    TEK-ALLNET      Teknowledge-Net      [39,TE16]
    R*128.137.rrr.rrr    GENNET1         Genentech Corp Net   [39,SM96]
    R 128.138.rrr.rrr    COLORADO        U Colo Boulder       [39,RAJ8]
    R 128.139.rrr.rrr    ILAN            Israel Academic Net  [39,DB35]
    R 128.140.rrr.rrr    EMORY-INET      Emory Internet       [39,AR60]
    R*128.141.rrr.rrr    CERN-ETHER      DD Main Ether        [39,BMS2]
    R*128.142.rrr.rrr    CERN-TOKEN      DD Main IBM Token    [39,BMS2]
    R 128.143.rrr.rrr    VIRGINIA        Univ of Virginia    [39,JAJ17]
    R*128.144.rrr.rrr    ARC-CALGARY     Alta Rsch Calgary       [DK66]
    R 128.145.rrr.rrr    NYSERNET        NYSERNET                 [MS9]
    R 128.146.rrr.rrr    OHIO-STATE      Ohio State Univ         [RSD2]
    R 128.147.rrr.rrr    U-PGH-NET       Univ Pittsburgh Net      [SM6]
    R 128.148.rrr.rrr    BROWN-UNIV      Brown Univ Net          [MR29]
    G 128.149.rrr.rrr    JPL-NET         JPL Central Net         [MSM1]
    G 128.150.rrr.rrr    NSF-LAN         NSF-LAN                 [FW17]
    R 128.151.rrr.rrr    UR-NET          Univ of Rochester       [TM57]
    C 128.152.rrr.rrr    HAC-ENET        Hughes Air VLSI Net     [PH45]
    R 128.153.rrr.rrr    CLARKSON        Clarkson Univ           [ABS6]
    G 128.154.rrr.rrr    GSFC-NET        GSFC Central Net        [MSM1]
ToP   noToC   RFC1062 - Page 10
    G 128.155.rrr.rrr    LARC-NET        LARC Central Net        [MSM1]
    G 128.156.rrr.rrr    LERC-NET        LERC Central Net        [MSM1]
    G 128.157.rrr.rrr    JSC-NET         JSC Central Net         [MSM1]
    G 128.158.rrr.rrr    MSFC-NET        MSFC Central NEt        [MSM1]
    G 128.159.rrr.rrr    KSC-NET         KSC Central Net         [MSM1]
    G 128.160.rrr.rrr    NSTL-NET        NSTL Central Net        [MSM1]
    G 128.161.rrr.rrr    NSN-NET         NASA Sci Net            [MSM1]
    C 128.162.rrr.rrr    CRAY-NET        Cray Rsch               [DB14]
    R 128.163.rrr.rrr    UKY             Univ of Kentucky        [GB43]
    R 128.164.rrr.rrr    GWU-GATE        George Wash Univ        [TT35]
    G 128.165.rrr.rrr    LANL-INET       LANL Inter-Net          [JC11]
    D*128.166.rrr.rrr    BAC-NET         Boeing Aero Corp Net    [JJ48]
    R 128.167.rrr.rrr    SURA            SURAnet                 [JH92]
    C 128.168.rrr.rrr    GOLDHILL        Gold-Hill-Comps         [GM34]
    R 128.169.rrr.rrr    UTK             Univ Tenn-Knoxville    [JDC20]
    R 128.170.rrr.rrr    SDC-CAM         SDC Camarillo R&D Net    [DSR]
    R*128.171.rrr.rrr    HAWAII          Univ of Hawaii          [BC32]
    R 128.172.rrr.rrr    VCU-LAN         VCU-LAN                 [JN40]
    R 128.173.rrr.rrr    VA-TECH         Virginia Tech Net       [PB40]
    R 128.174.rrr.rrr    UIUC-CAMPUS-B   UIUC Camp Net           [PP14]
    R 128.175.rrr.rrr    UDELNET         U of Delaware Net       [DJG2]
    R*128.176.rrr.rrr    DMSWWU-ETHER    DMSWWU Ether            [GR26]
    C*128.177.rrr.rrr    BLI-NET         Britton Lee Net          [EPA]
    R*128.178.rrr.rrr    EPF-ETHER1      Ecublens Camp Net        [YD2]
    R*128.179.rrr.rrr    EPF-ETHER2      Cedres Camp Net          [YD2]
    R 128.180.rrr.rrr    LEHIGH          Lehigh Univ         [39,MM149]
    C 128.181.rrr.rrr    TEKTRONIX       Tektronix Eng          [JB218]
    R 128.182.rrr.rrr    PSCNET          PSC Affiliates NEt      [JTE2]
    R 128.183.rrr.rrr    GSFC            GSFC NASA              [JB113]
    R*128.184.rrr.rrr    DEAKINET        Deakin Univ Net        [JM303]
    C 128.185.rrr.rrr    PROTEON-NET     Proteon Net             [JS28]
    R 128.186.rrr.rrr    FSU             Florida State Univ      [KMH8]
    R 128.187.rrr.rrr    BYU-NET         BYU-NET                 [KCM2]
    R 128.188.rrr.rrr    M2CNET          Mass VLSI/CAD Net        [SD1]
    R 128.189.rrr.rrr    BCNET           British Columbia Net    [DO26]
    G 128.190.rrr.rrr    BELVOIR         BRADEC SubNet           [DH30]
    C*128.191.rrr.rrr    NECIS-NET       NEC Info Sys Net        [DP71]
    R 128.192.rrr.rrr    UGA             UGNET                   [EHH4]
    R 128.193.rrr.rrr    ORST            Oregon State Univ Ne    [BA26]
    R 128.194.rrr.rrr    TAMU-NET        Texas A&M Univ          [WM68]
    R 128.195.rrr.rrr    UCIICS-NET      UCI ICS Net             [RAJ3]
    R 128.196.rrr.rrr    UNIV-ARIZ       U of Ariz Rsch Net      [ALG4]
    R 128.197.rrr.rrr    BU-NET          BU-NET                  [JSOL]
    R 128.198.rrr.rrr    CU-COLOSPGS     CU-Colo-Spgs-Net    [39,RDG12]
    R*128.199.rrr.rrr    STC             STC PLC Company Net     [AM54]
    R 128.200.rrr.rrr    UCI-NET         UCI Camp Net            [DW96]
    R*128.201.rrr.rrr    REUNIR          Reseau des Univ         [RN25]
    D 128.202.rrr.rrr    CSOCNET         2SW SPACENET LAN       [JJD12]
ToP   noToC   RFC1062 - Page 11
    R*128.203.rrr.rrr    UB-INC          Ungermann-Bass Inc       [DXC]
    R 128.204.rrr.rrr    ALBNYNET        U at Albany Net         [BEC1]
    R 128.205.rrr.rrr    UBUFFALONET     UNIVOFBUFFALONET        [CFD4]
    R 128.206.rrr.rrr    MONET           Univ-of-Mo-Net          [BEC5]
    C*128.207.rrr.rrr    BOEING-PSN      Boeing-Puget Sound   [39,JSY2]
    R 128.208.rrr.rrr    WASH-NSF        Wash-NSF             [39,SH47]
    C 128.209.rrr.rrr    NYNEXSTNET      NYNEX Sci and Tech      [MC65]
    R 128.210.rrr.rrr    PURDUE-CCNET    Purdue Comp Ctr      [39,JS81]
    R 128.211.rrr.rrr    PURDUE-CS-CYP   CYPRESS-HUB-PURDUE      [DT50]
    C*128.212.rrr.rrr    ISCNET          ISC Corp Net            [DM27]
    R 128.213.rrr.rrr    RPICSNET        RPI CSNet             [39,MS9]
    R*128.214.rrr.rrr    FUNET           Finnish Univ Net    [39,JH141]
    C*128.215.rrr.rrr    INTEL-NT        INTEL Eng Net        [12,HC24]
    D 128.216.rrr.rrr    CC-PRNET        CENTCOM Pck Rad Net   [39,GIH]
    G*128.217.rrr.rrr    NASA-KSC-OIS    NASA KSC OIS         [39,GG43]
    R 128.218.rrr.rrr    UCSF-NET        Univ of CA, San Fran  [39,TF6]
    R 128.219.rrr.rrr    ORNL-NETB1      ORNL Local Area Net   [24,THD]
    R 128.220.rrr.rrr    JHU             Johns Hopkins Univ   [39,MH98]
    R 128.221.rrr.rrr    DGPN1           Data Gen Priv Net 1  [39,PSS1]
    C 128.222.rrr.rrr    DGPN2           Data Gen Priv Net 2  [39,PSS1]
    R 128.223.rrr.rrr    UONET           Univ of Oregon Net   [39,DS85]
    C*128.224.rrr.rrr    EPILOGUE        Epilogue Tech            [KA4]
    C*128.225.rrr.rrr    BOEING-EN       Boeing-East Net      [39,JSY2]
    R 128.226.rrr.rrr    BINGHAMTON      UNIVATBINGHAMTON    [39,RM120]
    R 128.227.rrr.rrr    UFNET           Univ of Florida Net  [39,AW48]
    R 128.228.rrr.rrr    CUNY            City Univ of NY      [39,SMP2]
    R 128.229.rrr.rrr    ADSNET          Adv Dec Sys Net     [39,JMH10]
    R 128.230.rrr.rrr    SYR-UNIV-NET    Syracuse Univ Net    [39,JW47]
    G 128.231.rrr.rrr    NIH-NET         Natl Insts of Health [12,RF57]
    R*128.232.rrr.rrr    CL-CAM-AC-UK    Univ Camb Comp Lab   [39,MAJ1]
    R*128.233.rrr.rrr    USASK           Univ of Sask Net     [39,LRC7]
    R*128.234.rrr.rrr    COS-NET         COS Net              [39,AP25]
    R 128.235.rrr.rrr    NJIT            NJIT Net             [39,BM79]
    D 128.236.rrr.rrr    USAFA-NET       US AF Acad Net      [39,GEOFF]
    R 128.237.rrr.rrr    CMU-SEI-NET     SEI Ether            [39,PDB5]
    R 128.238.rrr.rrr    POLY-U-NET      Polytech Univ Net   [39,AMM14]
    R 128.239.rrr.rrr    WM-NET          William and Mary Net [39,SF34]
    R*128.240.rrr.rrr    NCL             Newcastle Camp Net   [39,AL46]
    R 128.241.rrr.rrr    SESQUINET       SESQUINET                [GTA]
    R 128.242.rrr.rrr    MIDNET          Midwest Reg Net        [MM147]
    R*128.243.rrr.rrr    NOTT-AC-UK      Univ of Notting Net  [39,WA16]
    D 128.244.rrr.rrr    APL-NET         Applied Phy Lab Net  [39,SAK3]
    R 128.245.rrr.rrr    SRA-CT-NET      SRA-CONNECTICUT-NET  [15,JSS4]
    C*128.246.rrr.rrr    CGCH-WIRZ       WIRZ Scientific Net   [12,HN3]
    C 128.247.rrr.rrr    TI              Texas Instruments       [DF71]
    R 128.248.rrr.rrr    UIC-NET         Univ of Ill-Chicago   [39,EZ3]
    R 128.249.rrr.rrr    TMC-NET         Texas Med Ctr Net    [39,SB98]
    R*128.250.rrr.rrr    UNIMELB         Univ of Melbourne    [39,CC89]
ToP   noToC   RFC1062 - Page 12
    C*128.251.rrr.rrr    ROCKW-TELEDA    Rockwell-Tele       [39,JCW12]
    R 128.252.rrr.rrr    WASHINGTON-U    Wash Univ Net       [21,DGH13]
    R 128.253.rrr.rrr    CCS-NET         Cornell U Comp Net     [DC126]
    R*128.254.rrr.rrr    FMC-NOD         FMC-NOD              [39,WCW7]
    R 128.255.rrr.rrr    UIOWA           Univ of Iowa Camp Net   [LT28]
      129.0.rrr.rrr      Reserved        Reserved                 [JBP]
    R 129.1.rrr.rrr      BGSU            Bowling Green State     [SH71]
    R 129.2.rrr.rrr      UMD-BOGON-NET   UMD Student Net      [39,LAM1]
    R 129.3.rrr.rrr      SUNY-OSWEGO-NET SUNY - Oswego        [39,PRT2]
    C 129.4.rrr.rrr      TRW             TRW Info Net         [39,GGB2]
    R*129.5.rrr.rrr      HGCNET          HARTFORDGRADCTRGNET  [38,AG61]
    G 129.6.rrr.rrr      NBS             NBS Net              [39,CWH3]
    R 129.7.rrr.rrr      UH-NET          Univ of Houston Net [39,JH155]
    R*129.8.rrr.rrr      CSUFRESNO       CSUFresno CSci Net   [39,RP88]
    C*129.9.rrr.rrr      CHRYSLER-NET    CHRYSLER-INTERNET      [RER20]
    R 129.10.rrr.rrr    NORTHEASTERN-NET NORTHEASTERN Net     [39,CJ38]
    R*129.11.0.rrr       LEEDS           Leeds Univ Net      [39,AJC11]
    R*129.12.rrr.rrr     UKC             UKC Camp Net         [39,SL55]
    R*129.13.rrr.rrr     LINK            Karlsruhe Net        [39,MR78]
    C*129.14.rrr.rrr     SBINY           Salomon Brothers Inc [39,BC72]
    R 129.15.rrr.rrr     UOKNOR          Univ of Okla, Norman   [JW136]
    R*129.16.rrr.rrr     CTH-NET         Chalmers Univ           [GL41]
    R*129.17.rrr.rrr     SSED-NET        Honeywell-SSED-NET     [DM147]
    C 129.18.rrr.rrr     NEXT-NET        NEXT, Inc Net         [39,PFK]
    R 129.19.rrr.rrr     WESTNET         Western Reg Net      [39,DCMW]
    R*129.20.rrr.rrr     VERDUR          VERDUR                  [RN25]
    R*129.21.rrr.rrr     RIT             Rochester InstofTech [39,CF35]
    R 129.22.rrr.rrr     CWRUNET         CWRU Camp Net        [39,JAG3]
    R 129.23.rrr.rrr     SDIO-INTERNET   SDIO Wide Area Inter  [39,KDZ]
    R 129.24.rrr.rrr     UNM-CDCN        Univ of New Mexico Net  [GB95]
    R 129.25.rrr.rrr     DREXEL          Drexel Univ          [39,RR97]
    R*129.26.rrr.rrr     GMD-DE          GMD Net (Germany)    [39,PM72]
    C*129.27.rrr.rrr     WEDGE-NET       Wedge Comp Net           [DTH]
    C 129.28.rrr.rrr     ETA-LAN         ETA-LAN St. Paul     [2,DGM18]
    D 129.29.rrr.rrr     USMANET         US Military Acad Net [39,BAT4]
    C 129.30.rrr.rrr     HONEYWELL       Honeywell Inc Net    [39,DB97]
    R*129.31.rrr.rrr     ICNET           Imperial Coll        [39,LM88]
    R 129.32.rrr.rrr     TEMPLE          Temple Univ Net  [29,39,TES16]
    R 129.33.rrr.rrr-129.42.rrr.rrr      IBM Research Net         [MT1]
    R 129.43.rrr.rrr     NCI-FCRF        Frederick Cancer Net [39,WLB5]
    C*129.44.rrr.rrr     NYTEL1095NET    NYTEL1095NET         [39,HT12]
    C*129.45.rrr.rrr     NYTELNOCNET1    NYTELNOCNET1         [39,JO54]
    C 129.46.rrr.rrr     QUALNET         QUALCOMM Ether       [39,TM37]
    C*129.47.rrr.rrr     SYTEK-INC       Sytek Corp MV           [AB90]
    D 129.48.rrr.rrr     WPAFB-CDS-NET   WPAFB-CDS-Net        [39,CMC6]
    R 129.49.rrr.rrr     SUNY-SB         SUNY at Stony Brook [39,JM184]
    G*129.50.rrr.rrr     PSCN            NASA/PSCN TCP/IP        [BRB8]
    D 129.51.rrr.rrr     ESMC-LONS       SAMTO-ESMC LONS      [39,SWR3]
ToP   noToC   RFC1062 - Page 13
    D 129.52.rrr.rrr     WPAFB-LONS      W. Patt AFB LONS     [39,SWR3]
    D 129.53.rrr.rrr     ESD-LONS        Hanscom AFB ESD LONS [39,SWR3]
    D 129.54.rrr.rrr     WSMC-LONS       SAMTO-WSMC LONS      [39,SWR3]
    R 129.55.rrr.rrr     LINCOLN-MI      Lincoln Mach Int Net  [39,GAA]
    D*129.56.rrr.rrr     AUXNET-PR       CAP Pck Rad Net          [KFS]
    R 129.57.rrr.rrr     CEBAF           CEBAF Local Area Net [39,RG94]
    D*129.58.rrr.rrr     SRPNET          Savannah Riv Plt Net [39,MJ33]
    R 129.59.rrr.rrr     VANDERBILT      Vanderbilt Univ         [RHA8]
    R*129.60.rrr.rrr     NTT-INET        NTT Rsch Lab Net  [21,39,YS10]
    D 129.61.rrr.rrr     ECONET          Eglin Comp Net        [39,CG1]
    R*129.62.rrr.rrr     BAYLOR          Baylor Univ Prim Net [39,BL31]
    R 129.63.rrr.rrr     ULOWELL-NET     Univ of Lowell Net   [39,BP51]
    R*129.64.rrr.rrr     BRANDEIS        Brandeis Univ          [JSM11]
    R*129.65.rrr.rrr     CALPOLY         Cal Poly State U-SLO [39,ML95]
    R 129.66.rrr.rrr     ASN-NET         Alabama Super Net   [27,JRS48]
    R*129.67.rrr.rrr     OXFORDNET       Oxford Univ Ether   [39,MH118]
    R*129.68.rrr.rrr     SJU-NET         St. Joseph's Ether  [39,JP147]
    R*129.69.rrr.rrr     RUS-NET         Univ of Stuttgart Net   [KDM6]
    R*129.70.rrr.rrr     BINET           Bielefeld Univ Net   [27,WH64]
    R 129.71.rrr.rrr     WVNET           West Virginia Net      [RL104]
    R 129.72.rrr.rrr     UWYO            Univ of Wyoming Net [39,RM177]
    C 129.73.rrr.rrr     SIEMENS         Siemens Rsch        [39,DAM22]
    R*129.74.rrr.rrr     NOTRE-DAME      Univ of Notre Dame Net  [MDE3]
    C*129.75.rrr.rrr     MASSCOMP-NET    MASSCOMP Corp Net    [39,BD56]
    C*129.76.rrr.rrr     ROSEMOUNT       Rosemount Inc        [39,DM69]
    C*129.77.rrr.rrr     OXFORD-TP       Oxford Trading Part  [39,KRM5]
    R*129.78.rrr.rrr     SYDNET          Univ of Sydney Info Net [BK46]
    R 129.79.rrr.rrr     INDIANA-NET     Indiana Univ Net       [BSS69]
    C*129.80.rrr.rrr     STORTEK         Storage Tek Corp    [21,DB162]
    R*129.81.rrr.rrr     TULANE-NET      Tulane Univ          [21,JV41]
    R 129.82.rrr.rrr     CSUNET          Colo State Univ      [39,SM83]
    D*129.83.rrr.rrr     MITRE-B-NETB    MITRE-BEDFORD EtherB  [39,BSW]
    C*129.84.rrr.rrr     TWG-NET         The Wollongong Net     [JS171]
    R 129.85.rrr.rrr     ROCK            Rockefeller Univ     [39,MK38]
    C*129.86.rrr.rrr     SANDERS         Sanders Assoc, Inc   [39,RT60]
    C*129.87.rrr.rrr     SLBSDRNET       Schlumberger SDR Net [39,RK75]
    R*129.88.rrr.rrr     IMAG            Grenoble CS Labs        [PL37]
    R 129.89.rrr.rrr     MILW-IPNET      UW-Milwaukee IP Net  [39,JSL9]
    C*129.90.rrr.rrr     INTEVEP         INTEVEP Net          [39,RA66]
    R 129.91.rrr.rrr     ENCORE          Encore-Marlboro       [39,IRN]
    D 129.92.rrr.rrr     AFIT            AF Inst of Tech      [21,PHS1]
    R 129.93.rrr.rrr     HUSKERNET       UNL Camp Net           [MM147]
    R*129.94.rrr.rrr     UNSW            Univ of NSW Net      [39,PG40]
    R*129.95.rrr.rrr     OREGRADNET      Oregon Grad Ctr Net    [JC235]
    R*129.96.rrr.rrr     FLINDERS-UNI    Flinders Camp Net     [21,TGN]
    R*129.97.rrr.rrr     UWNET           Univ of Waterloo Net [39,WCWI]
    R*129.98.rrr.rrr     ALNET           Albert Einstein Coll [39,RNB5]
    G 129.99.rrr.rrr     NAS-NET         NAS Supercomp Net    [39,JL52]
ToP   noToC   RFC1062 - Page 14
    R*129.100.rrr.rrr    UWO-NET         Univ of West Ontario [39,PM81]
    R*129.101.rrr.rrr    IDAHO-ENGR      Idaho Eng/EE           [WDS11]
    R*129.102.rrr.rrr    IRCAM           IRCAM                   [MF14]
    C*129.103.rrr.rrr    NERV            Nixdorf Dev Comp Net    [HG20]
    R*129.104.rrr.rrr    POLY            Polytechnique Net    [39,GG68]
    R 129.105.rrr.rrr    NWUNET          Northwest Univ Net   [39,EEW6]
    R 129.106.rrr.rrr    UTHOUSTON       UT Health Sci Ctr     [39,LSV]
    R 129.107.rrr.rrr    UTARLINGTON     UT Arlington          [39,LSV]
    R 129.108.rrr.rrr    UTELPASO        UT El Paso            [39,LSV]
    R 129.109.rrr.rrr    UTGALVESTON     UT Med Brch Galveston [39,LSV]
    R 129.110.rrr.rrr    UTDALLAS        UT Dallas             [39,LSV]
    R 129.111.rrr.rrr    UTSCSA          UT Health Sci Ctr     [39,LSV]
    R 129.112.rrr.rrr    UTSWMDC         UT SW Med Ctr Dallas  [39,LSV]
    R 129.113.rrr.rrr    UTPBASIN        UT Permian Basin      [39,LSV]
    R 129.114.rrr.rrr    UTCCSPRD        UT Sys Cancer Ctr     [39,LSV]
    R 129.115.rrr.rrr-129.120.rrr        THENET                [39,LSV]
    R 129.121.rrr.rrr    NMTECHNET       New Mexico Technet   [39,IMK1]
    C 129.122.rrr.rrr    PRIME           PRIME Comp Inc          [RLU3]
    R 129.123.rrr.rrr    USU             USU                 [39,RLR36]
    C 129.124.rrr.rrr    GMRLNET         General Motors Rsch  [39,LR44]
    R*129.125.rrr.rrr    RUGNET          RUG Univ Net         [39,HH37]
    C*129.126.rrr.rrr    KODAK           KODAK Net            [39,SA46]
    R*129.127.rrr.rrr    ADELAIDE-UNI    Univ Adelaide Net   [39,JB254]
    R*129.128.rrr.rrr    U-ALBERTA       Univ of Alberta Net [39,SS131]
    R*129.129.rrr.rrr    PSI-ETHER       PSI Camp Net        [39,BH103]
    R 129.130.rrr.rrr    KSUNET          KSU Camp Net             [BAV]
    D 129.131.rrr.rrr    NWCNET          NAVWPNCENNET         [39,EG17]
    R*129.132.rrr.rrr    ETH-ETHER       ETH/UNIZH Camp Net   [23,MA63]
    R 129.133.rrr.rrr    WESNET          Wesleyan Univ Net    [39,JGD1]
    C*129.134.rrr.rrr    HCSD-NET        Harris Comp Net      [39,DR49]
    C*129.135.rrr.rrr    INGR            Intergraph Corp Net  [21,GS91]
    R*129.136.rrr.rrr    NRCJ            NRC-JAPAN Net       [39,MS195]
    R 129.137.rrr.rrr    UN-OF-CINCI     Univ of Cincinnati  [39,RB253]
    R 129.138.rrr.rrr    NMTECH          New Mexico Tech      [39,MR91]
    D 129.139.rrr.rrr    PICANET         Pica Arsenal LAN     [39,RFD1]
    R 129.140.rrr.rrr    NSFNET-BB       NSFNET-BACKBONE          [HWB]
    D 129.141.rrr.rrr    GAFSNET         Gunter AFS X.25 Net     [BPW1]
    R*129.142.rrr.rrr    DENET           Danish Net             [JPS21]
    R*129.143.rrr.rrr    BELWUE          Baden-Wuertemberg Ext   [CL80]
    C 129.144.rrr.rrr-129.159.rrr.rrr    Sun Microsystems, Inc [39,BN4]
    R*129.160.rrr.rrr    SOLARIUM        The Radian Net      [39,JL152]
    R*129.161.rrr.rrr    HGCGNET         HARTFORDGRADCTRGNET  [38,AG61]
    R 129.162.rrr.rrr    SWRI-NET        SW Rsch Inst Net       [RM196]
    G*129.163.rrr.rrr    NASA-JSCSSE     NASA JSC Space Sta   [21,DGL4]
    G*129.164.rrr.rrr    NASA-SSPOSSE    NASA SSPO Space Sta  [21,DGL4]
    G*129.165.rrr.rrr    NASA-GSFCSSE    NASA GSFC Space Sta  [21,DGL4]
    G*129.166.rrr.rrr    NASA-JFKSSE     NASA JFK Space Sta   [21,DGL4]
    G*129.167.rrr.rrr    NASA-MSFCSSE    NASA MSFC Space Sta  [21,DGL4]
ToP   noToC   RFC1062 - Page 15
    G*129.168.rrr.rrr    NASA-LRCSSE     NASA LRC Space Sta   [21,DGL4]
    R*129.169.rrr.rrr    ENG-CAM-UK      Eng, Cambridge, UK   [39,JMRM]
    R*129.170.rrr.rrr    DART-ETHER      Dartmouth Ether         [SC59]
    R 129.171.rrr.rrr    MIAMI           Univ of Miami        [39,HWP2]
    R*129.172.rrr.rrr    ROK             Rockwell Intl Corp      [TGS6]
    R*129.173.rrr.rrr    DALNET          Dalhousie Univ Net  [39,JS338]
    R 129.174.rrr.rrr    MASONET         The GMU Univ         [39,TH15]
    R*129.175.rrr.rrr    PARIS-SUD       Paris-Sud-Orsay        [RD104]
    R 129.176.rrr.rrr    MAYO            Mayo Med Rsch Net   [39,GB125]
    R*129.177.rrr.rrr-129.178.rrr.rrr    Norwegian Acad Net   [39,PS27]
    C*129.179.rrr.rrr    CDCNET-PROD     CDC Corp Net           [RAM57]
    R*129.180.rrr.rrr    UNE-CAMPUS      UNE Camp Lan        [39,GS119]
    C*129.181.rrr.rrr    LV-BULL         Louveciennes Bull        [OD8]
    C*129.182.rrr.rrr    CL-BULL         Les Clayes Bull        [JPW11]
    C*129.183.rrr.rrr    EC-BULL         Echirolles Bull        [JPC17]
    C*129.184.rrr.rrr    PR-BULL         Gambetta Bull           [FH35]
    C*129.185.rrr.rrr    MY-BULL         Massy Bull               [MQ7]
    R 129.186.rrr.rrr    CYCLONENET      ISU Cyclone Net     [39,RD108]
    R*129.187.rrr.rrr    BAVARIAN-NET    Bavarian Univ Net    [39,WS94]
    R 129.188.rrr.rrr    MOTOROLA        Motorola Engineernet [39,CC99]
    R*129.189.rrr.rrr    ICONET-ORC      Olivetti Rsch Net    [39,DAVE]
    D*129.190.rrr.rrr    ASECC           ASECC Facilities Net    [RTB8]
    C*129.191.rrr.rrr    NSCO            Net Sys Corp           [GS123]
    C 129.192.rrr.rrr    ACC-NET         ACC Int Net             [AB20]
    C 129.193.rrr.rrr    TRW-ED-NET      TRW Elec and Def Net [39,GGB2]
    R*129.194.rrr.rrr    UNIGE-CENTER    Univ of Geneva-Ctr  [12,AS116]
    R*129.195.rrr.rrr    UNIGE-HOP       Univ of Geneva-Hosp [12,AS116]
    C*129.196.rrr.rrr    JOHN-FLUKE      John Fluke Net      [21,JS210]
    C*129.197.rrr.rrr    LMSC-CNU        LMSC Net Utility       [DD112]
    D 129.198.rrr.rrr    ELAN            Edwards AFB LAN      [21,DDK1]
    R*129.199.rrr.rrr    ENSNET          FNET-ENS-ULM         [39,JV53]
    D*129.200.rrr.rrr    DAC-BACK-NET    DAC Company Backbone    [RAY4]
    C*129.201.rrr.rrr-129.204.rrr.rrr    GE-INTERNET         [39,JEB50]
    R 129.205.rrr.rrr    CDCNET          Control Data Net    [39,JAW34]
    R*129.206.rrr.rrr    HD-NET          Heidelberg Net         [LB110]
    R 129.207.rrr.rrr    PVAMU-NET       Prairie View Univ Net    [FE6]
    R*129.208.rrr.rrr    BIRMINGHAM      Univ of Birmingham  [39,RJH37]
    D 129.209.rrr.rrr    BRL-SECURE      BRL Secure Net           [DET]
    R*129.210.rrr.rrr    SCU-NET         San Clara Univ Net      [WD27]
    C*129.211.rrr.rrr    ISCS-NET        ISC Sys Internet     [21,DS59]
    R*129.212.rrr.rrr    AMDAHL-UTS      Amdahl UTS Soft Grp [39,LS136]
    C*129.213.rrr.rrr    BRIDGE          Bridge Comms        [39,JW196]
    C*129.214.rrr.rrr    PYRAMID-TECH    Pyramid Tech Net     [39,CD83]
    R*129.215.rrr.rrr    EU-NET          Edinburgh Univ       [21,WSC5]
    R 129.216.rrr.rrr    NRC-NET         NRC Dev Net           [39,IHM]
    R*129.217.rrr.rrr    UNIDO-LAN       UniDo Camp Net       [39,RV32]
    R*129.218.rrr.rrr    UNISYS-SP       Unisys Sperry Park  [39,SJP10]
    R 129.219.rrr.rrr    ASU-NET         Arizona State Net    [39,AC85]
ToP   noToC   RFC1062 - Page 16
    C*129.220.rrr.rrr-129.227.rrr.rrr    Unisys Net2         [39,CC129]
    C*129.228.rrr.rrr    WESTINGHOUSE    WESTINGHOUSE IP Net  [39,CWR4]
    G 129.229.rrr.rrr    USA-CECER       USA Corps of Eng    [39,DB186]
    C*129.230.rrr.rrr    ARCNET          Amoco Rsch Comp Net     [SG83]
    C*129.231.rrr.rrr    DIGICOMM-NET    Digital Comm Int Net [39,TFB3]
    R*129.232.rrr.rrr    BITNET          BITNET II Backbone       [LCV]
    R*129.233.rrr.rrr    FHG-IAO         IAO Int Net         [39,DW139]
    R*129.234.rrr.rrr    DURHAM          Durham Camp Net     [39,JC288]
    R*129.235.rrr.rrr    SRCNET          Honeywell SRC Net    [39,CRT4]
    R 129.236.rrr.rrr    LDGO-NET        LAMONT-DOHERTY-NET  [39,RGB14]
    R 129.237.rrr.rrr    JAYHAWKNET      KU Camp Nets            [DN32]
    R 129.238.rrr.rrr    AFWL-NET        AF Weapons Lab Net      [CF57]
    G*129.239.rrr.rrr    HI-CFSG         HI Flight Sys        [39,LP71]
    R*129.240.rrr.rrr    UIONET          Univ Olso Net       [39,JT122]
    R*129.241.rrr.rrr    UNITNET         Univ Trondheim Net  [39,JT122]
    R*129.242.rrr.rrr    UIBNET          Univ Bergen Net     [39,JT122]
    G*129.243.rrr.rrr    MMAGNET         Martin Marietta     [39,DR137]
    R 129.244.rrr.rrr    KEHNET          Comp Sci and Eng Ether  [PLH8]
    C*129.245.rrr.rrr    PAC-BELL        Pacific Bell        [39,DSP11]
    D 129.246.rrr.rrr    IDA             IDA HQ Net          [39,MM227]
    R 129.247.rrr.rrr    DFVRL-NET       DFVLR-Rsch-NET       [39,CR24]
    C*129.248.rrr.rrr    APOLLO          Apol Corp Net           [NM31]
    R*129.249.rrr.rrr    FX-DEV-NET2     FX Allareas-10MB     [39,HH45]
    R*129.250.rrr.rrr    PRPNET          PA Rsch Net           [39,BE6]
    D 129.251.rrr.rrr    SLAN-BSN        Base-Support-Net        [LA55]
    R*129.252.rrr.rrr    SCAROLINA       SC Rsch Net          [21,AY11]
    C*129.253.rrr.rrr    WESDIGCO        Western Dig Net   [21,39,SD78]
    R*129.254.rrr.rrr    ETRI            ETRI Comp Net        [39,KH74]
      129.255.rrr.rrr    Reserved        Reserved                 [JBP]
      130.0.rrr.rrr      Reserved        Reserved                 [JBP]
      130.1.rrr.rrr-191.254.rrr.rrr      Unassigned               [NIC]
     *191.255.rrr.rrr    Reserved        Reserved                 [JBP]
ToP   noToC   RFC1062 - Page 17
    Class C Networks

    * Internet Address   Network          Name               References
    - ----------------   -------          ----               ----------
      192.0.0.rrr        Reserved        Reserved                 [JBP]
    R 192.0.1.rrr        BBN-TEST-C      BBN-GATE-TEST-C          [RH6]
    R*192.0.2.rrr        TEST            TEST                     [JBP]
      192.0.3.rrr-192.0.255.rrr          Unassigned               [NIC]
    R 192.1.2.rrr-192.1.4.rrr            BBN Local Nets           [SGC]
    R 192.1.5.rrr        BBN-ENET2       BBN-ENET2                [SGC]
    R 192.1.6.rrr        BBN-LAN1        BBN Local Net 1          [SGC]
    R 192.1.7.rrr        BBN-LAN2        BBN Local Net 2          [SGC]
    R 192.1.8.rrr        BBN-LAN3        BBN Local Net 3          [SGC]
    R 192.1.9.rrr        BBN-ENET3       BBN-ENET3                [SGC]
    R 192.1.10.rrr       BBN-NETR        BBN-NETR                 [SGC]
    R 192.1.11.rrr       BBN-SPC-ENET    BBN-SPC-ENET             [SGC]
    R 192.1.12.rrr-192.3.255.rrr         BBN Local Nets           [SGC]
    R 192.4.0.rrr-192.4.255.rrr          BELLCORE-NET         [39,PK28]
      192.5.0.rrr        Reserved        Reserved                 [JBP]
    R 192.5.1.rrr        CISLHYPERNET    Honeywell              [JLM23]
    R*192.5.2.rrr        UF-NET-A        UF-CIS Dept Ether       [AW48]
    C 192.5.3.rrr        HP-DESIGN-AIDS  HP Des Aids             [AG67]
    C 192.5.4.rrr        HP-TCG-UNIX     HP TCG Unix             [AG67]
    R 192.5.5.rrr        DEC-MRNET       DEC Marlboro Ether   [39,JM60]
    R 192.5.6.rrr        DEC-MRRAD       DEC Marlboro Dev     [39,JM60]
    R 192.5.7.rrr        CIT-CS-NET      Caltech-CS-Net        [41,CS2]
    R 192.5.8.rrr        MACOMNET        MACOM Net               [SB90]
    R 192.5.9.rrr        AERONET         Aero Labnet            [1,LCN]
    R 192.5.10.rrr       ECLNET          USC-ECL-Camp-NET        [MAB4]
    R 192.5.11.rrr       CSS-RING        SEISMIC-Rsch-NET        [RA11]
    R 192.5.12.rrr       UTAH-NET-C      UTAH-Comp-Sci-NET       [GW22]
    R 192.5.13.rrr       GSWDNET         Compion Net           [39,FAS]
    R 192.5.14.rrr       RAND-NET        RAND Net              [39,JDG]
    R 192.5.15.rrr   T   NYU-NET-TEMP    NYU Net                  [EF5]
    R 192.5.16.rrr       LANLLAND        Los Alamos Dev LAN   [39,JC11]
    R 192.5.17.rrr       NRL-NET         Naval Rsch Lab           [MPM]
    R 192.5.18.rrr       IPTO-NET        ARPA-IPTO Off Net      [JS283]
    R 192.5.19.rrr       UCIICS          UCI-ICS Rsch Net        [RAJ3]
    R 192.5.20.rrr       CISLTTYNET      Honeywell              [JLM23]
    D 192.5.21.rrr       BRLNET1         BRLNET1               [4,MJM2]
    D 192.5.22.rrr       BRLNET2         BRLNET2               [4,MJM2]
    D 192.5.23.rrr       BRLNET3         BRLNET3               [4,MJM2]
    D 192.5.24.rrr       BRLNET4         BRLNET4               [4,MJM2]
    D 192.5.25.rrr       BRLNET5         BRLNET5               [4,MJM2]
    D 192.5.26.rrr       NSRDCOA-NET     NSRDC Off Auto Net      [RWT2]
    D 192.5.27.rrr       DTNSRDC-NET     DTNSRDC-NET             [RWT2]
    R 192.5.28.rrr       RSRE-NULL       RSRE-NULL               [RNM1]
    R 192.5.29.rrr       RSRE-ACC        RSRE-ACC                [RNM1]
ToP   noToC   RFC1062 - Page 18
    R 192.5.30.rrr       RSRE-PR         RSRE-PR                 [RNM1]
    R*192.5.31.rrr       SIEMENS-NET     Siemens Rsch Net        [PN23]
    R 192.5.32.rrr       CISLTESTNET2    Honeywell        [17,18,JLM23]
    R 192.5.33.rrr       CISLTESTNET3    Honeywell        [17,18,JLM23]
    R 192.5.34.rrr       CISLTESTNET4    Honeywell        [17,18,JLM23]
    R 192.5.35.rrr       RIACS-NET       RIACS-NET             [39,WPJ]
    R 192.5.36.rrr       CORNELL-CS      Cornell CS Research   [39,DK2]
    R 192.5.37.rrr       UR-CS-NET       U of R CS 3Mb Net    [39,LB16]
    R 192.5.38.rrr       SRI-C3ETHER     SRI-AITAD C3Ether    [39,VDC1]
    R 192.5.39.rrr       UDEL-EECIS      Udel EECIS LAN       [39,DJG2]
    R 192.5.40.rrr       PUCC-NET-A      Purdue Comp Ctr Net     [JRS8]
    D 192.5.41.rrr       WISLAN          WIS Rsch LAN         [39,JRM1]
    D 192.5.42.rrr       HYPER-1ISG      AFDSC Hypernet          [MCA1]
    R 192.5.43.rrr       CUCSNET         Columbia CS Net      [39,BC14]
    R 192.5.44.rrr       FARBER-PC-NET   Farber PC Net            [DJF]
    R 192.5.45.rrr       FCCC            Fox Chase Cancer Ctr    [RKS1]
    R 192.5.46.rrr       NTA-RING        NDRE-RING               [PS27]
    R 192.5.47.rrr       NSRDC           NSRDC                   [RWT2]
    R 192.5.48.rrr       PURDUE-CS-NET   Purdue CS ProNET        [DT50]
    C 192.5.49.rrr       TISW-NET        TISW Net                 [HKO]
    R 192.5.50.rrr       CTH-CS-NET      Chalmers CSN Net      [39,UB3]
    R 192.5.51.rrr       THEORYNET       Cornell Theory Ctr   [39,AB13]
    R 192.5.52.rrr       NLM-ETHER       NLM-LHNCBC-Ether         [JA1]
    R 192.5.53.rrr       UR-CS-ETHER     U of R CS 10Mb Net   [39,LB16]
    R 192.5.54.rrr       AERO-A6         Aero-A6                [1,LCN]
    R 192.5.55.rrr       UCLA-CECS       UCLA-CECS Net         [39,RBW]
    C 192.5.56.rrr       TARTAN-NET      Tartan Labs             [ED38]
    R 192.5.57.rrr       UDEL-CC         UDEL Comp Ctr        [39,RR18]
    R 192.5.58.rrr       CSNET-PDN       CSNET X.25 Net       [22,RDR4]
    R*192.5.59.rrr       INRIA-SM90      Inria GIP SM-90        [MS171]
    R*192.5.60.rrr       SM90-X1         Inria SM-90 Exp 1      [MS171]
    R*192.5.61.rrr       SM90-X2         Inria SM-90 Exp 2      [MS171]
    R*192.5.62.rrr       LITP-SM90       LITP SM-90             [MS171]
    R 192.5.63.rrr       ENCORE-TEMP     Encore-Marlboro          [IRN]
    R 192.5.64.rrr       AMES-NAS-NET    NASA ARC NAS LAN     [39,MF31]
    R 192.5.65.rrr       NPRDC-ETHER     NPRDC TRCF Ether         [LRB]
    R 192.5.66.rrr       HARV-NET        Harvard Comp Sci Net    [SB28]
    R 192.5.67.rrr       CECOM-ETHER     CECOM ADDCOMPE ETHER  [39,GIH]
    R 192.5.68.rrr       AERO-130        Aero-130                 [LCN]
    R 192.5.69.rrr       UIUC-NET        Univ of IL at Urbana  [39,AKC]
    G 192.5.70.rrr       CELAN           COINS Exp LAN           [RLS6]
    R 192.5.71.rrr       SAC-ETHER       SAC C3 Ether         [39,VDC1]
      192.5.72.rrr-192.5.83.rrr          Unassigned               [NIC]
    R*192.5.84.rrr-192.5.87.rrr          Univ of Chicago         [MC17]
    R 192.5.88.rrr       YALE-EE-NET     YALE-EE-NET          [39,AG22]
    R 192.5.89.rrr       HARV-APOLLO     Harvard Univ          [2,SB28]
    R 192.5.90.rrr       HARV-ETHER      Harvard CS Ethernet   [2,SB28]
    R 192.5.91.rrr       PURDUE-ECN1     Purdue ECN        [10,20,GG11]
ToP   noToC   RFC1062 - Page 19
    R 192.5.92.rrr       BRAGG-ETHER     SRI Bragg Ether       [39,GIH]
    R 192.5.93.rrr       SRI-DEMO        SRI Ether Demo        [39,GIH]
    R*192.5.94.rrr       SDCRDCF-10MB    SDC R&D Prim Net     [39,DJV1]
    R*192.5.95.rrr       SDCRDCF-3MB     SDC R&D Old Net      [39,DJV1]
    R*192.5.96.rrr       UBC-CS-NET      UBC Comp Sci Net     [39,PB67]
    R*192.5.97.rrr       UCLA-CS-LNI     UCLA CS LNI Net          [RBW]
    R*192.5.98.rrr       UCLA-PIC        UCLA PIC Net          [39,RBW]
    R 192.5.99.rrr       SPACENET        S-1 WorkSta Net      [39,TW51]
    R 192.5.100.rrr      HCSC-NET        Honeywell CSC Net    [39,TRG4]
    R 192.5.101.rrr      PUCC-NET-B      Purdue Gw Net           [JRS8]
    R 192.5.102.rrr      PUCC-RHF-NET    PUCC RHF Based Net      [JRS8]
    C*192.5.103.rrr      TYM-NTD-NET     Tymnet NTD Ether        [SMF5]
    R 192.5.104.rrr      THINK-INET      Thinking Machs       [39,BJN1]
    R 192.5.105.rrr      CCA-POND        CCA Ether1 (POND)     [42,AL6]
    C*192.5.106.rrr      BITSTREAM       Bitstream Type Found [39,PGA1]
    R*192.5.107.rrr      PASC-ETHER      IBM PASC Ether       [39,GAL5]
    R*192.5.108.rrr      PASC-BB         IBM PASC BRdband     [39,GAL5]
    R*192.5.109.rrr      CWR-JCC-T       ARJCC TOPS-20 Net    [39,JAG3]
    R*192.5.110.rrr      CWR-JCC-L       ARJCC Local Net      [39,JAG3]
    R*192.5.111.rrr      CWR-QUAD        Campus Quad Net      [39,JAG3]
    R*192.5.112.rrr      CWR-CAISR       CAISR Local Net      [39,JAG3]
    R*192.5.113.rrr      CWR-CES         CES Local Net        [39,JAG3]
    C*192.5.114.rrr      I2-RING-1       Intermetrics Pronet   [39,NH2]
    C*192.5.115.rrr      I2-ETHER-1      Intermetrics Ether    [39,NH2]
    R 192.5.116.rrr      BRAGGNET-1      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.117.rrr      BRAGGNET-2      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.118.rrr      BRAGGNET-3      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.119.rrr      BRAGGNET-4      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.120.rrr      BRAGGNET-5      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.121.rrr      BRAGGNET-6      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.122.rrr      BRAGGNET-7      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.123.rrr      BRAGGNET-8      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.124.rrr      BRAGGNET-9      BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.125.rrr      BRAGGNET-10     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.126.rrr      BRAGGNET-11     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.127.rrr      BRAGGNET-12     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.128.rrr      BRAGGNET-13     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.129.rrr      BRAGGNET-14     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.130.rrr      BRAGGNET-15     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.131.rrr      BRAGGNET-16     BRAGG/ADDCOMPE       [39,BG25]
    R 192.5.132.rrr      BRAGGNET-17     BRAGG/ADDCOMPE       [39,BG25]
    R*192.5.133.rrr      PERCEPT-AI      Perceptronics            [KC8]
    C*192.5.134.rrr      I2-ETHER-2      Intermetrics Ether-2  [39,NH2]
    R 192.5.135.rrr      LL-SPEECH-NET   LL Speech Net        [39,RH60]
    R 192.5.136.rrr      LL43-LEX-BACK   Lincoln G43-LEX-BACK [39,BC65]
    R 192.5.137.rrr      LL43-LEX-SUNA   Lincoln G43-LEX-SUNA [39,BC65]
    R 192.5.138.rrr      LL43-LEX-SUNB   Lincoln G43-LEX-SUNB [39,BC65]
    R 192.5.139.rrr      LL43-LEX-APO    Lincoln G43-LEX-APO  [39,BC65]


(next page on part 2)

Next Section