|
Network Working Group Request for Comments: 1020 Obsoletes RFCs: 997, 990, 960, 943, 923, 900, 870, 820, 790, 776, 770, 762, 758, 755, 750, 739, 604, 503, 433, 349 Obsoletes IENs: 127, 117, 93 |
S. Romano M. Stahl SRI November 1987 |
This memo is an official status report on the network numbers used in the Internet community. Distribution of this memo is unlimited.
The responsibility for the assignment of IP numbers and ASNs has been assumed by Hostmaster at the DDN Network Information Center (NIC). The Hostmaster staff are indebted to Dr. Jon Postel and Ms. Joyce Reynolds of the Information Sciences Institute at the University of Southern California for their ongoing assistance.
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.
Hostmaster
DDN Network Information Center
SRI International
333 Ravenswood Avenue
Menlo Park, California 94025
Phone: 1-800-235-3155
ARPA 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 entries below contain the name and network mailbox of the individuals responsible for each registered network or autonomous 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") cites the handle of the responsible person. The NIC Handle is a unique identifier that is used in the NIC WHOIS (NICNAME) service. People sometimes change electronic mailboxes. To find out the latest mailbox or phone number of a contact, use the NIC WHOIS/NICNAME server 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 [31]. 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. 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) [11,21]. 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 [10]. The four highest-order bits are set to 1-1-1-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 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 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.
* Internet Address Name Network References
- ---------------- ---- ------- ---------- 000.rrr.rrr.rrr Reserved [JBP] 001.rrr.rrr.rrr-003.rrr.rrr.rrr Unassigned [NIC]
005.rrr.rrr.rrr Unassigned Unassigned [NIC]
009.rrr.rrr.rrr Unassigned Unassigned [NIC]
016.rrr.rrr.rrr-017.rrr.rrr.rrr Unassigned [NIC]
019.rrr.rrr.rrr-020.rrr.rrr.rrr Unassigned [NIC]
024.rrr.rrr.rrr Unassigned Unassigned [NIC]
032.rrr.rrr.rrr Unassigned Unassigned [NIC] 033.rrr.rrr.rrr-034.rrr.rrr.rrr Unassigned [NIC]
037.rrr.rrr.rrr-038.rrr.rrr.rrr Unassigned [NIC]
040.rrr.rrr.rrr Unassigned Unassigned [NIC]
043.rrr.rrr.rrr Unassigned Unassigned [NIC]
045.rrr.rrr.rrr-126.rrr.rrr.rrr Unassigned [NIC]
* Internet Address Name Network References
- ---------------- ---- ------- ---------- 128.000.rrr.rrr Reserved [JBP]
128.058.rrr.rrr SPAR Schlumberger PA Net [39,SL10]
128.082.rrr.rrr Unassigned Unassigned [NIC]
128.089.rrr.rrr BBN-ENET-TEMP BBN ETHER NETWORK [39,SGC]
128.158.rrr.rrr MSFC-NET MSFC Central Net [MSM1]
128.206.rrr.rrr Unassigned Unassigned [NIC]
129.000.rrr.rrr Reserved [NIC]
129.049.rrr.rrr-191.254.rrr.rrr Unassigned [NIC] 191.255.rrr.rrr Reserved [JBP]
* Internet Address Name Network References ---------------- ---- ------- ---------- 192.000.000.rrr Reserved [JBP]
192.000.003.rrr-192.000.255.rrr Unassigned [NIC]
192.005.049.rrr Unassigned Unassigned [NIC]
*192.005.111.rrr CWR-QUAD Campus QUAD NET [39,JAG3]
*192.005.253.rrr MOT-HONGKONG Motorola Hongkong LAN [GW49]
192.005.255.rrr Unassigned Unassigned [NIC]
192.012.001.rrr Unassigned Unassigned [NIC] 192.012.002.rrr Unassigned Unassigned [NIC]
192.012.091.rrr RPICSNET0 RPICS-LOCALNET-0 [MS9]
192.012.093.rrr Unassigned Unassigned [NIC] 192.012.094.rrr Unassigned Unassigned [NIC] 192.012.095.rrr Unassigned Unassigned [NIC] 192.012.096.rrr Unassigned Unassigned [NIC] 192.012.097.rrr Unassigned Unassigned [NIC] 192.012.098.rrr Unassigned Unassigned [NIC] 192.012.099.rrr Unassigned Unassigned [NIC] 192.012.100.rrr Unassigned Unassigned [NIC]
192.012.208.rrr Unassigned Unassigned [NIC]
192.012.210.rrr Unassigned Unassigned [NIC]
192.012.247.rrr Unassigned Unassigned [NIC] 192.012.248.rrr Unassigned Unassigned [NIC] 192.012.249.rrr Unassigned Unassigned [NIC] 192.012.250.rrr Unassigned Unassigned [NIC] 192.012.251.rrr Unassigned Unassigned [NIC]
192.016.205.rrr-192.016.255.rrr Unassigned [NIC]
*192.019.000.rrr-192.019.255.rrr SYSNET-2 [EY5]
192.026.020.rrr Unassigned Unassigned [NIC]
192.026.152.rrr-192.026.255.rrr Unassigned [NIC]
192.028.100.rrr-192.028.255.rrr Unassigned [NIC]
192.031.025.rrr Unassigned Unassigned [NIC]
192.031.043.rrr CNSNET Caltech - CNS Biology Net [39,DC99]
192.031.046.rrr Unassigned Unassigned [NIC]
192.031.091.rrr Unassigned Unassigned [NIC]
192.031.163-223.255.254.rrr Unassigned [NIC] 223.255.255.rrr Reserved [JBP]
* Internet Address Name Network References - ---------------- ---- ------- ---------- 224.000.000.000-239.255.255.255 Multicast [11,JBP] 240.000.000.000-255.255.255.255 Reserved [JBP]
Network Totals
Assigned for the ARPA-Internet and the DDN-Internet
Class A B C Total
Research 13 173 1146 1332
Defense 9 24 558 591
Government 1 19 101 121
Commercial 3 14 16 33
Total 26 230 1821 2077
Allocated for Internet and Independent Uses
Class A B C Total
Research 14 218 2172 2404
Defense 9 25 560 594
Government 1 22 102 125
Commercial 3 36 4660 4699
Total 27 301 7494 7822
Maximum Allowed
Class A B C Total
Research 8 1024 65536 66568
Defense 24 3072 458752 461848
Government 24 3072 458752 461848
Commercial 74 9214 1114137 1123394
Total 126 16382 2097150 2113658
AUTONOMOUS SYSTEM NUMBERS
The Exterior Gateway Protocol (EGP) [33,35] specifies that groups of gateways may form autonomous systems. The EGP provides a 16-bit field for identifying such systems. The values of this field are registered here.
Decimal Name References
------- ---- ----------
0 Reserved [JBP]
1 The BBN Core Gateways [MB]
2 DCN-AS [DLM1]
3 The MIT Gateways [LM8]
4 ISI-AS [JKR1]
5 Symbolics [CH2]
6 HIS-Multics [JLM23]
7 UK-MOD [RNM1]
8 RICE-AS [PGM]
9 CMU-ROUTER [MA]
10 CSNET-PDN-AS [RDR4]
11 HARVARD [SB28]
12 NYU-DOMAIN [EF5]
13 BRL-AS [RBN1]
14 COLUMBIA-GW [BC14]
15 NET DYNAMICS EXP [ZSU]
16 LBL [WG]
17 PURDUE-CS [DT50]
18 UTEXAS [JBC2]
19 CSS-DOMAIN [RR2]
20 UR [LB16]
21 RAND [JDG]
22 NOSC [RLB3]
23 RIACS-AS [DG28]
24 AMES-NAS-GW [MF31]
25 UCB [MK17]
26 CORNELL [BN9]
27 UMDNET [MP12]
28 DFVLR-SYS [GB7]
29 YALE-AS [JG46]
30 SRI-AICNET [PM4]
31 CIT-CS [AD22]
32 STANFORD [PA5]
33 DEC-WRL-AS [RKJ2]
34 UDEL-EECIS [NMM]
35 MICATON [WDL]
36 EGP-TESTOR [BP17] 37 NSWC [MXP1] 38 UIUC [AKC] 39 NRL-ITD [AP] 40 MIT-TEST [NC3] 41 AMES [MSM1] 42 THINK-AS [BJN1] 43 BNL-AS [GC] 44 S1-DOMAIN [LWR] 45 LLL-TIS-AS [NAL] 46 RUTGERS [RM8] 47 USC-OBERON [DRS4] 48 NRL-AS [WF3] 49 ICST-AS [JCN2] 50 ORNL-MSRNET [THD] 51 USAREUR-EM-AS [WXD] 52 UCLA [BXL] 53 NORTHROP-AS [RSM1] 54 COA-FIN-NET [RR26] 55 UPENN-CIS [IW5] 56 OPTIMIS-P [JXL] 57 UMN-REI-UC [HWB] 58 DREA-AS [GLH5] 59 WISC-MADISON-AS [EJN1] 60 DARPA-BFLY [MB] 61 DEC-MARLBORO-AS [WM3] 62 TEKVAXC [TE2] 63 LL-MI [RTL] 64 MITRE-B-AS [BSW] 65 LOGNET-AS [JR15] 66 ETL-AI [MMM3] 67 SDC-PRC-AS [MXS2] 68 LANL-INET-AS [JC11] 69 WHARTON-AS [GBR] 70 NLM-GW [JA1] 71 HP-INTERNET-AS [RM142] 72 SPAR-AS [RXB] 73 WASHINGTON-AS [RA17] 74 XDRENET-AS [JR17] 75 ANL-AS [LW26] 76 SDC-CAM-AS [DSR] 77 JHUAPL-AS [SAK3] 78 SSDF-CDC-GW [RE22] 79 DSPO-HC-AS [BT5] 80 GE-CRD [JC106] 81 TUCC-MCNC [JXR] 82 TWG-DEMO-AS [JXS1] 83 PICANET-AS [RFD1]
84 DTNSRDC-AS1 [RWT2] 85 AERO-NET [LCN] 86 SURANET-AS [JXH1] 87 INDIANA-AS [BXS1] 88 PRINCETON-AS [LXR] 89 NUSC-CSTLNET-AS [MP20] 90 SUN-AS [WM3] 91 RPI-AS [MS9] 92 CLARKSON-AS [JXH] 93 FORD-AS [KR9] 94 BELVOIR-NET [DXH] 95 NUSCLSB1 [RPP] 96 JTELS-BEN1-AS [RR26] 97 JVNC-AS [SH37] 98 ROCKEFELLER-AS [MK38] 99 INTEL-IWARP [WXM] 100 FMC-CEL [BXL1] 101 WASH-NSF-AS [SH47] 102 NSF-HQ-AS [FW17] 103 NWU-AS [EEW6] 104 COLORADO-AS [RAJ8] 105 GSWD-VMS-AS [PEK] 106 ETN-WLV-AS [SMS1] 107 ECSNET-AS [CAL7] 108 XEROX-AS [JNL1] 109 CISCOSYSTEMS [KSL] 110 CCA-AS [AL6] 111 BOSTONU-AS [BS24] 112 CMU-SEI-AS [PDB5] 113 SCCNET-AS [MJO4] 114 SESQUINET-AS [GTA] 115 PBAS-BEN2-GW-AS [RR26] 116 BELLCORE-AS [PK28] 117 ALBM-NET-AS [MF52] 118 NSWSES-NAVY-AS [DD41] 119 AMS-AS [SBW4] 120-65534 Unassigned [NIC] 65535 Reserved [JBP]
DOCUMENTS
[1] Aerospace, Internal Report, ATM-83(3920-01)-3, 1982.
[2] Apollo Computer, Inc., "Managing TCP/IP-Based Communication
Products", Order No. 008543, Chelmsford, MA, 01824,
March 1986.
[3] BBN Proposal No. P83-COM-40, "Packet Switched Overlay to
Tactical Multichannel/Satellite Systems".
[4] BBN, "Specifications for the Interconnection of a Host and an
IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
Massachusetts, revised, December 1981.
[5] Chon, K., et al., "SDN: A Computer Network for Korean Research
Community", Proc. of the Pacific Computer Communications
Symposium, October 1985, pp. 567-570, Seoul, Korea.
[6] Chon, K., et al., "System Development Network", Proc. of
TENCON, April 1984, pp. 133-135, Singapore.
[7] Clark, D., "Revision of DSP Specification", Local Network
Note 9, Laboratory for Computer Science, MIT, June 1977.
[8] Cohen, D., "On Holy Wars and a Plea for Peace", IEEE Computer
Magazine, October 1981.
[9] Comer, D., and T. Narten, "The Cypress Multifunction Packet
Switch", Technical Report CSD-TR-575, Computer Science Dept.,
Purdue University, West LaFayette, IN.
[10] Croft, W. J., "Unix Networking at Purdue", USENIX Conference,
1980.
[11] Deering, S. E., "Host Extensions for IP Multicasting",
RFC-988, Stanford University, December 1985.
[12] Feinler, E., editor, "DDN Protocol Handbook", Network
Information Center, SRI International, December 1985.
[13] Feinler, E., editor, "Internet Protocol Transition Workbook",
Network Information Center, SRI International, March 1982.
[14] Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
NIC 7104, for the Defense Communications Agency by SRI
International, Menlo Park, California, Revised January 1978.
[15] Harris Corporation, "Harris Ethernet Data Link Reference
Manual", Publication No. 0868010-002, Harris Corporation,
Computer Systems Divsion, 2101 West Cypress Creek Road,
Ft. Lauderdale, FL 33309-1892.
[16] Harris Corporation, "Harris TCP/IP Manager's Guide",
Publication No. 0868011-100, Harris Corporation,
Computer Systems Divsion, 2101 West Cypress Creek Road,
Ft. Lauderdale, FL 33309-1892.
[17] Honeywell CISL, Internal Document, "AFSDSC Hyperchannel RPQ
Project Plan".
[18] Honeywell CISL, Internal Document, "Multics MR11 PFS".
[19] Hwang, K., W. J. Croft and G. H. Goble, "A Unix-Based Local
Computer Network with Load Balancing", IEEE Computer,
April 1982.
[20] IBM Corporation, "Technical Reference Manual for the IBM PC
Network", 6322505, IBM, Boca Raton, Florida, 1984.
[21] IEEE Project 802 Local Area Network Standard, "IEEE Standard
802.3 CSMA/CD Access Method and Physical Layer
Specifications", Approved IEEE 802.3-1985 ISO/DIS 8802/3,
July 1983.
[22] Korb, J. T., "A Standard for the Transmission of IP Datagrams
Over Public Data Networks", RFC-877, Purdue University,
September 1983.
[23] Leach, et al., "The Architecture of an Integrated Local
Network", IEEE Journal on Selected Areas in Communications,
Vol SAC-1, No. 5, November 1983.
[24] Leffler, Samuel J., et al., "4.2 BSD Network Implementation
Notes", July, 1983, University of California, Berkeley.
[25] Macgregor, W., and D. Tappan, "The CRONUS Virtual Local
Network", RFC-824, Bolt Beranek and Newman, August 1982.
[26] Mills, D., "Network Time Protocol", RFC-958, M/A-COM Linkabit,
September 1985.
[27] Postel, J., ed., "Internet Protocol - DARPA Internet Program
Protocol Specification", RFC-791, Information Sciences
Institute, September 1981.
[28] Prime, "Medusa, The Prime Ethernet", PRIME/WS/AI/86/2,
July 1986, Framingham, MA.
[29] Proteon, "Linkway Software: Operating System, Release 7.0",
SPD 040-013 and "Linkway Software: IP Packet Forwarder",
SPD 040-016. Proteon, Inc., 4 Tech Circle, Natick, MA 01760.
[30] Proteon, "P4200 Gateway User's Guide", 42-040-012. Proteon,
Inc., 4 Tech Circle, Natick, MA 01760.
[31] Reed, D., "Protocols for the LCS Network", Local Network Note
3, Laboratory for Computer Science, MIT, November 1976.
[32] Reynolds, J. and J. Postel, "Official Internet Protocols",
RFC-1011, Information Sciences Institute, May 1987.
[33] Rosen, E., "Exterior Gateway Protocol" RFC-827, Bolt Beranek
and Newman, October 1982.
[34] Saltzer, J. H., "Design of a Ten-megabit/sec Token Ring
Network", MIT Laboratory for Computer Science Technical
Report.
[35] Seamonson, L. J., and E. C. Rosen, "STUB" Exterior Gateway
Protocol", RFC-888, BBN Communications Corporation,
January 1984.
[36] Shuttleworth, B., "A Documentary of MFENet, a National
Computer Network", UCRL-52317, Lawrence Livermore Labs,
Livermore, California, June 1977.
[37] Skelton, A., S. Holmgren, and D. Wood, "The MITRE Cablenet
Project", IEN-96, April 1979.
[38] Sun Microsystems, "Networking on the Sun Workstation",
Part No: 800-1324-03, Revision B of 17 February 1986.
Sun Microsystems, Inc., 2550 Garcia Avenue, Mountain
View, CA 94043.
[39] "The Ethernet, A Local Area Network: Data Link Layer and
Physical Layer Specification", AA-K759B-TK, Digital Equipment
Corporation, Maynard, MA. Also as: "The Ethernet - A Local
Area Network", Version 1.0, Digital Equipment Corporation,
Intel Corporation, Xerox Corporation, September 1980. And:
"The Ethernet, A Local Area Network: Data Link Layer and
Physical Layer Specifications", Digital, Intel and Xerox,
November 1982. And: XEROX, "The Ethernet, A Local Area
Network: Data Link Layer and Physical Layer Specification",
X3T51/80-50, Xerox Corporation, Stamford, CT., October 1980.
[40] The High Level Protocol Group, "A Network Independent File
Transfer Protocol", INWG Protocol Note 86, December 1977.
[41] Whelan, D., "The Caltech Computer Science Department Network",
5052:D F:82, Caltech Computer Science Department, 1892.
[42] XEROX, "Internet Transport Protocols", XSIS 028112, Xerox
Corporation, Stamford, Connecticut, December 1981.
CONTACTS
[AB13] Alison Brown CORNELL alison@DEVVAX.TN.CORNELL.EDU
[AB20] Art Berggreen ACC ART@ACC.ARPA
[AB71] Abraham Bleiberg SU bleiberg@ARGUS.STANFORD.EDU
[AB90] Amatzia Ben-Artzi SYTEK amatzia@AMADEUS.STANFORD.EDU
[ABB2] A. Blasco Bonito CNUCE Blasco@CNUCE-VM.ARPA
[AC42] Adam Cohen UCB ---none---
[AD22] Arlene DesJardins CIT arlene@VLSI.CALTECH.EDU
[AG22] Alfred Ganz YALE GANZ@YALE.ARPA
[AG61] Afshin Goodarzi HGC ---none---
[AG67] Atul Garg HP ---none---
[AGS5] Arnold G. Smith SRI AGSMITH@WARBUCKS.AI.SRI.COM
[AHA] Allan H. Anderson LL anderson@LL-VLSI.ARPA
[AJC11] Andrew J. Cole LEEDS
AJCOLE%AI.LEEDS.AC.UK@CS.UCL.AC.UK
[AK36] Akio Kondo NSKK
akondo%asevx1%slb-doll.csnet@RELAY.CS.NET
[AKC] Albert Cheng UIUC acheng@A.CS.UIUC.EDU
[AKH5] Arthur K. Hartwig UQ ---none---
[AL6] Alexis Layton CCA alex@CCA.CCA.COM
[AL46] Andy Linton NCL
andy%cheviot.ncl.ac.uk@CS.UCL.AC.UK
[ALG4] Alma Grijalva-Langley UA ALMA%ARIZVAX.BITNET@WISCVM.WISC.EDU
[AM54] Andrew MacPherson STC
mcvax!tcom.stc.co.uk!andrew@seismo.CSS.GOV
[AMM14] Antonio M. Monteiro POLYU
monteiro%polygraf.bitnet@WISCVM.WISC.EDU
[AMS1] Allan Schiffman FAIRCHILD Schiffman@KL.SRI.COM
[AP] Alan Parker NRL parker@NRL-CSS.ARPA
[AP25] Andrew Partan COS hadron!cos!asp@seismo.CSS.GOV
[ARM5] Andrew R. Maffei WHOI mit-erl!aqua!arm@EDDIE.MIT.EDU
[AS62] Albert Steiner NWU ---none---
[AS90] Anthony Schoener Applicon ---none---
[AW9] Allen Waters AF SAC.96bmw-se@ISI.EDU
[AW48] Andy Wilcox UFL ajw%ufl.csnet@RELAY.CS.NET
[AWS3] Andy Sills AEROSPACE Sills@AEROSPACE.AERO.ORG
[AY5] Akiharu Yasuda DIA DIA@PAXRV-NES.ARPA
[AZ] Ansari Zadeh TSU ansariza%tsuunix.uucp@RICE.EDU
[BA26] Bill Ayres ORST
ayres%orstate.bitnet@WISCVM.WISC.EDU
[BANDY] Andrew S. Beals LLNL bandy@LLL-CRG.ARPA
[BAT4] Brin A. Tolliffe WESTPOINT tolliffe@WESTPOINT.ARPA
[BAV] Brick A. Verser KSU BAV%KSUVM.BITNET@WISCVM.WISC.EDU
[BAW9] Bruce A. Wilford UCL bruce@NSS.CS.UCL.UK
[BC14] Robert Cattani COLUMBIA Cattani@COLUMBIA.EDU
[BC32] Bob Cunningham HAWAII
cunninghamr%haw.sdscnet@NMFECC.ARPA
[BC65] Bill Chiarchiaro LL wjc@LL-VLSI.ARPA
[BC72] Brian Carrihill SBINY carrhill@NYU.ARPA
[BD55] Brian Down TORONTO
bdown%uturing%toronto.csnet@RELAY.CS.NET
[BE10] Bjorn Eriksen SWEDEN ber%enea.uucp@seismo.CSS.GOV
[BEC1] Benjamin E. Chi UALBANY
sysiln%albnylvx.bitnet@WISCVM.WISC.EDU
[BEC5] Ben E. Colley UMC
TPMAINT%UMVMB.BITNET@WISCVM.WISC.EDU
[BG23] Bud Greasley SQ bud@SQ.SQ.COM
[BG25] Bryan L. Gorman SRI GORMAN@BRAGGVAX.ARPA
[BH80] Bruce Haanstra MAPNET ---none---
[BJN1] Bruce Nemnich TMC BRUCE@THINK.COM
[BJR2] Bill Russell NYU Russell@NYU.ARPA
[BL31] Bob Lemley BAYLOR
lemleyr%baylor.bitnet@WISCVM.WSIC.EDU
[BLI] Basil L. Irwin UCAR irwin%ncar@RELAY.CS.NET
[BM40] Bill Mitchell UARIZ WHM@ARIZONA.EDU
[BM68] Burton Murray LUCID ---none---
[BM79] Bob Michie NJIT bob@NJITSC1.NJIT.EDU
[BMS2] Ben M. Segal CERN ---none---
[BN4] Bill Nowicki SUN Nowicki@SUN.COM
[BP17] Bobbi Phillips SRI bobbi@TSCA.ISTC.SRI.COM
[BS24] Barry Shein BU BZS%BU-CS@RELAY.CS.NET
[BS69] Brent Sweeny INDIANA
SWEENY@GOLD.BACS.INDIANA.EDU
[BSW] Barbara Seber-Wagner MITRE bnsw@MITRE-BEDFORD.ARPA
[BT5] Bob Tomlinson LANL tomlin@HC.DSPO.GOV
[BWA] Bobby W. Allen YUMA Allen@YUMA.ARPA
[CAL7] Charles A. Leach OKC CAL@OKC-UNIX.ARPA
[CAS] Carl Sunshine SDC Sunshine@JOVE.CAM.UNISYS.COM
[CAS1] Claude S. Steffey WSMR csteffey@WSMR05.ARPA
[CBD] Clive B. Dawson MCC CLIVE@MCC.COM
[CBR2] Charles B. Ray CIT ---none---
[CC89] Chris Chaundy UNIMELB
munnari!ucsvc.dn.mu.oz!chris@seismo.CSS.GOV
[CC108] Charles Clanton LatiCorp ---none---
[CF4] Cliff Frost UCB
cliff%UCBCMSA.Berkeley.EDU@JADE.Berkeley.EDU
[CF35] Charles Fung RIT ---none---
[CFB1] Carl Brandt LSU
carl%lsumvs.bitnet@WISCVM.WISC.EDU
[CFD4] Charles Dunn SUNYB
chuck%ubvm.bitnet@WISCVM.WISC.EDU
[CG24] Curtis Generous DAITC GENEROUS@DAITC.ARPA
[CH2] Charles Hornig SYMBOLICS CAH@MC.LCS.MIT.EDU
[CJ38] Chris Johnson NU
johnson%northeastern.csnet@RELAY.CS.NET
[CJL2] Carl J. Lydick CIT carl@CITHEX.CALTECH.EDU
[CJW2] Cliff Weinstein LL cjw@LL-SST.ARPA
[CL64] Clifford A. Lynch BERKELEY
ucdla%ucbtopaz.cc@UCBARPA.Berkeley.EDU
[CLH3] Charles Hedrick RUTGERS Hedrick@RED.RUTGERS.EDU
[CMC6] Chai M. Chow WPAFB chowcm@WPAFB-AMS1.ARPA
[CMR] Craig Rogers ISI Rogers@ISI.EDU
[CO16] Chris Olson FIRENET ---none---
[CP10] Craig Partridge BBN craig@BBN.COM
[CSTACY] Christopher Stacy Palladian CStacy@AI.AI.MIT.EDU
[CWH3] Craig W. Hunt NBS CRAIG@CAM-VAX.ARPA
[CYH] Chien Y. Huang PRINCETON
6026959%PUCC.BITNET@WISCVM.WISC.EDU
[DAT4] Doug A. Thomae HARRIS ---none---
[DAVE] David Roode IntelliCorp Roode@BIONET-20.ARPA
[DB14] Dave Borman CRAY dab@UMN-REI-UC.ARPA
[DB28] Dave Bullard CLEMSON
dave%clemson.bitnet@WISCVM.WISC.EDU
[DB35] Danny Branis HUJ
danny%ISRAEL.CSNET@RELAY.CS.NET
[DB97] Dave Bergum HONEYWELL bergum@HI-MULTICS.ARPA
[DB150] David Bloom RUTGERS
andromeda!bloom@TOPAZ.RUTGERS.EDU
[DBJ] David B. Johnson DRILLTECH DBJ@RICE.EDU
[DC99] David Chan CIT chan@BEK-MC.CALTECH.EDU
[DC126] Dick Cogger CU
rhx%cornellc.bitnet@WISCVM.WISC.EDU
[DCMW] David C. M. Wood CU DCMWOOD@COLO.COLORADO.EDU
[DD11] Don Deal GATECH DON@PYR.GATECH.EDU
[DD41] Dan DeGrossa NSWSES NSWSES@DDN2.ARPA
[DD47] Diane Donaldson USDOL ANDIE@CVL.UMD.EDU
[DDC1] David Clark MIT DClark@MIT-MULTICS.ARPA
[DE6] Deborah Estrin USC Estrin@USC-CSEB.USC.EDU
[DEC1] Douglas E. Comer PURDUE DEC@PURDUE.EDU
[DF71] David Fordyce TI fordyce%ti-csl@RELAY.CS.NET
[DFH2] Dan Hocking AIRMICS DHOCKING@ISI.EDU
[DGH13] Donald G. Hirsh WU wucs1!wucs2!don@seismo.CSS.GOV
[DGT6] David G. Taylor INFERENCE ---none---
[DH17] Douglas Hirsch BBN dhirsch@CCS.BBN.COM
[DH23] David Hayes HQDA dshayes@SMOKE.BRL.MIL
[DH30] Doc Hayes ARMY ns-ddn@DDN2.ARPA
[DJF] David J. Farber UDEL Farber@HUEY.UDEL.EDU
[DJG2] Daniel J. Grim UDEL grim@HUEY.UDEL.EDU
[DJV1] Darrel J. Van Buer SDC vanbuer@ECLA.USC.EDU
[DK2] Dean B. Krafft CORNELL Dean@GVAX.CS.CORNELL.EDU
[DK5] Diana Kirby SAS ---none---
[DK66] Doug Konkin ARC
doug%noah.arc.cdn%ubc.csnet@RELAY.CS.NET
[DLM1] David Mills LINKABIT Mills@HUEY.UDEL.EDU
[DLM34] David L. Merrifield UAF ---none---
[DM27] Doug McCallum ISC mccallum@ICO.ISC.COM
[DM147] Dan Morales HONEYWELL ---none---
[DMK16] Debra M. Kukanich ETA ---none---
[DMK18] David M. Keirsey HUGHES KEIRSEY@ECLA.USC.EDU
[DN22] David Novotny HARC
DMN8672%TAMVENUS.BITNET@WISCVM.WISC.EDU
[DN32] Dave Nordlund UK
NORDLUND%UKANVM.BITNET@WISCVM.WISC.EDU
[DO26] Dennis O'Reilly UBC ---none---
[DO27] David Oliver ANSA ANSA%ALVEY.UK@CS.UCL.AC.UK
[DP71] David Palus NEC ---none---
[DGT6] Dave Taylor INFERENCE ---none---
[DR71] Duane Rettig AMDAHL ---none---
[DS85] Dale Smith UO
dsmith%oregon2.bitnet@WISCVM.WISC.EDU
[DS160] Don Scelza PERQ ---none---
[DSR] Dale Russell UNISYS dsr@JOVE.CAM.UNISYS.COM
[DSW] Dan Whelan CALTECH Dan@CIT-20.CALTECH.EDU
[DT50] Daniel Trinkle PURDUE trinkle@PURDUE.EDU
[DTH] David T. Hsu WEDGE hsu@ENEEVAX.UMD.EDU
[DW93] David Watson COGNITION david@DANDELION.CI.COM
[DW96] David Walker UCI
DHWalker%ucivmsa.bitnet@WISCVM.WISC.EDU
[EC5] Ed Cain DCEC cain@EDN-UNIX.ARPA
[ED38] Ed DeHart TARTAN DEHART@TL-20B.ARPA
[EEW6] Ernest Woodward NU ernie@NORTHWESTERN.ARPA
[EF5] Ed Franceschini NYU Franceschini@NYU.ARPA
[EHH4] Eddie H. Hunter UGA ---none---
[EJN1] Eric J. Norman WISC EJNorman@UNIX2.MACC.WISC.EDU
[EK18] Edwin King SRI King@SPAM.ISTC.SRI.COM
[EPA] Eric Allman BLI eric@UCBVAX.Berkeley.EDU
[ERC1] Eric R. Crane ACCENT Eric.Crane@C.CS.CMU.EDU
[ERK3] Edward Kozel SRI Kozel@SPAM.ISTC.SRI.COM
[EY5] Elaine Yamin ATT ---none---
[EZ3] Edward Zawacki UIC
u17375%uicvm.bitnet@WISCVM.WISC.EDU
[FAS] Fred Segovich GSWD fred@GSWD-VMS.ARPA
[FCH] Franklin C. Holtry UCD ---none---
[FD18] F. de Kruijf DUTNET FREEK%DUTRUN.UUCP@seismo.CSS.GOV
[FJK2] Frank J. Kastenholz SPARTACUS KODINSKY@MIT-MULTICS.ARPA
[FJS3] F. Jeffery Schmidt CDA JSCHMIDT.CDA@AMC-HQ.ARPA
[FMA1] Frederick M. Avolio DECUAC Avolio@DECUAC.DEC.COM
[FS37] Frank Solensky PRIME ---none---
[FW17] Frederic Wendling NSF FWENDLING@NOTE.NSF.GOV
[FWD] Wolfgang J. Dyner USAREUR ---none---
[GAA] Glenn A. Adams, Jr. MIT/LL glenn@XN.LL.MIT.EDU
[GAL5] Guillermo A. Loyola IBM Loyola%ibm-sj@RELAY.CS.NET
[GB7] Gerd Beling DFVLR GBELING@ISI.EDU
[GB43] George Broomell UKY
UKT101%UKCC.BITNET@WISCVM.WISC.EDU
[GBR] G. Brendan Reilly WHARTON Reilly@WHARTON.ARPA
[GC] Graham Campbell BNL gc@BNL.ARPA
[GEOFF] Geoffrey Mullligan USAF GEOFF@USAFA.ARPA
[GG11] George Goble PURDUE ghg@EE.ECN.PURDUE.EDU
[GG43] Gary Gagnon CSC GAGNON@AFSC-HQ.ARPA
[GGB2] Geoffrey G. Baehr TRW geoffb@TRWIND.TRW.COM
[GH29] Gregory Hidley UCSD hidley@SDCSVAX.UCSD.EDU
[GIH] Glenn I. Hastie II SRI Hastie@SPAM.ISTC.SRI.COM
[GKN1] Gerard K. Newman SDSC gkn@SDSC-SDS.ARPA
[GL41] Gunnar Lindberg CTH ---none---
[GLD] Geraldine L. Durant LL DURANT@LL.ARPA
[GLH5] Gavin L. Hamphill DREA Hemphill@DREA-XX.ARPA
[GM34] Gaylord Miyata Goldhill
Miyata%oz.ai.mit.edu@XX.LCS.MIT.EDU
[GP56] Gottfried Petschl TUNET ---none---
[GPL1] Gene LeClair Pentagon GENE@OPTIMIS-PENT.ARPA
[GR26] Georg Richter RU ---none---
[GTA] Guy T. Almes RICE almes@RICE.EDU
[GW22] Grant Weiler UTAH Weiler@CS.UTAH.EDU
[GW40] Gary Wallace UMASS
gary%umass.csnet@RELAY.CS.NET
[GW49] George Ward Motorola ---none---
[HC2] Haesoon Cho KAIST
hscho%kaist.csnet@RELAY.CS.NET
[HC24] Ho Chen INTEL ---none---
[HDW2] Howard Wactlar CMU Howard.Wactlar@A.CS.CMU.EDU
[HGH1] Harry G. Heard JVNC HEARD@AMES-VMSB.ARPA
[HM38] Hirohide Mikami NTT
mikami%ntt-20@SUMEX-AIM.STANFORD.EDU
[HML1] H. Morrow Long YALE long-morrow@YALE.ARPA
[HN3] Heinz Naef CIBA mcvax!cgcha!whna@seismo.CSS.GOV
[HT12] Henry Tam NYTEL
rmay%cornelld.bitnet@JADE.Berkeley.EDU
[HWB] Hans-Werner Braun MICHIGAN HWB@MCR.UMICH.EDU
[HWP2] Henry W. Poor UM poor%rsmas.span@JPL-VLSI.ARPA
[IRN] Isaac R. Nassi ENCORE NASSI@MULTIMAX.ARPA
[IW5] Ira Winston UPENN Ira@CIS.UPENN.EDU
[JA] Jaap Akkerhuis WCW jaap@MOUTON.ARPA
[JA1] Jules P. Aronson NLM Aronson@MCS.NLM.NIH.GOV
[JAG3] Jeff Gumpf CWRU G.Gumpf@CS.COLUMBIA.EDU
[JAJ17] James Jokl UVA ---none---
[JB113] Jerome Bennett NASA bennett@MPP.GSFC.NASA.GOV
[JB188] Josef Burger WISC bolo@SPOOL.WISC.EDU
[JB218] Jim Blondeau TEK
jbb%tektools.tek.csnet@RELAY.CS.NET
[JBC2] John B. Chambers UT jbc@SALLY.UTEXAS.EDU
[JBP] Jon Postel ISI Postel@ISI.EDU
[JBW1] Joseph Walters, Jr. BBN JWalters@CCX.BBN.COM
[JC11] Jim Clifford LANL jrc@LANL.GOV
[JC106] Joel Conklin GE Conklin@GE-CRD.ARPA
[JCB42] Jay C. Bergeron FACTRON ---none---
[JCH17] Jeffrey Honig CLARKSON JCH@OMNIGATE.CLARKSON.EDU
[JCN2] John C. Nunn NBS NUNN@NBS-VMS.ARPA
[JCW12] James C. Woodard ROCKWELL ---none---
[JD27] John Doyle CIT doyle@CSVAX.CALTECH.EDU
[JDC20] Jeffrey D. Case UTK
jdcase01%utkvx3.bitnet@WISCVM.WISC.EDU
[JDG] Jim Guyton RAND guyton@RAND-UNIX.ARPA
[JEE4] Jan Ellison GTE ---none---
[JEM] Jim Mathis SRI Mathis@KL.SRI.COM
[JF77] Jim Fallon MACOM JFALLON@MACOMW.ARPA
[JGD1] Joseph G. Deck WU
deck%vax.weslyn%wesleyan.bitnet@WISCVM.WISC.EDU
[JH18] Jean Huens KULEUVEN prlb2!kulcs!jean@seismo.CSS.GOV
[JH92] Jack Hahn UMDC
hahn%umdc.bitnet@WISCVM.WISC.EDU
[JH141] Juha Heinanen FINLAND
FI-TECHNICAL-CONTACT%TUT.UUCP@seismo.CSS.GOV
[JH155] Jeff Hayward UH
UCC1%UHVAX1.BITNET@WISCVM.WISC.EDU
[JHH8] James H. Haynes UCSC ucscc!haynes@UCBVAX.Berkeley.EDU
[JJ48] Jeffrey Jongeward BAC
ssc-vax!root@BEAVER.CS.WASHINGTON.EDU
[JJD12] Jeff Diehl USAF XQR-SPCD@AFCC-4.ARPA
[JK7] Jim Koda ISI Koda@ISI.EDU
[JKR1] Joyce K. Reynolds ISI JKREYNOLDS@ISI.EDU
[JL15] Jay Lepreau UTAH Lepreau@CS.UTAH.EDU
[JLM23] John L. Mills HONEYWELL Mills@BCO-MULTICS.ARPA
[JLR4] John Romkey FTPSW Romkey@BORAX.LCS.MIT.EDU
[JLS45] John L. Sloan WSU jsloan%wright.csnet@RELAY.CS.NET
[JM28] John W. Milton DCA DCAB650@DDN1.ARPA
[JM60] Jim McCollum DEC mccollum@MARLBORO.DEC.COM
[JM278] Jin Mazumdar FREDONIA ---none---
[JM292] Jun Murai UTOKYO jun%japan.csnet@RELAY.CS.NET
[JM303] John Moorfoot DEAKINET jgm%charlie.oz@seismo.CSS.GOV
[JM304] Jim McClurg Sperry ---none---
[JMA16] James M. Adams MACOM ADAMS@MACOMW.ARPA
[JMR] John M. Rushby SRI Rushby@DOCKMASTER.ARPA
[JN40] John Noble VCU ---none---
[JN47] Jerry Nerbovig WELLSNET ---none---
[JNL1] John Larson XEROX jlarson.pa@XEROX.COM
[JO54] John O'Connor NYTEL ---none---
[JOG] John O. Gartley ALCOA
gartley%atc.alcoa.com@RELAY.CS.NET
[JOO] James O. Ostlund SALKNET ostlund@SALK-ADM.SDSC.EDU
[JPS17] John P. Stoneback MORAVIAN
allegra!mc70!stonebac@seismo.CSS.GOV
[JR15] John Rhodes LOGNET JRhodes@LOGNET2.ARPA
[JR17] John L. Robinson CANADA Robinson@DMC-CRC.ARPA
[JRL3] John LoVerso SUNY
LoVerso%buffalo.csnet@RELAY.CS.NET
[JRR14] Joe Ragland TUCC TUCJRR@TUCC.TUCC.EDU
[JS28] John A. Shriver PROTEON JAS@PROTEON.COM
[JS38] Joseph Sventek LBL JSSventek@LBL.ARPA
[JS81] Jeff Smith PURDUE aat@J.CC.PURDUE.EDU
[JS171] Jerry Scott TWG ---none---
[JS268] J. Simonetti SUNY ---none---
[JS283] Jack Schwartz ARPA jschwartz@ISI.EDU
[JSG5] Jon Goodridge BBN jsg@CCM.BBN.COM
[JSS4] Jayant S. Sabnis SRA sabnix%onrl.decnet@NRL.ARPA
[JSY2] Jeffrey S. Yaplee BOEING ---none---
[JTE2] James T. Ellis PSCNET ellis@MORGUL.PSC.EDU
[JTN] John T. Nelson ADS jtn@ADS.ARPA
[JW47] John Wobus SUCNS
JMWobus%suvm.bitnet@WISCVM.WISC.EDU
[JW136] James D. White UOKNOR jdw@UOKUCS.UOKNOR.EDU
[JW156] John Wray RSRE JCW2%RSRE@CS.UCL.AC.UK
[JWO1] James W. O'Toole UMD james@MIMSY.UMD.EDU
[JY11] Joe Yancone USARMY Yancone@CRDEC.ARPA
[KA4] Karl Auerbach EPILOGUE auerbach@CSL.SRI.COM
[KB60] Karl Braun DRI ---none---
[KBC] Kevin B. Casey Gallaudet
kbcasey%gallua.bitnet@WISCVM.WISC.EDU
[KC8] Ken Chen Perceptronics ---none---
[KCM2] Kelly C. McDonald BYU
kcm%byuadmin.bitnet@WISCVM.WISC.EDU
[KDM5] Keith D. Miller TASC ---none---
[KDZ] Kurt D. Zeilenga UNM zeilenga@HC.DSPO.GOV
[KFD] Ken Dove AIDS kfd@ADS.ARPA
[KHJ] Karen Jobes IASNET
jobes%iassns.bitnet@WISCVM.WISC.EDU
[KL31] Kathleen Lamb CSM klamb%csm9a@COLO.COLORADO.EDU
[KMC3] Kenneth M. Crepea SRI Crepea@SACFS.ARPA
[KMH8] Ken Hays FSU hays%fsu.mfenet@NMFECC.ARPA
[KO11] Kevin O'Keefe HAZELTINE Hazeltine@ISI.EDU
[KR9] J. Keven Rohan FORD JJKKRR@FORD-COS1.ARPA
[KS62] Kathy Simpson OSU ---none---
[KSL] Kirk Lougheed CISCO Lougheed@KL.SRI.COM
[KTP] Kenneth T. Pogran BBN Pogran@CCQ.BBN.COM
[KW2] Keith T. Wescourt FMC WESCOURT@CEL.FMC.COM
[LAM1] Louis A. Mamakos UMD louie@TRANTOR.UMD.EDU
[LB16] Liudvikas Bukys ROCHESTER Bukys@CS.ROCHESTER.EDU
[LCN] Lou Nelson AEROSPACE Lou@AEROSPACE.AERO.ORG
[LCS] Lou Schreier SRI Schreier@SPAM.ISTC.SRI.COM
[LFO] Luis F. Ortiz YALE Ortiz-Luis@YALE.ARPA
[LJR5] Louis J. Romero MMDA ---none---
[LL53] Leo Lanzillo BBN leo@SH.CS.NET
[LL56] Len Lattanzi SENTRY LATTANZI@SUMEX-AIM.STANFORD.EDU
[LM62] Landy Manderson UAB
usts034%uabtucc.bitnet@WISCVM.WISC.EDU
[LM88] Lee McLoughlin ICNET lmjm%doc.ic.ac.uk@CS.UCL.AC.UK
[LOU] Lou Salkind NYU Salkind@NYU.ARPA
[LPM] Leslie P. Michelson UMDNJ ---none---
[LRB] Larry Bierma NPRDC Bierma@NPRDC.ARPA
[LRC7] Larry R. Custead USASK
custead%sask.bitnet@WISCVM.WISC.EDU
[LRR1] Lawrence Rogers Princeton lrr@PRINCETON.EDU
[LS103] Leon Schilmoeller 3M ---none---
[LT28] Larry Taylor UIOWA
BPTLCTPB%UIAMVS.BITNET@WISCVM.WISC.EDU
[LW26] Linda Winkler ARGONNE
B32357%ANLVM.BITNET@WISCVM.WISC.EDU
[LWR] Larry Robinson LLNL lwr@MORDOR.S1.GOV
[MA] Mike Accetta CMU MIKE.ACCETTA@A.CS.CMU.EDU
[MA24] Melanie Anderson UI
melanie%ncsavmsa.bitnet@WISCVM.WISC.EDU
[MA54] Manny Allegue TRINCOLL ---none---
[MAB4] Mark Brown USC Mark@OBERON.USC.EDU
[MAJ1] M.A. Johnson CAMBRIDGE ---none---
[MB] Michael Brescia BBN Brescia@CCV.BBN.COM
[MB26] Mike Brzustowicz ADS mab@ADS.ARPA
[MB31] Michael Bereschinsky USARMY Bereschinsky@ISI.EDU
[MC17] Matt Crawford UCHICAGO Crawford@ANL-MCS.ARPA
[MC65] Michael Corn NYNEX ---none---
[MCA1] Mary Crocombe Akers BBN makers@BBN.COM
[MDC] Martin D. Connor MIT AI mdc@BHT.AI.MIT.EDU
[MF31] Martin J. Fouts NASA-AMES fouts@AMES-NAS.ARPA
[MF52] Michael Figg LOCKHEED mikefigg@AIVAX.LAD.COM
[MG58] Mike Gilbert SLI MBALLENTINE@ISI.EDU
[MH82] Mark Horton ATT
cbosgd!cbpavo.mis.oh.att.com!mark@seismo.CSS.GOV
[MH98] Michael Hrybyk JHU hrybyk@HOPKINS-EECS-BRAVO.ARPA
[MHG] Alma Grijalva UARIZ USARCCO@SIMTEL20.ARPA
[MJM2] Mike Muuss BRL Mike@BRL.ARPA
[MJO4] Mike O'Connor SPACECOM oconnor@SCCGATE.SCC.COM
[MK17] Mike Karels BERKELEY Karels@UCBVAX.Berkeley.EDU
[MK38] Mark Kowitz ROCKEFELLER Mark@ROCKEFELLER.ARPA
[MK68] Michael Kazar CMU Mike.Kazar@K.CS.CMU.EDU
[MKP2] Michael K. Peterson HUGHES scgvaxd!mkp@CSVAX.CALTECH.EDU
[ML62] Michael Levine CMU Levine@A.PSY.CMU.EDU
[MLC] Mike Corrigan DDN Corrigan@DDN3.ARPA
[MM135] M. Mills GTE ---none---
[MM147] Mark Meyer UN
mark%unlcdc3.bitnet@WISCVM.WISC.EDU
[MM149] Mark Miller LEHIGH
lumm%lehiibm1.bitnet@WISCVM.WISC.EDU
[MMH5] Martin Hayman Symbolics ---none---
[MMM3] Michael McDonnell USAETL Mike@ETL.ARPA
[MMM25] Marc M. Meilleur COINS COINS@ISI.EDU
[MO14] Michele Olivant JHU Olivant@HAWAII-EMH.ARPA
[MP20] Michel Perras NUSC Perras@NUSC-ADA.ARPA
[MPM] M. Preston Mullen NRL mullen@NRL-CSS.ARPA
[MR29] Mike Russell BROWN ---none---
[MR78] Michael Rotert LINK ZORN%GERMANY.CSNET@RELAY.CS.NET
[MS9] Martin Schoffstall RPI schoff@CSV.RPI.EDU
[MS22] Mark Starner Unisys starner@BIGBURD.PRC.UNISYS.COM
[MS101] Michael Szymendera CANISIUS mikey%canisius.edu@RELAY.CS.NET
[MS171] Marc Shapiro INRIA Marc.Shapiro@C.CS.CMU.EDU
[MS172] Marina Simonians RDL ---none---
[MSA1] Mats Andersson Sweden ---none---
[MSM1] Milo S. Medin AMES medin@AMES.ARPA
[MSP1] Mark St. Paul NMSU stpaul%nmsu.csnet@RELAY.CS.NET
[MT1] Michael Tharenos IBM postmaster@IBM.COM
[MTR] Marshall Rose NRTC MRose@GREMLIN.NRTC.NORTHROP.COM
[MV24] Mark Vasoll OKSTATE
vasoll%a.cs.okstate.edu@RELAY.CS.NET
[MW49] Mark Waldschmidt SAIC ---none---
[MWS10] Michael Stalnaker FAI MIKE@NRL-SSD.ARPA
[NAL] Neil Lann LLL NAL@LLL-TIS-B.ARPA
[NC3] J. Noel Chiappa MIT JNC@XX.LCS.MIT.EDU
[NG] Neil Gower ROCKWELL GOWER@ISI.EDU
[NH2] Nat Howard IM nrh@FLASH.BELLCORE.COM
[NIC] Net Info Center SRI Hostmaster@SRI-NIC.ARPA
[NMM] Mike Minnich UDELEE MMinnich@HUEY.UDEL.EDU
[NSE] Nayel el-Shafei PRIME Shafei%mit-oz@AI.AI.MIT.EDU
[NT12] Neil Todd IST mcvax!ist!neil@seismo.CSS.GOV
[NT13] Nigel Titley BTRL
mcvax!btnix!titley@seismo.CSS.GOV
[OG4] Olivier Gremont INRIA
mcvax!inria!gipaltair-bdblues!root@seismo.CSS.GOV
[PA5] Philip Almquist STANFORD Almquist@SCORE.STANFORD.EDU
[PAM6] Paul McNabb RICE pam@PURDUE.EDU
[PAP4] Philip Prindeville FTPSW philipp@MC.LCS.MIT.EDU
[PB40] Phil Bowden VA-TECH
BOWDEN!VTVM1.BITNET@WISCVM.WISC.EDU
[PB67] Pat Boyle UBC boyle%ubc.csnet@RELAY.CS.NET
[PC55] Phyliss Charlton MACOM ---none---
[PD39] Pete Delaney ECRC
pete%ecrcvax.uucp%germany.csnet@RELAY.CS.NET
[PDB5] Patrick D. Barron CMU pdb@SEI.CMU.EDU
[PFK] Peter F. King NEXT king%next.com@RELAY.CS.NET
[PFS2] Paul Sass CECOM Sass@ISI.EDU
[PGA1] Phillip G. Apley BITSTREAM ---none---
[PGM] Paul G. Milazzo RICE Milazzo@RICE.EDU
[PH45] Peter Ho HAC ho%athena.hac.com@OBERSON.USC.EDU
[PK] Peter Kirstein UCL Kirstein@ISI.EDU
[PK19] Penny Karr BBN pkarr@BBN.COM
[PK28] Philip R. Karn, Jr. BCR Karn@FLASH.BELLCORE.COM
[PKH1] Paul Hyder UCSB UCSBCSL!HYDER@UCBVAX.Berkeley.EDU
[PLH8] Paula L. Haymon UT ---none---
[PM4] Paul Martin SRI PMartin@KL.SRI.COM
[PM37] Phyllis Melvin BOEING phyllis@BOEING.COM
[PM72] Paul Mies GMD ---none---
[PMH3] P. M. Henderson WACHOVIA ---none---
[PML] Patrick M. Lashley CASETEK Holems!pat1@SUN.COM
[PN23] Peter Nellessen SIEMENS crtvax!pn@SPICE.CS.CMU.EDU
[PP14] Paul Pomes UIUC paul%uxc@A.CS.UIUC.EDU
[PP36] Paul Patton HONEYWELL ---none---
[PRT2] Paul R. Taylor OSWEGO
rocksvax!oswego!taylor@CS.ROCHESTER.EDU
[PS27] Paal Spilling NTA Spilling@ISI.EDU
[PSS1] Phil S. Schwarz DGPN ---none---
[PW37] Paul Woods OSU ---none---
[RA11] Rick Adams CCI Rick@seismo.CSS.GOV
[RA17] Bob Albrightson WASHINGTON BOB@WARD.CS.WASHINGTON.EDU
[RA62] Rex Aschenbrenner CGI
Rex%CGIVB%CGI.CSNET@RELAY.CS.NET
[RAJ3] Richard Johnson UCI-ICS raj@ICS.UCI.EDU
[RAJ8] Richard A. Jones UColoB jones@JVNCA.CSC.ORG
[RAK12] Richard A. Kawin LLNL kawin@MORDOR.S1.GOV
[RAR22] Robert A. Ridder SYNTELNET ---none---
[RAR23] Richard A. Ragosa RCA ---none---
[RB187] Richard Baxter YALE baxter-richard@YALE.ARPA
[RB217] Rafael Bracho SPAR RXB@KL.SRI.COM
[RB218] Randolph Bentson CSU
Bentson%ColoState.csnet@RELAY.CS.NET
[RB219] Robert Bybee CHROMATICS ---none---
[RBB21] Rick Blachley SGI ---none---
[RBN1] Ronald Natalie, Jr. BRL ron@BRL.ARPA
[RBW] Richard B. Wales UCLA WALES@CS.UCLA.EDU
[RC113] Renee Collier SAS ---none---
[RCM9] Robert C. McQueen STEVENS SIT.MCQUEEN@CU20B.COLUMBIA.EDU
[RD80] Randal Dalhoff ISU
GR.RFC%ISUMVS.BITNET@WISCVM.WISC.EDU
[RD91] Regine Dussaulx CCVR ---none---
[RDG12] Robert D. Garvie CU-COLO
garvie%grumpy.dnet@SPOT.COLORADO.EDU
[RDR4] Dennis Rockwell BBN DRockwell@SH.CS.NET
[RE22] Rand Enas CDC CDC-DDN@DDN2.ARPA
[RER20] Robert E. Rogers CHRYSLER ---none---
[RF57] Roger Fajman NIH raf%nihcu.bitnet@WISCVM.WISC.EDU
[RFD1] Robert F. Donnelly ARDC rfd@ARDEC.ARPA
[RG12] Roger L. Gulbranson UMINN ROGERG@UMN-ACSS-UX.ARPA
[RG92] Richard Gopstein RCA Gopstein@RUTGERS.EDU
[RH5] Russell Hobby UCDAVIS rdhobby@UCDAVIS.UCDAVIS.EDU
[RH6] Robert Hinden BBN Hinden@CCV.BBN.COM
[RH60] Roger Hale MIT Roger@LL-SST.ARPA
[RHC3] Robert H. Cole UCL robert@CS.UCL.AC.UK
[RHS16] Richard H. Sweed RADC SWEED@RADC-TOPS20.ARPA
[RJ59] Ronald Johnson APPLE rlj%apple.csnet@RELAY.CS.NET
[RK51] Richard Kisielewski AIG ---none---
[RKJ2] Richard Johnsson DEC johnsson@DECWRL.DEC.COM
[RKW6] Robert K. Ware CSM ---none---
[RLB3] Ronald L. Broersma NOSC Ron@NOSC.MIL
[RLP30] Ray L. Paulson STPNET ---none---
[RLS6] Ronald L. Smith COINS COINS@ISI.EDU
[RM8] Roy Marantz RUTGERS Marantz@RED.RUTGERS.EDU
[RM120] Richard McCarthy BINGHAMTON
sp0003%bingvmb.bitnet@WISCVM.WISC.EDU
[RM125] Ray McCorkle NUWESNET NSC-KEYPORT@DDN2.ARPA
[RN25] Roger Negaret CNRS ---none---
[RN29] Ryo Nomura NTT
nomura%ntt-20@SUMEX-AIM.STANFORD.EDU
[RNM1] Neil MacKenzie RSRE CLE%RSRE@CS.UCL.AC.UK
[RP88] Russ Perry CSUFRESNO ---none---
[RPP] Robert Pingree NUSC Pingree@NUSC.ARPA
[RR2] Raleigh Romine TELEDYNE romine@seismo.CSS.GOV
[RR18] Ron Reisor UDEL ron%vax3@LOUIE.UDEL.EDU
[RR26] William R. Reilly USARMY REILLY@COA.ARPA
[RR97] Robb Russell DREXEL
ROBB%DUPR.BITNET@WISCVM.WISC.EDU
[RSD2] Robert S. Dixon OHIO
TS0258%OHSTVMA.BITNET@WISCVM.WISC.EDU
[RSM1] Robert S. Miles NRTC RSM@NRTC.NORTHROP.COM
[RTL] Richard Lacoss MITLL Lacoss@XN.LL.MIT.EDU
[RW101] Randy Witlicki WILLIAMS
witlicki%williams.edu@RELAY.CS.NET
[RWH5] Robert W. Henry UCB rwh@UCBVAX.Berkeley.EDU
[RWT2] Robert W. Tinker DTNS tinker@DTIX.ARPA
[SA] Scott Allen GU ---none---
[SA29] Susan Ament EMORY OSSSA@EMORY.ARPA
[SAB17] Scott A. Baird FORMATIVE ---none---
[SAK3] Steven A. Kahn JHAPL Steve@APLVAX.ARPA
[SB12] Scott Bertilson UMN scott@UMN-REI-UC.ARPA
[SB28] Scott Bradner HARVARD sob@HARVARD.HARVARD.EDU
[SB90] Sean Brady MACOM brady@DCN9.ARPA
[SB98] Stan Barber BAYLOR sob@BCM.TCM.EDU
[SBW4] Samuel Whidden AMS ---none---
[SC54] Scott Comer ROSETTA wert@RICE.EDU
[SC59] Stephen Campbell DARTMOUTH
steve%dartmouth.edu@RELAY.CS.NET
[SC81] Sean Callaham CIT sean@ELXSI.CALTECH.EDU
[SD1] Steve Dyer MMC dyer@HARVARD.HARVARD.EDU
[SF34] Scott Fenstermacher WMNET
scott%wmmvs.bitnet@WISCVM.WISC.EDU
[SF41] Steve Fogel MTCS
SFogel!mtcs!mtxinu@UCBARPA.Berkeley.EDU
[SFJ] Scott F. Johnston CUBICOMP ---none---
[SGC] Steve Chipman BBN Chipman@F.BBN.COM
[SH37] Sergio Heker JVNC heker@JVNCC.CSC.ORG
[SH47] Steve Hallstrom UW
steve%uwacdc.bitnet@WISCVM.WISC.EDU
[SH71] Steve Herber BGSU
herber%andy.bgsu.edu@RELAY.CS.NET
[SHB] Steven Blumenthal BBN BLUMENTHAL@VAX.BBN.COM
[SI8] Slawomir Ilnicki HP ---none---
[SIP] Serge Polevitzky SDSC SERGE@NOSC-F4.ARPA
[SJS11] Steven J. Schroeder PENNSTATE SJS%PSUVM.BITNET@WISCVM.WISC.EDU
[SL10] Sandy Lerner SPAR sandy@SPAR-20.ARPA
[SL55] Sean Leaviseur UKC SJL%UKC.AC.UK@CS.UCL.AC.UK
[SLH19] Steven L. Howell NSWCWO ---none---
[SM6] Sean McLinden DSL McLinden@CADRE.DSL.PITTSBURGH.EDU
[SM67] Steve Miller M2C miller%m2c.org@RELAY.CS.NET
[SM96] Scooter Morris GENENTECH scooter@CGL.UCSF.EDU
[SMF5] Steven M. Feldman TYMNET
hplabs!oliveb!tymix!feldman@UCBVAX.Berkeley.EDU
[SMK2] Stephen M. King HQEIS KING@AFSC-HQ.ARPA
[SMP2] Steven M. Polinsky CUNY
SMPCU%CUNYVM.BITNET@WISCVM.WISC.EDU
[SMS1] Steven M. Schultz EATON sms@ETM-WLV.EATON.COM
[SS80] Skip Schaller UA SKIP@SOLPL.AS.ARIZONA.EDU
[SS110] Stanfield Smith NYTEL stan%gcylab.uucp@ITSGW.RPI.EDU
[ST13] S. Takagi ICOT takagi%icot.jp@RELAY.CS.NET
[SW78] Steve Wadle EIKONIX ---none---
[SY8] Shozo Yokota FUJI ---none---
[TA24] Tohru Asami KDD ---none---
[TB4] Ted Baker FSU tbaker@ISI.EDU
[TB64] Tony Becker UCF tony%ucf.edu@RELAY.CS.NET
[TE16] Timothy Eldredge TEK g.eldre@SCORE.STANFORD.EDU
[TES16] Thomas E. Swazuk TEMPLE ---none---
[TF6] Thomas Ferrin UCSF tef@CGL.UCSF.EDU
[TH15] Tracy Holt GMU
Holt%gmuvax.bitnet@WISCVM.WISC.EDU
[TH60] Thomas Hutton SCUBED hutton@SCUBED.ARPA
[THD] Thomas Dunigan ORNL dunigan@ORNL-MSR.ARPA
[TK43] Tsutomu Kobayashi NTT
koba%ntt-20@SUMEX-AIM.STANFORD.EDU
[TM10] Tracy Mallory BBN TMallory@CCV.BBN.COM
[TM37] Tom Lafleur QUALCOMM lafleur@NET1.UCSD.EDU
[TM57] Theodore Mead ROCHESTER mead@TUT.CC.ROCHESTER.EDU
[TM86] Todd MacMillan APPLE todd%applie.csnet@RELAY.CS.NET
[TMD6] Theresa M. Dillon MITRE tmd@MITRE-BEDFORD.ARPA
[TML] T. Michael Louden MITRE Louden@MITRE.ARPA
[TONY] Anthony R. Holland SRI TONY@KL.SRI.COM
[TR38] Tim Radzykewycz GE calma!radzy@UCBVAX.Berkeley.EDU
[TRG4] Tim Gielbelhaus HONEYWELL Giebelhaus@HI-MULTICS.ARPA
[TS9] Terry Slattery USNA tcs@USNA.MIL
[TT35] Terry Terbush GWU tlt%gwuvm.bitnet@WISCVM.WISC.EDU
[TW51] Tom Wadlow LLNL ---none---
[VBK] Victor B. Kava MITLL ---none---
[VDC1] Don Cone SRI CONE@SPAM.ISTC.SRI.COM
[WA16] William Armitage NOTT
wja%computer-science.nottingham.ac.uk@CS.UCL.AC.UK
[WAH11] Warren A. Hunt CLI HUNT@R20.UTEXAS.EDU
[WCB3] William C. Bard UTexas bard@NGP.UTEXAS.EDU
[WCE2] William C. Eagle Texas A&M
WCE8690%TAMVM1.BITNET@WISCVM.WISC.EDU
[WCW7] William C. Wells FMC ---none---
[WDL] Walter Lazear MITRE Lazear@MITRE.ARPA
[WDR7] W.D. Rolph TI ---none---
[WE12] Will Edgington UD
wedgingt%ducair.bitnet@WISCVM.WISC.EDU
[WF3] William E. Fink NRLRCD bill@NRL3.ARPA
[WG] Wayne Graves LBL WRGraves@LBL.ARPA
[WL31] William Lampeter UR bill@CS.ROCHESTER.EDU
[WLB5] William L. Boyer NCI
SEISMO!ELSIE!NCIFCRF!WLB@UCBVAX.Berkeley.EDU
[WLG7] Windy L. Gordon UNISYS ---none---
[WM10] Wire Moore INTEL wire@INTEL-IWARP.ARPA
[WPJ] William Jones USRA Jones@AMES.ARPA
[WS73] Werner Schmidt UCR ---none---
[WU1] Walter Underwood HP wunder@HPLABS.HP.COM
[WWS] Bill Seemuller USARMY bill@ETL.ARPA
[YN] Yen Nguyen ARINC Yen@ARINC-GW.ARPA
[YS10] Yaski Saito NTT
yaski%ntt-20@SUMEX-AIM.STANFORD.EDU
[YXD] Yves Despond EPFL
despond%clsepf51.bitnet@WISCVM.WISC.EDU
[ZSU] Zaw-Sing Su SRI ZSu@TSCA.ISTC.SRI.COM
APPENDIX A
Class A (highest-order bit 0)
Research allocation: 8
Defense allocation: 24
Government allocation: 24
Commercial allocation: 94
Reserved Addresses: (0, 127)
Total 128
Class B (highest-order bits 1-0)
Research allocation: 1024
Defense allocation: 3072
Government allocation: 3072
Commercial allocation: 12286
Reserved Addresses: (0, 16383)
Total 16384
Class C (highest-order bits 1-1-0)
Research allocation: 65536
Defense allocation: 458725
Government allocation: 458725
Commercial allocation: 1572862
Reserved Addresses: (0, 2097151)
Total 2097152
Class D (highest-order bits 1-1-1-0)
All addresses in this class are allocated for multicast use.
Class E (highest-order bits 1-1-1-1)
All addresses in this class are reserved for future use.