Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/pdfrfc/rfc1340.txt.pdf
Дата изменения: Wed Mar 27 23:09:01 2002
Дата индексирования: Tue Oct 2 18:34:49 2012
Кодировка:

Поисковые слова: neil a armstrong
Network Working Group Request for Comments: 1340 Obsoletes RFCs: 1060, 1010, 990, 960, 943, 923, 900, 870, 820, 790, 776, 770, 762, 758,755, 750, 739, 604, 503, 433, 349 Obsoletes IENs: 127, 117, 93

J. Reynolds J. Postel ISI July 1992

ASSIGNED NUMBERS Status of this Memo This memo is a status report on the parameters (i.e., numbers and keywords) used in protocols in the Internet community. Distribution of this memo is unlimited. Table of Contents INTRODUCTION................................................... Data Notations................................................. Special Addresses.............................................. VERSION NUMBERS................................................ PROTOCOL NUMBERS............................................... WELL KNOWN PORT NUMBERS........................................ REGISTERED PORT NUMBERS........................................ INTERNET MULTICAST ADDRESSES................................... IANA ETHERNET ADDRESS BLOCK.................................... IP TOS PARAMETERS.............................................. IP TIME TO LIVE PARAMETER...................................... DOMAIN SYSTEM PARAMETERS....................................... BOOTP PARAMETERS............................................... NETWORK MANAGEMENT PARAMETERS.................................. MILNET LOGICAL ADDRESSES....................................... MILNET LINK NUMBERS............................................ MILNET X.25 ADDRESS MAPPINGS................................... IEEE 802 NUMBERS OF INTEREST................................... ETHERNET NUMBERS OF INTEREST................................... ETHERNET VENDOR ADDRESS COMPONENTS............................. ETHERNET MULTICAST ADDRESSES................................... XNS PROTOCOL TYPES............................................. PROTOCOL/TYPE FIELD ASSIGNMENTS................................ PRONET 80 TYPE NUMBERS......................................... POINT-TO-POINT PROTOCOL FIELD ASSIGNMENTS...................... ADDRESS RESOLUTION PROTOCOL PARAMETERS......................... REVERSE ADDRESS RESOLUTION PROTOCOL OPERATION CODES............ DYNAMIC REVERSE ARP............................................ INVERSE ADDRESS RESOULUTION PROTOCOL........................... X.25 TYPE NUMBERS.............................................. 2 3 4 6 7 9 23 27 29 30 32 33 35 36 49 50 51 53 54 57 60 62 63 64 65 69 70 70 70 71

Reynolds & Postel

[Page 1]


RFC 1340

Assigned Numbers

July 1992

PUBLIC DATA NETWORK NUMBERS.................................... 72 TELNET OPTIONS................................................. 75 MAIL ENCRYPTION TYPES.......................................... 76 MIME TYPES..................................................... 77 CHARACTER SETS................................................. 79 MACHINE NAMES.................................................. 83 SYSTEM NAMES................................................... 87 PROTOCOL AND SERVICE NAMES..................................... 88 TERMINAL TYPE NAMES............................................ 92 DOCUMENTS...................................................... 96 PEOPLE.........................................................109 Security Considerations........................................139 Authors' Addresses.............................................139 INTRODUCTION This Network Working Group Request for Comments documents the currently assigned values from several series of numbers used in network protocol implementations. This RFC will be updated periodically, and in any case current information can be obtained from the Internet Assigned Numbers Authority (IANA). If you are developing a protocol or application that will require the use of a link, socket, port, protocol, etc., please contact the IANA to receive a number assignment. Joyce K. Reynolds Internet Assigned Numbers Authority USC - Information Sciences Institute 4676 Admiralty Way Marina del Rey, California 90292-6695 Phone: (310) 822-1511 Electronic mail: IANA@ISI.EDU Most of the protocols mentioned here 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 "IAB Official Protocol Standards" [62]. In the entries below, the name and mailbox of the responsible individual is indicated. The bracketed entry, e.g., [nn,iii], at the right hand margin of the page indicates a reference for the listed protocol, where the number ("nn") cites the document and the letters ("iii") cites the person. Whenever possible, the letters are a NIC Ident as used in the WhoIs (NICNAME) service.

Reynolds & Postel

[Page 2]


RFC 1340

Assigned Numbers

July 1992

Data Notations The convention in the documentation of Internet Protocols is to express numbers in decimal and to picture data in "big-endian" order [21]. 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 01234567890123456789012345678901 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 1 | 2 | 3 | 4 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 5 | 6 | 7 | 8 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | 9 | 10 | 11 | 12 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Transmission Order of Bytes Whenever an octet represents a numeric the diagram is the high order or most bit labeled 0 is the most significant following diagram represents the value quantity the left most bit in significant bit. That is, the bit. For example, the 170 (decimal).

01234567 +-+-+-+-+-+-+-+-+ |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.

Reynolds & Postel

[Page 3]


RFC 1340

Assigned Numbers

July 1992

Special Addresses: There are five classes of IP addresses: Class A through Class E [119]. Of these, Class E addresses are reserved for experimental use. A gateway which is not participating in these experiments must ignore all datagrams with a Class E destination IP address. ICMP Destination Unreachable or ICMP Redirect messages must not result from receiving such datagrams. There are certain special cases for IP addresses [11]. These special cases can be concisely summarized using the earlier notation for an IP address: IP-address ::= or IP-address ::= { , , } { , }

if we also use the notation "-1" to mean the field contains all 1 bits. Some common special cases are as follows: (a) {0, 0} This host on this network. address (see note later). (b) {0, } Specified host on this network. source address. (c) { -1, -1} Limited broadcast. Can only be used as a destination address, and a datagram with this address must never be forwarded outside the (sub-)net of the source. (d) {, -1} Directed broadcast to specified network. as a destination address. (e) {, , -1} Directed broadcast to specified subnet. a destination address. Can only be used as Can only be used Can only be used as a Can only be used as a source

Reynolds & Postel

[Page 4]


RFC 1340

Assigned Numbers

July 1992

(f)

{, -1, -1} Directed broadcast to all subnets of specified subnetted network. Can only be used as a destination address.

(g)

{127, } Internal host loopback address. a host. Should never appear outside

Reynolds & Postel

[Page 5]


RFC 1340

Assigned Numbers

July 1992

VERSION NUMBERS In the Internet Protocol (IP) [45,105] there is a field to identify the version of the internetwork general protocol. This field is 4 bits in size. Assigned Internet Version Numbers Decimal ------0 1-3 4 5 6-14 15 Keyword ------Version ------Reserved Unassigned Internet Protocol ST Datagram Mode Unassigned Reserved References ---------[JBP] [JBP] [105,JBP] [49,JWF] [JBP] [JBP]

IP ST

Reynolds & Postel

[Page 6]


RFC 1340

Assigned Numbers

July 1992

PROTOCOL NUMBERS In the Internet Protocol (IP) [45,105] there is a field, called Protocol, to identify the the next level protocol. This is an 8 bit field. Assigned Internet Protocol Numbers Decimal ------0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 Keyword ------Protocol References ----------------Reserved [JBP] ICMP Internet Control Message [97,JBP] IGMP Internet Group Management [43,JBP] GGP Gateway-to-Gateway [60,MB] IP IP in IP (encasulation) [JBP] ST Stream [49,JWF] TCP Transmission Control [106,JBP] UCL UCL [PK] EGP Exterior Gateway Protocol [123,DLM1] IGP any private interior gateway [JBP] BBN-RCC-MON BBN RCC Monitoring [SGC] NVP-II Network Voice Protocol [22,SC3] PUP PUP [8,XEROX] ARGUS ARGUS [RWS4] EMCON EMCON [BN7] XNET Cross Net Debugger [56,JFH2] CHAOS Chaos [NC3] UDP User Datagram [104,JBP] MUX Multiplexing [23,JBP] DCN-MEAS DCN Measurement Subsystems [DLM1] HMP Host Monitoring [59,RH6] PRM Packet Radio Measurement [ZSU] XNS-IDP XEROX NS IDP [133,XEROX] TRUNK-1 Trunk-1 [BWB6] TRUNK-2 Trunk-2 [BWB6] LEAF-1 Leaf-1 [BWB6] LEAF-2 Leaf-2 [BWB6] RDP Reliable Data Protocol [138,RH6] IRTP Internet Reliable Transaction [79,TXM] ISO-TP4 ISO Transport Protocol Class 4 [63,RC77] NETBLT Bulk Data Transfer Protocol [20,DDC1] MFE-NSP MFE Network Services Protocol [124,BCH2] MERIT-INP MERIT Internodal Protocol [HWB] SEP Sequential Exchange Protocol [JC120] 3PC Third Party Connect Protocol [SAF3] IDPR Inter-Domain Policy Routing Protocol [MXS1] XTP XTP [GXC] DDP Datagram Delivery Protocol [WXC]

Reynolds & Postel

[Page 7]


RFC 1340

Assigned Numbers

July 1992

38 39 40 41-60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99-254 255

IDPR-CMTP TP++ IL

IDPR Control Message Transport Proto [MXS1] TP++ Transport Protocol [DXF] IL Transport Protocol [DXP2] Unassigned [JBP] any host internal protocol [JBP] CFTP CFTP [50,HCF2] any local network [JBP] SAT-EXPAK SATNET and Backroom EXPAK [SHB] KRYPTOLAN Kryptolan [PXL1] RVD MIT Remote Virtual Disk Protocol [MBG] IPPC Internet Pluribus Packet Core [SHB] any distributed file system [JBP] SAT-MON SATNET Monitoring [SHB] VISA VISA Protocol [GXT1] IPCV Internet Packet Core Utility [SHB] CPNX Computer Protocol Network Executive [DXM2] CPHB Computer Protocol Heart Beat [DXM2] WSN Wang Span Network [VXD] PVP Packet Video Protocol [SC3] BR-SAT-MON Backroom SATNET Monitoring [SHB] SUN-ND SUN ND PROTOCOL-Temporary [WM3] WB-MON WIDEBAND Monitoring [SHB] WB-EXPAK WIDEBAND EXPAK [SHB] ISO-IP ISO Internet Protocol [MTR] VMTP VMTP [DRC3] SECURE-VMTP SECURE-VMTP [DRC3] VINES VINES [BXH] TTP TTP [JXS] NSFNET-IGP NSFNET-IGP [HWB] DGP Dissimilar Gateway Protocol [74,ML109] TCF TCF [GAL5] IGRP IGRP [18,GXS] OSPFIGP OSPFIGP [83,JTM4] Sprite-RPC Sprite RPC Protocol [143,BXW] LARP Locus Address Resolution Protocol [BXH] MTP Multicast Transport Protocol [SXA] AX.25 AX.25 Frames [BK29] IPIP IP-within-IP Encapsulation Protocol [JXI1] MICP Mobile Internetworking Control Pro. [JXI1] AES-SP3-D AES Security Protocol 3-D [HXH] ETHERIP Ethernet-within-IP Encapsulation [RXH1] ENCAP Encapsulation Header [148,RXB3] Unassigned [JBP] Reserved [JBP]

Reynolds & Postel

[Page 8]


RFC 1340

Assigned Numbers

July 1992

WELL KNOWN PORT NUMBERS The Well Known Ports are controlled and assigned by the IANA and on most systems can only be used by system (or root) processes or by programs executed by privileged users. Ports are used in the TCP [45,106] to name the ends of logical connections which carry long term conversations. For the purpose of providing services to unknown callers, a service contact port is defined. This list specifies the port used by the server process as its contact port. The contact port is sometimes called the "well-known port". To the extent possible, these same port assignments are used with the UDP [46,104]. The For the the assigned ports use a small portion of the possible port numbers. many years the assigned ports were in the range 0-255. Recently, range for assigned ports managed by the IANA has been expanded to range 0-1023.

Port Assignments: Keyword ------Decimal ------0/tcp 0/udp 1/tcp 1/udp 2/tcp 2/udp 3/tcp 3/udp 4/tcp 4/udp 5/tcp 5/udp 6/tcp 6/udp 7/tcp 7/udp 8/tcp 8/udp 9/tcp 9/udp 10/tcp 10/udp 11/tcp Description ----------Reserved Reserved TCP Port Service Multiplexer TCP Port Service Multiplexer Management Utility Management Utility Compression Process Compression Process Unassigned Unassigned Remote Job Entry Remote Job Entry Unassigned Unassigned Echo Echo Unassigned Unassigned Discard Discard Unassigned Unassigned Active Users References ---------[JBP] [JBP] [MKL] [MKL] [BV15] [BV15] [BV15] [BV15] [JBP] [JBP] [12,JBP] [12,JBP] [JBP] [JBP] [95,JBP] [95,JBP] [JBP] [JBP] [94,JBP] [94,JBP] [JBP] [JBP] [89,JBP]

tcpmux tcpmux compressnet compressnet compressnet compressnet

rje rje

echo echo

discard discard

systat

Reynolds & Postel

[Page 9]


RFC 1340

Assigned Numbers

July 1992

systat

daytime daytime

qotd qotd msp msp chargen chargen ftp-data ftp-data ftp ftp

telnet telnet

smtp smtp

nsw-fe nsw-fe

msg-icp msg-icp

msg-auth msg-auth

dsp dsp

11/udp 12/tcp 12/udp 13/tcp 13/udp 14/tcp 14/udp 15/tcp 15/udp 16/tcp 16/udp 17/tcp 17/udp 18/tcp 18/udp 19/tcp 19/udp 20/tcp 20/udp 21/tcp 21/udp 22/tcp 22/udp 23/tcp 23/udp 24/tcp 24/udp 25/tcp 25/udp 26/tcp 26/udp 27/tcp 27/udp 28/tcp 28/udp 29/tcp 29/udp 30/tcp 30/udp 31/tcp 31/udp 32/tcp 32/udp 33/tcp 33/udp 34/tcp 34/udp 35/tcp

Active Users Unassigned Unassigned Daytime Daytime Unassigned Unassigned Unassigned [was netstat] Unassigned Unassigned Unassigned Quote of the Day Quote of the Day Message Send Protocol Message Send Protocol Character Generator Character Generator File Transfer [Default Data] File Transfer [Default Data] File Transfer [Control] File Transfer [Control] Unassigned Unassigned Telnet Telnet any private mail system any private mail system Simple Mail Transfer Simple Mail Transfer Unassigned Unassigned NSW User System FE NSW User System FE Unassigned Unassigned MSG ICP MSG ICP Unassigned Unassigned MSG Authentication MSG Authentication Unassigned Unassigned Display Support Protocol Display Support Protocol Unassigned Unassigned any private printer server

[89,JBP] [JBP] [JBP] [93,JBP] [93,JBP] [JBP] [JBP] [JBP] [JBP] [JBP] [JBP] [100,JBP] [100,JBP] [RXN] [RXN] [92,JBP] [92,JBP] [96,JBP] [96,JBP] [96,JBP] [96,JBP] [JBP] [JBP] [112,JBP] [112,JBP] [RA11] [RA11] [102,JBP] [102,JBP] [JBP] [JBP] [24,RHT] [24,RHT] [JBP] [JBP] [85,RHT] [85,RHT] [JBP] [JBP] [85,RHT] [85,RHT] [JBP] [JBP] [EXC] [EXC] [JBP] [JBP] [JBP]

Reynolds & Postel

[Page 10]


RFC 1340

Assigned Numbers

July 1992

time time

rlp rlp

graphics graphics nameserver nameserver nicname nicname mpm-flags mpm-flags mpm mpm mpm-snd mpm-snd ni-ftp ni-ftp

login login re-mail-ck re-mail-ck la-maint la-maint xns-time xns-time domain domain xns-ch xns-ch isi-gl isi-gl xns-auth xns-auth

xns-mail xns-mail

35/udp 36/tcp 36/udp 37/tcp 37/udp 38/tcp 38/udp 39/tcp 39/udp 40/tcp 40/udp 41/tcp 41/udp 42/tcp 42/udp 43/tcp 43/udp 44/tcp 44/udp 45/tcp 45/udp 46/tcp 46/udp 47/tcp 47/udp 48/tcp 48/udp 49/tcp 49/udp 50/tcp 50/udp 51/tcp 51/udp 52/tcp 52/udp 53/tcp 53/udp 54/tcp 54/udp 55/tcp 55/udp 56/tcp 56/udp 57/tcp 57/udp 58/tcp 58/udp 59/tcp

any private printer server [JBP] Unassigned [JBP] Unassigned [JBP] Time [108,JBP] Time [108,JBP] Unassigned [JBP] Unassigned [JBP] Resource Location Protocol [MA] Resource Location Protocol [MA] Unassigned [JBP] Unassigned [JBP] Graphics [129,JBP] Graphics [129,JBP] Host Name Server [99,JBP] Host Name Server [99,JBP] Who Is [55,ANM2] Who Is [55,ANM2] MPM FLAGS Protocol [JBP] MPM FLAGS Protocol [JBP] Message Processing Module [recv] [98,JBP] Message Processing Module [recv] [98,JBP] MPM [default send] [98,JBP] MPM [default send] [98,JBP] NI FTP [134,SK8] NI FTP [134,SK8] Unassigned [JBP] Unassigned [JBP] Login Host Protocol [PHD1] Login Host Protocol [PHD1] Remote Mail Checking Protocol [171,SXD1] Remote Mail Checking Protocol [171,SXD1] IMP Logical Address Maintenance [76,AGM] IMP Logical Address Maintenance [76,AGM] XNS Time Protocol [SXA] XNS Time Protocol [SXA] Domain Name Server [81,95,PM1] Domain Name Server [81,95,PM1] XNS Clearinghouse [SXA] XNS Clearinghouse [SXA] ISI Graphics Language [7,RB9] ISI Graphics Language [7,RB9] XNS Authentication [SXA] XNS Authentication [SXA] any private terminal access [JBP] any private terminal access [JBP] XNS Mail [SXA] XNS Mail [SXA] any private file service [JBP]

Reynolds & Postel

[Page 11]


RFC 1340

Assigned Numbers

July 1992

ni-mail ni-mail acas acas via-ftp via-ftp covia covia tacacs-ds tacacs-ds sql*net sql*net bootps bootps bootpc bootpc tftp tftp gopher gopher netrjs-1 netrjs-1 netrjs-2 netrjs-2 netrjs-3 netrjs-3 netrjs-4 netrjs-4

vettcp vettcp finger finger www www hosts2-ns hosts2-ns xfer xfer mit-ml-dev

59/udp 60/tcp 60/udp 61/tcp 61/udp 62/tcp 62/udp 63/tcp 63/udp 64/tcp 64/udp 65/tcp 65/udp 66/tcp 66/udp 67/tcp 67/udp 68/tcp 68/udp 69/tcp 69/udp 70/tcp 70/udp 71/tcp 71/udp 72/tcp 72/udp 73/tcp 73/udp 74/tcp 74/udp 75/tcp 75/udp 76/tcp 76/udp 77/tcp 77/udp 78/tcp 78/udp 79/tcp 79/udp 80/tcp 80/udp 81/tcp 81/udp 82/tcp 82/udp 83/tcp

any private file service Unassigned Unassigned NI MAIL NI MAIL ACA Services ACA Services VIA Systems - FTP VIA Systems - FTP Communications Integrator (CI) Communications Integrator (CI) TACACS-Database Service TACACS-Database Service Oracle SQL*NET Oracle SQL*NET Bootstrap Protocol Server Bootstrap Protocol Server Bootstrap Protocol Client Bootstrap Protocol Client Trivial File Transfer Trivial File Transfer Gopher Gopher Remote Job Service Remote Job Service Remote Job Service Remote Job Service Remote Job Service Remote Job Service Remote Job Service Remote Job Service any private dial out service any private dial out service Unassigned Unassigned any private RJE service any private RJE service vettcp vettcp Finger Finger World Wide Web HTTP World Wide Web HTTP HOSTS2 Name Server HOSTS2 Name Server XFER Utility XFER Utility MIT ML Device

[JBP] [JBP] [JBP] [5,SK8] [5,SK8] [EXW] [EXW] [DXD] [DXD] [TXD] [TXD] [3,KH43] [3,KH43] [JFH2] [JFH2] [36,WJC2] [36,WJC2] [36,WJC2] [36,WJC2] [126,DDC1] [126,DDC1] [MXC1] [MXC1] [10,RTB3] [10,RTB3] [10,RTB3] [10,RTB3] [10,RTB3] [10,RTB3] [10,RTB3] [10,RTB3] [JBP] [JBP] [JBP] [JBP] [JBP] [JBP] [CXL1] [CXL1] [52,KLH] [52,KLH] [TXL] [TXL] [EAK1] [EAK1] [TXS2] [TXS2] [DXR3]

Reynolds & Postel

[Page 12]


RFC 1340

Assigned Numbers

July 1992

mit-ml-dev ctf ctf mit-ml-dev mit-ml-dev mfcobol mfcobol

kerberos kerberos su-mit-tg su-mit-tg dnsix dnsix mit-dov mit-dov npp npp dcp dcp objcall objcall supdup supdup dixie dixie swift-rvf swift-rvf tacnews tacnews metagram metagram newacct hostname hostname iso-tsap iso-tsap gppitnp gppitnp acr-nema acr-nema csnet-ns csnet-ns 3com-tsmux 3com-tsmux rtelnet rtelnet

83/udp 84/tcp 84/udp 85/tcp 85/udp 86/tcp 86/udp 87/tcp 87/udp 88/tcp 88/udp 89/tcp 89/udp 90/tcp 90/udp 91/tcp 91/udp 92/tcp 92/udp 93/tcp 93/udp 94/tcp 94/udp 95/tcp 95/udp 96/tcp 96/udp 97/tcp 97/udp 98/tcp 98/udp 99/tcp 99/udp 100/tcp 101/tcp 101/udp 102/tcp 102/udp 103/tcp 103/udp 104/tcp 104/udp 105/tcp 105/udp 106/tcp 106/udp 107/tcp 107/udp

MIT ML Device [DXR3] Common Trace Facility [HXT] Common Trace Facility [HXT] MIT ML Device [DXR3] MIT ML Device [DXR3] Micro Focus Cobol [SXE] Micro Focus Cobol [SXE] any private terminal link [JBP] any private terminal link [JBP] Kerberos [BCN] Kerberos [BCN] SU/MIT Telnet Gateway [MRC] SU/MIT Telnet Gateway [MRC] DNSIX Securit Attribute Token Map [CXW1] DNSIX Securit Attribute Token Map [CXW1] MIT Dover Spooler [EBM] MIT Dover Spooler [EBM] Network Printing Protocol [LXM] Network Printing Protocol [LXM] Device Control Protocol [DT15] Device Control Protocol [DT15] Tivoli Object Dispatcher [TXB1] Tivoli Object Dispatcher [TXB1] SUPDUP [27,MRC] SUPDUP [27,MRC] DIXIE Protocol Specification [TXH1] DIXIE Protocol Specification [TXH1] Swift Remote Vitural File Protocol [MXR] Swift Remote Vitural File Protocol [MXR] TAC News [ANM2] TAC News [ANM2] Metagram Relay [GEOF] Metagram Relay [GEOF] [unauthorized use] NIC Host Name Server [54,ANM2] NIC Host Name Server [54,ANM2] ISO-TSAP [16,MTR] ISO-TSAP [16,MTR] Genesis Point-to-Point Trans Net [PXM1] Genesis Point-to-Point Trans Net [PXM1] ACR-NEMA Digital Imag. & Comm. 300 [PXM1] ACR-NEMA Digital Imag. & Comm. 300 [PXM1] Mailbox Name Nameserver [127,MS56] Mailbox Name Nameserver [127,MS56] 3COM-TSMUX [JXS5] 3COM-TSMUX [JXS5] Remote Telnet Service [101,JBP] Remote Telnet Service [101,JBP]

Reynolds & Postel

[Page 13]


RFC 1340

Assigned Numbers

July 1992

snagas snagas pop2 pop2 pop3 pop3 sunrpc sunrpc mcidas mcidas auth auth audionews audionews sftp sftp ansanotify ansanotify uucp-path uucp-path sqlserv sqlserv nntp nntp cfdptkt cfdptkt erpc erpc smakynet smakynet ntp ntp ansatrader ansatrader locus-map locus-map unitary unitary locus-con locus-con gss-xlicen gss-xlicen pwdgen pwdgen cisco-fna cisco-fna cisco-tna cisco-tna

108/tcp 108/udp 109/tcp 109/udp 110/tcp 110/udp 111/tcp 111/udp 112/tcp 112/udp 113/tcp 113/udp 114/tcp 114/udp 115/tcp 115/udp 116/tcp 116/udp 117/tcp 117/udp 118/tcp 118/udp 119/tcp 119/udp 120/tcp 120/udp 121/tcp 121/udp 122/tcp 122/udp 123/tcp 123/udp 124/tcp 124/udp 125/tcp 125/udp 126/tcp 126/udp 127/tcp 127/udp 128/tcp 128/udp 129/tcp 129/udp 130/tcp 130/udp 131/tcp 131/udp

SNA Gateway Access Server [KXM] SNA Gateway Access Server [KXM] Post Office Protocol - Version 2 [14,JKR1] Post Office Protocol - Version 2 [14,JKR1] Post Office Protocol - Version 3 [122,MTR] Post Office Protocol - Version 3 [122,MTR] SUN Remote Procedure Call [DXG] SUN Remote Procedure Call [DXG] McIDAS Data Transmission Protocol [GXD] McIDAS Data Transmission Protocol [GXD] Authentication Service [130,MCSJ] Authentication Service [130,MCSJ] Audio News Multicast [MXF2] Audio News Multicast [MXF2] Simple File Transfer Protocol [73,MKL1] Simple File Transfer Protocol [73,MKL1] ANSA REX Notify [NXH] ANSA REX Notify [NXH] UUCP Path Service [44,MAE] UUCP Path Service [44,MAE] SQL Services [LXB3] SQL Services [LXB3] Network News Transfer Protocol [65,PL4] Network News Transfer Protocol [65,PL4] CFDPTKT [JXO3] CFDPTKT [JXO3] Encore Expedited Remote Pro.Call [132,JXO] Encore Expedited Remote Pro.Call [132,JXO] SMAKYNET [MXO] SMAKYNET [MXO] Network Time Protocol [80,DLM1] Network Time Protocol [80,DLM1] ANSA REX Trader [NXH] ANSA REX Trader [NXH] Locus PC-Interface Net Map Ser [137,EP53] Locus PC-Interface Net Map Ser [137,EP53] Unisys Unitary Login [FEIL] Unisys Unitary Login [FEIL] Locus PC-Interface Conn Server [137,EP53] Locus PC-Interface Conn Server [137,EP53] GSS X License Verification [JXL] GSS X License Verification [JXL] Password Generator Protocol [141,FJW] Password Generator Protocol [141,FJW] cisco FNATIVE [WXB] cisco FNATIVE [WXB] cisco TNATIVE [WXB] cisco TNATIVE [WXB]

Reynolds & Postel

[Page 14]


RFC 1340

Assigned Numbers

July 1992

cisco-sys cisco-sys statsrv statsrv ingres-net ingres-net loc-srv loc-srv profile profile netbios-ns netbios-ns netbios-dgm netbios-dgm netbios-ssn netbios-ssn emfis-data emfis-data emfis-cntl emfis-cntl bl-idm bl-idm imap2 imap2 news news uaac uaac iso-tp0 iso-tp0 iso-ip iso-ip cronus cronus aed-512 aed-512 sql-net sql-net hems hems bftp bftp sgmp sgmp netsc-prod netsc-prod netsc-dev netsc-dev

132/tcp 132/udp 133/tcp 133/udp 134/tcp 134/udp 135/tcp 135/udp 136/tcp 136/udp 137/tcp 137/udp 138/tcp 138/udp 139/tcp 139/udp 140/tcp 140/udp 141/tcp 141/udp 142/tcp 142/udp 143/tcp 143/udp 144/tcp 144/udp 145/tcp 145/udp 146/tcp 146/udp 147/tcp 147/udp 148/tcp 148/udp 149/tcp 149/udp 150/tcp 150/udp 151/tcp 151/udp 152/tcp 152/udp 153/tcp 153/udp 154/tcp 154/udp 155/tcp 155/udp

cisco SYSMAINT [WXB] cisco SYSMAINT [WXB] Statistics Service [DLM1] Statistics Service [DLM1] INGRES-NET Service [MXB] INGRES-NET Service [MXB] Location Service [JXP] Location Service [JXP] PROFILE Naming System [LLP] PROFILE Naming System [LLP] NETBIOS Name Service [JBP] NETBIOS Name Service [JBP] NETBIOS Datagram Service [JBP] NETBIOS Datagram Service [JBP] NETBIOS Session Service [JBP] NETBIOS Session Service [JBP] EMFIS Data Service [GB7] EMFIS Data Service [GB7] EMFIS Control Service [GB7] EMFIS Control Service [GB7] Britton-Lee IDM [SXS1] Britton-Lee IDM [SXS1] Interim Mail Access Protocol v2 [MRC] Interim Mail Access Protocol v2 [MRC] NewS [JAG] NewS [JAG] UAAC Protocol [DAG4] UAAC Protocol [DAG4] ISO-IP0 [86,MTR] ISO-IP0 [86,MTR] ISO-IP [MTR] ISO-IP [MTR] CRONUS-SUPPORT [135,JXB] CRONUS-SUPPORT [135,JXB] AED 512 Emulation Service [AXB] AED 512 Emulation Service [AXB] SQL-NET [MXP] SQL-NET [MXP] HEMS [87,CXT] HEMS [87,CXT] Background File Transfer Program [AD14] Background File Transfer Program [AD14] SGMP [37,MS9] SGMP [37,MS9] NETSC [SH37] NETSC [SH37] NETSC [SH37] NETSC [SH37]

Reynolds & Postel

[Page 15]


RFC 1340

Assigned Numbers

July 1992

sqlsrv sqlsrv knet-cmp knet-cmp pcmail-srv pcmail-srv nss-routing nss-routing sgmp-traps sgmp-traps snmp snmp snmptrap snmptrap cmip-man cmip-man cmip-agent smip-agent xns-courier xns-courier s-net s-net namp namp rsvd rsvd send send print-srv print-srv multiplex multiplex cl/1 cl/1 xyplex-mux xyplex-mux mailq mailq vmnet vmnet genrad-mux genrad-mux xdmcp xdmcp nextstep NextStep bgp bgp

156/tcp 156/udp 157/tcp 157/udp 158/tcp 158/udp 159/tcp 159/udp 160/tcp 160/udp 161/tcp 161/udp 162/tcp 162/udp 163/tcp 163/udp 164/tcp 164/udp 165/tcp 165/udp 166/tcp 166/udp 167/tcp 167/udp 168/tcp 168/udp 169/tcp 169/udp 170/tcp 170/udp 171/tcp 171/udp 172/tcp 172/udp 173/tcp 173/udp 174/tcp 174/udp 175/tcp 175/udp 176/tcp 176/udp 177/tcp 177/udp 178/tcp 178/udp 179/tcp 179/udp

SQL Service [CMR] SQL Service [CMR] KNET/VM Command/Message Protocol[77,GSM11] KNET/VM Command/Message Protocol[77,GSM11] PCMail Server [19,MXL] PCMail Server [19,MXL] NSS-Routing [JXR] NSS-Routing [JXR] SGMP-TRAPS [37,MS9] SGMP-TRAPS [37,MS9] SNMP [15,MTR] SNMP [15,MTR] SNMPTRAP [15,MTR] SNMPTRAP [15,MTR] CMIP/TCP Manager [4,AXB1] CMIP/TCP Manager [4,AXB1] CMIP/TCP Agent [4,AXB1] CMIP/TCP Agent [4,AXB1] Xerox 144,SXA] Xerox [144,SXA] Sirius Systems [BXL] Sirius Systems [BXL] NAMP [MS9] NAMP [MS9] RSVD [NT12] RSVD [NT12] SEND [WDW11] SEND [WDW11] Network PostScript [BKR] Network PostScript [BKR] Network Innovations Multiplex [KXD] Network Innovations Multiplex [KXD] Network Innovations CL/1 [KXD] Network Innovations CL/1 [KXD] Xyplex [BXS] Xyplex [BXS] MAILQ [RXZ] MAILQ [RXZ] VMNET [CXT] VMNET [CXT] GENRAD-MUX [RXT] GENRAD-MUX [RXT] X Display Manager Control Protocol [RWS4] X Display Manager Control Protocol [RWS4] NextStep Window Server [LXH] NextStep Window Server [LXH] Border Gateway Protocol [KSL] Border Gateway Protocol [KSL]

Reynolds & Postel

[Page 16]


RFC 1340

Assigned Numbers

July 1992

ris ris unify unify audit audit ocbinder ocbinder ocserver ocserver remote-kis remote-kis kis kis aci aci mumps mumps qft qft gacp cacp prospero prospero osu-nms osu-nms srmp srmp irc irc dn6-nlm-aud dn6-nlm-aud dn6-smm-red dn6-smm-red dls dls dls-mon dls-mon smux smux src src at-rtmp at-rtmp at-nbp at-nbp at-3 at-3

180/tcp 180/udp 181/tcp 181/udp 182/tcp 182/udp 183/tcp 183/udp 184/tcp 184/udp 185/tcp 185/udp 186/tcp 186/udp 187/tcp 187/udp 188/tcp 188/udp 189/tcp 189/udp 190/tcp 190/udp 191/tcp 191/udp 192/tcp 192/udp 193/tcp 193/udp 194/tcp 194/udp 195/tcp 195/udp 196/tcp 196/udp 197/tcp 197/udp 198/tcp 198/udp 199/tcp 199/udp 200/tcp 200/udp 201/tcp 201/udp 202/tcp 202/udp 203/tcp 203/udp

Intergraph [DXB] Intergraph [DXB] Unify [VXS] Unify [VXS] Unisys Audit SITP [GXG] Unisys Audit SITP [GXG] OCBinder [JXO1] OCBinder [JXO1] OCServer [JXO1] OCServer [JXO1] Remote-KIS [RXD1] Remote-KIS [RXD1] KIS Protocol [RXD1] KIS Protocol [RXD1] Application Communication Interface [RXC1] Application Communication Interface [RXC1] Plus Five's MUMPS [HS23] Plus Five's MUMPS [HS23] Queued File Transport [WXS] Queued File Transport [WXS] Gateway Access Control Protocol [PCW] Gateway Access Control Protocol [PCW] Prospero [BCN] Prospero [BCN] OSU Network Monitoring System [DXK] OSU Network Monitoring System [DXK] Spider Remote Monitoring Protocol [TXS] Spider Remote Monitoring Protocol [TXS] Internet Relay Chat Protocol [JXO2] Internet Relay Chat Protocol [JXO2] DNSIX Network Level Module Audit [LL69] DNSIX Network Level Module Audit [LL69] DNSIX Session Mgt Module Audit Redir[LL69] DNSIX Session Mgt Module Audit Redir[LL69] Directory Location Service [SXB] Directory Location Service [SXB] Directory Location Service Monitor [SXB] Directory Location Service Monitor [SXB] SMUX [MTR] SMUX [MTR] IBM System Resource Controller [GXM] IBM System Resource Controller [GXM] AppleTalk Routing Maintenance [RXC] AppleTalk Routing Maintenance [RXC] AppleTalk Name Binding [RXC] AppleTalk Name Binding [RXC] AppleTalk Unused [RXC] AppleTalk Unused [RXC]

Reynolds & Postel

[Page 17]


RFC 1340

Assigned Numbers

July 1992

at-echo at-echo at-5 at-5 at-zis at-zis at-7 at-7 at-8 at-8 tam tam z39.50 z39.50 914c/g 914c/g anet anet ipx ipx vmpwscs vmpwscs softpc softpc atls atls dbase dbase mpp mpp uarps uarps imap3 imap3 fln-spx fln-spx fsh-spx fsh-spx cdc cdc

204/tcp 204/udp 205/tcp 205/udp 206/tcp 206/udp 207/tcp 207/udp 208/tcp 208/udp 209/tcp 209/udp 210/tcp 210/udp 211/tcp 211/udp 212/tcp 212/udp 213/tcp 213/udp 214/tcp 214/udp 215/tcp 215/udp 216/tcp 216/udp 217/tcp 217/udp 218/tcp 218/udp 219/tcp 219/udp 220/tcp 220/udp 221/tcp 221/udp 222/tcp 222/udp 223/tcp 223/udp 224-241

AppleTalk Echo AppleTalk Echo AppleTalk Unused AppleTalk Unused AppleTalk Zone Information AppleTalk Zone Information AppleTalk Unused AppleTalk Unused AppleTalk Unused AppleTalk Unused Trivial Authenticated Mail Protocol Trivial Authenticated Mail Protocol ANSI Z39.50 ANSI Z39.50 Texas Instruments 914C/G Terminal Texas Instruments 914C/G Terminal ATEXSSTR ATEXSSTR IPX IPX VM PWSCS VM PWSCS Insignia Solutions Insignia Solutions Access Technology License Server Access Technology License Server dBASE Unix dBASE Unix Netix Message Posting Protocol Netix Message Posting Protocol Unisys ARPs Unisys ARPs Interactive Mail Access Protocol v3 Interactive Mail Access Protocol v3 Berkeley rlogind with SPX auth Berkeley rlogind with SPX auth Berkeley rshd with SPX auth Berkeley rshd with SPX auth Certificate Distribution Center Certificate Distribution Center Reserved Survey Measurement Survey Measurement LINK LINK Display Systems Protocol

[RXC] [RXC] [RXC] [RXC] [RXC] [RXC] [RXC] [RXC] [RXC] [RXC] [DXB1] [DXB1] [MXN] [MXN] [BXH1] [BXH1] [JXT] [JXT] [DP666] [DP666] [DXS] [DXS] [MXT] [MXT] [LXD] [LXD] [DXG1] [DXG1] [STY] [STY] [AXM1] [AXM1] [JXR2] [JXR2] [KXA] [KXA] [KXA] [KXA] [KXA] [KXA] [JBP]

sur-meas sur-meas link link dsp3270

243/tcp 243/udp 245/tcp 245/udp 246/tcp

[6,DDC1] [6,DDC1] [1,RDB2] [1,RDB2] [39,WJS1]

Reynolds & Postel

[Page 18]


RFC 1340

Assigned Numbers

July 1992

dsp3270

246/udp 247-255

Display Systems Protocol Reserved

[39,WJS1] [JBP]

pawserv pawserv zserv zserv fatserv fatserv clearcase clearcase ulistserv ulistserv legent-1 legent-1 legent-2 legent-2 exec

345/tcp 345/udp 346/tcp 346/udp 347/tcp 347/udp 371/tcp 371/udp 372/tcp 372/udp 373/tcp 373/udp 374/tcp 374/udp 512/tcp

biff

512/udp

login

513/tcp

who

513/udp

cmd

514/tcp

Perf Analysis Workbench Perf Analysis Workbench Zebra server Zebra server Fatmen Server Fatmen Server Clearcase [DXL1] Clearcase [DXL1] Unix Listserv [AXK] Unix Listserv [AXK] Legent Corporation [KXB] Legent Corporation [KXB] Legent Corporation [KXB] Legent Corporation [KXB] remote process execution; authentication performed using passwords and UNIX loppgin names used by mail system to notify users of new mail received; currently receives messages only from processes on the same machine remote login a la telnet; automatic authentication performed based on priviledged port numbers and distributed data bases which identify "authentication domains" maintains data bases showing who's logged in to machines on a local net and the load average of the machine like exec, but automatic authentication is performed as for login server spooler spooler like tenex link, but across machine - unfortunately, doesn't use link protocol (this is actually just a rendezvous port from which a tcp connection is established) like tenex link, but across machine - unfortunately, doesn't use link protocol (this is actually

syslog printer printer talk

514/udp 515/tcp 515/udp 517/tcp

talk

517/udp

Reynolds & Postel

[Page 19]


RFC 1340

Assigned Numbers

July 1992

just a rendezvous port from which a tcp connection is established) ntalk ntalk utime utime efs router 518/tcp 518/udp 519/tcp 519/udp 520/tcp 520/udp

timed timed tempo tempo courier courier conference conference netnews netnews netwall netwall uucp uucp klogin klogin kshell kshell new-rwho new-rwho dsf dsf remotefs remotefs rmonitor rmonitor monitor monitor chshell chshell 9pfs 9pfs whoami whoami meter meter meter meter

525/tcp 525/udp 526/tcp 526/udp 530/tcp 530/udp 531/tcp 531/udp 532/tcp 532/udp 533/tcp 533/udp 540/tcp 540/udp 543/tcp 543/udp 544/tcp 544/udp 550/tcp 550/udp 555/tcp 555/udp 556/tcp 556/udp 560/tcp 560/udp 561/tcp 561/udp 562/tcp 562/udp 564/tcp 564/udp 565/tcp 565/udp 570/tcp 570/udp 571/tcp 571/udp

unixtime unixtime extended file name server local routing process (on site); uses variant of Xerox NS routing information protocol timeserver timeserver newdate newdate rpc rpc chat chat readnews readnews for emergency broadcasts for emergency broadcasts uucpd uucpd

krcmd krcmd new-who new-who

rfs server rfs server rmonitord rmonitord

chcmd chcmd plan 9 file service plan 9 file service whoami whoami demon demon udemon udemon

Reynolds & Postel

[Page 20]


RFC 1340

Assigned Numbers

July 1992

ipcserver ipcserver nqs nqs mdqs mdqs elcsd elcsd netcp netcp netgw netgw netrcs netrcs flexlm flexlm fujitsu-dev fujitsu-dev ris-cm ris-cm kerberos-adm kerberos-adm rfile loadav pump pump qrh qrh rrh rrh tell tell nlogin nlogin con con ns ns rxe rxe quotad quotad cycleserv cycleserv omserv omserv webster webster

600/tcp 600/udp 607/tcp 607/udp 666/tcp 666/udp 704/tcp 704/udp 740/tcp 740/udp 741/tcp 741/udp 742/tcp 742/udp 744/tcp 744/udp 747/tcp 747/udp 748/tcp 748/udp 749/tcp 749/udp 750/tcp 750/udp 751/tcp 751/udp 752/tcp 752/udp 753/tcp 753/udp 754/tcp 754/udp 758/tcp 758/udp 759/tcp 759/udp 760/tcp 760/udp 761/tcp 761/udp 762/tcp 762/udp 763/tcp 763/udp 764/tcp 764/udp 765/tcp 765/udp

Sun IPC server Sun IPC server nqs nqs

errlog copy/server daemon errlog copy/server daemon NETscout Control Protocol NETscout Control Protocol netGW netGW Network based Rev. Cont. Network based Rev. Cont. Flexible License Manager Flexible License Manager Fujitsu Device Control Fujitsu Device Control Russell Info Sci Calendar Russell Info Sci Calendar kerberos administration kerberos administration

Sys. Sys.

[AXS2] [AXS2] [OXK] [OXK] [GXC2] [GXC2] [MXC2] [MXC2]

Manager Manager

send send

Reynolds & Postel

[Page 21]


RFC 1340

Assigned Numbers

July 1992

phonebook phonebook vid vid cadlock cadlock rtip rtip cycleserv2 cycleserv2 submit notify rpasswd acmaint_dbd entomb acmaint_transd wpages wpages wpgs wpgs hp-collector hp-collector hp-managed-node hp-managed-node hp-alarm-mgr hp-alarm-mgr mdbs_daemon mdbs_daemon device device xtreelic xtreelic maitrd maitrd busboy puparp garcon applix puprouter puprouter cadlock ock

767/tcp 767/udp 769/tcp 769/udp 770/tcp 770/udp 771/tcp 771/udp 772/tcp 772/udp 773/tcp 773/udp 774/tcp 774/udp 775/tcp 775/udp 776/tcp 776/udp 780/tcp 780/udp 781/tcp 781/udp 782/tcp 782/udp 783/tcp 783/udp 800/tcp 800/udp 801/tcp 801/udp 996/tcp 996/udp 997/tcp 997/udp 998/tcp 998/udp 999/tcp 999/udp 999/tcp 999/udp 1000/tcp 1000/udp

phone phone

hp hp hp hp hp hp

performance performance performance performance performance performance

data data data data data data

collector collector managed node managed node alarm manager alarm manager

XTREE License Server XTREE License Server

Applix ac

Reynolds & Postel

[Page 22]


RFC 1340

Assigned Numbers

July 1992

REGISTERED PORT NUMBERS The Registered Ports are not controlled by the IANA and on most systems can be used by ordinary user processes or programs executed by ordinary users. Ports are used in the TCP [45,106] to name the ends of logical connections which carry long term conversations. For the purpose of providing services to unknown callers, a service contact port is defined. This list specifies the port used by the server process as its contact port. While the IANA can not control uses of these ports it does register or list uses of these ports as a convienence to the community. To the extent possible, these same port assignments are used with the UDP [46,104]. The Registered Ports are in the range 1024-65535. Port Assignments: Keyword ------blackjack blackjack hermes hermes bbn-mmc bbn-mmc bbn-mmx bbn-mmx sbook sbook editbench editbench equationbuilder equationbuilder lotusnote lotusnote ingreslock ingreslock orasrv orasrv prospero-np prospero-np tlisrv tlisrv coauthor Decimal ------1025/tcp 1025/udp 1248/tcp 1248/udp 1347/tcp 1347/udp 1348/tcp 1348/udp 1349/tcp 1349/udp 1350/tcp 1350/udp 1351/tcp 1351/udp 1352/tcp 1352/udp 1524/tcp 1524/udp 1525/tcp 1525/udp 1525/tcp 1525/udp 1527/tcp 1527/udp 1529/tcp Description ----------network blackjack network blackjack References ----------

multi media conferencing multi media conferencing multi media conferencing multi media conferencing Registration Network Protocol Registration Network Protocol Registration Network Protocol Registration Network Protocol Digital Tool Works (MIT) Digital Tool Works (MIT) Lotus Note Lotus Note ingres ingres oracle oracle prospero non-privileged prospero non-privileged oracle oracle oracle

[SXS4] [SXS4] [SXS4] [SXS4] [TXT1] [TXT1] [GXP1] [GXP1]

Reynolds & Postel

[Page 23]


RFC 1340

Assigned Numbers

July 1992

coauthor issd issd nkd nkd callbook callbook dc wizard globe globe mailbox emce berknet oracle invokator raid-cc dectalk raid-am conf terminaldb news whosockami search pipe_server raid-cc servserv ttyinfo raid-ac raid-am raid-cd troff raid-sf cypress raid-cs bootserver bootserver cypress-stat bootclient terminaldb rellpack whosockami about xinupageserver xinupageserver servexec xinuexpansion1 down

1529/udp 1600/tcp 1600/udp 1650/tcp 1650/udp 2000/tcp 2000/udp 2001/tcp 2001/udp 2002/tcp 2002/udp 2004/tcp 2004/udp 2005/tcp 2005/udp 2006/tcp 2006/udp 2007/tcp 2007/udp 2008/tcp 2008/udp 2009/tcp 2009/udp 2010/tcp 2010/udp 2011/tcp 2011/udp 2012/tcp 2012/udp 2013/tcp 2013/udp 2014/tcp 2014/udp 2015/tcp 2015/udp 2016/tcp 2016/udp 2017/tcp 2017/udp 2018/tcp 2018/udp 2019/tcp 2019/udp 2020/tcp 2020/udp 2021/tcp 2021/udp 2022/tcp

oracle

curry

CCWS mm conf

raid

raid

Reynolds & Postel

[Page 24]


RFC 1340

Assigned Numbers

July 1992

xinuexpansion2 xinuexpansion3 xinuexpansion3 xinuexpansion4 xinuexpansion4 ellpack xribs scrabble scrabble shadowserver shadowserver submitserver submitserver device2 device2 blackboard blackboard glogger glogger scoremgr scoremgr imsldoc imsldoc objectmanager objectmanager lam lam interbase interbase isis isis isis-bcast isis-bcast rimsl rimsl cdfunc cdfunc sdfunc sdfunc dls dls dls-monitor dls-monitor shilp shilp www-dev www-dev NSWS

2022/udp 2023/tcp 2023/udp 2024/tcp 2024/udp 2025/tcp 2025/udp 2026/tcp 2026/udp 2027/tcp 2027/udp 2028/tcp 2028/udp 2030/tcp 2030/udp 2032/tcp 2032/udp 2033/tcp 2033/udp 2034/tcp 2034/udp 2035/tcp 2035/udp 2038/tcp 2038/udp 2040/tcp 2040/udp 2041/tcp 2041/udp 2042/tcp 2042/udp 2043/tcp 2043/udp 2044/tcp 2044/udp 2045/tcp 2045/udp 2046/tcp 2046/udp 2047/tcp 2047/udp 2048/tcp 2048/udp 2049/tcp 2049/udp 2784/tcp 2784/udp 3049/tcp

world wide web - development world wide web - development

Reynolds & Postel

[Page 25]


RFC 1340

Assigned Numbers

July 1992

NSWS rfa rfa commplex-main commplex-main commplex-link commplex-link rfe rfe rmonitor_secure rmonitor_secure padl2sim padl2sim sub-process sub-process xdsxdm xdsxdm afs3-fileserver afs3-fileserver afs3-callback afs3-callback afs3-prserver afs3-prserver afs3-vlserver afs3-vlserver afs3-kaserver afs3-kaserver afs3-volser afs3-volser afs3-errors afs3-errors afs3-bos afs3-bos afs3-update afs3-update afs3-rmtsys afs3-rmtsys man man isode-dua isode-dua

3049/ddddp 4672/tcp 4672/udp 5000/tcp 5000/udp 5001/tcp 5001/udp 5002/tcp 5002/udp 5145/tcp 5145/udp 5236/tcp 5236/udp 6111/tcp 6111/udp 6558/udp 6558/tcp 7000/tcp 7000/udp 7001/tcp 7001/udp 7002/tcp 7002/udp 7003/tcp 7003/udp 7004/tcp 7004/udp 7005/tcp 7005/udp 7006/tcp 7006/udp 7007/tcp 7007/udp 7008/tcp 7008/udp 7009/tcp 7009/udp 9535/tcp 9535/udp 17007/tcp 17007/udp

remote file access server remote file access server

radio free ethernet radio free ethernet

HP SoftBench Sub-Process Control HP SoftBench Sub-Process Control

file server itself file server itself callbacks to cache managers callbacks to cache managers users & groups database users & groups database volume location database volume location database AFS/Kerberos authentication service AFS/Kerberos authentication service volume managment server volume managment server error interpretation service error interpretation service basic overseer process basic overseer process server-to-server updater server-to-server updater remote cache manager service remote cache manager service

Reynolds & Postel

[Page 26]


RFC 1340

Assigned Numbers

July 1992

INTERNET MULTICAST ADDRESSES Host Extensions for IP Multicasting (RFC-1112) [43] specifies the extensions required of a host implementation of the Internet Protocol (IP) to support multicasting. Current addresses are listed below.

224.0.0.0 Reserved 224.0.0.1 All Systems on this Subnet 224.0.0.2 All Routers on this Subnet 224.0.0.3 Unassigned 224.0.0.4 DVMRP Routers 224.0.0.5 OSPFIGP OSPFIGP All Routers 224.0.0.6 OSPFIGP OSPFIGP Designated Routers 224.0.0.7 ST Routers 224.0.0.8 ST Hosts 224.0.0.9 RIP2 Routers 224.0.0.10-224.0.0.255 Unassigned 224.0.1.0 VMTP Managers Group 224.0.1.1 NTP Network Time Protocol 224.0.1.2 SGI-Dogfight 224.0.1.3 Rwhod 224.0.1.4 VNP 224.0.1.5 Artificial Horizons - Aviator 224.0.1.6 NSS - Name Service Server 224.0.1.7 AUDIONEWS - Audio News Multicast 224.0.1.8 SUN NIS+ Information Service 224.0.1.9 MTP Multicast Transport Protocol 224.0.1.10-224.0.1.255 Unassigned 224.0.2.1 224.0.2.2 "rwho" Group (BSD) (unofficial) SUN RPC PMAPPROC_CALLIT

[43,JBP] [43,JBP] [JBP] [JBP] [140,JBP] [83,JXM1] [83,JXM1] [KS14] [KS14] [GSM11] [JBP] [17,DRC3] [80,DLM1] [AXC] [SXD] [DRC3] [BXF] [BXS2] [MXF2] [CXM3] [SXA] [JBP] [JBP] [BXE1] [DXS3] [DXS3] [KS14] [SC3] [17,DRC3]

224.0.3.0-224.0.3.255 RFE Generic Service 224.0.4.0-224.0.4.255 RFE Individual Conferences 224.1.0.0-224.1.255.255 224.2.0.0-224.2.255.255 232.x.x.x ST Multicast Groups Multimedia Conference Calls

VMTP transient groups

These addresses are listed in the Domain Name Service under MCAST.NET and 224.IN-ADDR.ARPA. Note that when used on an Ethernet or IEEE 802 network, the 23 low-order bits of the IP Multicast address are placed in the loworder 23 bits of the Ethernet or IEEE 802 net multicast address

Reynolds & Postel

[Page 27]


RFC 1340

Assigned Numbers

July 1992

1.0.94.0.0.0. BLOCK".

See the next section on "IANA ETHERNET ADDRESS

Reynolds & Postel

[Page 28]


RFC 1340

Assigned Numbers

July 1992

IANA ETHERNET ADDRESS BLOCK The IANA owns an Ethernet address block which may be used for multicast address asignments or other special purposes. The address block in IEEE binary is (which is in bit transmission order): 0000 0000 0000 0000 0111 1010 In the normal Internet dotted decimal notation this is 0.0.94 since the bytes are transmitted higher order first and bits within bytes are transmitted lower order first (see "Data Notation" in the Introduction). IEEE CSMA/CD and Token Bus bit transmission order: 00 00 5E IEEE Token Ring bit transmission order: 00 00 7A Appearance on the wire (bits transmitted from left to right): 0 23 47 | | | 1000 0000 0000 0000 0111 1010 xxxx xxx0 xxxx xxxx xxxx xxxx | | Multicast Bit 0 = Internet Multicast 1 = Assigned by IANA for other uses Appearance in memory (bits transmitted right-to-left within octets, octets transmitted left-to-right): 0 23 47 | | | 0000 0001 0000 0000 0101 1110 0xxx xxxx xxxx xxxx xxxx xxxx | | Multicast Bit 0 = Internet Multicast 1 = Assigned by IANA for other uses The latter representation corresponds to the Internet standard bitorder, and is the format that most programmers have to deal with. Using this representation, the range of Internet Multicast addresses is: 01-00-5E-00-00-00 1.0.94.0.0.0 to to 01-00-5E-7F-FF-FF in hex, or

1.0.94.127.255.255

in dotted decimal

Reynolds & Postel

[Page 29]


RFC 1340

Assigned Numbers

July 1992

IP TOS PARAMETERS This documents the default Type-of-Service values that are currently recommended for the most important Internet protocols. There are four assigned TOS values: low delay, high throughput, high reliability, and low cost; in each case, the TOS value is used to indicate "better". Only one TOS value or property can be requested in any one IP datagram. Generally, protocols human should select large blocks of data reliability is most functions. which are low delay, are need important involved in direct interaction with a while data transfers which may involve high throughput. Finally, high for datagram-based Internet management

Application protocols not included in these tables should be able to make appropriate choice of low delay (8 decimal, 1000 binary) or high throughput (4 decimail, 0100 binary). The following are recommended values for TOS: ----- Type-of-Service Value ----Protocol TELNET (1) FTP Control Data (2) TFTP SMTP (3) Command phase DATA phase Domain UDP TCP Zone NNTP TOS Value 1000 (minimize delay)

1000 0100 1000

(minimize delay) (maximize throughput) (minimize delay)

1000 0100

(minimize delay) (maximize throughput)

Name Service Query 1000 Query 0000 Transfer 0100 0001

(minimize delay) (maximize throughput) (minimize monetary cost)

Reynolds & Postel

[Page 30]


RFC 1340

Assigned Numbers

July 1992

ICMP Errors Requests Responses Any IGP EGP SNMP BOOTP Notes:

0000 0000 (4) (4) 0010 0000 0010 0000 (maximize reliability) (maximize reliability)

(1) Includes all interactive user protocols (e.g., rlogin). (2) Includes all bulk data transfer protocols (e.g., rcp). (3) If the implementation does not support changing the TOS during the lifetime of the connection, then the recommended TOS on opening the connection is the default TOS (0000). (4) Although ICMP request messages are normally sent with the default TOS, there are sometimes good reasons why they would be sent with some other TOS value. An ICMP response always uses the same TOS value as was used in the corresponding ICMP request message. An application may (at the request of the user) substitute 0001 (minimize monetary cost) for any of the above values.

Reynolds & Postel

[Page 31]


RFC 1340

Assigned Numbers

July 1992

IP TIME TO LIVE PARAMETER The current recommended default time to live (TTL) for the Internet Protocol (IP) [45,105] is 64.

Reynolds & Postel

[Page 32]


RFC 1340

Assigned Numbers

July 1992

DOMAIN SYSTEM PARAMETERS The Internet Domain Naming System (DOMAIN) includes several parameters. These are documented in RFC-1034, [81] and RFC-1035 [82]. The CLASS parameter is listed here. The per CLASS parameters are defined in separate RFCs as indicated. Domain System Parameters: Decimal -------0 1 2 3 4 5-65534 65535 Name ---Reserved Internet (IN) Unassigned Chaos (CH) Hessoid (HS) Unassigned Reserved References ---------[PM1] [81,PM1] [PM1] [PM1] [PM1] [PM1] [PM1]

In the Internet (IN) class the following TYPEs and QTYPEs are defined:

TYPE A NS MD MF CNAME SOA MB MG MR NULL WKS PTR HINFO MINFO MX TXT RP AFSDB X25 ISDN RT

value and meaning 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 a host address an authoritative name server a mail destination (Obsolete - use MX) a mail forwarder (Obsolete - use MX) the canonical name for an alias marks the start of a zone of authority a mailbox domain name (EXPERIMENTAL) a mail group member (EXPERIMENTAL) a mail rename domain name (EXPERIMENTAL) a null RR (EXPERIMENTAL) a well known service description a domain name pointer host information mailbox or mail list information mail exchange text strings for for for for for Responsible Person AFS Data Base location X.25 PSDN address ISDN address Route Through [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [82] [172] [172] [172] [172] [172]

Reynolds & Postel

[Page 33]


RFC 1340

Assigned Numbers

July 1992

NSAP NSAP-PTR AXFR MAILB MAILA *

22 for NSAP address, NSAP style A record 23 for domain name pointer, NSAP style 252 253 254 255 transfer of an entire zone mailbox-related RRs (MB, MG or MR) mail agent RRs (Obsolete - see MX) A request for all records

[174] [174] [82] [82] [82] [82]

Reynolds & Postel

[Page 34]


RFC 1340

Assigned Numbers

July 1992

BOOTP PARAMETERS The Bootstrap Protocol (BOOTP) RFC-951 [36] describes an IP/UDP bootstrap protocol (BOOTP) which allows a diskless client machine to discover its own IP address, the address of a server host, and the name of a file to be loaded into memory and executed. The BOOTP Vendor Information Extensions RFC-1084 [117] describes an addition to the Bootstrap Protocol (BOOTP). Vendor Extensions are listed below: Tag --0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Name ---Pad Subnet Mask Time Zone Gateways Time Server Name Server Domain Server Log Server Quotes Server LPR Server Impress Server RLP Server Hostname Boot File Size Merit Dump File Data Length ----------0 4 4 N N N N N N N N N N 2 Meaning ------None Subnet Mask Value Time Offset in Seconds from UTC N/4 Gateway addresses N/4 Timeserver addresses N/4 IEN-116 Server addresses N/4 DNS Server addresses N/4 Logging Server addresses N/4 Quotes Server addresses N/4 Printer Server addresses N/4 Impress Server addresses N/4 RLP Server addresses Hostname string Size of boot file in 512 byte checks Client to dump and name the file to dump it to

15-127 Unassigned 128-154 Reserved 255 End

0

None

Reynolds & Postel

[Page 35]


RFC 1340

Assigned Numbers

July 1992

NETWORK MANAGEMENT PARAMETERS For the management of hosts and gateways on the Internet a data structure for the information has been defined. This data structure should be used with any of several possible management protocols, such as the "Simple Network Management Protocol" (SNMP) RFC-1157 [15], or the "Common Management Information Protocol over TCP" (CMOT) [142]. The data structure is the "Structure and Indentification of Management Information for TCP/IP-based Internets" (SMI) RFC-1155 [120], and the "Management Information Base for Network Management of TCP/IP-based Internets" (MIB-II) [121]. The SMI includes the provision for panrameters or codes to indicate experimental or private data structures. These parameter assignments are listed here. The older "Simple Gateway Monitoring Protocol" (SGMP) RFC-1028 [37] also defined a data structure. The parameter assignments used with SGMP are included here for hist orical completeness. The network management object identifiers are under the iso (1), org (3), dod (6), internet (1), or 1.3.6.1, branch of the name space. SMI Network Management Directory Codes: Prefix: 1.3.6.1.1. Decimal ------all Name ---Reserved Description ----------Reserved for future use References ---------[IANA]

SMI Network Management MGMT Codes: Prefix: 1.3.6.1.2. Decimal ------0 1 Name ---Reserved MIB Description ----------References ---------[IANA] [149,KZM]

Prefix: 1.3.6.1.2.1. (mib-2) Decimal ------0 1 2 Name ---Reserved system interfaces Description ----------Reserved System Interfaces References ---------[IANA] [150,KZM] [150,KZM]

Reynolds & Postel

[Page 36]


RFC 1340

Assigned Numbers

July 1992

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

at ip icmp tcp udp egp cmot transmission snmp GenericIF Appletalk ospf bgp rmon bridge DecnetP4 Character snmpParties snmpSecrets

Address Translation [150,KZM] Internet Protocol [150,KZM] Internet Control Message [150,KZM] Transmission Control Protocol [150,KZM] User Datagram Protocol [150,KZM] Exterior Gateway Protocol [150,KZM] CMIP over TCP [150,KZM] Transmission [150,KZM] Simple Network Management [150,KZM] Generic Interface Extensions [151,163,KZM] Appletalk Networking [152,SXW] Open Shortest Path First [153,FB77] Border Gateway Protocol [154,SW159] Remote Network Monitoring [155,SXW] Bridge Objects [156,EXD] Decnet Phase 4 Character Streams [165,BS221] SNMP Parties [177,KZM] SNMP Secrets [177,KZM] (transmission) Description ----------CSMACD--like Objects Token Bus-like Objects Token Ring-like Objects FDDI Objects T1 Carrier Objects DS3 Interface Objects SMDS Interface Objects Frame Relay Objects RS-232 Objects Parallel Printer Objects

Prefix: 1.3.6.1.2.1.10 Decimal ------7 8 9 15 18 30 31 32 33 34 Name ---IEEE802.3 IEEE802.4 IEEE802.5 FDDI DS1 DS3 SIP FRAME-RELAY RS-232 Parallel

[157,JXC] [158,163,KZM] [159,163,KZM] [160,JDC20] [161,163,FB77] [162,163,TXC] [164,TXC] [168,CXB] [166,BS221] [167,BS221]

Reynolds & Postel

[Page 37]


RFC 1340

Assigned Numbers

July 1992

SMI Network Management Experimental Codes: Prefix: 1.3.6.1.3. Decimal ------0 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 9 10 11 12 * 13 * 14 * 15 * 16 * 17 18 * 19 * 20 * 21 22 * 23 24 25 * 26 * 27 28 29 30 31 32 33 34 Name ---Reserved CLNS T1-Carrier IEEE802.3 IEEE802.5 DECNet-PHIV Interface IEEE802.4 FDDI LANMGR-1 LANMGR-TRAPS Views SNMP-AUTH BGP Bridge DS3 SIP Appletalk PPP Character MIB RS-232 MIB Parallel MIB atsign-proxy OSPF Alert-Man FDDI-Synoptics Frame Relay rmon IDPR HUBMIB IPFWDTBLMIB LATM MIB SONET MIB IDENT MIME-MHS Description ----------ISO CLNS Objects T1 Carrier Objects Ethernet-like Objects Token Ring-like Objects DECNet Phase IV Generic Interface Objects Token Bus-like Objects FDDI Objects LAN Manager V1 Objects LAN Manager Trap Objects SNMP View Objects SNMP Authentication Objects Border Gateway Protocol Bridge MIB DS3 Interface Type SMDS Interface Protocol Appletalk Networking PPP Objects Character MIB RS-232 MIB Parallel MIB Proxy via Community OSPF MIB Alert-Man FDDI-Synoptics Frame Relay MIB Remote Network Management MIB IDPR MIB IEEE 802.3 Hub MIB IP Forwarding Table MIB References ---------[JKR1] [GS2] [FB77] [JXC] [EXD] [JXS2] [KZM] [KZM] [JDC20] [JXG1] [JXG1] [CXD] [KZM] [SW159] [FB77] [TXC] [TXC] [SXW] [FJK2] [BS221] [BS221] [BS221] [RXF] [FB77] [LS8] [DXP1] [CXB] [SXW] [RAW44] [DXM5] [FB77] [TXC] [TXC] [MTR] [MTR]

* = obsoleted

Reynolds & Postel

[Page 38]


RFC 1340

Assigned Numbers

July 1992

SMI Network Management Private Enterprise Codes: Prefix: 1.3.6.1.4.1. Decimal ------0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Name ---Reserved Proteon IBM CMU Unix ACC TWG CAYMAN PSI cisco NSC HP Epilogue U of Tennessee BBN Xylogics, Inc. Timeplex Canstar Wellfleet TRW MIT EON Spartacus Excelan Spider Systems NSFNET Hughes LAN Systems Intergraph Interlan Vitalink Communications Ulana NSWC Santa Cruz Operation Xyplex Cray Bell Northern Research DEC Touch Network Research Corp. Baylor College of Medicine NMFECC-LLNL SRI References ---------[JKR1] [JS28] [VXC] [SXW] [KXS] [AB20] [KZM] [BP52] [MS9] [GXS] [GS123] [RDXS] [KA4] [JDC20] [RH6] [JRL3] [LXB1] [SXP] [JCB1] [HXL] [JR35] [MXW] [YXK] [RXB] [VXW] [HWB] [KZM] [GS91] [BXT] [FXB] [BXA] [SRN1] [KR35] [BXS] [HXE] [GXW] [RXB1] [BXB] [BXV] [SB98] [SXH] [DW181]

Reynolds & Postel

[Page 39]


RFC 1340

Assigned Numbers

July 1992

42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89

Sun Microsystems 3Com CMC SynOptics Cheyenne Software Prime Computer MCNC/North Carolina Data Network Chipcom Optical Data Systems gated Cabletron Systems Apollo Computers DeskTalk Systems, Inc. SSDS Castle Rock Computing MIPS Computer Systems TGV, Inc. Silicon Graphics, Inc. University of British Columbia Merit FiberCom Apple Computer Inc Gandalf Dartmouth David Systems Reuter Cornell LMS Locus Computing Corp. NASA Retix Boeing AT&T Ungermann-Bass Digital Analysis Corp. LAN Manager Netlabs ICL Auspex Systems Lannet Company Network Computing Devices Raycom Systems Pirelli Focom Ltd. Datability Software Systems Network Application Technology LINK (Lokales Informatik-Netz Karlsruhe) NYU RND

[DXY] [TB6] [DXP] [DXP1] [RXH] [MXS] [KXW] [JXC] [JXF] [JXH] [RXD] [JXB] [DXK] [RXS] [JXS1] [CXM] [KAA] [RXJ] [DXM354] [BXN] [EXR] [JXH1] [HXK] [PXK] [KXD1] [BXZ] [DC126] [MLS34] [AXS] [SS92] [AXM] [JXG] [RXB2] [DXM] [SXK] [DXK] [JB478] [JXI] [BXE] [EXR] [DM280] [BXW1] [SXL] [LXF] [YXW] [GXS] [BJR2] [RXN]

Reynolds & Postel

[Page 40]


RFC 1340

Assigned Numbers

July 1992

90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137

InterCon Systems Corporation LearningTree Systems Webster Computer Corporation Frontier Technologies Corporation Nokia Data Communications Allen-Bradely Company CERN Sigma Network Systems, Inc. Emerging Technologies, Inc. SNMP Research Ohio State University Ultra Network Technologies Microcom Martin Marietta Astronautic Group Micro Technology Process Software Corporation Data General Corporation Bull Company Emulex Corporation Warwick University Computing Services Network General Corporation Oracle Control Data Corporation Hughes Aircraft Company Synernetics, Inc. Mitre Hitachi, Ltd. Telebit Salomon Technology Services NEC Corporation Fibermux FTP Software Inc. Sony Newbridge Networks Corporation Racal-Milgo Information Systems CR SYSTEMS DSET Corporation Computone Tektronix, Inc. Interactive Systems Corporation Banyan Systems Inc. Sintrom Datanet Limited Bell Canada Crosscomm Corporation Rice University T3Plus Networking, Inc. Concurrent Computer Corporation Basser

[AW90] [JXG2] [RXE] [PXA] [DXE] [BXK] [JXR] [KXV] [DXB2] [JDC20] [SXA1] [JXD] [AXF] [DR137] [MXE] [BV15] [JXK] [AXB] [JXF1] [IXD] [JXD1] [JPH17] [NXR] [KZM] [JXP1] [BM60] [HXU] [MXL2] [PXM] [YXA] [KH157] [SXK1] [TXH] [JXW] [MXR] [SXS2] [DXS] [BXV] [DT167] [SXA2] [DXT] [SXW] [MXF] [RXS1] [CXF] [HXF] [JRL3] [PXO]

Reynolds & Postel

[Page 41]


RFC 1340

Assigned Numbers

July 1992

138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185

Luxcom Artel Independence Technologies, Inc. (ITI) Frontier Software Development Digital Computer Limited Eyring, Inc. Case Communications Penril DataComm, Inc. American Airlines Sequent Computer Systems Bellcore Konkord Communications University of Washington Develcon Solarix Systems Unifi Communications Corp. Roadnet Network Systems Corp. ENE (European Network Engineering) Dansk Data Elektronik A/S Morning Star Technologies Dupont EOP Legato Systems, Inc. Motorola SPS European Space Agency (ESA) BIM Rad Data Communications Ltd. Intellicom Shiva Corporation Fujikura America Xlnt Designs INC (XDI) Tandem Computers BICC D-Link Systems, Inc. AMP, Inc. Netlink C. Itoh Electronics Sumitomo Electric Industries (SEI) DHL Systems, Inc. Network Equipment Technologies APTEC Computer Systems Schneider & Koch & Co., Datensysteme GmbH Hill Air Force Base ADC Kentrox Japan Radio Co. Versitron Telecommunication Systems Interphase

[RXB] [JXZ] [GXB] [NXP] [OXF] [RH227] [PXK] [KXH1] [BXK1] [SXH1] [KXT] [KXJ] [CXW] [SXM] [PXA1] [YXH] [DXS] [NXE] [PXC] [PXH] [KXF] [OXR] [JXK1] [VXE] [EXX] [BXL2] [OXI] [PXS] [NXL] [DXR] [MA108] [RXD3] [DXB3] [HXN] [RXD4] [MXZ] [LXD1] [KXT1] [DXG2] [MXT1] [LXB] [TXR1] [RXW] [BXK2] [NXK] [MXH] [HXL1] [GXW1]

Reynolds & Postel

[Page 42]


RFC 1340

Assigned Numbers

July 1992

186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233

Toshiba Corporation Clearpoint Research Corp. Ascom Gfeller Ltd. Fujitsu America NetCom Solutions, Inc. NCR Dr. Materna GmbH Ericsson Business Communications Metaphor Computer Systems Patriot Partners The Software Group Limited (TSG) Kalpana, Inc. University of Waterloo CCL/ITRI Coeur Postel Mitsubish Cable Industries, Ltd. SMC Crescendo Communication, Inc. Goodall Software Engineering Intecom Victoria University of Wellington Allied Telesis, Inc. Dowty Network Systems A/S Protools Nippon Telegraph and Telephone Corp. Fujitsu Limited Network Peripherals Inc. Netronix, Inc. University of Wisconsin - Madison NetWorth, Inc. Tandberg Data A/S Technically Elite Concepts, Inc. Labtam Australia Pty. Ltd. Republic Telcom Systems, Inc. ADI Systems, Inc. Microwave Bypass Systems, Inc. Pyramid Technology Corp. Unisys_Corp LANOPTICS LTD. Israel NKK Corporation MTrade UK Ltd. Acals ASTEC, Inc. Delmarva Power Telematics International, Inc. Siemens Nixdorf Informations Syteme AG Compaq NetManage, Inc.

[MXA] [FJK2] [AXS1] [CXL] [DXC] [CXK] [TXB] [GXN] [PXR] [PXR] [RP211] [AXB3] [RXW1] [MXC] [PXK2] [MXH1] [LXS] [PXJ] [DG223] [BXP] [JXS3] [SXH2] [HXE1] [GXA] [TXS1] [IXH] [CXC] [JXR3] [DW328] [CXS] [HXH] [RXD5] [MXP1] [SXH3] [PXL] [TXA] [RXR] [LXB2] [IXD1] [JXY] [PXD] [PXC1] [HXF1] [JXS4] [KXS1] [GXK] [SXB] [WXD]

Reynolds & Postel

[Page 43]


RFC 1340

Assigned Numbers

July 1992

234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281

NCSU Computing Center [DXJ] Empirical Tools and Technologies [KA4] Samsung Group [HXP] Takaoka Electric Mfg. Co., Ltd. [HXH2] Netrix Systems Corporation [EXM] WINDATA [BXR] RC International A/S [CXD1] Netexp Research [HXB] Internode Systems Pty Ltd [SXH4] netCS Informationstechnik GmbH [OXK] Lantronix [RXL] Avatar Consultants [KH157] Furukawa Electoric Co. Ltd. [SXF] AEG Electrcom [RXN2] Richard Hirschmann GmbH & Co. [HXN1] G2R Inc. [KXH] University of Michigan [TXH1] Netcomm, Ltd. [WXS2] Sable Technology Corporation [RXT] Xerox [EXR3] Conware Computer Consulting GmbH [MXS2] Compatible Systems Corp. [JG423] Scitec Communications Systems Ltd. [SXL1] Transarc Corporation [PXB] Matsushita Electric Industrial Co., Ltd. [NXM] ACCTON Technology [DXR1] Star-Tek, Inc. [CXM1] Codenoll Tech. Corp. [DXW] Formation, Inc. [CXM2] Seiko Instruments, Inc. (SII) [YXW1] RCE (Reseaux de Communication d'Entreprise S.A.) [EXB] Xenocom, Inc. [SXW2] AEG KABEL [HXT1] Systech Computer Corporation [BXP1] Visual [BXO] SDD (Scandinavian Airlines Data Denmark A/S) [PXF] Zenith Electronics Corporation [DXL] TELECOM FINLAND [PXJ1] BinTec Computersystems [MXS3] EUnet Germany [MXS4] PictureTel Corporation [OXJ] Michigan State University [LXW] GTE Telecom Incorporated [LXO] Cascade Communications Corp. [CS1] Hitachi Cable, Ltd. [TXA1] Olivetti [MXF1] Vitacom Corporation [PXR1] INMOS [GXH]

Reynolds & Postel

[Page 44]


RFC 1340

Assigned Numbers

July 1992

282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329

AIC Systems Laboratories Ltd. [GXM1] Cameo Communications, Inc. [AXB4] Diab Data AB [MXL1] Olicom A/S [LXP] Digital-Kienzle Computersystems [HXD] CSELT(Centro Studi E Laboratori Telecomunicazioni)[PXC2] Electronic Data Systems [MXH2] McData Corporation [GXL] Harris Computer Systems Division (HCSD) [DXR2] Technology Dynamics, Inc. [CXS1] DATAHOUSE Information Systems Ltd. [KXL] DSIR Network Group [TXP] Texas Instruments [BXS1] PlainTree Systems Inc. [PXC3] Hedemann Software Development [SXH5] Fuji Xerox Co., Ltd. [HXK1] Asante Technology [HXM] Stanford University [BXM] Digital Link [JXT1] Raylan Corporation [MXL2] Datacraft [AXL] Hughes [KZM] Farallon Computing, Inc. [SXS3] GE Information Services [SXB2] Gambit Computer Communications [ZXS] Livingston Enterprises, Inc. [SXW3] Star Technologies [JXM1] Micronics Computers Inc. [DXC1] Basis, Inc. [HXS] Microsoft [JXB1] US West Advance Technologies [DXH] University College London [SXC] Eastman Kodak Company [WXC1] Network Resources Corporation [KXW1] Atlas Telecom [BXK2] Bridgeway [UXV] American Power Conversion Corp. [PXY] DOE Atmospheric Radiation Measurement Project [PXK3] VerSteeg CodeWorks [BXV] Verilink Corp [BXV] Sybus Corportation [MXB2] Tekelec [BXG] NASA Ames Research Center [NXC] Simon Fraser University [RXU] Fore Systems, Inc. [EXC1] Centrum Communications, Inc. [VXL] NeXT Computer, Inc. [LXL] Netcore, Inc. [SXM1]

Reynolds & Postel

[Page 45]


RFC 1340

Assigned Numbers

July 1992

330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377

Northwest Digital Systems Andrew Corporation DigiBoard Computer Network Technology Corp. Lotus Development Corp. MICOM Communication Corporation ASCII Corporation PUREDATA Research/USA NTT DATA Empros Systems International Kendall Square Research (KSR) Martin Marietta Energy Systems Network Innovations Intel Corporation Proxar Epson Research Center Fibernet Box Hill Systems Corporation American Express Travel Related Services Compu-Shack Parallan Computer, Inc. Stratacom Open Networks Engineering, Inc. ATM Forum SSD Management, Inc. Automated Network Management, Inc. Magnalink Communications Corporation TIL Systems, Ltd. Skyline Technology, Inc. Nu-Mega Technologies, Inc. Morgan Stanley & Co. Inc. Integrated Business Network L & N Technologies, Ltd. Cincinnati Bell Information Systems, Inc. OSCOM International MICROGNOSIS Datapoint Corporation RICOH Co. Ltd. Axis Communications AB Pacer Software Axon Networks Inc. Brixton Systems, Inc. GSI Tatung Co., Ltd. DIS Research LTD Quotron Systems, Inc. Dassault Electronique Corollary, Inc.

[BXD] [TXT] [DXK2] [BXM1] [BXF1] [DXB4] [TXO] [BXF2] [YXK1] [DXT1] [DXH1] [GXH1] [PXG] [CXT1] [CXH] [RXS2] [GXS1] [TXJ] [JXC1] [TXV] [CXD2] [CXI] [RXB4] [KZM] [BXR1] [CXV] [DXK3] [GXM2] [DXW1] [DXS4] [VXK] [MXB3] [SXL2] [DXM4] [FXF] [PXA2] [LZ15] [TXW] [MG277] [WXT] [RXI] [PXE] [PXB1] [CXC1] [RXC2] [RXS3] [OXC] [JXG3]

Reynolds & Postel

[Page 46]


RFC 1340

Assigned Numbers

July 1992

378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461

SEEL, Ltd. Lexcel W.J. Parducci & Associates, Inc. OST Megadata Pty Ltd. LLNL Livermore Computer Center Dynatech Communications Symplex Communications Corp. Tribe Computer Works Taligent, Inc. Symbol Technology, Inc. Lancert Alantec Ridgeback Solutions Metrix, Inc. Excutive Systems/XTree Company NRL Communication Systems Branch I.D.E. Corporation Matsushita Electric Works, Ltd. MegaPAC Pilkington Communication Systems Amnet, Inc. Chase Research PEER Networks Gateway Communications, Inc. Peregrine Systems Daewoo Telecom Norwegian Telecom Research WilTel Ericsson-Camtec Codex Basis AGE Logic INDE Electronics ISODE Consortium J.I. Case Trillium Digital Systems Bacchus Inc. MCC Stratus Computer Quotron Beame & Whiteside Cellular Technical Servuces

[KXR] [MXE] [WXP] [AXP1] [AXM2] [DXN] [GXW2] [CXA] [KXF1] [LXA] [JXC2] [MXH3] [PXV] [EXG] [DXV] [DXC2] [RXR1] [RXS4] [CXH1] [IXG] [DXA] [RM1] [KXG] [TS566] [EXF] [EXO] [SXO] [PXY1] [AXP] [SXP1] [TXM1] [HXS] [SXL3] [GXD1] [SH284] [MXO1] [CXC2] [EXG] [DR48] [KXC] [RXS3] [CXB1] [GXH2]

Reynolds & Postel

[Page 47]


RFC 1340

Assigned Numbers

July 1992

SGMP Vendor Specific Codes: [obsolete] Prefix: 1,255, Decimal ------0 1 2 3 4 5 6 7 8 9 10 11 12 13-254 255 Name ---Reserved Proteon IBM CMU Unix ACC TWG CAYMAN NYSERNET cisco BBN Unassigned MIT Unassigned Reserved References ---------[JKR1] [JS18] [JXR] [SXW] [MS9] [AB20] [MTR] [BP52] [MS9] [GS2] [RH6] [JKR1] [JR35] [JKR1] [JKR1]

Reynolds & Postel

[Page 48]


RFC 1340

Assigned Numbers

July 1992

MILNET LOGICAL ADDRESSES The MILNET facility for "logical addressing" is described in RFC-878 [57] and RFC-1005 [109]. A portion of the possible logical addresses are reserved for standard uses. There are 49,152 possible logical host addresses. Of these, 256 are reserved for assignment to well-known functions. Assignments for well-known functions are made by the IANA. Assignments for other logical host addresses are made by the NIC. Logical Address Assignments: Decimal ------0 1 2-254 255 Description ----------Reserved The BBN Core Gateways Unassigned Reserved References ---------[JBP] [MB] [JBP] [JBP]

Reynolds & Postel

[Page 49]


RFC 1340

Assigned Numbers

July 1992

MILNET LINK NUMBERS The word "link" here refers to a field in the original MILNET Host/IMP interface leader. The link was originally defined as an 8bit field. Later specifications defined this field as the "messageid" with a length of 12 bits. The name link now refers to the high order 8 bits of this 12-bit message-id field. The Host/IMP interface is defined in BBN Report 1822 [2]. The low-order 4 bits of the message-id field are called the sub-link. Unless explicitly specified otherwise for a particular protocol, there is no sender to receiver significance to the sub-link. The sender may use the sub-link in any way he chooses (it is returned in the RFNM by the destination IMP), the receiver should ignore the sub-link. Link Assignments: Decimal ------0-63 64-149 150 151 152 153 154 155 156-158 159 160 161-194 195 196-247 248-255 Description ----------BBNCC Monitoring Unassigned Xerox NS IDP Unassigned PARC Universal Protocol TIP Status Reporting TIP Accounting Internet Protocol [regular] Internet Protocol [experimental] Figleaf Link Blacker Local Network Protocol Unassigned ISO-IP Experimental Protocols Network Maintenance References ---------[MB] [JBP] [133,XEROX] [JBP] [8,XEROX] [JGH] [JGH] [105,JBP] [105,JBP] [JBW1] [DM28] [JBP] [64,RXM] [JBP] [JGH]

Reynolds & Postel

[Page 50]


RFC 1340

Assigned Numbers

July 1992

MILNET X.25 ADDRESS MAPPINGS All MILNET hosts are assigned addresses by the Defense Data Network (DDN). The address of a MILNET host may be obtained from the Network Information Center (NIC), represented as an ASCII text string in what is called "host table format". This section describes the process by which MILNET X.25 addresses may be derived from addresses in the NIC host table format. A NIC host table address consists of the ASCII text string representations of four decimal numbers separated by periods, corresponding to the four octeted of a thirty-two bit Internet address. The four decimal numbers are referred to in this section as "n", "h' "l", and "i". Thus, a host table address may be represented as: "n.h.l.i". Each of these four numbers will have either one, two, or three decimal digits and will never have a value greater than 255. For example, in the host table, address: "10.2.0.124", n=10, h=2, l=0, and i=124. To convert a host table address to a MILNET X.25 address: 1. If h < 64, the host table address corresponds to the X.25 physical address: ZZZZ F IIIHHZZ (SS) where: ZZZZ = 0000 F=0 III as required because the address is a physical address; is a three decimal digit respresentation of "i", right-adjusted and padded with leading zeros if required; is a two decimal digit representation of "h", right-adjusted and padded with leading zeros if required; and is optional

HH

ZZ = 00 (SS)

In the example given above, the host table address 10.2.0.124 corresponds to the X.25 physical address 000001240200.

Reynolds & Postel

[Page 51]


RFC 1340

Assigned Numbers

July 1992

2. If h > 64 or h = 64, the host table address corresponds to the X.25 logical address ZZZZ F RRRRRZZ (SS) where: ZZZZ = 0000 F=1 RRRRR as required because the address is a logical address; is a five decimal digit representation of the result "r" of the calculation r = h * 256 + i (Note that the decimal representation of "r" will always require five digits); ZZ = 00 (SS) and is optional

Thus, the host table address 10.83.0.207 corresponds to the X.25 logical address 000012145500. In both cases, the "n" and "l" fields of the host table address are not used.

Reynolds & Postel

[Page 52]


RFC 1340

Assigned Numbers

July 1992

IEEE 802 NUMBERS OF INTEREST Some of the systems may same way the extension of (SNAP). networks of all classes are IEEE 802 Networks. use a Link Service Access Point (LSAP) field in MILNET uses the "link" field. Further, there the LSAP header called the Sub-Network Access These much the is an Protocol

The IEEE likes to describe numbers in binary in bit transmission order, which is the opposite of the big-endian order used throughout the Internet protocol documentation. Assignments: Link Service Access Point ------------------------IEEE Internet binary binary decimal 00000000 00000000 0 01000000 00000010 2 11000000 00000011 3 00100000 00000100 4 01100000 00000110 6 01110000 00001110 14 01110010 01001110 78 01111010 01011110 94 01110001 10001110 142 01010101 10101010 170 01111111 11111110 254 11111111 11111111 255 Description ----------References ----------

Null LSAP Indiv LLC Sublayer Mgt Group LLC Sublayer Mgt SNA Path Control Reserved (DOD IP) PROWAY-LAN EIA-RS 511 ISI IP PROWAY-LAN SNAP ISO CLNS IS 8473 Global DSAP

[IEEE] [IEEE] [IEEE] [IEEE] [104,JBP] [IEEE] [IEEE] [JBP] [IEEE] [IEEE] [64,JXJ] [IEEE]

These numbers (and others) are assigned by the IEEE Standards Office. The address is: IEEE Standards Office, 345 East 47th Street, New York, N.Y. 10017, Attn: Vince Condello. Phone: (212) 705-7092. At an ad hoc special session on "IEEE 802 Networks and ARP", held during the TCP Vendors Workshop (August 1986), an approach to a consistent way to send DoD-IP datagrams and other IP related protocols (such as the Address Resolution Protocol (ARP)) on 802 networks was developed, using the SNAP extension (see RFC-1042 [90]).

Reynolds & Postel

[Page 53]


RFC 1340

Assigned Numbers

July 1992

ETHERNET NUMBERS OF INTEREST Many of the networks of all classes are Ethernets (10Mb) or Experimental Ethernets (3Mb). These systems use a message "type" field in much the same way the ARPANET uses the "link" field. If you need an Ethernet type, contact the Xerox Corporation, Xerox Systems Institute, 475 Oakmead Parkway, Sunnyvale, CA 94086, Attn: Ms. Fonda Pallone, (415) 813-7164. The following list is contributed unverified information from various sources. Assignments: Ethernet Exp. Ethernet ------------------------decimal Hex decimal octal 000 0000-05DC 257 0101-01FF 512 0200 512 1000 513 0201 1536 0600 1536 3000 2048 0800 513 1001 2049 0801 2050 0802 2051 0803 2052 0804 2053 0805 2054 0806 2055 0807 2076 081C 2184 0888-088A 2304 0900 2560 0A00 2561 0A01 2989 0BAD 4096 1000 4097 1001-100F 5632 1600 16962 4242 21000 5208 24576 6000 24577 6001 24578 6002 24579 6003 24580 6004 24581 6005 Description ----------References ----------

IEEE802.3 Length Field [XEROX] Experimental [XEROX] XEROX PUP (see 0A00) [8,XEROX] PUP Addr Trans (see 0A01)[XEROX] XEROX NS IDP [133,XEROX] DOD IP [105,JBP] X.75 Internet [XEROX] NBS Internet [XEROX] ECMA Internet [XEROX] Chaosnet [XEROX] X.25 Level 3 [XEROX] ARP [88,JBP] XNS Compatability [XEROX] Symbolics Private [DCP1] Xyplex [XEROX] Ungermann-Bass net debugr[XEROX] Xerox IEEE802.3 PUP [XEROX] PUP Addr Trans [XEROX] Banyan Systems [XEROX] Berkeley Trailer nego [XEROX] Berkeley Trailer encap/IP[XEROX] Valid Systems [XEROX] PCS Basic Block Protocol [XEROX] BBN Simnet [XEROX] DEC Unassigned (Exp.) [XEROX] DEC MOP Dump/Load [XEROX] DEC MOP Remote Console [XEROX] DEC DECNET Phase IV Route[XEROX] DEC LAT [XEROX] DEC Diagnostic Protocol [XEROX]

Reynolds & Postel

[Page 54]


RFC 1340

Assigned Numbers

July 1992

24582 24583 24584 24586 28672 28674 28704 28720 28724 32771 32772 32773 32774 32776 32784 32787 32788 32789 32790 32793 32815 32816 32821 32822 32824 32825 32829 32830 32831 32832 32836 32838 32839 32841 32859 32860 32861 32864 32866 32869 32871 32872 32873 32874 32876 32877 32878 32890

6006 6007 6008-6009 6010-6014 7000 7002 7020-7029 7030 7034 8003 8004 8005 8006 8008 8010 8013 8014 8015 8016 8019 802E 802F 8035 8036 8038 8039-803C 803D 803E 803F 8040-8042 8044 8046 8047 8049 805B 805C 805D 8060 8062 8065-8066 8067 8068 8069 806A 806C 806D 806E-8077 807A

-

-

DEC Customer Protocol [XEROX] DEC LAVC, SCA [XEROX] DEC Unassigned [XEROX] 3Com Corporation [XEROX] Ungermann-Bass download [XEROX] Ungermann-Bass dia/loop [XEROX] LRT [XEROX] Proteon [XEROX] Cabletron [XEROX] Cronus VLN [131,DT15] Cronus Direct [131,DT15] HP Probe [XEROX] Nestar [XEROX] AT&T [XEROX] Excelan [XEROX] SGI diagnostics [AXC] SGI network games [AXC] SGI reserved [AXC] SGI bounce server [AXC] Apollo Computers [XEROX] Tymshare [XEROX] Tigan, Inc. [XEROX] Reverse ARP [48,JXM] Aeonic Systems [XEROX] DEC LANBridge [XEROX] DEC Unassigned [XEROX] DEC Ethernet Encryption [XEROX] DEC Unassigned [XEROX] DEC LAN Traffic Monitor [XEROX] DEC Unassigned [XEROX] Planning Research Corp. [XEROX] AT&T [XEROX] AT&T [XEROX] ExperData [XEROX] Stanford V Kernel exp. [XEROX] Stanford V Kernel prod. [XEROX] Evans & Sutherland [XEROX] Little Machines [XEROX] Counterpoint Computers [XEROX] Univ. of Mass. @ Amherst [XEROX] Veeco Integrated Auto. [XEROX] General Dynamics [XEROX] AT&T [XEROX] Autophon [XEROX] ComDesign [XEROX] Computgraphic Corp. [XEROX] Landmark Graphics Corp. [XEROX] Matra [XEROX]

Reynolds & Postel

[Page 55]


RFC 1340

Assigned Numbers

July 1992

32891 32892 32893 32896 32897 32923 32924 32927 32931 32932 32960 32966 32967 32968 32973 32974 32979 32981 32989 32990 32992 32996 33010 33011 33012 33015 33023 33031 33072 33073 33079 33081 33100 36864 36865 36866 36867 65280

807B 807C 807D-807F 8080 8081-8083 809B 809C-809E 809F 80A3 80A4-80B3 80C0-80C3 80C6 80C7 80C8-80CC 80CD-80CE 80CF-80D2 80D3-80D4 80D5 80DD 80DE-80DF 80E0-80E3 80E4-80F0 80F2 80F3 80F4-80F5 80F7 80FF-8103 8107-8109 8130 8131 8137-8138 8139-813D 814C 9000 9001 9002 9003 FF00

-

-

Dansk Data Elektronik [XEROX] Merit Internodal [HWB] Vitalink Communications [XEROX] Vitalink TransLAN III [XEROX] Counterpoint Computers [XEROX] Appletalk [XEROX] Datability [XEROX] Spider Systems Ltd. [XEROX] Nixdorf Computers [XEROX] Siemens Gammasonics Inc. [XEROX] DCA Data Exchange Cluster[XEROX] Pacer Software [XEROX] Applitek Corporation [XEROX] Intergraph Corporation [XEROX] Harris Corporation [XEROX] Taylor Instrument [XEROX] Rosemount Corporation [XEROX] IBM SNA Service on Ether [XEROX] Varian Associates [XEROX] Integrated Solutions TRFS[XEROX] Allen-Bradley [XEROX] Datability [XEROX] Retix [XEROX] AppleTalk AARP (Kinetics)[XEROX] Kinetics [XEROX] Apollo Computer [XEROX] Wellfleet Communications [XEROX] Symbolics Private [XEROX] Waterloo Microsystems [XEROX] VG Laboratory Systems [XEROX] Novell, Inc. [XEROX] KTI [XEROX] SNMP [JKR1] Loopback [XEROX] 3Com(Bridge) XNS Sys Mgmt[XEROX] 3Com(Bridge) TCP-IP Sys [XEROX] 3Com(Bridge) loop detect [XEROX] BBN VITAL-LanBridge cache[XEROX]

The standard for transmission of IP datagrams over Ethernets and Experimental Ethernets is specified in RFC-894 [61] and RFC-895 [91] respectively. NOTE: Ethernet 48-bit address blocks are assigned by the IEEE.

IEEE Standards Office, 345 East 47th Street, New York, N.Y. 10017, Attn: Vince Condello. Phone: (212) 705-7092.

Reynolds & Postel

[Page 56]


RFC 1340

Assigned Numbers

July 1992

ETHERNET VENDOR ADDRESS COMPONENTS Ethernet hardware addresses are 48 bits, expressed as 12 hexadecimal digits (0-9, plus A-F, capitalized). These 12 hex digits consist of the first/left 6 digits (which should match the vendor of the Ethernet interface within the station) and the last/right 6 digits which specify the interface serial number for that interface vendor. Ethernet addresses might be written unhyphenated (e.g., 123456789ABC), or with one hyphen (e.g., 123456-789ABC), but should be written hyphenated by octets (e.g., 12-34-56-78-9A-BC). These addresses are physical station addresses, not multicast nor broadcast, so the second hex digit (reading from the left) will be even, not odd. At present, it is not clear how the IEEE assigns Ethernet block addresses. Whether in blocks of 2**24 or 2**25, and whether multicasts are assigned with that block or separately. A portion of the vendor block address is reportedly assigned serially, with the other portion intentionally assigned randomly. If there is a global algorithm for which addresses are designated to be physical (in a chipset) versus logical (assigned in software), or globally-assigned versus locally-assigned addresses, some of the known addresses do not follow the scheme (e.g., AA0003; 02xxxx). 00000C 00000F 000010 00001D 000020 000022 00002A 00005A 00005E 000065 00006B 000077 00007A 000089 000093 00009F 0000A2 0000A3 0000A6 0000A7 0000A9 0000AA Cisco NeXT Sytek Cabletron DIAB (Data Intdustrier AB) Visual Technology TRW S & Koch IANA Network General MIPS MIPS Ardent Cayman Systems Gatorbox Proteon Ameristar Technology Wellfleet Network Application Technology Network General (internal assignment, not for products) NCD X-terminals Network Systems Xerox Xerox machines

Reynolds & Postel

[Page 57]


RFC 1340

Assigned Numbers

July 1992

0000B3 0000B7 0000BC 0000C0 0000C6 0000C8 0000C9 0000D7 0000D8 0000DD 0000DE 0000E2 0000EF 0000FD 000102 001700 00802D 00808C 0080C2 0080D3 00AA00 00DD00 00DD01 020701 020406 026086 02608C 02CF1F 080002 080003 080005 080008 080009 08000A 08000B 080011 080014 080017 08001A 08001B 08001E 080020 080022 080025 080026 080027 080028 08002B

CIMLinc Dove Fastnet Allen-Bradley Western Digital HP Intelligent Networks Operation (formerly Eon Systems) Altos Emulex Terminal Servers Dartmouth College (NED Router) 3Com? Novell? PS/2 Gould Unigraph Acer Counterpoint Alantec High Level Hardvare (Orion, UK) BBN BBN internal usage (not registered) Kabel Xylogics, Inc. Annex terminal servers Frontier Software Development IEEE 802.1 Committee Shiva Intel Ungermann-Bass Ungermann-Bass Racal InterLan BBN BBN internal usage (not registered) Satelcom MegaPac (UK) 3Com IBM PC; Imagen; Valid; Cisco CMC Masscomp; Silicon Graphics; Prime EXL 3Com (Formerly Bridge) ACC (Advanced Computer Communications) Symbolics Symbolics LISP machines BBN Hewlett-Packard Nestar Systems Unisys Tektronix, Inc. Excelan BBN Butterfly, Masscomp, Silicon Graphics NSC Data General Data General Apollo Sun Sun machines NBI CDC Norsk Data (Nord) PCS Computer Systems GmbH TI Explorer DEC

Reynolds & Postel

[Page 58]


RFC 1340

Assigned Numbers

July 1992

08002E 08002F 080036 080037 080038 080039 080041 080045 080046 080047 080049 08004C 08004E 080056 080058 08005A 080067 080068 080069 08006E 080075 08007C 080080 080086 080087 080089 08008B 08008D 080090 484453 800010 AA0000 AA0001 AA0002 AA0003 AA0004

Metaphor Prime Computer Prime 50-Series LHC300 Intergraph CAE stations Fujitsu-Xerox Bull Spider Systems DCA Digital Comm. Assoc. ???? (maybe Xylogics, but they claim not to know this number) Sony Sequent Univation Encore BICC Stanford University ??? DECsystem-20 IBM Comdesign Ridge Silicon Graphics Excelan DDE (Danish Data Elektronik A/S) Vitalink TransLAN III XIOS Imagen/QMS Xyplex terminal servers Kinetics AppleTalk-Ethernet interface Pyramid XyVision XyVision machines Retix Inc Bridges HDS ??? AT&T DEC obsolete DEC obsolete DEC obsolete DEC Global physical address for some DEC machines DEC Local logical address for systems running DECNET

Reynolds & Postel

[Page 59]


RFC 1340

Assigned Numbers

July 1992

ETHERNET MULTICAST ADDRESSES Ethernet Address Multicast Addresses: 01-00-5E-00-00-0001-00-5E-7F-FF-FF 01-00-5E-80-00-0001-00-5E-FF-FF-FF 01-80-C2-00-00-00 09-00-02-04-00-01? 09-00-02-04-00-02? 09-00-09-00-00-01 09-00-09-00-00-01 09-00-09-00-00-04 09-00-1E-00-00-00 09-00-2B-00-00-00 09-00-2B-00-00-01 09-00-2B-00-00-02 09-00-2B-00-00-03 09-00-2B-00-00-04 09-00-2B-00-00-05 09-00-2B-00-00-06 09-00-2B-00-00-07 09-00-2B-00-00-0F 09-00-2B-00-00-1x 09-00-2B-01-00-00 09-00-2B-01-00-01 0800 ???? -8028080? 8080? 8005 -8028005? 8019? 6009? 8039? 803B? 8038 ???? ???? 803D? 8040? 6004 ???? 8038 8038 Internet Multicast (RFC-1112) [43] Internet reserved by IANA Spanning tree (for bridges) Vitalink printer Vitalink management HP Probe HP Probe HP DTC Apollo DOMAIN DEC MUMPS? DEC DSM/DTP? DEC VAXELN? DEC Lanbridge Traffic Monitor (LTM) DEC MAP End System Hello DEC MAP Intermediate System Hello DEC CSMA/CD Encryption? DEC NetBios Emulator? DEC Local Area Transport (LAT) DEC Experimental DEC LanBridge Copy packets (All bridges) DEC LanBridge Hello packets (All local bridges) 1 packet per second, sent by the designated LanBridge DEC DNA Lev. 2 Routing Layer routers? DEC DNA Naming Service Advertisement? DEC DNA Naming Service Solicitation? DEC DNA Time Service? DEC default filtering by bridges? DEC Local Area Sys. Transport (LAST)? DEC Argonaut Console? Novell IPX Stanford reserved Stanford V Kernel, version 6.0 Retix spanning tree bridges Vitalink diagnostics Type Field

Usage

09-00-2B-02-00-00 09-00-2B-02-01-00 09-00-2B-02-01-01 09-00-2B-02-01-02 09-00-2B-03-xx-xx 09-00-2B-04-00-00 09-00-2B-23-00-00 09-00-4E-00-00-02? 09-00-56-00-00-0009-00-56-FE-FF-FF 09-00-56-FF-00-0009-00-56-FF-FF-FF 09-00-77-00-00-01 09-00-7C-02-00-05

???? 803C? 803C? 803E? ???? 8041? 803A? 8137? ???? 805C ???? 8080?

Reynolds & Postel

[Page 60]


RFC 1340

Assigned Numbers

July 1992

09-00-7C-05-00-01 0D-1E-15-BA-DD-06 AB-00-00-01-00-00 AB-00-00-02-00-00

8080? ???? 6001 6002

AB-00-00-03-00-00

6003

AB-00-00-04-00-00

6003

AB-00-00-05-00-00 AB-00-03-FF-FF-FF AB-00-03-00-00-00 AB-00-04-00-xx-xx AB-00-04-01-xx-yy CF-00-00-00-00-00

???? 6004 ???? 6007 9000

Vitalink gateway? HP DEC Maintenance Operation Protocol (MOP) Dump/Load Assistance DEC Maintenance Operation Protocol (MOP) Remote Console 1 System ID packet every 8-10 minutes, by every: DEC LanBridge DEC DEUNA interface DEC DELUA interface DEC DEQNA interface (in a certain mode) DECNET Phase IV end node Hello packets 1 packet every 15 seconds, sent by each DECNET host DECNET Phase IV Router Hello packets 1 packet every 15 seconds, sent by the DECNET router Reserved DEC through DEC Local Area Transport (LAT) - old Reserved DEC customer private use DEC Local Area VAX Cluster groups Sys. Communication Architecture (SCA) Ethernet Configuration Test protocol (Loopback)

Broadcast Address: FF-FF-FF-FF-FF-FF 0600 XNS packets, Hello or gateway search? 6 packets every 15 seconds, per XNS station IP (e.g. RWHOD via UDP) as needed CHAOS ARP (for IP and CHAOS) as needed Banyan VALID packets, Hello or gateway search? 1 packets every 30 seconds, per VALID station Reverse ARP Merit Internodal (INP) EtherTalk

FF-FF-FF-FF-FF-FF FF-FF-FF-FF-FF-FF FF-FF-FF-FF-FF-FF FF-FF-FF-FF-FF-FF FF-FF-FF-FF-FF-FF

0800 0804 0806 0BAD 1600

FF-FF-FF-FF-FF-FF FF-FF-FF-FF-FF-FF FF-FF-FF-FF-FF-FF

8035 807C 809B

Reynolds & Postel

[Page 61]


RFC 1340

Assigned Numbers

July 1992

XNS PROTOCOL TYPES Assigned well-known socket numbers Routing Information Echo Router Error Experimental Assigned internet packet types Routing Information Echo Error Packet Exchange Sequenced Packet PUP DoD IP Experimental 1 2 3 4 5 12 13 20-37 1 2 3 40-77

Reynolds & Postel

[Page 62]


RFC 1340

Assigned Numbers

July 1992

PROTOCOL/TYPE FIELD ASSIGNMENTS Below are two tables describing the arrangement of protocol fields or type field assignments so that one could send NS Datagrams on the MILNET or Internet Datagrams on 10Mb Ethernet, and also protocol and type fields so one could encapsulate each kind of Datagram in the other. \ upper| DoD IP | PUP | NS IP | lower \ | | | | --------------|--------|--------|--------| | Type | Type | Type | 3Mb Ethernet | 1001 | 1000 | 3000 | | octal | octal | octal | --------------|--------|--------|--------| | Type | Type | Type | 10 Mb Ethernet| 0800 | 0200 | 0600 | | hex | hex | hex | --------------|--------|--------|--------| | Link | Link | Link | MILNET | 155 | 152 | 150 | | decimal| decimal| decimal| --------------|--------|--------|--------|

\ upper| DoD IP | PUP | NS IP | lower \ | | | | --------------|--------|--------|--------| | |Protocol|Protocol| DoD IP | X | 12 | 22 | | | decimal| decimal| --------------|--------|--------|--------| | | | | PUP | ? | X | ? | | | | | --------------|--------|--------|--------| | Type | Type | | NS IP | 13 | 12 | X | | decimal| decimal| | --------------|--------|--------|--------|

Reynolds & Postel

[Page 63]


RFC 1340

Assigned Numbers

July 1992

PRONET 80 TYPE NUMBERS Below is the current list of PRONET 80 Type Numbers. Note: a protocol that is on this list does not necessarily mean that there is any implementation of it on ProNET. Of these, protocols 1, 14, and 20 are the only ones that have ever been seen in ARP packets. For reference, the header is (one byte/line): destination hardware address source hardware address data link header version (2) data link header protocol number data link header reserved (0) data link header reserved (0) Some protocols have been known to tuck stuff in the reserved fields. Those who need a protocol number on ProNET-10/80 should contact John Shriver (jas@proteon.com). 1 2 3 4 5 10 11 12 13 14 15 16 17 20 21 23 24 29 31 33 34 IP IP with trailing headers Address Resolution Protocol Proteon HDLC VAX Debugging Protocol (MIT) Novell NetWare (IPX and pre-IPX) (old format, 3 byte trailer) Vianetix PUP Watstar protocol (University of Waterloo) XNS Diganostics Echo protocol (link level) Banyan Vines DECnet (DEUNA Emulation) Chaosnet IEEE 802.2 or ISO 8802/2 Data Link Reverse Address Resolution Protocol TokenVIEW-10 AppleTalk LAP Data Packet Cornell Boot Server Location Protocol Novell NetWare IPX (new format, no trailer, new XOR checksum)

Reynolds & Postel

[Page 64]


RFC 1340

Assigned Numbers

July 1992

POINT-TO-POINT PROTOCOL FIELD ASSIGNMENTS PPP DLL PROTOCOL NUMBERS The Point-to-Point Protocol (PPP) Data Link contains a 16 bit Protocol field to identify protocol. The Protocol field is consistent extension mechanism for Address fields. All assigned such that the least significant bit octet equals "0", and the least significant significant octet equals "1". Assigned PPP DLL Protocol Numbers Value (in hex) 0001 to 001f 0021 0023 0025 0027 0029 002b 002d 002f 0031 0033 0035 0037 00ff 0201 0231 0233 8021 8023 8025 8027 8029 802b 802d 802f 8031 8033 8035 8037 80ff Protocol Name reserved (transparency inefficient) Internet Protocol OSI Network Layer Xerox NS IDP DECnet Phase IV Appletalk Novell IPX Van Jacobson Compressed TCP/IP Van Jacobson Uncompressed TCP/IP Bridging PDU Stream Protocol (ST-II) Banyan Vines reserved (until 1993) reserved (compression inefficient) 802.1d Hello Packets Luxcom Sigma Network Systems Internet Protocol Control Protocol OSI Network Layer Control Protocol Xerox NS IDP Control Protocol DECnet Phase IV Control Protocol Appletalk Control Protocol Novell IPX Control Protocol Reserved Reserved Bridging NCP Stream Protocol Control Protocol Banyan Vines Control Protocol reserved till 1993 reserved (compression inefficient Layer [146,147,175] the the encapsulated with the ISO 3309 (HDLC) Protocols MUST be of the most significant bit of the least

Reynolds & Postel

[Page 65]


RFC 1340

Assigned Numbers

July 1992

c021 c023 c025 c223

Link Control Protocol Password Authentication Protocol Link Quality Report Challenge Handshake Authentication Protocol

Protocol field values in the "0---" to "3---" range identify the network-layer protocol of specific datagrams, and values in the "8--" to "b---" range identify datagrams belonging to the associated Network Control Protocol (NCP), if any. It is recommended that values in the "02--" to "1e--" and "--01" to "--1f" ranges not be assigned, as they are compression inefficient. Protocol field values in the "4---" to "7---" range are used for protocols with low volume traffic which have no associated NCP. Protocol field values in the "c---" to "e---" range identify datagrams as Control Protocols (such as LCP). PPP LCP AND IPCP CODES The Point-to-Point Protocol (PPP) Link Control Protocol (LCP) [146] and Internet Protocol Control Protocol (IPCP) [147] contain an 8 bit Code field which identifies the type of packet. These Codes are assigned as follows: Code ---1 2 3 4 5 6 7 8 9 10 11 12 Packet Type ----------Configure-Request Configure-Ack Configure-Nak Configure-Reject Terminate-Request Terminate-Ack Code-Reject Protocol-Reject Echo-Request Echo-Reply Discard-Request RESERVED

* * * * *

* LCP Only

Reynolds & Postel

[Page 66]


RFC 1340

Assigned Numbers

July 1992

PPP LCP CONFIGURATION OPTION TYPES The Point-to-Point Protocol (PPP) Link Control Protocol (LCP) specifies a number of Configuration Options [146] which are distinguished by an 8 bit Type field. These Types are assigned as follows: Type ---1 2 3 4 5 6 7 8 9 Configuration Option -------------------Maximum-Receive-Unit Async-Control-Character-Map Authentication-Protocol Quality-Protocol Magic-Number RESERVED Protocol-Field-Compression Address-and-Control-Field-Compression FCS-Alternatives

PPP IPCP CONFIGURATION OPTION TYPES The Point-to-Point Protocol (PPP) Internet Protocol Control Protocol (IPCP) specifies a number of Configuration Options [147] which are distinguished by an 8 bit Type field. These Types are assigned as follows: Type ---1 2 3 Configuration Option -------------------IP-Addresses (deprecated) IP-Compression-Protocol IP-Address

PPP BRIDGING CONFIGURATION OPTION TYPES The Point-to-Point Protocol (PPP) Extensions for Bridging specifies a number of Configuration Options [176] which are distinguished by an 8 bit Type field. These Types are assigned as follows: Type ---1 2 3 4 5 Configuration Option -------------------Remote Ring Identification Line Identification MAC Type Selection Tinygram Compression LAN Identification

Reynolds & Postel

[Page 67]


RFC 1340

Assigned Numbers

July 1992

PPP BRIDGING MAC TYPES The Point-to-Point Protocol (PPP) Extensions for Bridging [176] contains an 8 bit MAC Type field which identifies the MAC encapsulated. These Types are assigned as follows: Type ---0 1 2 3 4 MAC ----------Reserved IEEE 802.3/Ethernet IEEE 802.4 IEEE 802.5 FDDI

Reynolds & Postel

[Page 68]


RFC 1340

Assigned Numbers

July 1992

ADDRESS RESOLUTION PROTOCOL PARAMETERS The Address Resolution Protocol (ARP) specified in RFC-826 [88] has several parameters. The assigned values for these parameters are listed here. Assignments: Operation Code (op) 1 2 REQUEST REPLY

Hardware Type (hrd) Type ---1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Description ----------Ethernet (10Mb) Experimental Ethernet (3Mb) Amateur Radio AX.25 Proteon ProNET Token Ring Chaos IEEE 802 Networks ARCNET Hyperchannel Lanstar Autonet Short Address LocalTalk LocalNet (IBM PCNet or SYTEK LocalNET) Ultra link SMDS Frame Relay Asynchronous Transmission Mode (ATM) References ---------[JBP] [JBP] [PXK] [JBP] [GXP] [JBP] [JBP] [JBP] [TU] [MXB1] [JKR1] [JXM] [RXD2] [GXC1] [AGM] [JXB2]

Protocol Type (pro) Use the same codes as listed in the section called "Ethernet Numbers of Interest" (all hardware types use this code set for the protocol type).

Reynolds & Postel

[Page 69]


RFC 1340

Assigned Numbers

July 1992

REVERSE ADDRESS RESOLUTION PROTOCOL OPERATION CODES The Reverse Address Resolution Protocol (RARP) specified in RFC-903 [48] has the following operation codes: Assignments: Operation Code (op) 3 4 request Reverse reply Reverse

DYNAMIC REVERSE ARP Assignments: Operation Code (op) 5 6 7 DRARP-Request DRARP-Reply DRARP-Error

For further information, contact: David Brownell (suneast!helium!db@Sun.COM).

INVERSE ADDRESS RESOULUTION PROTOCOL The Inverse Address Resolution Protocol (IARP) specified in RFC-1293 [173] has the following operation codes: Assignments: Operation Code (op) 8 9 InARP-Request InARP-Reply

Reynolds & Postel

[Page 70]


RFC 1340

Assigned Numbers

July 1992

X.25 TYPE NUMBERS CCITT defines the high order two bits of the first octet of call user data as follows: 00 - Used for other CCITT recomendations (such as X.29) 01 - Reserved for use by "national" administrative authorities 10 - Reserved for use by international administrative authoorities 11 - Reserved for arbitrary use between consenting DTEs Call User Data (hex) ------------------01 C5 CC CD DD Protocol -------PAD Blacker front-end descr dev IP ISO-IP Network Monitoring Reference --------[GS2] [AGM] [69,AGM]* [AGM] [AGM]

*NOTE: ISO SC6/WG2 approved assignment in ISO 9577 (January 1990).

Reynolds & Postel

[Page 71]


RFC 1340

Assigned Numbers

July 1992

PUBLIC DATA NETWORK NUMBERS One of the Internet Class A Networks is the international system of Public Data Networks. This section lists the mapping between the Internet Addresses and the Public Data Network Addresses (X.121). Assignments: Internet -------------014.000.000.000 014.000.000.001 014.000.000.002 014.000.000.003 014.000.000.004 014.000.000.005 014.000.000.006 014.000.000.007 014.000.000.008 014.000.000.009 014.000.000.010 014.000.000.011 014.000.000.012 014.000.000.013 014.000.000.014 014.000.000.015 014.000.000.016 014.000.000.017 014.000.000.018 014.000.000.019 014.000.000.020 014.000.000.021 014.000.000.022 014.000.000.023 014.000.000.024 014.000.000.025 014.000.000.026 014.000.000.027 014.000.000.028 014.000.000.029 014.000.000.030 014.000.000.031 014.000.000.032 014.000.000.033 014.000.000.034 014.000.000.035 014.000.000.036 014.000.000.037 Public Data Net ----------------3110-317-00035 3110-608-00027 3110-302-00024 2342-192-00149 2342-192-00300 2342-192-00300 3110-608-00024 3110-213-00045 2342-192-00300 3110-617-00025 2405-015-50300 3110-713-00165 3110-415-00261 3110-408-00051 2041-117-01000 2628-153-90075 3110-213-00032 2624-522-80900 2041-170-10000 5052-737-20000 3020-801-00057 2624-522-80329 2624-589-00908 2342-905-24242 2342-905-24242 2624-522-80329 2624-457-11015 3110-408-00146 2222-551-04400 2222-551-04500 2222-551-04600 2222-551-04700 2222-551-04524 2342-313-00260 2342-313-00260 2342-225-00101 2342-225-00101 00 00 00 23 23 25 00 00 23 00 00 00 00 00 00 00 00 52 00 50 50 02 01 83 82 05 90 00 00 00 00 00 00 90 91 22 23 Description References -------------------Reserved [JBP] PURDUE-TN [TN] UWISC-TN [TN] UDEL-TN [TN] UCL-VTEST [PK] UCL-TG [PK] UK-SATNET [PK] UWISC-IBM [MS56] RAND-TN [MO2] UCL-CS [PK] BBN-VAN-GW [JD21] CHALMERS [UXB] RICE [PAM6] DECWRL [PAM6] IBM-SJ [SXA3] SHAPE [JFW] DFVLR4-X25 [GB7] ISI-VAN-GW [JD21] FGAN-SIEMENS-X25 [GB7] SHAPE-X25 [JFW] UQNET [AXH] DMC-CRC1 [VXT] FGAN-FGANFFMVAX-X25 [GB7] ECRC-X25 [PXD] UK-MOD-RSRE [JXE2] UK-VAN-RSRE [AXM] DFVLRSUN-X25 [GB7] SELETFMSUN-X25 [BXD] CDC-SVL [RAM57] SUN-CNUCE [ABB2] ICNUCEVM-CNUCE [ABB2] SPARE-CNUCE [ABB2] ICNUCEVX-CNUCE [ABB2] CISCO-CNUCE [ABB2] SPIDER-GW [AD67] SPIDER-EXP [AD67] PRAXIS-X25A [TXR] PRAXIS-X25B [TXR]

Reynolds & Postel

[Page 72]


RFC 1340

Assigned Numbers

July 1992

014.000.000.038 014.000.000.039 014.000.000.040 014.000.000.041 014.000.000.042 014.000.000.043 014.000.000.044 014.000.000.045 014.000.000.046 014.000.000.047 014.000.000.048 014.000.000.049 014.000.000.050 014.000.000.051 014.000.000.052 014.000.000.053 014.000.000.054 014.000.000.055 014.000.000.056 014.000.000.057 014.000.000.058 014.000.000.059 014.000.000.060 014.000.000.061 014.000.000.062 014.000.000.063 014.000.000.064 014.000.000.065 014.000.000.066 014.000.000.067 014.000.000.068 014.000.000.069 014.000.000.070 014.000.000.071 014.000.000.072 014.000.000.073 014.000.000.074 014.000.000.075 014.000.000.076 014.000.000.077 014.000.000.078 014.000.000.079 014.000.000.080 014.000.000.081 014.000.000.082 014.000.000.083 014.000.000.084 014.000.000.085

2403-712-30250 2403-715-30100 2401-881-24038 2041-170-10060 2222-551-00652 2422-510-05900 2422-670-08900 2422-516-01000 2422-450-00800 2422-610-00200 2422-310-00300 2422-470-08800 2422-210-04600 2422-130-28900 2422-310-27200 2422-250-05800 2422-634-05900 2422-670-08800 2422-430-07400 2422-674-07800 2422-230-16900 2422-518-02900 2422-370-03100 2422-516-03400 2422-616-04400 2422-650-23500 2422-330-02500 2422-350-01900 2422-410-00700 2422-539-06200 2422-630-07200 2422-470-12300 2422-470-13000 2422-170-04600 2422-516-04300 2422-530-00700 2422-650-18800 2422-450-24500 2062-243-15631 2062-243-15651 3110-312-00431 3110-512-00135 2080-941-90550 4545-511-30600 4545-513-30900 4872-203-55000 2624-551-10400 2624-569-00401

00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 99

DIAB-TABY-GW DIAB-LKP-GW DIAB-TABY1-GW STC CNUCE Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe Tollpost-Globe DPT-BXL-DDC DPT-BXL-DDC2 DPT-CHI DPT-SAT-ENG DPT-PAR DPT-PBSC DPT-HONGKONG UECI-TAIPEI DPT-HANOVR DPT-FNKFRT

AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS AS

[FXB] [FXB] [FXB] [TC27] [TC27] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [OXG] [LZ15] [LZ15] [LZ15] [LZ15] [LZ15] [LZ15] [LZ15] [LZ15] [LZ15] [LZ15]

Reynolds & Postel

[Page 73]


RFC 1340

Assigned Numbers

July 1992

014.000.000.086 3110-512-00134 014.000.000.087 4602-3010-0103 014.000.000.088 4602-3010-0103 014.000.000.089 2422-150-33700 014.000.000.090 2422-271-07100 014.000.000.091 2422-516-00100 014.000.000.092 2422-650-18800 014.000.000.093 2422-250-30400 014.000.000.094-014.255.255.254 014.255.255.255

00 20 21 00 00 00 00 00

DPT-SAT-SUPT DU-X25A FDU-X25B Tollpost-Globe Tollpost-Globe Tollpost-Globe Norsk Informas. Tollpost-Globe Unassigned Reserved

AS AS AS AS

[LZ15] [JK64] [JK64] [OXG] [OXG] [OXG] [OXG] [OXG] [JBP] [JBP]

The standard for transmission of IP datagrams over the Public Data Network is specified in RFC-877 [69].

Reynolds & Postel

[Page 74]


RFC 1340

Assigned Numbers

July 1992

TELNET OPTIONS The Telnet Protocol has a number of options that may be negotiated. These options are listed here. "IAB Official Protocol Standards" [62] provides more detailed information. Options ------0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 255 Name ----------------------Binary Transmission Echo Reconnection Suppress Go Ahead Approx Message Size Negotiation Status Timing Mark Remote Controlled Trans and Echo Output Line Width Output Page Size Output Carriage-Return Disposition Output Horizontal Tab Stops Output Horizontal Tab Disposition Output Formfeed Disposition Output Vertical Tabstops Output Vertical Tab Disposition Output Linefeed Disposition Extended ASCII Logout Byte Macro Data Entry Terminal SUPDUP SUPDUP Output Send Location Terminal Type End of Record TACACS User Identification Output Marking Terminal Location Number Telnet 3270 Regime X.3 PAD Negotiate About Window Size Terminal Speed Remote Flow Control Linemode X Display Location Environment Option Authentication Option Encryption Option Extended-Options-List References ---------[110,JBP] [111,JBP] [42,JBP] [114,JBP] [133,JBP] [113,JBP] [115,JBP] [107,JBP] [40,JBP] [41,JBP] [28,JBP] [32,JBP] [31,JBP] [29,JBP] [34,JBP] [33,JBP] [30,JBP] [136,JBP] [25,MRC] [35,JBP] [145,38,JBP] [26,27,MRC] [51,MRC] [68,EAK1] [128,MS56] [103,JBP] [1,BA4] [125,SXS] [84,RN6] [116,JXR] [70,SL70] [139,DW183] [57,CLH3] [58,CLH3] [9,DB14] [75,GM23] [DB14] [DB14] [DB14] [109,JBP]

Reynolds & Postel

[Page 75]


RFC 1340

Assigned Numbers

July 1992

MAIL ENCRYPTION TYPES RFC-822 specifies that Encryption Types for mail may be assigned. There are currently no RFC-822 encryption types assigned. Please use instead the Mail Privacy procedures defined in [71,72,66].

Reynolds & Postel

[Page 76]


RFC 1340

Assigned Numbers

July 1992

MIME TYPES RFC-1341 [169] specifies that Content Types, Content Subtypes, Character Sets, Access Types, and Conversion values for MIME mail will be assigned and listed by the IANA. Content Types and Subtypes -------------------------Type ---text Subtype ------plain richtext mixed alternative digest parallel rfc822 partial external-body octet-stream postscript oda jpeg gif basic mpeg Description ----------Reference --------[169,NSB]

multipart

[169,NSB]

message

[169,NSB]

application

[169,NSB]

image

[169,NSB]

audio video

[169,NSB] [169,NSB]

Character Sets -------------Type ---US-ASCII ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6 ISO-8859-7 Description ----------the default character set see ISO_8859-1:1987 below see ISO_8859-2:1987 below see ISO_8859-3:1988 below see ISO_8859-4:1988 below see ISO_8859-5:1988 below see ISO_8859-6:1987 below see ISO_8859-7:1987 below Reference --------[169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB]

Reynolds & Postel

[Page 77]


RFC 1340

Assigned Numbers

July 1992

ISO-8859-8 ISO-8859-9 Access Types -----------Type ---FTP ANON-FTP TFTP AFS LOCAL-FILE MAIL-SERVER

see ISO_8859-8:1988 below see ISO_8859-9:1989 below

[169,NSB] [169,NSB]

Description -----------

Reference --------[169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB]

Conversion Values ----------------Conversion values or Content Transfer Encodings. Type Description -------------7BIT 8BIT BASE64 BINARY QUOTED-PRINTABLE Reference --------[169,NSB] [169,NSB] [169,NSB] [169,NSB] [169,NSB]

Reynolds & Postel

[Page 78]


RFC 1340

Assigned Numbers

July 1992

CHARACTER SETS Character Set ------------ISO_646.basic:1983 INVARIANT ISO_646.irv:1983 BS_4730 ANSI_X3.4-1968 NATS-SEFI NATS-SEFI-ADD NATS-DANO NATS-DANO-ADD SEN_850200_B SEN_850200_C JIS_C6220-1969-jp JIS_C6220-1969-ro IT PT ES greek7-old latin-greek DIN_66003 NF_Z_62-010_(1973) Latin-greek-1 ISO_5427 JIS_C6226-1978 BS_viewdata INIS INIS-8 INIS-cyrillic ISO_5427:1981 ISO_5428:1980 GB_1988-80 GB_2312-80 NS_4551-1 NS_4551-2 NF_Z_62-010 videotex-suppl PT2 ES2 MSZ_7795.3 JIS_C6226-1983 greek7 ASMO_449 iso-ir-90 JIS_C6229-1984-a JIS_C6229-1984-b Reference --------[170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2]

Reynolds & Postel

[Page 79]


RFC 1340

Assigned Numbers

July 1992

JIS_C6229-1984-b-add JIS_C6229-1984-hand JIS_C6229-1984-hand-add JIS_C6229-1984-kana ISO_2033-1983 ANSI_X3.110-1983 ISO_8859-1:1987 ISO_8859-2:1987 T.61-7bit T.61-8bit ISO_8859-3:1988 ISO_8859-4:1988 ECMA-cyrillic CSA_Z243.4-1985-1 CSA_Z243.4-1985-2 CSA_Z243.4-1985-gr ISO_8859-7:1987 ISO_8859-6:1987 T.101-G2 ISO_8859-8:1988 CSN_369103 JUS_I.B1.002 ISO_6937-2-add IEC_P27-1 ISO_8859-5:1988 JUS_I.B1.003-serb JUS_I.B1.003-mac ISO_8859-9:1989 KS_C_5601-1987 greek-ccitt NC_NC00-10:81 ISO_6937-2-25 GOST_19768-74 ISO_8859-supp ISO_10367-box latin6 latin-lap JIS_X0212-1990 DS_2089 us-dk dk-us JIS_X0201 KSC5636 DEC-MCS hp-roman8 macintosh IBM037 IBM038

[170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2]

Reynolds & Postel

[Page 80]


RFC 1340

Assigned Numbers

July 1992

IBM273 IBM274 IBM275 IBM277 IBM278 IBM280 IBM281 IBM284 IBM285 IBM290 IBM297 IBM420 IBM423 IBM424 IBM437 IBM500 IBM850 IBM851 IBM852 IBM855 IBM857 IBM860 IBM861 IBM862 IBM863 IBM864 IBM865 IBM868 IBM869 IBM870 IBM871 IBM880 IBM891 IBM903 IBM904 IBM905 IBM918 IBM1026 EBCDIC-AT-DE EBCDIC-AT-DE-A EBCDIC-CA-FR EBCDIC-DK-NO EBCDIC-DK-NO-A EBCDIC-FI-SE EBCDIC-FI-SE-A EBCDIC-FR EBCDIC-IT EBCDIC-PT

[170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2]

Reynolds & Postel

[Page 81]


RFC 1340

Assigned Numbers

July 1992

EBCDIC-ES EBCDIC-ES-A EBCDIC-ES-S EBCDIC-UK EBCDIC-US

[170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2] [170,KXS2]

Reynolds & Postel

[Page 82]


RFC 1340

Assigned Numbers

July 1992

MACHINE NAMES These are the Official Machine Names as they appear in the Domain Name System HINFO records and the NIC Host Table. Their use is described in RFC-952 [53]. A machine name or CPU type may be up to 40 characters taken from the set of uppercase letters, digits, and the two punctuation characters hyphen and slash. It must start with a letter, and end with a letter or digit.

ALTO ALTOS-6800 AMDAHL-V7 APOLLO ATARI-104ST ATT-3B1 ATT-3B2 ATT-3B20 ATT-7300 BBN-C/60 BURROUGHS-B/29 BURROUGHS-B/4800 BUTTERFLY C/30 C/70 CADLINC CADR CDC-170 CDC-170/750 CDC-173 CELERITY-1200 CLUB-386 COMPAQ-386/20 COMTEN-3690 CP8040 CRAY-1 CRAY-X/MP CRAY-2 CTIWS-117 DANDELION DEC-10 DEC-1050 DEC-1077

DEC-1080 DEC-1090 DEC-1090B DEC-1090T DEC-2020T DEC-2040 DEC-2040T DEC-2050T DEC-2060 DEC-2060T DEC-2065 DEC-FALCON DEC-KS10 DEC-VAX-11730 DORADO DPS8/70M ELXSI-6400 EVEREX-386 FOONLY-F2 FOONLY-F3 FOONLY-F4 GOULD GOULD-6050 GOULD-6080 GOULD-9050 GOULD-9080 H-316 H-60/68 H-68 H-68/80 H-89 HONEYWELL-DPS-6 HONEYWELL-DPS-8/70

Reynolds & Postel

[Page 83]


RFC 1340

Assigned Numbers

July 1992

HP3000 HP3000/64 IBM-158 IBM-360/67 IBM-370/3033 IBM-3081 IBM-3084QX IBM-3101 IBM-4331 IBM-4341 IBM-4361 IBM-4381 IBM-4956 IBM-6152 IBM-PC IBM-PC/AT IBM-PC/RT IBM-PC/XT IBM-SERIES/1 IMAGEN IMAGEN-8/300 IMSAI INTEGRATED-SOLUTIONS INTEGRATED-SOLUTIONS-68K INTEGRATED-SOLUTIONS-CREATOR INTEGRATED-SOLUTIONS-CREATOR-8 INTEL-386 INTEL-IPSC IS-1 IS-68010 LMI LSI-11 LSI-11/2 LSI-11/23 LSI-11/73 M68000 MAC-II MASSCOMP MC500 MC68000 MICROPORT MICROVAX MICROVAX-I MV/8000 NAS3-5 NCR-COMTEN-3690 NEXT/N1000-316 NOW

ONYX-Z8000 PDP-11 PDP-11/3 PDP-11/23 PDP-11/24 PDP-11/34 PDP-11/40 PDP-11/44 PDP-11/45 PDP-11/50 PDP-11/70 PDP-11/73 PE-7/32 PE-3205 PERQ PLEXUS-P/60 PLI PLURIBUS PRIME-2350 PRIME-2450 PRIME-2755 PRIME-9655 PRIME-9755 PRIME-9955II PRIME-2250 PRIME-2655 PRIME-9955 PRIME-9950 PRIME-9650 PRIME-9750 PRIME-2250 PRIME-750 PRIME-850 PRIME-550II PYRAMID-90 PYRAMID-90MX PYRAMID-90X RIDGE RIDGE-32 RIDGE-32C ROLM-1666 S1-MKIIA SMI SEQUENT-BALANCE-8000 SIEMENS SILICON-GRAPHICS SILICON-GRAPHICS-IRIS SGI-IRIS-2400

Reynolds & Postel

[Page 84]


RFC 1340

Assigned Numbers

July 1992

SGI-IRIS-2500 SGI-IRIS-3010 SGI-IRIS-3020 SGI-IRIS-3030 SGI-IRIS-3110 SGI-IRIS-3115 SGI-IRIS-3120 SGI-IRIS-3130 SGI-IRIS-4D/20 SGI-IRIS-4D/20G SGI-IRIS-4D/25 SGI-IRIS-4D/25G SGI-IRIS-4D/25S SGI-IRIS-4D/50 SGI-IRIS-4D/50G SGI-IRIS-4D/50GT SGI-IRIS-4D/60 SGI-IRIS-4D/60G SGI-IRIS-4D/60T SGI-IRIS-4D/60GT SGI-IRIS-4D/70 SGI-IRIS-4D/70G SGI-IRIS-4D/70GT SGI-IRIS-4D/80GT SGI-IRIS-4D/80S SGI-IRIS-4D/120GTX SGI-IRIS-4D/120S SGI-IRIS-4D/210GTX SGI-IRIS-4D/210S SGI-IRIS-4D/220GTX SGI-IRIS-4D/220S SGI-IRIS-4D/240GTX SGI-IRIS-4D/240S SGI-IRIS-4D/280GTX SGI-IRIS-4D/280S SGI-IRIS-CS/12 SGI-IRIS-4SERVER-8 SPERRY-DCP/10 SUN SUN-2 SUN-2/50 SUN-2/100 SUN-2/120 SUN-2/130 SUN-2/140 SUN-2/150 SUN-2/160 SUN-2/170

SUN-3/50 SUN-3/60 SUN-3/75 SUN-3/80 SUN-3/110 SUN-3/140 SUN-3/150 SUN-3/160 SUN-3/180 SUN-3/200 SUN-3/260 SUN-3/280 SUN-3/470 SUN-3/480 SUN-4/60 SUN-4/110 SUN-4/150 SUN-4/200 SUN-4/260 SUN-4/280 SUN-4/330 SUN-4/370 SUN-4/390 SUN-50 SUN-100 SUN-120 SUN-130 SUN-150 SUN-170 SUN-386i/250 SUN-68000 SYMBOLICS-3600 SYMBOLICS-3670 SYMMETRIC-375 SYMULT TANDEM-TXP TANDY-6000 TEK-6130 TI-EXPLORER TP-4000 TRS-80 UNIVAC-1100 UNIVAC-1100/60 UNIVAC-1100/62 UNIVAC-1100/63 UNIVAC-1100/64 UNIVAC-1100/70 UNIVAC-1160

Reynolds & Postel

[Page 85]


RFC 1340

Assigned Numbers

July 1992

UNKNOWN VAX-11/725 VAX-11/730 VAX-11/750 VAX-11/780 VAX-11/785 VAX-11/790 VAX-11/8600 VAX-8600 WANG-PC002 WANG-VS100 WANG-VS400 WYSE-386 XEROX-1108 XEROX-8010 ZENITH-148

Reynolds & Postel

[Page 86]


RFC 1340

Assigned Numbers

July 1992

SYSTEM NAMES These are the Official System Names as they appear in the Domain Name System HINFO records and the NIC Host Table. Their use is described in RFC-952 [53]. A system name may be up to 40 characters taken from the set of uppercase letters, digits, and the three punctuation characters hyphen, period, and slash. It must start with a letter, and end with a letter or digit. AEGIS APOLLO AIX/370 AIX-PS/2 BS-2000 CEDAR CGW CHORUS CHRYSALIS CMOS CMS COS CPIX CTOS CTSS DCN DDNOS DOMAIN DOS EDX ELF EMBOS EMMOS EPOS FOONEX FUZZ GCOS GPOS HDOS IMAGEN INTERCOM IMPRESS INTERLISP IOS IRIX ISI-68020 ITS LISP LISPM LOCUS MACOS MINOS MOS MPE5 MSDOS MULTICS MUSIC MUSIC/SP MVS MVS/SP NEXUS NMS NONSTOP NOS-2 NTOS OS/DDP OS/2 OS4 OS86 OSX PCDOS PERQ/OS PLI PSDOS/MIT PRIMOS RMX/RDOS ROS RSX11M RTE-A SATOPS SCO-XENIX/386 SCS SIMP SUN SUN OS 3.5 SUN OS 4.0 SWIFT TAC TANDEM TENEX TOPS10 TOPS20 TOS TP3010 TRSDOS ULTRIX UNIX UNIX-BSD UNIX-V1AT UNIX-V UNIX-V.1 UNIX-V.2 UNIX-V.3 UNIX-PC UNKNOWN UT2D V VM VM/370 VM/CMS VM/SP VMS VMS/EUNICE VRTX WAITS WANG WIN32 X11R3 XDE XENIX

Reynolds & Postel

[Page 87]


RFC 1340

Assigned Numbers

July 1992

PROTOCOL AND SERVICE NAMES These are the Official Protocol Names as they appear in the Domain Name System WKS records and the NIC Host Table. Their use is described in RFC-952 [53]. A protocol or service may be up to 40 characters taken from the set of uppercase letters, digits, and the punctuation character hyphen. It must start with a letter, and end with a letter or digit. ARGUS ARP AUTH BBN-RCC-MON BL-IDM BOOTP BOOTPC BOOTPS BR-SAT-MON CFTP CHAOS CHARGEN CISCO-FNA CISCO-TNA CISCO-SYS CLOCK CMOT COOKIE-JAR CSNET-NS DAYTIME DCN-MEAS DCP DGP DISCARD DMF-MAIL DOMAIN ECHO EGP EHF-MAIL EMCON EMFIS-CNTL EMFIS-DATA FINGER FTP FTP-DATA GGP GRAPHICS HMP ARGUS Protocol Address Resolution Protocol Authentication Service BBN RCC Monitoring Britton Lee Intelligent Database Machine Bootstrap Protocol Bootstrap Protocol Client Bootstrap Protocol Server Backroom SATNET Monitoring CFTP CHAOS Protocol Character Generator Protocol CISCO FNATIVE CISCO TNATIVE CISCO SYSMAINT DCNET Time Server Protocol Common Mgmnt Info Ser and Prot over TCP/IP Authentication Scheme CSNET Mailbox Nameserver Protocol Daytime Protocol DCN Measurement Subsystems Protocol Device Control Protocol Dissimilar Gateway Protocol Discard Protocol Digest Message Format for Mail Domain Name System Echo Protocol Exterior Gateway Protocol Encoding Header Field for Mail Emission Control Protocol EMFIS Control Service EMFIS Data Service Finger Protocol File Transfer Protocol File Transfer Protocol Data Gateway Gateway Protocol Graphics Protocol Host Monitoring Protocol

Reynolds & Postel

[Page 88]


RFC 1340

Assigned Numbers

July 1992

HOST2-NS HOSTNAME ICMP IGMP IGP IMAP2 INGRES-NET IP IPCU IPPC IP-ARC IP-ARPA IP-CMPRS IP-DC IP-DVMRP IP-E IP-EE IP-FDDI IP-HC IP-IEEE IP-IPX IP-MTU IP-NETBIOS IP-SLIP IP-WB IP-X25 IRTP ISI-GL ISO-TP4 ISO-TSAP LA-MAINT LARP LDP LEAF-1 LEAF-2 LINK LOC-SRV LOGIN MAIL MERIT-INP METAGRAM MIB MIT-ML-DEV MFE-NSP MIT-SUBNET MIT-DOV MPM MPM-FLAGS

-

Host2 Name Server Hostname Protocol Internet Control Message Protocol Internet Group Management Protocol Interior Gateway Protocol Interim Mail Access Protocol version 2 INGRES-NET Service Internet Protocol Internet Packet Core Utility Internet Pluribus Packet Core Internet Protocol on ARCNET Internet Protocol on ARPANET Compressing TCP/IP Headers Internet Protocol on DC Networks Distance Vector Multicast Routing Protocol Internet Protocol on Ethernet Networks Internet Protocol on Exp. Ethernet Nets Transmission of IP over FDDI Internet Protocol on Hyperchannnel Internet Protocol on IEEE 802 Transmission of 802.2 over IPX Networks IP MTU Discovery Options Internet Protocol over NetBIOS Networks Transmission of IP over Serial Lines Internet Protocol on Wideband Network Internet Protocol on X.25 Networks Internet Reliable Transaction Protocol ISI Graphics Language Protocol ISO Transport Protocol Class 4 ISO TSAP IMP Logical Address Maintenance Locus Address Resoultion Protocol Loader Debugger Protocol Leaf-1 Protocol Leaf-2 Protocol Link Protocol Location Service Login Host Protocol Format of Electronic Mail Messages MERIT Internodal Protocol Metagram Relay Management Information Base MIT ML Device MFE Network Services Protocol MIT Subnet Support MIT Dover Spooler Internet Message Protocol (Multimedia Mail) MPM Flags Protocol

Reynolds & Postel

[Page 89]


RFC 1340

Assigned Numbers

July 1992

MPM-SND MSG-AUTH MSG-ICP MUX NAMESERVER NETBIOS-DGM NETBIOS-NS NETBIOS-SSN NETBLT NETED NETRJS NI-FTP NI-MAIL NICNAME NFILE NNTP NSW-FE NTP NVP-II OSPF PCMAIL POP2 POP3 PPP PRM PUP PWDGEN QUOTE RARP RATP RE-MAIL-CK RDP RIP RJE RLP RTELNET RVD SAT-EXPAK SAT-MON SEP SFTP SGMP SNMP SMI SMTP SQLSRV ST STATSRV

-

MPM Send Protocol MSG Authentication Protocol MSG ICP Protocol Multiplexing Protocol Host Name Server NETBIOS Datagram Service NETBIOS Name Service NETBIOS Session Service Bulk Data Transfer Protocol Network Standard Text Editor Remote Job Service NI File Transfer Protocol NI Mail Protocol Who Is Protocol A File Access Protocol Network News Transfer Protocol NSW User System Front End Network Time Protocol Network Voice Protocol Open Shortest Path First Interior GW Protocol Pcmail Transport Protocol Post Office Protocol - Version 2 Post Office Protocol - Version 3 Point-to-Point Protocol Packet Radio Measurement PUP Protocol Password Generator Protocol Quote of the Day Protocol A Reverse Address Resolution Protocol Reliable Asynchronous Transfer Protocol Remote Mail Checking Protocol Reliable Data Protocol Routing Information Protocol Remote Job Entry Resource Location Protocol Remote Telnet Service Remote Virtual Disk Protocol Satnet and Backroom EXPAK SATNET Monitoring Sequential Exchange Protocol Simple File Transfer Protocol Simple Gateway Monitoring Protocol Simple Network Management Protocol Structure of Management Information Simple Mail Transfer Protocol SQL Service Stream Protocol Statistics Service

Reynolds & Postel

[Page 90]


RFC 1340

Assigned Numbers

July 1992

SU-MIT-TG SUN-RPC SUPDUP SUR-MEAS SWIFT-RVF TACACS-DS TACNEWS TCP TCP-ACO TELNET TFTP THINWIRE TIME TP-TCP TRUNK-1 TRUNK-2 UCL UDP NNTP USERS UUCP-PATH VIA-FTP VISA VMTP WB-EXPAK WB-MON XNET XNS-IDP

-

SU/MIT Telnet Gateway Protocol SUN Remote Procedure Call SUPDUP Protocol Survey Measurement Remote Virtual File Protocol TACACS-Database Service TAC News Transmission Control Protocol TCP Alternate Checksum Option Telnet Protocol Trivial File Transfer Protocol Thinwire Protocol Time Server Protocol ISO Transport Service on top of the TCP Trunk-1 Protocol Trunk-2 Protocol University College London Protocol User Datagram Protocol Network News Transfer Protocol Active Users Protocol UUCP Path Service VIA Systems-File Transfer Protocol VISA Protocol Versatile Message Transaction Protocol Wideband EXPAK Wideband Monitoring Cross Net Debugger Xerox NS IDP

Reynolds & Postel

[Page 91]


RFC 1340

Assigned Numbers

July 1992

TERMINAL TYPE NAMES These are the Official Terminal Type Names. Their use is described in RFC-930 [128]. The maximum length of a name is 40 characters. A terminal names may be up to 40 characters taken from the set of uppercase letters, digits, and the two punctuation characters hyphen and slash. It must start with a letter, and end with a letter or digit. ADDS-CONSUL-980 ADDS-REGENT-100 ADDS-REGENT-20 ADDS-REGENT-200 ADDS-REGENT-25 ADDS-REGENT-40 ADDS-REGENT-60 ADDS-VIEWPOINT ADDS-VIEWPOINT-60 AED-512 AMPEX-DIALOGUE-210 AMPEX-DIALOGUE-80 AMPEX-210 AMPEX-230 ANDERSON-JACOBSON-510 ANDERSON-JACOBSON-630 ANDERSON-JACOBSON-832 ANDERSON-JACOBSON-841 ANN-ARBOR-AMBASSADOR ANSI ARDS BITGRAPH BUSSIPLEXER CALCOMP-565 CDC-456 CDI-1030 CDI-1203 C-ITOH-101 C-ITOH-50 C-ITOH-80 CLNZ COMPUCOLOR-II CONCEPT-100 CONCEPT-104 CONCEPT-108 DATA-100 DATA-GENERAL-6053 DATAGRAPHIX-132A DATAMEDIA-1520 DATAMEDIA-1521 DATAMEDIA-2500 DATAMEDIA-3025 DATAMEDIA-3025A DATAMEDIA-3045 DATAMEDIA-3045A DATAMEDIA-DT80/1 DATAPOINT-2200 DATAPOINT-3000 DATAPOINT-3300 DATAPOINT-3360 DEC-DECWRITER-I DEC-DECWRITER-II DEC-GIGI DEC-GT40 DEC-GT40A DEC-GT42 DEC-LA120 DEC-LA30 DEC-LA36 DEC-LA38 DEC-VT05 DEC-VT100 DEC-VT101 DEC-VT102 DEC-VT125 DEC-VT131 DEC-VT132 DEC-VT200 DEC-VT220 DEC-VT240 DEC-VT241 DEC-VT300 DEC-VT320 DEC-VT340 DEC-VT50 DEC-VT50H DEC-VT52 DEC-VT55

Reynolds & Postel

[Page 92]


RFC 1340

Assigned Numbers

July 1992

DEC-VT61 DEC-VT62 DELTA-DATA-5000 DELTA-DATA-NIH-7000 DELTA-TELTERM-2 DIABLO-1620 DIABLO-1640 DIGILOG-333 DTC-300S DTC-382 EDT-1200 EXECUPORT-4000 EXECUPORT-4080 FACIT-TWIST-4440 FREEDOM-100 FREEDOM-110 FREEDOM-200 GENERAL-TERMINAL-100A GENERAL-TERMINAL-101 GIPSI-TX-M GIPSI-TX-ME GIPSI-TX-C4 GIPSI-TX-C8 GSI HAZELTINE-1420 HAZELTINE-1500 HAZELTINE-1510 HAZELTINE-1520 HAZELTINE-1552 HAZELTINE-2000 HAZELTINE-ESPRIT HITACHI-5601 HITACHI-5603 HITACHI-5603E HITACHI-5603EA HITACHI-560X HITACHI-560XE HITACHI-560XEA HITACHI-560PR HITACHI-HOAP1 HITACHI-HOAP2 HITACHI-HOAP3 HITACHI-HOAP4 HP-2392 HP-2621 HP-2621A HP-2621P HP-2623

HP-2626 HP-2626A HP-2626P HP-2627 HP-2640 HP-2640A HP-2640B HP-2645 HP-2645A HP-2648 HP-2648A HP-2649 HP-2649A IBM-1050 IBM-2741 IBM-3101 IBM-3101-10 IBM-3151 IBM-3179-2 IBM-3180-2 IBM-3196-A1 IBM-3275-2 IBM-3276-2 IBM-3276-3 IBM-3276-4 IBM-3277-2 IBM-3278-2 IBM-3278-3 IBM-3278-4 IBM-3278-5 IBM-3279-2 IBM-3279-3 IBM-3477-FC IBM-3477-FG IBM-5081 IBM-5151 IBM-5154 IBM-5251-11 IBM-5291-1 IBM-5292-2 IBM-5555-B01 IBM-5555-C01 IBM-6153 IBM-6154 IBM-6155 IBM-AED IBM-3278-2-E IBM-3278-3-E

Reynolds & Postel

[Page 93]


RFC 1340

Assigned Numbers

July 1992

IBM-3278-4-E IBM-3278-5-E IBM-3279-2-E IBM-3279-3-E IMLAC INFOTON-100 INFOTON-400 INFOTONKAS ISC-8001 LSI-ADM-1 LSI-ADM-11 LSI-ADM-12 LSI-ADM-2 LSI-ADM-20 LSI-ADM-22 LSI-ADM-220 LSI-ADM-3 LSI-ADM-31 LSI-ADM-3A LSI-ADM-42 LSI-ADM-5 MEMOREX-1240 MICROBEE MICROTERM-ACT-IV MICROTERM-ACT-V MICROTERM-ERGO-301 MICROTERM-MIME-1 MICROTERM-MIME-2 MICROTERM-ACT-5A MICROTERM-TWIST NEC-5520 NETRONICS NETWORK-VIRTUAL-TERMINAL OMRON-8025AG PERKIN-ELMER-550 PERKIN-ELMER-1100 PERKIN-ELMER-1200 PERQ PLASMA-PANEL QUME-SPRINT-5 QUME-101 QUME-102 SOROC SOROC-120 SOUTHWEST-TECHNICAL-PRODUCTS-CT82 SUN SUPERBEE SUPERBEE-III-M

TEC TEKTRONIX-4006 TEKTRONIX-4010 TEKTRONIX-4012 TEKTRONIX-4013 TEKTRONIX-4014 TEKTRONIX-4023 TEKTRONIX-4024 TEKTRONIX-4025 TEKTRONIX-4027 TEKTRONIX-4105 TEKTRONIX-4107 TEKTRONIX-4110 TEKTRONIX-4112 TEKTRONIX-4113 TEKTRONIX-4114 TEKTRONIX-4115 TEKTRONIX-4125 TEKTRONIX-4404 TELERAY-1061 TELERAY-3700 TELERAY-3800 TELETEC-DATASCREEN TELETERM-1030 TELETYPE-33 TELETYPE-35 TELETYPE-37 TELETYPE-38 TELETYPE-40 TELETYPE-43 TELEVIDEO-910 TELEVIDEO-912 TELEVIDEO-920 TELEVIDEO-920B TELEVIDEO-920C TELEVIDEO-925 TELEVIDEO-955 TELEVIDEO-950 TELEVIDEO-970 TELEVIDEO-975 TERMINET-1200 TERMINET-300 TI-700 TI-733 TI-735 TI-743 TI-745 TI-800

Reynolds & Postel

[Page 94]


RFC 1340

Assigned Numbers

July 1992

TYCOM UNIVAC-DCT-500 VIDEO-SYSTEMS-1200 VIDEO-SYSTEMS-5000 VOLKER-CRAIG-303 VOLKER-CRAIG-303A VOLKER-CRAIG-404 VISUAL-200 VISUAL-55 WYSE-30 WYSE-50 WYSE-60 WYSE-75 WYSE-85 XEROX-1720 XTERM ZENITH-H19 ZENITH-Z29 ZENTEC-30

Reynolds & Postel

[Page 95]


RFC 1340

Assigned Numbers

July 1992

DOCUMENTS

[1]

Anderson, B., "TACACS User Identification Telnet Option", RFC-927, BBN, December 1984. BBN, "Specifications for the Interconnection of a Host and an IMP", Report 1822, Bolt Beranek and Newman, Cambridge, Massachusetts, revised, December 1981. BBN, "User Manual for TAC User Database Tool", Bolt Beranek and Newman, September 1984. Ben-Artzi, Amatzia, "Network Management for TCP/IP Network: An Overview", 3Com, May 1988. Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169, University College, London, January 1981. Bhushan, A., "A Report on the Survey Project", RFC-530, NIC 17375, June 1973. Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language (version 2.1)", ISI/TM-80-18, Information Sciences Institute, July 1980. Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An Internetwork Architecture", XEROX Palo Alto Research Center, CSL-79-10, July 1979; also in IEEE Transactions on Communication, Volume COM-28, Number 4, April 1980. Borman, D., Editor, "Telnet Linemode Option", RFC 1116, Cray Research, Inc., August 1989. Braden, R., "NETRJS Protocol", RFC-740, NIC 42423, Information Sciences Institute, November 1977. Braden, R., and J. Postel, "Requirements for Internet Gateways", RFC-1009, Obsoletes RFC-985, Information Sciences Institute, June 1987. Bressler, B., "Remote Job Entry Protocol", NIC 12112, October 1972. RFC-407,

[2]

[3]

[4]

[5]

[6]

[7]

[8]

[9]

[10]

[11]

[12]

[13]

Bressler, R., "Inter-Entity Communication -- An Experiment", RFC-441, NIC 13773, January 1973. Butler, M., J. Postel, D. Chase, J. Goldberger, and

[14]

Reynolds & Postel

[Page 96]


RFC 1340

Assigned Numbers

July 1992

J. K. Reynolds, "Post Office Protocol - Version 2", RFC-937, Information Sciences Institute, February 1985. [15] Case, J., M. Fedor, M. Schoffstall, and J. Davin, "A Simple Network Management Protocol", RFC-1157, (Obsoletes RFC-1067, RFC-1098), SNMP Research, Performance Systems International, Performance Systems International, MIT Laboratory for Computer Science, May 1990. Cass, D., and M. Rose, "ISO Transport Services on Top of the TCP", RFC-983, NTRC, April 1986. Cheriton, D., "VMTP: Versatile Message Transaction Protocol Specification", RFC-1045, pgs 103 & 104, Stanford University, February 1988. Cisco Systems, "Gateway Server Reference Manual", Manual Revision B, January 10, 1988. Clark, D., "PCMAIL: A Distributed Mail System for Personal Computers", RFC-984, MIT, May 1986. Clark, D., M. Lambert, and L. Zhang, "NETBLT: A Bulk Data Transfer Protocol", RFC-969, MIT Laboratory for Computer Science, December 1985. Cohen, D., "On Holy Wars and a Plea for Peace", IEEE Computer Magazine, October 1981. Cohen, D., "Specifications for the Network Voice Protocol", RFC-741, ISI/RR 7539, Information Sciences Institute, March 1976. Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90, Information Sciences Institute, May 1979. COMPASS, "Semi-Annual Technical Report", CADD-7603-0411, Massachusetts Computer Associates, 4 March 1976. Also as, "National Software Works, Status Report No. 1," RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second Semi-Annual Report," CADD-7608-1611, Massachusetts Computer Associates, August 1976. Crispin, M., "Telnet Logout Option", Stanford University-AI, RFC-727, April 1977. Crispin, M., "Telnet SUPDUP Option", Stanford University-AI,

[16]

[17]

[18]

[19]

[20]

[21]

[22]

[23]

[24]

[25]

[26]

Reynolds & Postel

[Page 97]


RFC 1340

Assigned Numbers

July 1992

RFC-736, October 1977. [27] Crispin, M., "SUPDUP Protocol", RFC-734, NIC 41953, October 1977. Crocker, D., "Telnet Output Carriage-Return Disposition Option", RFC-652, October 1974. Crocker, D., "Telnet Output Formfeed Disposition Option", RFC-655, October 1974. Crocker, D., "Telnet Output Linefeed Disposition", RFC-658, October 1974. Crocker, D., "Telnet Output Horizontal Tab Disposition Option", RFC-654, October 1974. Crocker, D., "Telnet Output Horizontal Tabstops Option", RFC-653, October 1974. Crocker, D., "Telnet Output Vertical Tab Disposition Option", RFC-657, October 1974. Crocker, D., "Telnet Output Vertical Tabstops Option", RFC-656, October 1974. Crocker, D. and R. Gumpertz, "Revised Telnet Byte Marco Option", RFC-735, November 1977. Croft, B., and J. Gilmore, "BOOTSTRAP Protocol (BOOTP)", RFC-951, Stanford and SUN Microsytems, September 1985. Davin, J., J. Case, M. Fedor, and M. Schoffstall, "A Simple Gateway Monitoring Protocol", RFC-1028, November 1987. Day, J., "Telnet Data Entry Terminal Option", RFC-732, September 1977. DCA, "3270 Display System Protocol", #1981-08. DDN Protocol Handbook, "Telnet Output Line Width Option", NIC 50005, December 1985. DDN Protocol Handbook, "Telnet Output Page Size Option", NIC 50005, December 1985. DDN Protocol Handbook, "Telnet Reconnection Option", NIC 50005, December 1985.

[28]

[29]

[30]

[31]

[32]

[33]

[34]

[35]

[36]

[37]

[38]

[39] [40]

[41]

[42]

Reynolds & Postel

[Page 98]


RFC 1340

Assigned Numbers

July 1992

[43]

Deering, S., "Host Extensions for IP Multicasting", RFC-1112, Obsoletes RFC-988, RFC-1054, Stanford University, August 1989. Elvy, M., and R. Nedved, "Network Mail Path Service", RFC-915, Harvard and CMU, July 1986. Feinler, E., editor, "DDN Protocol Handbook", Network Information Center, SRI International, December 1985. Feinler, E., editor, "Internet Protocol Transition Workbook", Network Information Center, SRI International, March 1982. 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. Finlayson, R., T. Mann, J. Mogul, and M. Theimer, "A Reverse Address Resolution Protocol", RFC-903, Stanford University, June 1984. Forgie, J., "ST - A Proposed Internet Stream Protocol", IEN 119, MIT Lincoln Laboratory, September 1979. Forsdick, H., "CFTP", Network Message, Bolt Beranek and Newman, January 1982. Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC-749, MIT-Multics, September 1978. Harrenstien, K., "Name/Finger", RFC-742, NIC 42758, SRI International, December 1977. Harrenstien, K., M. Stahl, and E. Feinler, "DOD Internet Host Table Specification", RFC-952, Obsoletes RFC-810, October 1985. Harrenstien, K., V. White, and E. Feinler, "Hostnames Server", RFC-811, SRI International, March 1982. Harrenstien, K., and V. White, "Nicname/Whois", RFC-812, SRI International, March 1982. Haverty, J., "XNET Formats for Internet Protocol Version 4", IEN 158, October 1980. Hedrick, C., "Telnet Terminal Speed Option", RFC-1079, Rutgers University, December 1988.

[44]

[45]

[46]

[47]

[48]

[49]

[50]

[51]

[52]

[53]

[54]

[55]

[56]

[57]

Reynolds & Postel

[Page 99]


RFC 1340

Assigned Numbers

July 1992

[58]

Hedrick, C., "Telnet Remote Flow Control Option", RFC-1080, Rutgers University, December 1988. Hinden, R., "A Host Monitoring Protocol", RFC-869, Bolt Beranek and Newman, December 1983. Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway", RFC-823, September 1982. Hornig, C., "A Standard for the Transmission of IP Datagrams over Ethernet Networks, RFC-894, Symbolics, April 1984. Internet Activities Board, J. Postel, Editor, "IAB Official Protocol Standards", RFC-1280, Internet Activities March 1992. International Standards Organization, "ISO Transport Protocol Specification - ISO DP 8073", RFC-905, April 1984. International Standards Organization, "Protocol for Providing the Connectionless-Mode Network Services", RFC-926, ISO, December 1984. Kantor, B., and P. Lapsley, "Network News Transfer Protocol", RFC-977, UC San Diego & UC Berkeley, February 1986. Kent, S., and J. Linn, "Privacy Enhancement for Internet Electronic Mail: Part II -- Certificate-Based Key Management", BBNCC and DEC, August 1989. Khanna, A., and A. Malis, "The ARPANET AHIP-E Host Access Protocol (Enhanced AHIP)", RFC-1005, BBN Communications Corporation, May 1987. Killian, E., "Telnet Send-Location Option", RFC-779, April 1981. Korb, J., "A Standard for the Transmission of IP Datagrams Over Public Data Networks", RFC-877, Purdue University, September 1983. Levy, S., and T. Jacobson, "Telnet X.3 PAD Option", RFC-1053, Minnesota Supercomputer Center, April 1988. Linn, J., "Privacy Enhancement for Internet Electronic Mail: Part I: Message Encipherment and Authentication Procedures", RFC-1113, Obsoletes RFC-989 and RFC-1040, DEC, August 1989.

[59]

[60]

[61]

[62]

[63]

[64]

[65]

[66]

[67]

[68]

[69]

[70]

[71]

Reynolds & Postel

[Page 100]


RFC 1340

Assigned Numbers

July 1992

[72]

Linn, J., "Privacy Enhancement for Internet Electronic Mail: Part III -- Algorithms, Modes, and Identifiers", RFC-1115, DEC, August 1989. Lottor, M., "Simple File Transfer Protocol", RFC-913, MIT, September 1984. M/A-COM Government Systems, "Dissimilar Gateway Protocol Specification, Draft Version", Contract no. CS901145, November 16, 1987. Marcy, G., "Telnet X Display Location Option", RFC-1096, Carnegie Mellon University, March 1989. Malis, A., "Logical Addressing Implementation Specification", BBN Report 5256, pp 31-36, May 1983. Malkin, G., "KNET/VM Command Message Protocol Functional Overview", Spartacus, Inc., January 4, 1988. Metcalfe, R. M. and D. R. Boggs, "Ethernet: Distributed Packet Switching for Local Computer Networks", Communications of the ACM, 19 (7), pp 395-402, July 1976. Miller, T., "Internet Reliable Transaction Protocol", RFC-938, ACC, February 1985. Mills, D., "Network Time Protocol (Version 1), Specification and Implementation", RFC-1059, University of Delaware, July 1988. Mockapetris, P., "Domain Names - Concepts and Facilities", RFC-1034, Obsoletes RFCs 882, 883, and 973, Information Sciences Institute, November 1987. Mockapetris, P., "Domain Names - Implementation and Specification", RFC-1035, Obsoletes RFCs 882, 883, and 973, Information Sciences Institute, November 1987. Moy, J., "The OSPF Specification", RFC 1131, Proteon, October 1989. Nedved, R., "Telnet Terminal Location Number Option", RFC-946, Carnegie-Mellon University, May 1985. NSW Protocol Committee, "MSG: The Interprocess Communication Facility for the National Software Works", CADD-7612-2411, Massachusetts Computer Associates, BBN 3237, Bolt Beranek and

[73]

[74]

[75]

[76]

[77]

[78]

[79]

[80]

[81]

[82]

[83]

[84]

[85]

Reynolds & Postel

[Page 101]


RFC 1340

Assigned Numbers

July 1992

Newman, Revised December 1976. [86] Onions, J., and M. Rose, "ISO-TP0 bridge between TCP and X.25", RFC-1086, Nottingham, TWG, December 1988. Partridge, C. and G. Trewitt, The High-Level Entity Management System (HEMS), RFCs 1021, 1022, 1023, and 1024, BBN/NNSC, Stanford, October, 1987. Plummer, D., "An Ethernet Address Resolution Protocol or Converting Network Protocol Addresses to 48-bit Ethernet Addresses for Transmission on Ethernet Hardware", RFC-826, MIT-LCS, November 1982. Postel, J., "Active Users", RFC-866, Information Sciences Institute, May 1983. Postel, J., and J. Reynolds, "A Standard for the Transmission of IP Datagrams over IEEE 802 Networks", RFC-1042, USC/Information Sciences Institute, February 1988. Postel, J., "A Standard for the Transmission of IP Datagrams over Experimental Ethernet Networks, RFC-895, Information Sciences Institute, April 1984. Postel, J., "Character Generator Protocol", RFC-864, Information Sciences Institute, May 1983. Postel, J., "Daytime Protocol", RFC-867, Information Sciences Institute, May 1983. Postel, J., "Discard Protocol", RFC-863, Information Sciences Institute, May 1983. Postel, J., "Echo Protocol", RFC-862, Information Sciences Institute, May 1983. Postel, J. and J. Reynolds, "File Transfer Protocol", RFC-959, Information Sciences Institute, October 1985. Postel, J., "Internet Control Message Protocol - DARPA Internet Program Protocol Specification", RFC-792, Information Sciences Institute, September 1981. Postel, J., "Internet Message Protocol", RFC-759, IEN 113, Information Sciences Institute, August 1980. Postel, J., "Name Server", IEN 116, Information Sciences

[87]

[88]

[89]

[90]

[91]

[92]

[93]

[94]

[95]

[96]

[97]

[98]

[99]

Reynolds & Postel

[Page 102]


RFC 1340

Assigned Numbers

July 1992

Institute, August 1979. [100] Postel, J., "Quote of the Day Protocol", RFC-865, Information Sciences Institute, May 1983. Postel, J., "Remote Telnet Service", RFC-818, Information Sciences Institute, November 1982. Postel, J., "Simple Mail Transfer Protocol", RFC-821, Information Sciences Institute, August 1982. Postel, J., "Telnet End of Record Option", RFC-885, Information Sciences Institute, December 1983. Postel, J., "User Datagram Protocol", RFC-768 Information Sciences Institute, August 1980. Postel, J., ed., "Internet Protocol - DARPA Internet Program Protocol Specification", RFC-791, Information Sciences Institute, September 1981. Postel, J., ed., "Transmission Control Protocol - DARPA Internet Program Protocol Specification", RFC-793, Information Sciences Institute, September 1981. Postel, J. and D. Crocker, "Remote Controlled Transmission and Echoing Telnet Option", RFC-726, March 1977. Postel, J., and K. Harrenstien, "Time Protocol", RFC-868, Information Sciences Institute, May 1983. Postel, J. and J. Reynolds, "Telnet Extended Options - List Option", RFC-861, Information Sciences Institute, May 1983. Postel, J. and J. Reynolds, "Telnet Binary Transmission", RFC-856, Information Sciences Institute, May 1983. Postel, J. and J. Reynolds, "Telnet Echo Option", RFC-857, Information Sciences Institute, May 1983. Postel, J., and J. Reynolds, "Telnet Protocol Specification", RFC-854, Information Sciences Institute, May 1983. Postel, J. and J. Reynolds, "Telnet Status Option", RFC-859, Information Sciences Institute, May 1983. Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option", RFC-858, Information Sciences Institute, May 1983.

[101]

[102]

[103]

[104]

[105]

[106]

[107]

[108]

[109]

[110]

[111]

[112]

[113]

[114]

Reynolds & Postel

[Page 103]


RFC 1340

Assigned Numbers

July 1992

[115]

Postel, J. and J. Reynolds, "Telnet Timing Mark Option", RFC-860, Information Sciences Institute, May 1983. Rekhter, J., "Telnet 3270 Regime Option", RFC-1041, IBM, January 1988. Reynolds, J., "BOOTP Vendor Information Extensions", RFC 1084, Information Sciences Institute, December 1988. Reynolds, J. and J. Postel, "Official Internet Protocols", RFC-1011, USC/Information Sciences Institute, May 1987. [NOTE: This document is replaced by "IAB Official Protocol Standards" [62].] Romano, S., M. Stahl, and M. Recker, "Internet Numbers", RFC-1166, SRI-NIC, May 1990. Rose, M., and K. McCloghrie, "Structure and Identification of Management Information for TCP/IP-based internets", RFC-1155, Performance Systems International, Hughes LAN Systems, May 1990. McCloghrie, K., and M. Rose, "Management Information Base for Network Management of TCP/IP-based internets: MIB-II", RFC-1213, Hughes LAN Systems, Performance Systems International, March 1991. Rose, M., "Post Office Protocol - Version 3", RFC 1225, PSI, May 1991. Seamonson, L. J., and E. C. Rosen, "STUB" Exterior Gateway Protocol", RFC-888, BBN Communications Corporation, January 1984. Shuttleworth, B., "A Documentary of MFENet, a National Computer Network", UCRL-52317, Lawrence Livermore Labs, Livermore, California, June 1977. Silverman, S., "Output Marking Telnet Option", RFC-933, MITRE, January 1985. Sollins, K., "The TFTP Protocol (Revision 2)", RFC-783, MIT/LCS, June 1981. Solomon, M., L. Landweber, and D. Neuhengen, "The CSNET Name Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982. Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",

[116]

[117]

[118]

[119]

[120]

[121]

[122]

[123]

[124]

[125]

[126]

[127]

[128]

Reynolds & Postel

[Page 104]


RFC 1340

Assigned Numbers

July 1992

RFC-930, Supercedes RFC-884, University of Wisconsin, Madison, January 1985. [129] Sproull, R., and E. Thomas, "A Networks Graphics Protocol", NIC 24308, August 1974. St. Johns, M., "Authentication Service", RFC-931, TPSC, January 1985. Tappan, D., "The CRONUS Virtual Local Network", RFC-824, Bolt Beranek and Newman, August 1982. Taylor, J., "ERPC Functional Specification", Version 1.04, HYDRA Computer Systems, Inc., July 1984. "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. The High Level Protocol Group, "A Network Independent File Transfer Protocol", INWG Protocol Note 86, December 1977. Thomas, Bob, "The Interhost Protocol to Support CRONUS/DIAMOND Interprocess Communication", BBN, September 1983. Tovar, "Telnet Extended ASCII Option", RFC-698, Stanford University-AI, July 1975. Uttal, J., J. Rothschild, and C. Kline, "Transparent Integration of UNIX and MS-DOS", Locus Computing Corporation. Velten, D., R. Hinden, and J. Sax, "Reliable Data Protocol", RFC-908, BBN Communications Corporation, July 1984. Waitzman, D., "Telnet Window Size Option", RFC-1073, BBN STC, October, 1988. Waitzman, D., C. Partridge, and S. Deering "Distance Vector Multicast Routing Protocol", RFC-1075, BBN STC and Stanford University, November 1988.

[130]

[131]

[132]

[133]

[134]

[135]

[136]

[137]

[138]

[139]

[140]

Reynolds & Postel

[Page 105]


RFC 1340

Assigned Numbers

July 1992

[141]

Wancho, F., "Password Generator Protocol", January 1986.

RFC-972, WSMR,

[142]

Warrier, U., and L. Besaw, "The Common Management Information Services and Protocol over TCP/IP (CMOT)", RFC-1095, Unisys Corp. and Hewlett-Packard, April 1989. Welch, B., "The Sprite Remote Procedure Call System", Technical Report, UCB/Computer Science Dept., 86/302, University of California at Berkeley, June 1986. Xerox, "Courier: The Remote Procedure Protocol", XSIS 038112, December 1981. Yasuda, A., and T. Thompson, "TELNET Data Entry Terminal Option DODIIS Implementation", RFC 1043, DIA, February 1988. Simpson, W., "The Point-to-Point Protocol (PPP) for the Transmission of Multi-Protocol Datagrams Over Point-to-Point Links", RFC 1331, Daydreamer, May 1992. McGregor, G., "The (PPP) Internet Protocol Control Protocol (IPCP)", RFC 1332, Merit, May 1992. Woodburn, W., and D. Mills, " A Scheme for an Internet Encapsulation Protocol: Version 1", RFC 1241, SAIC, University of Delaware, July 1991. McCloghrie, K., and M. Rose, "Management Information Base for Network Management of TCP/IP-based internets", Hughes LAN Systems, Performance Systems International, May 1990. McCloghrie, K., and M. Rose, "Management Information Base for Network Management of TCP/IP-based internets: MIB-II", RFC 1213, Hughes LAN Systems, Performance Systems International, March 1991. McCloghrie, K., Editor, "Extensions to the Generic-Interface MIB", RFC 1229, Hughes LAN Systems, May 1991. Waldbusser, S., Editor, "AppleTalk Management Information Base", RFC 1243, Carnegie Mellon University, July 1991. Baker, F., and R. Coltun, "OSPF Version 2 Management Information Base", RFC 1253, ACC, Computer Science Center, August 1991. Willis, S, and J. Burruss, "Definitions of Managed Objects

[143]

[144]

[145]

[146]

[147]

[148]

[149]

[150]

[151]

[152]

[153]

[154]

Reynolds & Postel

[Page 106]


RFC 1340

Assigned Numbers

July 1992

for the Border Gateway Protocol (Version 3)", RFC 1269, Wellfleet Communications Inc., October 1991. [155] Waldbusser, S., "Remote Network Monitoring Management Information Base", RFC 1271, Carnegie Mellon University, November 1991. Decker, E., Langille, P., Rijsinghani, A., and K. McCloghrie, "Definitions of Managed Objects for Bridges", RFC 1286, cisco Systems, Inc., DEC, Hughes LAN Systems, Inc., December 1991. Cook, J., Editor, Definitions of Managed Objects for the Ethernet-like Interface Types", RFC 1284, Chipcom Corporation, December 1991. McCloghrie, K., and R. Fox, "IEEE 802.4 Token Bus MIB", RFC 1230, Hughes LAN Systems, Inc., Synoptics, Inc., May 1991. McCloghrie, K., Fox, R., and E. Decker, "IEEE 802.5 Token Ring MIB", RFC 1231, Hughes LAN Systems, Inc., Synoptics, Inc., cisco Systems, Inc., May 1991. Case, J., "FDDI Management Information Base", RFC 1285, SNMP Research, Incorporated, January 1992. Baker, F., and C. Kolb, Editors, "Definitions of Managed Objects for the DS1 Interface Type", RFC 1232, ACC, Performance Systems International, Inc., May 1991. Cox, T., and K. Tesink, Editors, "Definitions of Managed Objects for the DS3 Interface Type", RFC 1233, Bell Communications Research, May 1991. Reynolds, J., "Reassignment of Experimental MIBs to Standard MIBs", RFC 1239, ISI, June 1991. Cox, T., and K. Tesnik, Editors, "Definitions of Managed Objects for the SIP Interface Type", RFC 1304, Bell Communications Research, February 1992. Stewart, B., Editor, "Definitions of Managed Objects for Character Stream Devices", RFC 1316, Xyplex, Inc., April 1992. Stewart, B., Editor, "Definitions of Managed Objects for RS-232-like Hardware Devices", RFC 1317, Xyplex, Inc.,

[156]

[157]

[158]

[159]

[160]

[161]

[162]

[163]

[164]

[165]

[166]

Reynolds & Postel

[Page 107]


RFC 1340

Assigned Numbers

July 1992

April 1992. [167] Stewart, B., Editor, "Definitions of Managed Objects for Parallel-printer-like Hardware Devices", RFC 1318, Xyplex, Inc., April 1992. Brown, C., Baker, F., and C. Carvalho, "Management Information Base for Frame Relay DTEs", RFC 1315, Wellfleet Communications, Inc., Advanced Computer Communications, April 1992. Borenstein, N., and N. Freed, "MIME (Multipurpose Internet Mail Extensions): Mechanisms for Specifying and Describing the Format of Internet Message Bodies", RFC 1341, Bellcore, Innosoft, June 1992. Simonsen, K., "Character Mnemonics & Character Sets", RFC 1345, Rationel Almen Planlaegning, June 1992. Dorner, S., and P. Resnick, "Remote Mail Checking Protocol", RFC 1339, U. of Illinois at Urbana-Champaign, June 1992. Everhart, C., Mamakos, L., Ullmann, R., and P. Mockapetris, Editors, "New DNS RR Definitions", RFC 1183, Transarc, University of Maryland, Prime Computer, ISI, October 1990. Bradley, T., and C. Brown, "Inverse Address Resolution Protocol", RFC 1293, Wellfleet Communications, Inc., January 1992. Manning, B. "DNS NSAP RRs", RFC 1348, Rice University, July 1992. Simpson, W., "PPP Link Quality Monitoring", RFC 1333, Daydreamer, May 1992. Baker, F., Editor, "Point-to-Point Protocol Extensions for Bridging", RFC 1220, ACC, April 1991. McCloghrie, K., Davin, J., and J. Galvin, "Definitions of Managed Objects for Administration of SNMP Parties", RFC 1353, Hughes LAN Systems, Inc., MIT Laboratory for Computer Science, Trusted Information Systems, Inc., July 1992.

[168]

[169]

[170]

[171]

[172]

[173]

[174]

[175]

[176]

[177]

Reynolds & Postel

[Page 108]


RFC 1340

Assigned Numbers

July 1992

PEOPLE

[AB20] [ABB2] [AD14] [AGM] [AKH5]

Art Berggreen A. Blasco Bonito Annette DeSchon Andy Malis

ACC CNUCE ISI BBN

art@SALT.ACC.COM blasco@ICNUCEVM.CNUCE.CNR.IT DESCHON@ISI.EDU Malis@BBN.COM

Arthur Hartwig UQNET munnari!wombat.decnet.uq.oz.au!ccarthur@UUNET.UU.NET April N. Marine Amanda Walker Albert G. Broscius Amatzia Ben-Artzi Andre Baux Anil Bhavnani Alan Brind Bull SRI Intercon UPENN april@nisc.sri.com AMANDA@INTERCON.COM broscius@DSL.CIS.UPENN.EDU ---none--baux@ec.bull.fr ---none---

[ANM2] [AW90] [AXB] [AXB1] [AXB2] [AXB3] [AXB4]

Kalpana, Inc.

Cameo Communications, Inc. ---none--SGI arc@SGI.COM

[AXC] [AXC1]

Andrew Cherenson Anthony Chung

Sytek sytek!syteka!anthony@HPLABS.HP.COM Microcom DEC ---none--harvey@gah.enet.dec.com Boston University tasos@cs.bu.edu alan@datacraft.oz ---none-----none---

[AXF] [AXH] [AXK]

Annmarie Freitas Arthur Harvey

Anastasios Kotsikonas

[AXL] [AXM] [AXM1]

Alan Lloyd Alex Martin Ashok Marwaha

Datacraft Retix Unisys

Reynolds & Postel

[Page 109]


RFC 1340

Assigned Numbers

July 1992

[AXM2]

Andrew McRae

Megadata Pty Ltd. andrew@megadata.mega.oz.au WilTel OST Locus Ascom Frontier BBN LLNL ISI SEL Banyan NYU UCSD DEC Mitre CAYMAN Xyplex PSC DARPA MITRE Touch wiltel!aprasad@uunet.UU.NET ---none--lcc.arthur@SEAS.UCLA.EDU andrew@hasler.ascom.ch ---none--baanders@CCQ.BBN.COM Howard@NMFECC.LLNL.GOV bcn@isi.edu Doleschal@A.ISI.EDU bah@BANYAN.BANYAN.COM russell@cmcl2.NYU.EDU brian@UCSD.EDU reid@DECWRL.DEC.COM bede@mitre.org brad@cayman.Cayman.COM STEWART@XYPLEX.COM VOLZ@PROCESS.COM boehm@DARPA.MIL wda@MITRE-BEDFORD.ORG ---none---

[AXP] [AXP1] [AXS] [AXS1] [AXS2] [BA4] [BCH2] [BCN] [BD70] [BH144] [BJR2] [BK29] [BKR] [BM60] [BP52] [BS221] [BV15] [BWB6] [BXA] [BXB] [BXD]

Anil Prasad A. Pele Arthur Salazar Andrew Smith Anil Singhal Brian Anderson Barry Howard B. Clifford Neuman Bernd Doleschal Bridget Halsey Bill Russell Brian Kantor Brian Reid Bede McCall Brad Parker Bob Stewart Bernie Volz Barry Boehm Bill Anderson Brad Benson Brian Dockter

Northwest Digital Systems ---none---

[BXE]

Brian A. Ehrmantraut Auspex Systems bae@auspex.com

Reynolds & Postel

[Page 110]


RFC 1340

Assigned Numbers

July 1992

[BXE1] [BXF]

Brendan Eich Bruce Factor

SGI

brendan@illyria.wpd.sgi.com

Artificial Horizons, Inc. ahi!bigapple!bruce@uunet.UU.NET Lotus Development Corp. bflanagan@lotus.com PUREDATA Research/USA pdrusa!bob@uunet.UU.NET Tekelec Locus TI ---none-----none-----none---

[BXF1]

Bill Flanagan

[BXF2]

Bob Friesenhahn

[BXG] [BXH] [BXH1] [BXK]

Bob Grady Brian Horn Bill Harrell Bill King

Allen-Bradley Co. abvax!calvin.icd.ab.com!wrk@uunet.UU.NET American Airlines ---none--ADC Kentrox ktxc8!bruce@uunet.UU.NET

[BXK1] [BXK2]

Bill Keatley Bruce Kropp

[BXL] [BXL1] [BXL2] [BXM]

Brian Lloyd Brian Lloyd Bernard Lemercier RL "Bob" Morgan

SIRIUS Telebit BIM

---none--brian@robin.telebit.com bl@sunbim.be

Stanford University morgan@jessica.stanford.edu Computer Network Technology Corp. ---none--Merit Visual Intecom wbn@MERIT.EDU bos@visual.com ---none---

[BXM1]

Bob Meierhofer

[BXN] [BXO] [BXP] [BXP1]

Bill Norton Brian O'Shea Brad Parke Brian Petry

Systech Computer Corporation systech!bpetry@uunet.UU.NET WINDATA ---none---

[BXR]

Bob Rosenbaum

Reynolds & Postel

[Page 111]


RFC 1340

Assigned Numbers

July 1992

[BXR1] [BXS] [BXS1]

Bill Rose Bill Simpson Blair Sanders

SSD Management, Inc. ACS

--none---

bsimpson@vela.acs.oakland.edu

Texas Instruments Blair_Sanders@mcimail.com Xerox PARC Interlan NCR schilit@parc.xerox.com taber@europa.InterLan.COM bvs@NCR.COM

[BXS2] [BXT] [BXV] [BXW]

Bill Schilit Bruce Taber Bill Versteeg Brent Welch

Sprite brent%sprite.berkeley.edu@GINGER.BERKELEY.EDU Raycom Reuter RUTGERS ISI ---none-----none--HEDRICK@ARAMIS.RUTGERS.EDU Rogers@ISI.EDU

[BXW1] [BXZ] [CLH3] [CMR] [CS1]

Bruce Willins Bob Zaniolo Charles Hedrick Craig Rogers Chikong Shue

Cascade Communications Corp. alpo!chi@uunet.uu.net CLYNN@BBN.COM

[CWL] [CXA]

Charles W. Lynn, Jr. BBN Cyrus Azar

Symplex Communications Corp. ---none---

[CXB]

Caralyn Brown Wellfleet cbrown%wellfleet.com@talcott.harvard.edu Carl Beame Beame & Whiteside beame@ns.bws.com Network Peripherals Inc. cchong@fastnet.com Tatung Co., Ltd. TCCISM1%TWNTTIT.BITNET@pucc.Princeton.EDU Trillium Digital Systems 76675.1372@compuserve.com MIT jrd@ptt.lcs.mit.edu

[CXB1]

[CXC]

Creighton Chong

[CXC1]

Chih-Yi Chen

[CXC2]

Chuck Chriss

[CXD]

Chuck Davin

Reynolds & Postel

[Page 112]


RFC 1340

Assigned Numbers

July 1992

[CXD1]

Carl H. Dreyer

RC International A/S chd@rci.dk Parallan Computer, Inc. ---none--RICE Proxar cathyf@rice.edu cfh@proxar.com

[CXD2] [CXF] [CXH] [CXH1]

Charles Dulin Catherine Foulston Ching-Fa Hwang Claude Huss

Matsushita Tokyo Research Labs claude@trc.mew.mei.co.jp Stratacom cki@strata.com Fujitsu DEC MIPS ---none--leong@kolmod.mlo.dec.com marker@MIPS.COM carl@startek.com ---none---

[CXI1] [CXL] [CXL1] [CXM] [CXM1] [CXM2] [CXM3] [CXR]

Clyde Iwamoto Chung Lam Christopher Leong Charles Marker II Carl Madison Carl Marcinik Chuck McManis Cheryl Krupczak

Star-Tek, Inc. Formation, Inc. Sun

Chuck.McManis@Eng.Sun.COM

NCR clefor@secola.columbia.ncr.com NetWorth, Inc. ---none---

[CXS] [CXS1]

Craig Scott Chip Standifer

Technology Dynamics, Inc. TDYNAMICS@MCIMAIL.COM Princeton tengi@Princeton.EDU Intel Corporation ---none-Automated Network Management, Inc. ---none-cwheeler@cac.washignton.edu watt@sware.com gomberg@GATEWAY.MITRE.ORG

[CXT] [CXT1]

Christopher Tengi Chris Thomas

[CXV]

Carl Vanderbeek

[CXW] [CXW1] [DAG4]

Christopher Wheeler UW Charles Watt David A. Gomberg

SecureWare MITRE

Reynolds & Postel

[Page 113]


RFC 1340

Assigned Numbers

July 1992

[DB14] [DC126] [DCP1] [DDC1] [DG223]

Dave Borman Dick Cogger David Plummer David Clark Doug Goodall

Cray Cornell MIT MIT

dab@CRAY.COM rhx@CORNELLC.CIT.CORNELL.EDU DCP@SCRC-QUABBIN.ARPA ddc@LCS.MIT.EDU

Goodall Software goodall!doug@uunet.uu.net DeskTalk LINKABIT DCA NCD UBC ---none--Mills@HUEY.UDEL.EDU Morrisd@IMO-UVAX.DCA.MIL lupine!djm@UUNET.UU.NET mcwillm@CC.UBC.CA

[DJK13] [DLM1] [DM28] [DM280] [DM354] [DP4Q]

David Kaufman David Mills Dennis Morris Dave Mackie Don McWilliam Drew Perkins

InterStream Drew.Perkins@ANDREW.CMU.EDU Novell MCC donp@xlnvax.novell.com rosenthal@mcc.com DAVE@MMC.COM

[DP666] [DR48] [DR137] [DRC3]

Don Provan Doug Rosenthal David Rageth Dave Cheriton

Martin Marietta

STANFORD cheriton@PESCADERO.STANFORD.EDU BBN Tappan@BBN.COM

[DT15] [DT167] [DW181] [DW183] [DW238]

Daniel Tappan Dennis Thomas David Wolfe David Waitzman Dave Windorski

Tektronics dennist@tektronix.TEK.COM SRI BBN ctabka@TSCA.ISTC.SRI.COM dwaitzman@BBN.COM

UWisc DAVID.WINDORSKI@MAIL.ADMIN.WISC.EDU Kinmel Park ---none---

[DXA] [DXB]

Dave Atkinson Dave Buehmann

Intergraph ingr!daveb@UUNET.UU.NET

Reynolds & Postel

[Page 114]


RFC 1340

Assigned Numbers

July 1992

[DXB1] [DXB2]

Dan Bernstein Dennis E. Baasch

NYU

brnstnd@stealth.acf.nyu.edu

Emerging Technologies, Inc. etinc!dennis@uu.psi.com BICC fzbicdb@uk.ac.ucl

[DXB3] [DXB4]

David A. Brown Donna Beatty

MICOM Communication Corporation SYSAD@prime.micom.com NetCom ---none---

[DXC] [DXC1]

Dale Cabell Darren Croke

Micronics Computers Inc. dc@micronics.com XTree cabell@smtp.xtree.com

[DXC2] [DXD] [DXE] [DXF] [DXG] [DXG1]

Dale Cabell Dennis J.W. Dube Douglas Egan Dave Feldmeier David Goldberg

VIA SYSTEMS ---none--Nokia Bellcore SMI ---none--dcf@thumper.bellcore.com sun!dg@UCBARPA.BERKELEY.EDU

Don Gibson Aston-Tate sequent!aero!twinsun!ashtate.A-T.COM!dong@uunet.UU.NET David B. Gurevich DHL Systems dgurevic@rhubarb.ssf-sys.dhl.com US West Advance Technologies dmhopki@uswat.uswest.com Kendall Square Research (KSR) tdh@uunet.UU.NET NCSU Computing Center david@unity.ncsu.edu OSU KARL-D@OSU-20.IRCC.OHIO-STATE.EDU

[DXG2]

[DXH]

Donna Hopkins

[DXH1]

Dave Hudson

[DXJ]

David Joyner

[DXK]

Doug Karl

[DXK1]

Dwain Kinghorn

Microsoft microsoft!dwaink@cs.washington.edu DigiBoard dror@digibd.com

[DXK2]

Dror Kessler

Reynolds & Postel

[Page 115]


RFC 1340

Assigned Numbers

July 1992

[DXK3]

David E. Kaufman

Magnalink Communications Corporation ---none--Zenith ---none--leglang@atria.com

[DXL] [DXL1] [DXM] [DXM2] [DXM3] [DXM4]

David Lin Dave LeBlang Didier Moretti David Mittnacht Danny Mitzel Deron Meranda

Atria Software

Ungermann-Bass ---none--Computer Protocol ---none--Hughes dmitzel@whitney.hac.com

Cincinnati Bell Info. Systems, Inc. bem56094@ucunix.san.uc.EDU SynOptics mcmaster@synoptics.com

[DXM5] [DXN]

Donna McMaster Danny Nessett

LLNL Livermore Computer Center nessett@ocfmail.ocf.llnl.gov CMC Synoptics AT&T Fujikura ACCTON HCSD MIT-LCS DSET IBM Roadnet SUN ---none--dperkins@synoptics.com presotto@reseach.att.com ---none-----none--davidr@ssd.csd.harris.com ---none--dset!shia@uunet.UU.NET ---none-----none--Daniel.Steinberg@Eng.Sun.COM

[DXP] [DXP1] [DXP2] [DXR] [DXR1] [DXR2] [DXR3] [DXS] [DXS1] [DXS2] [DXS3] [DXS4]

Dave Preston David Perkins Dave Presotto Debbie Reed Don Rooney David Rhein David Reed Dan Shia Daisy Shen Dale Shelton Daniel Steinber Dirk Smith

Nu-Mega Technologies, Inc. ---none--Banyan Deepak=Taneja%Eng%Banyan@Thing.banyan.com

[DXT]

Deepak Taneja

Reynolds & Postel

[Page 116]


RFC 1340

Assigned Numbers

July 1992

[DXT1]

David Taylor

Empros Systems International dtaylor@ems.cdc.com Metrix venkat@metrix.com ---none----none---

[DXV] [DXW] [DXW1] [DY26] [EAK4] [EBM] [EP53] [EXB] [EXC] [EXC1] [EXD] [EXF]

D. Venkatrangan Dan Willie Don Weir Dennis Yaro Earl Killian Eliot Moss Eric Peterson

Codenoll Tech. Corp.

Skyline Technology, Inc. SUN LLL MIT Locus yaro@SUN.COM

EAK@MORDOR.S1.GOV EBM@XX.LCS.MIT.EDU lcc.eric@SEAS.UCLA.EDU RCE ---none---

Etienne Baudras-Chardigny Ed Cain Eric Cooper Eric Decker Ed Fudurich DCA

cain@edn-unix.dca.mil ecc@fore.com

Fore Systems, Inc. cisco

cire@cisco.com

Gateway Communications, Inc. ---none--Ridgeback Solutions bacchus!zulu!errol@uu2.psi.com Netrix Systems Corporation esm@netrix.com Peregrine Systems FiberCom eric@peregrine.com

[EXG]

Errol Ginsberg

[EXM]

Eldon S. Mast

[EXO] [EXR] [EXR1] [EXR2] [EXW] [EXX]

Eric Olinger Eric Rubin Efrat Ramati Edwards E. Reed E. Wald Eduardo

err@FIBERCOM.COM

Lannet Co. ---none--Xerox DEC ESA EDUATO%ESOC.BITNET@CUNYVM.CUNY.EDU ipcontact.cin_ops@xerox.com ewald@via.enet.dec.com

[FB77]

Fred Baker

ACC

fbaker@acc.com

Reynolds & Postel

[Page 117]


RFC 1340

Assigned Numbers

July 1992

[FEIL]

Unisys feil@kronos.nisd.cam.unisys.com Frank J. Wancho Felix Burton Farhad Fozdar WSMR DIAB WANCHO@WSMR-SIMTEL20.ARMY.MIL FB@DIAB.SE

[FJW] [FXB1] [FXF]

OSCOM International f_fozdar@fennel.cc.uwa.edu.au

[GAL5] [GB7] [GEOF] [GM23] [GS2] [GS91] [GS123] [GSM11] [GXA] [GXB]

Guillermo A. Loyola IBM Gerd Beling Geoff Goodfellow Glenn Marcy Greg Satz Guy Streeter Geof Stone Gary S. Malkin Glen Arp Gerard Berthet FGAN OSD CMU cisco

LOYOLA@IBM.COM GBELING@ISI.EDU Geoff@FERNWOOD.MPK.CA.US Glenn.Marcy@A.CS.CMU.EDU satz@CISCO.COM

Intergraph guy@guy.bll.ingr.com NSC Xylogics Protools geof@NETWORK.COM GMALKIN@XYLOGICS.COM ---none---

Independence Technologies gerard@indetech.com SGI Greg@SGI.COM

[GXC] [GXC1]

Greg Chesson George Clapp

Bellcore meritec!clapp@bellcore.bellcore.com gorpong@ping.chi.il.us Unidata davis@unidata.ucar.edu gday@cs.ubc.ca

[GXC2] [GXD] [GXD1] [GXG] [GXH]

Gordon C. Galligher Glenn Davis Gordon Day Gil Greenbaum Graham Hudspith

INDE Electronics Unisys INMOS

gcole@nisd.cam.unisys.com gwh@inmos.co.uk

Reynolds & Postel

[Page 118]


RFC 1340

Assigned Numbers

July 1992

[GXH1]

Gary Haney

Martin Marietta Energy Systems haneyg@ornl.gov Cellular Technical Servuces ---none--Siemens Nixdorf Informationssyteme AG ---none--McData Corporation gpl0363@mcmail.mcdata.com IBM ---none---

[GXH2]

Greg Hummel

[GXK]

Gunther Kroenert

[GXL]

Glenn Levitt

[GXM] [GXM1]

Gerald McBrearty Glenn Mansfield

AIC Systems Laboratories Ltd. glenn@aic.co.jp TIL Systems, Ltd. Ericsson MIT IRIS iris.com!Greg_Pflaum@uunet.uu.net ---none--gill%mit-ccc@MC.LCS.MIT.EDU ---none---

[GXM2] [GXN] [GXP] [GXP1]

Garry McCracken Gunnar Nilsson Gill Pratt Greg Pflaum

[GXS]

Guenther Schreiner

LINK snmp-admin@ira.uka.de

[GXS1] [GXT] [GXT1] [GXW] [GXW1] [GXW2]

George Sandoval Glenn Trewitt Gene Tsudik Glenn Waters Gil Widdowson Graham Welling

Fibernet STANFORD USC

---none--trewitt@AMADEUS.STANFORD.EDU tsudik@USC.EDU

Bell Northern gwaters@BNR.CA Interphase ---none---

Dynatech Communications s8000!gcw@uunet.uu.net BBN Plus5 MICHIGAN Forsdick@BBN.COM hokey@PLUS5.COM HWB@MCR.UMICH.EDU

[HCF2] [HS23] [HWB]

Harry Forsdick Hokey Stenn Hans-Werner Braun

Reynolds & Postel

[Page 119]


RFC 1340

Assigned Numbers

July 1992

[HXB] [HXD]

Henk Boetzkes Hans Jurgen Dorr

Netexp Research

---none---

Digital-Kienzle Computersystems ---none--Cray hunaid@OPUS.CRAY.COM

[HXE] [HXE1]

Hunaid Engineer Hartvig Ekner

Dowty Network Systems A/S hj@dowtyns.dk T3Plus harley@io.t3plus.com fujii@astec.co.jp

[HXF] [HXF1] [HXH]

Harley Frazee Hiroshi Fujii Harald Hoeg

ASTEC, Inc.

Tandberg Data A/S haho%huldra.uucp@nac.no AES ---none---

[HXH1] [HXH2]

Howard C. Herbert Hidekazu Hagiwara

Takaoka Electric Mfg. Co., Ltd. hagiwara@takaoka.takaoka-electric.co.jp Gandalf ---none---

[HXK] [HXK1]

Henry Kaijak

Hiroshi Kume Fuji Xerox Co., Ltd. Kume%KSPB%Fuji_Xerox@tcpgw.netg.ksp.fujixerox.co.jp Henry Lee Hugh Lockhart TRW henry@trwind.ind.trw.com

[HXL] [HXL1]

Telecommunication Systems ---none--Asante Technology D-Link ---none-----none---

[HXM] [HXN] [HXN1]

Hsiang Ming Ma Henry P. Nagai Heinz Nisi

Richard Hirschmann GmbH & Co. mia@intsun.rus.uni-stuttgart.de Samsung paik@samsung.com heidi@mtxinu.COM

[HXP] [HXS] [HXT] [HXT1] [HXU]

Hong K. Paik Heidi Stettner Hugh Thomas Hubert Theissen Hirotaka Usuda

Basis, Inc. DEC

thomas@oils.enet.dec.com

AEG KABEL ---none--Hitachi ---none---

Reynolds & Postel

[Page 120]


RFC 1340

Assigned Numbers

July 1992

[IEEE] [IXD] [IXD1]

Vince Condello Ian Dickinson Israel Drori

IEEE WUCS

---none--vato@cu.warwick.ac.uk

LANOPTICS LTD. Israel raanan@techunix.technion.ac.il MegaPAC ---none---

[IXG] [IXH]

Ian George Ippei Hayashi

Fujitsu Limited hayashi@sysrap.cs.fujitsu.co.jp SUN Netlabs ISI JAG@SUN.COM jon@netlabs.com Postel@ISI.EDU JWalters@BBN.COM JBurruss@VAX.BBN.COM mogul@DECWRL.DEC.COM Dreyer@CCV.BBN.COM case@UTKUX1.UTK.EDU

[JAG] [JB478] [JBP] [JBW1] [JCB1] [JCM48] [JD21] [JDC20] [JFH2]

James Gosling Jonathan Biggar Jon Postel

Joseph Walters, Jr. BBN John Burruss Jeff Mogul Jonathan Dreyer Jeffrey Case Jack Haverty BBN DEC BBN UTK

Oracle Corporation jhaverty@ORACLE.COM STC BBN Wilkes@CCINT1.RSRE.MOD.UK Herman@CCJ.BBN.COM

[JFW] [JGH] [JG423]

Jon F. Wilkes Jim Herman John Gawf

Compatible Systems Corporation gawf@compatible.com BBN Oracle ISI MIT CCUR jbowe@PINEAPPLE.BBN.COM jhanley@oracle.com JKRey@ISI.EDU jon@ATHENA.MIT.EDU loverso@westford.ccur.com

[JJB25] [JPH17] [JKR1] [JR35] [JRL3]

John Bowe John Hanley Joyce K. Reynolds Jon Rochlis John R. LoVerso

Reynolds & Postel

[Page 121]


RFC 1340

Assigned Numbers

July 1992

[JS28] [JTM4] [JWF] [JXB] [JXB1] [JXB2] [JXC] [JXC1]

John A. Shriver John Moy Jim Forgie Jeffrey Buffun John M. Ballard John Burnett John Cook Jeff Carton

Proteon Proteon MIT/LL Apollo

jas@PROTEON.COM jmoy@PROTEON.COM FORGIE@XN.LL.MIT.EDU jbuffum@APOLLO.COM

Microsoft jballard@microsoft.com ATM Chipcom ---none--cook@chipcom.com

American Express Travel Rel. Ser. jcarton@amex-trs.com Symbol Technology, Inc. Ultra Julie_Dmytryk.MKT@usun.ultra.com ---none---

[JXC2] [JXD]

Joseph Chen Julie Dmytryk

[JXD1] [JXE2] [JXF] [JXF1] [JXG] [JXG1] [JXG2] [JXG3] [JXH] [JXH1] [JXI] [JXI1] [JXK]

James Davidson Jeanne Evans Josh Fielk Jeff Freeman Jerry Geisler Jim Greuel Jeremy Greene James L. Gula Jeffrey C. Honig Jim Hayes Jon Infante John Ioannidis Joanna Karwowska

NGC UKMOD

ngc!james@uunet.UU.NET JME%RSRE.MOD.UK@CS.UCL.AC.UK ---none---

Optical Data Systems Emulex Boeing HP ---none-----none---

jimg%hpcndpc@hplabs.hp.com

LearningTree taipan!greene@uunet.UU.NET Corollary, Inc. Cornell Apple ICL Columbia DGC gula@corollary.com

jch@gated.cornell.edu Hayes@APPLE.COM ---none--ji@close.cs.columbia.edu karwowska@dg-rtp.dg.com

Reynolds & Postel

[Page 122]


RFC 1340

Assigned Numbers

July 1992

[JXK1] [JXL] [JXM]

Jon Kepecs John Light Joseph Murdock

Legato GSS

kepecs@Legato.COM johnl@gssc.gss.com

Network Resources Corporation ---none--Star Technologies ENCORE miner@star.com

[JXM1] [JXO] [JXO1] [JXO2] [JXO3] [JXP] [JXP1] [JXP2] [JXR] [JXR1]

Jim Miner Jack O'Neil Jerrilynn Okamura Jarkko Oikarinen John Ioannidis Joe Pato Jas Parmar John Pickens Jacob Rekhter Jens T. Rasmussen

---none---

Ontologic ---none--Tolsun Columbia Apollo jto@TOLSUN.OULU.FI ji@close.cs.columbia.edu apollo!pato@EDDIE.MIT.EDU

Synernetics jas@synnet.com 3Com IBM jrp@3Com.com Yakov@IBM.COM

CERN jenst%cernvax.cern.ch@CUNYVM.CUNY.EDU Stanford RICE@SUMEX-AIM.STANFORD.EDU

[JXR2] [JXR3] [JXS] [JXS1] [JXS2] [JXS3]

James Rice Jacques Roth Jim Stevens John Sancho Jon Saperia Jonathan Stone

Netronix, Inc. ---none--Rockwell Stevens@ISI.EDU

CastleRock ---none--DEC saperia@tcpjon.enet.dec.com

Victoria University jonathan@isor.vuw.ac.nz Delmarva Power 3COM Kodak scoggin@delmarva.com

[JXS4] [JXS5] [JXT] [JXT1]

John K. Scoggin, Jr. Jeremy Siegel Jim Taylor Jimmy Tu

jzs@NSD.3Com.COM taylor@heart.epps.kodak.com jimmy@dl.com

Digital Link

Reynolds & Postel

[Page 123]


RFC 1340

Assigned Numbers

July 1992

[JXW] [JXY] [JXZ] [KAA] [KA4]

James Watt J. Yoshida Jon Ziegler Ken Adelman Karl Auerbach

NNC

---none---

NKK Corp. ---none--Artel Ziegler@Artel.com

TGV, Inc. Adelman@TGV.COM Empirical Tools and Technologies karl@empirical.com BBN khuber@bbn.com

[KH43] [KH157]

Kathy Huber Kory Hamzeh

Fibermux ames!avatar.com!kory@harvard.harvard.edu SRI SCO cisco DEC Legent KLH@nisc.sri.com keithr@SCO.COM LOUGHEED@MATHOM.CISCO.COM kannan@sejour.enet.dec.comp ---none---

[KLH] [KR35] [KSL] [KXA] [KXB] [KXC]

Ken Harrenstien Keith Reynolds Kirk Lougheed Kannan Alagappan Keith Boyce Ken Chapman

Stratus Computer Ken_Chapman@vos.stratus.com NI ---none--degraaf@davidsys.com

[KXD] [KXD1] [KXF] [KXF1] [KXG] [KXH] [KXH1] [KXJ] [KXL]

Kevin DeVault Kathryn de Graaf Karl Fox Ken Fujimoto Kevin Gage Khalid Hireche Keith Hogan Ken Jones Kim Le

David Systems MST

karl@MorningStar.Com fuji@tribe.com

Tribe Computer Works Chase Research G2R Inc. Penril KonKord ---none---

keith%penril@uunet.uu.net konkord!ksj@uunet.uu.net

DATAHOUSE Information Systems Ltd. ---none---

Reynolds & Postel

[Page 124]


RFC 1340

Assigned Numbers

July 1992

[KXM] [KXR] [KXS] [KXS1]

Kevin Murphy Ken Ritchie Keith Sklower Kevin Smith

DEC SEEL Berkeley

murphy@sevens.lkg.dec.com ---none--sklower@okeeffe.berkeley.edu

Telematics International, Inc. ---none--RAP Bellcore SEI Keld.Simonsen@dkuug.dk kaj@nvuxr.cc.bellcore.com tsuno@sumitomo.com

[KXS2] [KXT] [KXT1] [KXV] [KXW] [KXW1]

Keld Simonsen Kaj Tesink Kent Tsuno Ken Virgile Ken Whitfield Kathy Weninger

Sigma Net. Sys. signet!ken@xylogics.COM MCNC ken@MCNC.ORG

Network Resources Corporation ---none--HLS DIA ARIZONA Rutgers Taligent KZM@HLS.COM DIA3@PAXRV-NES.NAVY.MIL llp@ARIZONA.EDU lou@ARAMIS.RUTGERS.EDU lorenzo@taligent.com

[KZM] [LL69] [LLP] [LS8] [LXA] [LXB]

Keith McCloghrie Lawrence Lebahn Larry Peterson Louis Steinberg Lorenzo Aguilar Larry Burton

APTEC Computer Systems ssds!larryb@uunet.UU.NET Timeplex Unisys DEC AT laura@uunet.UU.NET ---none--barnes@broke.enet.dec.com henrik@EDDIE.MIT.EDU ---none---

[LXB1] [LXB2] [LXB3] [LXD] [LXD1] [LXE] [LXF]

Laura Bridge Lawrence Brown Larry Barnes Larry DeLuca Larry Davis Len Edmondson Larry Fischer

C. Itoh Electronics SUN DSS

len@TOPS.SUN.COM lfischer@dss.com

Reynolds & Postel

[Page 125]


RFC 1340

Assigned Numbers

July 1992

[LXH] [LXL]

Leo Hourvitz Lennart Lovstrand

NeXt

leo@NEXT.COM

NeXT Computer, Inc. Lennart_Lovstrand@NeXT.COM UMD louie@sayshell.umd.edu larryo@gtetele.com krus@olicom.dk ---none--WEYLE@msu.edu lcz@sat.datapoint.com MIKE.ACCETTA@CMU-CS-A.EDU mike@xlnt.com mar@ATHENA.MIT.EDU Brescia@CCV.BBN.COM

[LXM] [LXO] [LXP] [LXS] [LXW] [LZ15] [MA] [MA108] [MAR10] [MB] [MBG]

Louis Mamakos Larry Osterman Lars Povlsen Lance Sprung Lih-Er Wey Lee Ziegenhals Mike Accetta Mike Anello Mark A. Rosenstein Michael Brescia

GTE Telecom Olicom A/S SMC MSU Datapoint CMU XDI MIT BBN

Michael Greenwald SYMBOLICS Greenwald@SCRC-STONY-BROOK.SYMBOLICS.COM Mike StJohns Marc A. Elvy Martin Gren Mark Lottor Mike Little L. Michael Sabo Michael O'Brien Mark Crispin Marty Schoffstahl Marvin Solomon TPSC Marble stjohns@UMD5.UMD.EDU ELVY@CARRARA.MARBLE.COM martin@axis.se

[MCSJ] [ME38] [MG277] [MKL] [ML109] [MLS34] [MO2] [MRC] [MS9] [MS56]

Axis Communications AB SRI MACOM TMAC

MKL@nisc.sri.com little@MACOM4.ARPA Sabo@DOCKMASTER.NCSC.MIL

AEROSPACE obrien@AEROSPACE.AERO.ORG Simtel Nysernet WISC MRC@WSMR-SIMTEL20.ARMY.MIL schoff@NISC.NYSER.NET solomon@CS.WISC.EDU

Reynolds & Postel

[Page 126]


RFC 1340

Assigned Numbers

July 1992

[MTR] [MXA] [MXB] [MXB1] [MXB2]

Marshall T. Rose Mike Asagami Mike Berrow Mike Burrows Mark T. Dauscher

PSI Toshiba

mrose@PSI.COM toshiba@mothra.nts.uci.edu ---none---

Relational Technology DEC

burrows@SRC.DEC.COM

Sybus Corportation mdauscher@sybus.com Integrated Business Network ---none--CCL/ITRI N100CMP0%TWNITRI1.BITNET@CUNYVM.CUNY.EDU UMN mpm@boombox.micro.umn.edu

[MXB3]

Michael Bell

[MXC]

Ming-Perng Chen

[MXC1] [MXC2]

Mark McCahill Matt Christiano

Olivettti globes@matt@oliveb.atc.olivetti.com Lexel mike@lexcel.com

[MXE] [MXF] [MXF1] [MXF2] [MXH] [MXH1]

Mike Erlinger Mark Fabbi Marco Framba Martin Forssen Matt Harris Masahiko Hori

Bell Canada markf@gpu.utcs.utoronto.ca Olivetti Chalmers Versitron framba@orc.olivetti.com maf@dtek.chalmers.se ---none---

Mitsubishi Cable Industries, Ltd. ---none--Electronic Data Systems holobach@tis.eds.com Lancert MIT ---none--markl@PTT.LCS.MIT.EDU mli@diab.se

[MXH2]

Mark Holobach

[MXH3] [MXL] [MXL1] [MXL2] [MXN]

Mark Hankin Mark L. Lambert Mats Lindstrom Mark S. Lewis

Diab Data AB Telebit

mlewis@telebit.com

Mark Needleman UCDLA mhnur%uccmvsa.bitnet@cornell.cit.cornell.edu

Reynolds & Postel

[Page 127]


RFC 1340

Assigned Numbers

July 1992

[MXL2] [MXO] [MXO1] [MXP] [MXP1]

Mark Lenney Mike O'Dowd Mike Oswald Martin Picard Michael Podhorodecki

Raylan Corporation EPFL

---none---

odowd@ltisun8.epfl.ch

J.I. Case mike@helios.uwsp.edu Oracle ---none---

Labtam Australia Pty. Ltd. michael@labtam.oz.au

[MXR]

Maurice R. Turcotte RMIS mailrus!uflorida!rm1!dnmrt%rmatl@uunet.UU.NET Mike Spina Prime WIZARD%enr.prime.com@RELAY.CS.NET BBN CCCBS BinTec MSteenst@BBN.COM sapich@conware.de ms@BinTec.DE ms@Germany.EU.net ---none---

[MXS]

[MXS1] [MXS2] [MXS3] [MXS4] [MXT] [MXT1] [MXW] [MXZ] [NC3] [NT12]

Martha Steenstrup Michael Sapich Marc Sheldon Marc Sheldon Martyn Thomas Mark Tom Michael Waters Mauro Zallocco J. Noel Chiappa Neil Todd

EUnet Germany

Insignia Solutions NET EON Netlink MIT IST

marktom@tom.net.com ---none-----none--JNC@XX.LCS.MIT.EDU

mcvax!ist.co.uk!neil@UUNET.UU.NET [NXC] Nick Cuccia NASA Ames Research Center cuccia@nas.nasa.gov NSC ANSA nadya@khara.network.com njh@ansa.co.uk

[NXE] [NXH] [NXK]

Nadya K. El-Afandi Nicola J. Howarth Nagayuki Kojima

Japan Radio Co. nkojima@lab.nihonmusen.co.jp

Reynolds & Postel

[Page 128]


RFC 1340

Assigned Numbers

July 1992

[NXL] [NXM]

Nik Langrind Nob Mizuno

Shiva Corp.

nik@Shiva.COM

Matsushita Electric Industrial Co., Ltd. mizuno@isl.mei.co.jp FSD CDC Dassault DCL ---none--reddy@uc.msc.umn.edu caleff@dassault-elec.fr ---none---

[NXP] [NXR] [OXC] [OXF] [OXG]

Narendra Popat Nelluri L. Reddy Olivier J. Caleff Osamu Fujiki Oyvind Gjerstad

Tollpost-Globe AS ogj%tglobe2.UUCP@nac.no Rad ---none--oj@pictel.com

[OXI] [OXJ] [OXK]

Oft Israel Oliver Jones Oliver Korfmacher

PictureTel Corporation

netCS Informationstechnik GmbH okorf@bunt.netcs.com Dupont RICE LANL ---none--pam@PURDUE.EDU cpw@LANL.GOV

[OXR] [PAM6] [PCW] [PD39]

Oscar Rodriguez Paul McNabb C. Philip Wood

Pete Delaney ECRC pete%crcvax.uucp%germany.csnet@RELAY.CS.NET Pieter Ditmars Peter Kirstein Phil Lapsley Paul Mockapetris BBN UCL BERKELEY ISI pditmars@BBN.COM Kirstein@NSS.CS.UCL.AC.UK phil@UCBARPA.BERKELEY.EDU PVM@ISI.EDU ---none---

[PHD1] [PK] [PL4] [PM1] [PXA] [PXA1]

Prakash Ambegaonkar FTC Paul Afshar

Solarix Systems paul@solar1.portal.com MICROGNOSIS pandon@micrognosis.co.uk

[PXA2]

Paul Andon

Reynolds & Postel

[Page 129]


RFC 1340

Assigned Numbers

July 1992

[PXB]

Pat Barron

Transarc Corporation Pat_Barron@TRANSARC.COM GSI ENE TRW CSELT pascal.bataille@gsi.fr ---none--pcheng@dill.ind.trw.com coppo@cz8700.cselt.stet.it

[PXB1] [PXC] [PXC1] [PXC2] [PXC3]

Pascal Bataille Peter Cox Patrick Cheng Paolo Coppo Paul Chefurka

PlainTree Systems Inc. chefurka@plntree.UUCP MTrade UK Ltd. ---none---

[PXD] [PXE]

Peter Delchiappo Peter S. Easton

Brixton Systems, Inc. easton@brixton.com SDD (Scandinavian Airlines Data Denmark A/S) ---none--Network Innovations pl0143@mail.psi.net DDE Crescendo pbh@dde.dk prem@cres.com ---none---

[PXF]

Per Futtrup

[PXG]

Pete Grillo

[PXH] [PXJ] [PXJ1] [PXK] [PXK1] [PXK2] [PXK3]

Per Bech Hansen Prem Jain Petri Jokela Philip Koch Peter Kumik Professor Kynikos Paul Krystosek

Telecom Finland

Dartmouth Philip.Koch@DARTMOUTH.EDU Case Comm. ---none--Special Consultant ---none---

DOE Atmospheric Radiation Measurement Project krystosk@eid.anl.gov ADI Systems, Inc. SECTRA STS GE ---none--pdl@sectra.se ---none-----none---

[PXL] [PXL1] [PXM] [PXM1]

Paul Liu Reter de Laval Paul Maurer II Patrick McNamee

Reynolds & Postel

[Page 130]


RFC 1340

Assigned Numbers

July 1992

[PXO] [PXR] [PXR1]

Paul O'Donnell Paul Rodwick Parag Rastogi

Basser Metaphor

paulod@cs.su.oz.au ---none---

Vitacom Corporation parag@cup.portal.com Intellicom ---none--Alantec pvf@alantec.com

[PXS] [PXV] [PXY]

Paul Singh Paul V. Fries Peter C. Yoest

American Power Conversion Corp. apc!yoest@uunet.uu.net Norwegian Telecom Research paalh@brage.nta.no UUNET CDC Sparta rick@UUNET.UU.NET ---none--WOODY@SPARTA.COM rds%hpcndm@HPLABS.HP.COM Hinden@CCV.BBN.COM ron@Eyring.COM

[PXY1]

Paul Hoff

[RA11] [RAM57] [RAW44] [RDXS] [RH6] [RH227] [RHT] [RM1] [RN6] [RP211] [RTB3] [RWS4] [RXB] [RXB1] [RXB2] [RXB3]

Rick Adams Rex Mann Robert A. Woodburn

R. Dwight Schettler HP Robert Hinden Ron Holt Robert Thomas Richard Mak Rudy Nedved Ragnar Paulson Bob Braden BBN

Eyring, Inc. BBN

BThomas@F.BBN.COM mak@amnet.COM

Amnet, Inc. CMU TSG ISI

Rudy.Nedved@CMU-CS-A.EDU tsgfred!ragnar@uunet.UU.NET Braden@ISI.EDU RWS@XX.LCS.MIT.EDU krbabu@btr.com rbhank@DECVAX.DEC.COM rgb@mtung.att.com woody@cseic.saic.com

Robert W. Scheifler ARGUS Ramesh Babu Ron Bhanukitsiri Rich Bantel Robert Woodburn Luxcom DEC AT&T SAIC

Reynolds & Postel

[Page 131]


RFC 1340

Assigned Numbers

July 1992

[RXB4]

Russ Blaesing

Open Networks Engineering, Inc. rrb@one.com CMU TI chandhok@gnome.cs.cmu.edu rick.ticipa.csc.ti.com rayc@command.com

[RXC] [RXC1] [RXC2] [RXD] [RXD1] [RXD2] [RXD3] [RXD4] [RXD5]

Rob Chandhok Rick Carlos Ray Compton Roger Dev Ralph Droms Rajiv Dhingra Rex Davis Rick Downs Russell S. Dietz

DIS Research LTD

Cabletron ---none--NRI Ultranet Tandem AMP rdroms@NRI.RESTON.VA.US rajiv@ULTRA.COM ---none-----none---

Technically Elite Concepts, Inc. Russell_Dietz@Mcimail.com Webster Computer kre@munnari.oz.au Synoptics rfox@synoptics.com Cheyenne sibal@CSD2.NYU.EDU

[RXE] [RXF] [RXH] [RXH1]

Robert R. Elz Richard Fox Reijane Huai Russ Housley

Xerox Russ_Housley.McLean_CSD@xerox.com Axon Networks Inc. axon@cix.clink.co.uk SGI Lantronix BBN RND Clarkson rj@SGI.COM rich@alecto.gordian.com Myhill@CCS.BBN.COM ---none--nelson@clutx.clarkson.edu ---none---

[RXI]

Robin Iddon

[RXJ] [RXL] [RXM] [RXN] [RXN1] [RXN2] [RXR]

Ronald Jacoby Rich Lyman Robert Myhill Rina Nethaniel Russ Nelson R. Nurnberg Richard Rein

AEG Electrcom

Pyramid Technology Corp. rein@pyramid.com

Reynolds & Postel

[Page 132]


RFC 1340

Assigned Numbers

July 1992

[RXR1] [RXS] [RXS1] [RXS2]

R. K. Nair Ron Strich Reuben Sivan Richard Schneider

NRL SSDS

nair@itd.nrl.navy.mil ---none---

Crosscomm crossc!rsivan@uunet.UU.NET Epson Research Center rschneid@epson.com Quotron Systems, Inc. richard@atd.quotron.com I.D.E. Corporation ---none--GenRad Sable thornton@qm7501.genrad.com ---none---

[RXS3]

Richard P. Stubbs

[RXS4] [RXT] [RXT1] [RXU]

Rob Spade Ron Thornton Rodney Thayer Robert Urquhart

Simon Fraser University quipu@sfu.ca

[RXW] [RXW1]

Russell G. Wilson R. J. White

Hill AFB

rwilson@oodis01.af.mil

Univ. of Waterloo snmp-tech@watmath.waterloo.edu Toronto rayan@AI.TORONTO.EDU stuart@CS.WISC.EDU SOB@BCM.TMC.EDU Casner@ISI.EDU Chipman@F.BBN.COM S.Kille@isode.com

[RXZ] [SAF3] [SB98] [SC3] [SGC] [SH284] [SHB] [SH37] [SL70] [SMB] [SRN1]

Rayan Zachariassen

Stuart A. Friedberg UWISC Stan Barber Steve Casner Steve Chipman BCM ISI BBN

Steve Hardcastle-Kille ISODE Consortium Steven Blumenthal Sergio Heker Stuart Levy Scott Bellew Stephen Northcutt BBN JVNC UMN Purdue NSWC

BLUMENTHAL@VAX.BBN.COM heker@JVNCC.CSC.ORG slevy@UC.MSC.UMN.EDU smb@cs.purdue.edu SNORTHC@RELAY-NSWC.NAVY.MIL

Reynolds & Postel

[Page 133]


RFC 1340

Assigned Numbers

July 1992

[SS92] [STY] [SW159] [SXA] [SXA1]

Steve Schoch Shannon Yeh Steven Willis Susie Armstrong Shamim Ahmed

NASA Netix

SCHOCH@AMES.ARC.NASA.GOV yeh@netix.com

Wellfleet swillis@WELLFLEET.COM XEROX Armstrong.wbst128@XEROX.COM

OSU ahmed@nisca.ircc.ohio-state.edu ISC IBM Compaq GEIS stevea@i88.isc.com ---none--steveb@se.hou.compaq.com sfb@ncoast.org

[SXA2] [SXA3] [SXB] [SXB2] [SXC]

Steve Alexander Sten Andler Steve Briggs Steve Bush Shaw C. Chuang

University College London S.Chuang@cs.ucl.ac.uk Stanford deering@PECASERO.STANFORD.EDU U. of Illinois Micro Focus UK s-dorner@UIUC.EDU ---none---

[SXD] [SXD1] [SXE] [SXF]

Steve Deering Steve Dorner Simon Edwards Shoji Fukutomi

Furukawa Electoric Co. Ltd. kddlab!polo.furukawa.co.jp!fuku@uunet.UU.NET LLNL Sequent hunter@CCC.MFECC.LLNL.GOV sdh@sequent.com

[SXH] [SXH1] [SXH2]

Steven Hunter Scott Hahn Scott Holley

Allied Telesis, Inc. SCOTT_CLINTON_HOLLEY@cup.portal.com Republic Telcom Systems, Inc. rtsc!harris@boulder.Colorado.edu Internode Systems Pty Ltd simon@ucs.adelaide.edu.au Hedemann Software Development 100015.2504@compuserve.com DAC stubby!skip@uunet.UU.NET

[SXH3]

Steve Harris

[SXH4]

Simon Hackett

[SXH5]

Stefan Hedemann

[SXK]

Skip Koppenhaver

Reynolds & Postel

[Page 134]


RFC 1340

Assigned Numbers

July 1992

[SXK1] [SXL] [SXL1] [SXL2]

Stev Knowles Sam Lau Stephen Lewis Steve Loring

FTP

stev@vax.ftp.com

Pirelli/Focom ---none--Scitec ---none---

L & N Technologies, Ltd. ---none--AGE Logic syd@age.com

[SXL3] [SXM]

Syd Logan Sheri Mayhew

Develcon zaphod!sherim@herald.usask.ca Netcore, Inc. Daewoo Telecom Canstar ---none--oco@scorpio.dwt.co.kr

[SXM1] [SXO] [SXP] [SXP1] [SXS] [SXS1] [SXS2] [SXS3] [SXS4] [SXW] [SXW1] [SXW2] [SXW3]

Skip Morton SeeYoung Oh Sanand Patel Satish Popat Steve Silverman Susie Snitzer Soren H. Sorensen Steven Sweeney

sanand@HUB.TORONTO.EDU ---none---

Ericsson-Camtec MITRE

Blankert@MITRE-GATEWAY.ORG

Britton-Lee ---none--CR SYSTEMS ---none--Farallon Computing, Inc. ---none---

Simson L. Garfinkel NeXt Steve Waldbusser Simon van Winkelen Sean Welch Steve Willens CMU SDL

simsong@next.cambridge.ma.us sw01+@andrew.cmu.edu ---none--welch@raven.ulowell.edu

Xenocom, Inc.

Livingston Enterprises, Inc. steve@livingston.com BBN Purdue TCALDERW@BBN.COM narten@PURDUE.EDU

[TC27] [TN] [TS566]

Thomas Calderwood Thomas Narten Timon Sloane

PeerNet peernet!timon@uunet.UU.NET

Reynolds & Postel

[Page 135]


RFC 1340

Assigned Numbers

July 1992

[TU] [TXA]

Tom Unger Tad Artis

UMich

tom@CITI.UMICH.EDU

Microwave Bypass Systems, Inc. ---none--Hitachi Cable, Ltd. Dr. Materna GmbH Tiviloi Bellcore ---none---

[TXA1] [TXB] [TXB1] [TXC] [TXD]

Takahiro Asai Torsten Beyer Tom Bereiter Tracy Cox

tb@Materna.de

---none--tacox@sabre.bellcore.com

"Tundra" Tim Daneliuk

Covia tundraix!tundra@clout.chi.il.us Hagiwara@Sm.Sony.Co.Jp

[TXH] [TXH1]

Takashi Hagiwara Tim Howes

Sony

UMich Tim.Howes@terminator.cc.umich.edu Box Hill Systems Corporation tim@boxhill.com CERN ACC Codex timbl@nxoc01.cern.ch Trudy@ACC.COM ---none--tony-o@ascii.co.jp

[TXJ]

Tim Jones

[TXL] [TXM] [TXM1] [TXO] [TXP]

Tim Berners-Lee Trudy Miller Thomas McGinty Toshiharu Ohno Tony van der Peet

ASCII Corporation

DSIR Network Group srghtvp@grv.dsir.govt.nz Praxis praxis!tkr@UUNET.UU.NET tom@rsp.de

[TXR] [TXR1] [TXS] [TXS1]

Tim Rylance Thomas Ruf Ted J. Socolofsky Toshiharu Sugawara

Schneider & Koch Spider NTTC

Teds@SPIDER.CO.UK

sugawara%wink.ntt.jp@RELAY.CS.NET [TXS2] [TXT] Thomas M. Smith Ted Tran GE Aerospace tmsmith@esc.syr.ge.com ---none---

Andrew Corporation

Reynolds & Postel

[Page 136]


RFC 1340

Assigned Numbers

July 1992

[TXT1] [TXV]

Terrence J. Talbot Tomas Vocetka

BU

lexcube!tjt@bu.edu

Compu-Shack OPLER%CSEARN.bitnet@CUNYVM.CUNY.EDU RICOH Co. Ltd. watanabe@godzilla.rsc.spdd.ricoh.co.jp CHALMERS Bridgeway Netlabs LBL IBM bilting@PURDUE.EDU ---none--unni@NETLABS.COM van@CSAM.LBL.GOV vc@ralvm6.vnet.ibm.com

[TXW]

Toshio Watanabe

[UB3] [UXV] [UW2] [VJ] [VXC] [VXD] [VXE] [VXK]

Ulf Bilting Umberto Vizcaino Unni Warrier Van Jacobson Vik Chandra Victor Dafoulas Vince Enriquez Victor Kazdoba

Wang Labs ---none--Motorola enriquez@sps.mot.com

Morgan Stanley & Co. Inc. vsk@katana.is.morgan.com Centrum Communications, Inc. ---none--Unify CANADA ---none--vktaylor@NCS.DND.CA wisner@HAYES.FAI.ALASKA.EDU STANFORD Croft@SUMEX-AIM.STANFORD.EDU Gamma@MINTAKA.DCA.MIL

[VXL]

Vince Liu

[VXS] [VXT] [WDW11] [WJC2] [WJS1] [WLB8]

Vinod Singh V. Taylor William D. Wisner Bill Croft

Weldon J. Showalter DCA William L. Biagi

Advintech CSS002.BLBIAGI@ADVINTECH-MVS.ARPA SUN Melohn@SUN.COM

[WM3] [WXC]

William Melohn Wesley Craig

UMICH Wesley.Craig@terminator.cc.umich.edu Eastman Kodak Company wjc@tornado.kodak.com

[WXC1]

W. James Colosky

Reynolds & Postel

[Page 137]


RFC 1340

Assigned Numbers

July 1992

[WXD]

William Dunn

NetManage, Inc. netmanage@cup.portal.com

[WXP]

W.J. Parducci & Associates, Inc. Bill Parducci 70262.1267@compuserve.com Wayne Schroeder W.R. Maynard-Smith Wayne Tackabury Val Wilson SDSC schroeder@SDS.SDSC.EDU ---none---

[WXS] [WXS2] [WXT] [VXW] [YXA]

Netcomm, Ltd.

Pacer Software wft@pacersoft.com Spider val@spider.co.uk

Yoshiyuki Akiyama NEC kddlab!ccs.mt.nec.co.jp!y-akiyam@uunet.uu.net Yigal Hochberg Yoav Kluger Yasuhiro Kohata Y.C. Wang Unifi yigal@unifi.com

[YXH] [YXK] [YXK1] [YXW]

Spartacus ykluger@HAWK.ULOWELL.EDU NTT DATA kohata@rd.nttdata.jp

Network Application Technology ---none--Seiko Instruments, Inc. (SII) ---none--Xerox SRI ---none--ZSu@TSCA.ISTC.SRI.COM

[YXW1]

Yasuyoshi Watanabe

[XEROX] [ZSU] [ZXS]

Fonda Pallone Zaw-Sing Su Zohar Seigal

Gambit Computer ---none---

Reynolds & Postel

[Page 138]


RFC 1340

Assigned Numbers

July 1992

Security Considerations Security issues are not discussed in this memo. Authors' Addresses Joyce K. Reynolds Information Sciences Institute University of Southern California 4676 Admiralty Way Marina del Rey, CA 90292 Phone: (310) 822-1511 Email: JKREY@ISI.EDU

Jon Postel Information Sciences Institute University of Southern California 4676 Admiralty Way Marina del Rey, CA 90292 Phone: (310) 822-1511 Email: POSTEL@ISI.EDU

Reynolds & Postel

[Page 139]