Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11025 lines
446 KiB

  1. Network Working Group J. Reynolds
  2. Request for Comments: 1700 J. Postel
  3. STD: 2 ISI
  4. Obsoletes RFCs: 1340, 1060, 1010, 990, 960, October 1994
  5. 943, 923, 900, 870, 820, 790, 776, 770,
  6. 762, 758,755, 750, 739, 604, 503, 433, 349
  7. Obsoletes IENs: 127, 117, 93
  8. Category: Standards Track
  9. ASSIGNED NUMBERS
  10. Status of this Memo
  11. This memo is a status report on the parameters (i.e., numbers and
  12. keywords) used in protocols in the Internet community. Distribution
  13. of this memo is unlimited.
  14. OVERVIEW
  15. This RFC is a snapshot of the ongoing process of the assignment of
  16. protocol parameters for the Internet protocol suite. To make the
  17. current information readily available the assignments are kept up-to-
  18. date in a set of online text files. This RFC has been assembled by
  19. catinating these files together with a minimum of formatting "glue".
  20. The authors appologize for the somewhat rougher formatting and style
  21. than is typical of most RFCs.
  22. We expect that various readers will notice specific items that should be
  23. corrected. Please send any specific corrections via email to
  24. <[email protected]>.
  25. Reynolds & Postel [Page 1]
  26. RFC 1700 Assigned Numbers October 1994
  27. INTRODUCTION
  28. The files in this directory document the currently assigned values for
  29. several series of numbers used in network protocol implementations.
  30. ftp://ftp.isi.edu/in-notes/iana/assignments
  31. The Internet Assigned Numbers Authority (IANA) is the central
  32. coordinator for the assignment of unique parameter values for Internet
  33. protocols. The IANA is chartered by the Internet Society (ISOC) and
  34. the Federal Network Council (FNC) to act as the clearinghouse to
  35. assign and coordinate the use of numerous Internet protocol
  36. parameters.
  37. The Internet protocol suite, as defined by the Internet Engineering
  38. Task Force (IETF) and its steering group (the IESG), contains numerous
  39. parameters, such as internet addresses, domain names, autonomous
  40. system numbers (used in some routing protocols), protocol numbers,
  41. port numbers, management information base object identifiers,
  42. including private enterprise numbers, and many others.
  43. The common use of the Internet protocols by the Internet community
  44. requires that the particular values used in these parameter fields be
  45. assigned uniquely. It is the task of the IANA to make those unique
  46. assignments as requested and to maintain a registry of the currently
  47. assigned values.
  48. Requests for parameter assignments (protocols, ports, etc.) should be
  49. sent to <[email protected]>.
  50. Requests for SNMP network management private enterprise number
  51. assignments should be sent to <[email protected]>.
  52. The IANA is located at and operated by the Information Sciences
  53. Institute (ISI) of the University of Southern California (USC).
  54. If you are developing a protocol or application that will require the
  55. use of a link, socket, port, protocol, etc., please contact the IANA
  56. to receive a number assignment.
  57. Joyce K. Reynolds
  58. Internet Assigned Numbers Authority
  59. USC - Information Sciences Institute
  60. 4676 Admiralty Way
  61. Marina del Rey, California 90292-6695
  62. Electronic mail: [email protected]
  63. Phone: +1 310-822-1511
  64. Reynolds & Postel [Page 2]
  65. RFC 1700 Assigned Numbers October 1994
  66. Most of the protocols are documented in the RFC series of notes. Some
  67. of the items listed are undocumented. Further information on
  68. protocols can be found in the memo, "Internet Official Protocol
  69. Standards" (STD 1).
  70. Data Notations
  71. The convention in the documentation of Internet Protocols is to
  72. express numbers in decimal and to picture data in "big-endian" order
  73. [COHEN]. That is, fields are described left to right, with the most
  74. significant octet on the left and the least significant octet on the
  75. right.
  76. The order of transmission of the header and data described in this
  77. document is resolved to the octet level. Whenever a diagram shows a
  78. group of octets, the order of transmission of those octets is the
  79. normal order in which they are read in English. For example, in the
  80. following diagram the octets are transmitted in the order they are
  81. numbered.
  82. 0 1 2 3
  83. 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  84. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  85. | 1 | 2 | 3 | 4 |
  86. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  87. | 5 | 6 | 7 | 8 |
  88. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  89. | 9 | 10 | 11 | 12 |
  90. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  91. Transmission Order of Bytes
  92. Whenever an octet represents a numeric quantity the left most bit in the
  93. diagram is the high order or most significant bit. That is, the bit
  94. labeled 0 is the most significant bit. For example, the following
  95. diagram represents the value 170 (decimal).
  96. 0 1 2 3 4 5 6 7
  97. +-+-+-+-+-+-+-+-+
  98. |1 0 1 0 1 0 1 0|
  99. +-+-+-+-+-+-+-+-+
  100. Significance of Bits
  101. Similarly, whenever a multi-octet field represents a numeric quantity
  102. the left most bit of the whole field is the most significant bit. When
  103. Reynolds & Postel [Page 3]
  104. RFC 1700 Assigned Numbers October 1994
  105. a multi-octet quantity is transmitted the most significant octet is
  106. transmitted first.
  107. Special Addresses
  108. There are five classes of IP addresses: Class A through Class E. Of
  109. these, Classes A, B, and C are used for unicast addresses, Class D is
  110. used for multicast addresses, and Class E addresses are reserved for
  111. future use.
  112. With the advent of classless addressing [CIDR1, CIDR2], the
  113. network-number part of an address may be of any length, and the whole
  114. notion of address classes becomes less important.
  115. There are certain special cases for IP addresses. These special cases
  116. can be concisely summarized using the earlier notation for an IP
  117. address:
  118. IP-address ::= { <Network-number>, <Host-number> }
  119. or
  120. IP-address ::= { <Network-number>, <Subnet-number>,
  121. <Host-number> }
  122. if we also use the notation "-1" to mean the field contains all 1
  123. bits. Some common special cases are as follows:
  124. (a) {0, 0}
  125. This host on this network. Can only be used as a source
  126. address (see note later).
  127. (b) {0, <Host-number>}
  128. Specified host on this network. Can only be used as a
  129. source address.
  130. (c) { -1, -1}
  131. Limited broadcast. Can only be used as a destination
  132. address, and a datagram with this address must never be
  133. forwarded outside the (sub-)net of the source.
  134. (d) {<Network-number>, -1}
  135. Directed broadcast to specified network. Can only be used
  136. as a destination address.
  137. Reynolds & Postel [Page 4]
  138. RFC 1700 Assigned Numbers October 1994
  139. (e) {<Network-number>, <Subnet-number>, -1}
  140. Directed broadcast to specified subnet. Can only be used as
  141. a destination address.
  142. (f) {<Network-number>, -1, -1}
  143. Directed broadcast to all subnets of specified subnetted
  144. network. Can only be used as a destination address.
  145. (g) {127, <any>}
  146. Internal host loopback address. Should never appear outside
  147. a host.
  148. REFERENCES
  149. [COHEN] Cohen, D., "On Holy Wars and a Plea for Peace", IEEE Computer
  150. Magazine, October 1981.
  151. [CIDR1] Fuller, V., T. Li, J. Yu, and K. Varadhan, "Classless
  152. Inter-Domain Routing (CIDR): an Address Assignment and
  153. Aggregation Strategy", RFC 1519, September 1993.
  154. [CIDR2] Rekhter, Y., and T. Li, "An Architecture for IP Address
  155. Allocation with CIDR", RFC 1518, September 1993.
  156. []
  157. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/introduction
  158. Reynolds & Postel [Page 5]
  159. RFC 1700 Assigned Numbers October 1994
  160. VERSION NUMBERS
  161. In the Internet Protocol (IP) [RFC791] there is a field to identify
  162. the version of the internetwork general protocol. This field is 4
  163. bits in size.
  164. Assigned Internet Version Numbers
  165. Decimal Keyword Version References
  166. ------- ------- ------- ----------
  167. 0 Reserved [JBP]
  168. 1-3 Unassigned [JBP]
  169. 4 IP Internet Protocol [RFC791,JBP]
  170. 5 ST ST Datagram Mode [RFC1190,JWF]
  171. 6 SIP Simple Internet Protocol [RH6]
  172. 7 TP/IX TP/IX: The Next Internet [RXU]
  173. 8 PIP The P Internet Protocol [PXF]
  174. 9 TUBA TUBA [RXC]
  175. 10-14 Unassigned [JBP]
  176. 15 Reserved [JBP]
  177. REFERENCES
  178. [RFC791] Postel, J., ed., "Internet Protocol - DARPA Internet Program
  179. Protocol Specification", STD 5, RFC 791, USC/Information
  180. Sciences Institute, September 1981.
  181. [RFC1190] Topolcic, C., Editor, "Experimental Internet Stream
  182. Protocol, Version 2 (ST-II)", RFC 1190, CIP Working Group,
  183. October 1990.
  184. PEOPLE
  185. [JPB] Jon Postel <[email protected]>
  186. [JWF] Jim Forgie <[email protected]>
  187. [RH6] Robert Hinden <[email protected]>
  188. [RXU] Robert Ullmann <[email protected]>
  189. [PXF] Paul Francis <[email protected]>
  190. [RXC] Ross Callon <[email protected]>
  191. []
  192. Reynolds & Postel [Page 6]
  193. RFC 1700 Assigned Numbers October 1994
  194. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/version-numbers
  195. Reynolds & Postel [Page 7]
  196. RFC 1700 Assigned Numbers October 1994
  197. PROTOCOL NUMBERS
  198. In the Internet Protocol (IP) [DDN], [RFC791] there is a field, called
  199. Protocol, to identify the next level protocol. This is an 8 bit
  200. field.
  201. Assigned Internet Protocol Numbers
  202. Decimal Keyword Protocol References
  203. ------- ------- -------- ----------
  204. 0 Reserved [JBP]
  205. 1 ICMP Internet Control Message [RFC792,JBP]
  206. 2 IGMP Internet Group Management [RFC1112,JBP]
  207. 3 GGP Gateway-to-Gateway [RFC823,MB]
  208. 4 IP IP in IP (encasulation) [JBP]
  209. 5 ST Stream [RFC1190,IEN119,JWF]
  210. 6 TCP Transmission Control [RFC793,JBP]
  211. 7 UCL UCL [PK]
  212. 8 EGP Exterior Gateway Protocol [RFC888,DLM1]
  213. 9 IGP any private interior gateway [JBP]
  214. 10 BBN-RCC-MON BBN RCC Monitoring [SGC]
  215. 11 NVP-II Network Voice Protocol [RFC741,SC3]
  216. 12 PUP PUP [PUP,XEROX]
  217. 13 ARGUS ARGUS [RWS4]
  218. 14 EMCON EMCON [BN7]
  219. 15 XNET Cross Net Debugger [IEN158,JFH2]
  220. 16 CHAOS Chaos [NC3]
  221. 17 UDP User Datagram [RFC768,JBP]
  222. 18 MUX Multiplexing [IEN90,JBP]
  223. 19 DCN-MEAS DCN Measurement Subsystems [DLM1]
  224. 20 HMP Host Monitoring [RFC869,RH6]
  225. 21 PRM Packet Radio Measurement [ZSU]
  226. 22 XNS-IDP XEROX NS IDP [ETHERNET,XEROX]
  227. 23 TRUNK-1 Trunk-1 [BWB6]
  228. 24 TRUNK-2 Trunk-2 [BWB6]
  229. 25 LEAF-1 Leaf-1 [BWB6]
  230. 26 LEAF-2 Leaf-2 [BWB6]
  231. 27 RDP Reliable Data Protocol [RFC908,RH6]
  232. 28 IRTP Internet Reliable Transaction [RFC938,TXM]
  233. 29 ISO-TP4 ISO Transport Protocol Class 4 [RFC905,RC77]
  234. 30 NETBLT Bulk Data Transfer Protocol [RFC969,DDC1]
  235. 31 MFE-NSP MFE Network Services Protocol [MFENET,BCH2]
  236. 32 MERIT-INP MERIT Internodal Protocol [HWB]
  237. 33 SEP Sequential Exchange Protocol [JC120]
  238. 34 3PC Third Party Connect Protocol [SAF3]
  239. 35 IDPR Inter-Domain Policy Routing Protocol [MXS1]
  240. Reynolds & Postel [Page 8]
  241. RFC 1700 Assigned Numbers October 1994
  242. 36 XTP XTP [GXC]
  243. 37 DDP Datagram Delivery Protocol [WXC]
  244. 38 IDPR-CMTP IDPR Control Message Transport Proto [MXS1]
  245. 39 TP++ TP++ Transport Protocol [DXF]
  246. 40 IL IL Transport Protocol [DXP2]
  247. 41 SIP Simple Internet Protocol [SXD]
  248. 42 SDRP Source Demand Routing Protocol [DXE1]
  249. 43 SIP-SR SIP Source Route [SXD]
  250. 44 SIP-FRAG SIP Fragment [SXD]
  251. 45 IDRP Inter-Domain Routing Protocol [Sue Hares]
  252. 46 RSVP Reservation Protocol [Bob Braden]
  253. 47 GRE General Routing Encapsulation [Tony Li]
  254. 48 MHRP Mobile Host Routing Protocol[David Johnson]
  255. 49 BNA BNA [Gary Salamon]
  256. 50 SIPP-ESP SIPP Encap Security Payload [Steve Deering]
  257. 51 SIPP-AH SIPP Authentication Header [Steve Deering]
  258. 52 I-NLSP Integrated Net Layer Security TUBA [GLENN]
  259. 53 SWIPE IP with Encryption [JI6]
  260. 54 NHRP NBMA Next Hop Resolution Protocol
  261. 55-60 Unassigned [JBP]
  262. 61 any host internal protocol [JBP]
  263. 62 CFTP CFTP [CFTP,HCF2]
  264. 63 any local network [JBP]
  265. 64 SAT-EXPAK SATNET and Backroom EXPAK [SHB]
  266. 65 KRYPTOLAN Kryptolan [PXL1]
  267. 66 RVD MIT Remote Virtual Disk Protocol [MBG]
  268. 67 IPPC Internet Pluribus Packet Core [SHB]
  269. 68 any distributed file system [JBP]
  270. 69 SAT-MON SATNET Monitoring [SHB]
  271. 70 VISA VISA Protocol [GXT1]
  272. 71 IPCV Internet Packet Core Utility [SHB]
  273. 72 CPNX Computer Protocol Network Executive [DXM2]
  274. 73 CPHB Computer Protocol Heart Beat [DXM2]
  275. 74 WSN Wang Span Network [VXD]
  276. 75 PVP Packet Video Protocol [SC3]
  277. 76 BR-SAT-MON Backroom SATNET Monitoring [SHB]
  278. 77 SUN-ND SUN ND PROTOCOL-Temporary [WM3]
  279. 78 WB-MON WIDEBAND Monitoring [SHB]
  280. 79 WB-EXPAK WIDEBAND EXPAK [SHB]
  281. 80 ISO-IP ISO Internet Protocol [MTR]
  282. 81 VMTP VMTP [DRC3]
  283. 82 SECURE-VMTP SECURE-VMTP [DRC3]
  284. 83 VINES VINES [BXH]
  285. 84 TTP TTP [JXS]
  286. 85 NSFNET-IGP NSFNET-IGP [HWB]
  287. 86 DGP Dissimilar Gateway Protocol [DGP,ML109]
  288. 87 TCF TCF [GAL5]
  289. 88 IGRP IGRP [CISCO,GXS]
  290. Reynolds & Postel [Page 9]
  291. RFC 1700 Assigned Numbers October 1994
  292. 89 OSPFIGP OSPFIGP [RFC1583,JTM4]
  293. 90 Sprite-RPC Sprite RPC Protocol [SPRITE,BXW]
  294. 91 LARP Locus Address Resolution Protocol [BXH]
  295. 92 MTP Multicast Transport Protocol [SXA]
  296. 93 AX.25 AX.25 Frames [BK29]
  297. 94 IPIP IP-within-IP Encapsulation Protocol [JI6]
  298. 95 MICP Mobile Internetworking Control Pro. [JI6]
  299. 96 SCC-SP Semaphore Communications Sec. Pro. [HXH]
  300. 97 ETHERIP Ethernet-within-IP Encapsulation [RXH1]
  301. 98 ENCAP Encapsulation Header [RFC1241,RXB3]
  302. 99 any private encryption scheme [JBP]
  303. 100 GMTP GMTP [RXB5]
  304. 101-254 Unassigned [JBP]
  305. 255 Reserved [JBP]
  306. REFERENCES
  307. [CFTP] Forsdick, H., "CFTP", Network Message, Bolt Beranek and
  308. Newman, January 1982.
  309. [CISCO] Cisco Systems, "Gateway Server Reference Manual", Manual
  310. Revision B, January 10, 1988.
  311. [DDN] Feinler, E., Editor, "DDN Protocol Handbook", Network
  312. Information Center, SRI International, December 1985.
  313. [DGP] M/A-COM Government Systems, "Dissimilar Gateway Protocol
  314. Specification, Draft Version", Contract no. CS901145,
  315. November 16, 1987.
  316. [ETHERNET] "The Ethernet, A Local Area Network: Data Link Layer and
  317. Physical Layer Specification", AA-K759B-TK, Digital
  318. Equipment Corporation, Maynard, MA. Also as: "The
  319. Ethernet - A Local Area Network", Version 1.0, Digital
  320. Equipment Corporation, Intel Corporation, Xerox
  321. Corporation, September 1980. And: "The Ethernet, A Local
  322. Area Network: Data Link Layer and Physical Layer
  323. Specifications", Digital, Intel and Xerox, November 1982.
  324. And: XEROX, "The Ethernet, A Local Area Network: Data Link
  325. Layer and Physical Layer Specification", X3T51/80-50,
  326. Xerox Corporation, Stamford, CT., October 1980.
  327. [IEN90] Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  328. USC/Information Sciences Institute, May 1979.
  329. [IEN119] Forgie, J., "ST - A Proposed Internet Stream Protocol",
  330. IEN 119, MIT Lincoln Laboratory, September 1979.
  331. Reynolds & Postel [Page 10]
  332. RFC 1700 Assigned Numbers October 1994
  333. [IEN158] Haverty, J., "XNET Formats for Internet Protocol Version 4",
  334. IEN 158, October 1980.
  335. [MFENET] Shuttleworth, B., "A Documentary of MFENet, a National
  336. Computer Network", UCRL-52317, Lawrence Livermore Labs,
  337. Livermore, California, June 1977.
  338. [PUP] Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  339. Internetwork Architecture", XEROX Palo Alto Research Center,
  340. CSL-79-10, July 1979; also in IEEE Transactions on
  341. Communication, Volume COM-28, Number 4, April 1980.
  342. [SPRITE] Welch, B., "The Sprite Remote Procedure Call System",
  343. Technical Report, UCB/Computer Science Dept., 86/302,
  344. University of California at Berkeley, June 1986.
  345. [RFC741] Cohen, D., "Specifications for the Network Voice Protocol",
  346. RFC 741, ISI/RR 7539, USC/Information Sciences Institute,
  347. March 1976.
  348. [RFC768] Postel, J., "User Datagram Protocol", STD 6, RFC 768,
  349. USC/Information Sciences Institute, August 1980.
  350. [RFC791] Postel, J., "Internet Protocol - DARPA Internet Program
  351. Protocol Specification", STD 5, RFC 791, DARPA, September
  352. 1981.
  353. [RFC792] Postel, J., "Internet Control Message Protocol - DARPA
  354. Internet Program Protocol Specification", STD 5, RFC 792,
  355. USC/Information Sciences Institute, September 1981.
  356. [RFC793] Postel, J., "Transmission Control Protocol - DARPA
  357. Internet Program Protocol Specification", STD 7, RFC 793,
  358. USC/Information Sciences Institute, September 1981.
  359. [RFC823] Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
  360. RFC 823, BBN, September 1982.
  361. [RFC869] Hinden, R., "A Host Monitoring Protocol", RFC 869,
  362. Bolt Beranek and Newman, December 1983.
  363. [RFC888] Seamonson, L., and E. Rosen, "STUB" Exterior Gateway
  364. Protocol", RFC 888, BBN Communications Corporation,
  365. January 1984.
  366. [RFC905] International Standards Organization, "ISO Transport Protocol
  367. Specification - ISO DP 8073", RFC 905, April 1984.
  368. Reynolds & Postel [Page 11]
  369. RFC 1700 Assigned Numbers October 1994
  370. [RFC908] Velten, D., R. Hinden, and J. Sax, "Reliable Data Protocol",
  371. RFC 908, BBN Communications Corporation, July 1984.
  372. [RFC938] Miller, T., "Internet Reliable Transaction Protocol", RFC 938,
  373. ACC, February 1985.
  374. [RFC969] Clark, D., M. Lambert, and L. Zhang, "NETBLT: A Bulk Data
  375. Transfer Protocol", RFC 969, MIT Laboratory for Computer
  376. Science, December 1985.
  377. [RFC1112] Deering, S., "Host Extensions for IP Multicasting",
  378. STD 5, RFC 1112, Stanford University, August 1989.
  379. [RFC1190] Topolcic, C., Editor, "Experimental Internet Stream
  380. Protocol, Version 2 (ST-II)", RFC 1190, CIP Working Group,
  381. October 1990.
  382. [RFC1241] Woodburn, W., and D. Mills, " A Scheme for an Internet
  383. Encapsulation Protocol: Version 1", RFC 1241, SAIC,
  384. University of Delaware, July 1991.
  385. [RFC1583] Moy, J., "The OSPF Specification", RFC 1583, Proteon,
  386. March 1994.
  387. PEOPLE
  388. [BCH2] Barry Howard <[email protected]>
  389. [BK29] Brian Kantor <[email protected]>
  390. [BN7] <mystery contact>
  391. [BWB6] Barry Boehm <[email protected]>
  392. [BXH] Brian Horn <---none--->
  393. [BXW] Bruce Willins <---none--->
  394. [DDC1] David Clark <[email protected]>
  395. [DLM1] David Mills <[email protected]>
  396. [DRC3] Dave Cheriton <[email protected]>
  397. [DXE1] Deborah Estrin <[email protected]>
  398. [DXF] Dirk Fromhein <[email protected]>
  399. Reynolds & Postel [Page 12]
  400. RFC 1700 Assigned Numbers October 1994
  401. [DXM2] David Mittnacht <---none--->
  402. [DXP2] Dave Presotto <[email protected]
  403. [David Johnson] <mystery contact>
  404. [GAL5] Guillermo A. Loyola <[email protected]>
  405. [GLENN] K. Robert Glenn <[email protected]>
  406. [GXC] Greg Chesson <[email protected]>
  407. [GXS] Guenther Schreiner <[email protected]>
  408. [GXT1] Gene Tsudik <[email protected]>
  409. [HCF2] Harry Forsdick <[email protected]>
  410. [HWB] Hans-Werner Braun <[email protected]>
  411. [HXH] Howard Hart <[email protected]>
  412. [JBP] Jon Postel <[email protected]>
  413. [JC120] <mystery contact>
  414. [JFH2] Jack Haverty <[email protected]>
  415. [JI6] John Ioannidis <[email protected]>
  416. [JTM4] John Moy <[email protected]>
  417. [JWF] Jim Forgie <[email protected]>
  418. [JXS] Jim Stevens <[email protected]>
  419. [KATZ] Dave Katz <[email protected]>
  420. [MB] Mike Brescia <[email protected]>
  421. [MBG] Michael Greenwald <[email protected]>
  422. [ML109] Mike Little <[email protected]>
  423. [MTR] Marshall T. Rose <[email protected]>
  424. [MXS1] Martha Steenstrup <[email protected]>
  425. Reynolds & Postel [Page 13]
  426. RFC 1700 Assigned Numbers October 1994
  427. [NC3] J. Noel Chiappa <[email protected]>
  428. [PK] Peter Kirstein <[email protected]>
  429. [PXL1] Paul Liu <---none--->
  430. [RH6] Robert Hinden <[email protected]>
  431. [RTB3] Bob Braden <[email protected]>
  432. [RC77] <mystery contact>
  433. [RWS4] Robert W. Scheifler <[email protected]>
  434. [RXB3] Robert Woodburn <[email protected]>
  435. [RXH1] Russ Housley <[email protected]>
  436. [SAF3] Stuart A. Friedberg <[email protected]>
  437. [SC3] Steve Casner <[email protected]
  438. [SGC] Steve Chipman <[email protected]>
  439. [SHB] Steven Blumenthal <[email protected]>
  440. [Sue Hares] Sue Hares <[email protected]>
  441. [SXA] Susie Armstrong <[email protected]>
  442. [SXD] Steve Deering <[email protected]>
  443. [Tony Li] Tony Li <[email protected]>
  444. [TXM] Trudy Miller <[email protected]>
  445. [VXD] Victor Dafoulas <---none--->
  446. [WM3] William Melohn <[email protected]>
  447. [WXC] Wesley Craig <[email protected]>
  448. [ZSU] Zaw-Sing Su <[email protected].>
  449. []
  450. Reynolds & Postel [Page 14]
  451. RFC 1700 Assigned Numbers October 1994
  452. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers
  453. Reynolds & Postel [Page 15]
  454. RFC 1700 Assigned Numbers October 1994
  455. WELL KNOWN PORT NUMBERS
  456. The Well Known Ports are controlled and assigned by the IANA and on
  457. most systems can only be used by system (or root) processes or by
  458. programs executed by privileged users.
  459. Ports are used in the TCP [RFC793] to name the ends of logical
  460. connections which carry long term conversations. For the purpose of
  461. providing services to unknown callers, a service contact port is
  462. defined. This list specifies the port used by the server process as
  463. its contact port. The contact port is sometimes called the
  464. "well-known port".
  465. To the extent possible, these same port assignments are used with the
  466. UDP [RFC768].
  467. The assigned ports use a small portion of the possible port numbers.
  468. For many years the assigned ports were in the range 0-255. Recently,
  469. the range for assigned ports managed by the IANA has been expanded to
  470. the range 0-1023.
  471. Port Assignments:
  472. Keyword Decimal Description References
  473. ------- ------- ----------- ----------
  474. 0/tcp Reserved
  475. 0/udp Reserved
  476. # Jon Postel <[email protected]>
  477. tcpmux 1/tcp TCP Port Service Multiplexer
  478. tcpmux 1/udp TCP Port Service Multiplexer
  479. # Mark Lottor <[email protected]>
  480. compressnet 2/tcp Management Utility
  481. compressnet 2/udp Management Utility
  482. compressnet 3/tcp Compression Process
  483. compressnet 3/udp Compression Process
  484. # Bernie Volz <[email protected]>
  485. # 4/tcp Unassigned
  486. # 4/udp Unassigned
  487. rje 5/tcp Remote Job Entry
  488. rje 5/udp Remote Job Entry
  489. # Jon Postel <[email protected]>
  490. # 6/tcp Unassigned
  491. # 6/udp Unassigned
  492. echo 7/tcp Echo
  493. echo 7/udp Echo
  494. # Jon Postel <[email protected]>
  495. # 8/tcp Unassigned
  496. Reynolds & Postel [Page 16]
  497. RFC 1700 Assigned Numbers October 1994
  498. # 8/udp Unassigned
  499. discard 9/tcp Discard
  500. discard 9/udp Discard
  501. # Jon Postel <[email protected]>
  502. # 10/tcp Unassigned
  503. # 10/udp Unassigned
  504. systat 11/tcp Active Users
  505. systat 11/udp Active Users
  506. # Jon Postel <[email protected]>
  507. # 12/tcp Unassigned
  508. # 12/udp Unassigned
  509. daytime 13/tcp Daytime
  510. daytime 13/udp Daytime
  511. # Jon Postel <[email protected]>
  512. # 14/tcp Unassigned
  513. # 14/udp Unassigned
  514. # 15/tcp Unassigned [was netstat]
  515. # 15/udp Unassigned
  516. # 16/tcp Unassigned
  517. # 16/udp Unassigned
  518. qotd 17/tcp Quote of the Day
  519. qotd 17/udp Quote of the Day
  520. # Jon Postel <[email protected]>
  521. msp 18/tcp Message Send Protocol
  522. msp 18/udp Message Send Protocol
  523. # Rina Nethaniel <---none--->
  524. chargen 19/tcp Character Generator
  525. chargen 19/udp Character Generator
  526. ftp-data 20/tcp File Transfer [Default Data]
  527. ftp-data 20/udp File Transfer [Default Data]
  528. ftp 21/tcp File Transfer [Control]
  529. ftp 21/udp File Transfer [Control]
  530. # Jon Postel <[email protected]>
  531. # 22/tcp Unassigned
  532. # 22/udp Unassigned
  533. telnet 23/tcp Telnet
  534. telnet 23/udp Telnet
  535. # Jon Postel <[email protected]>
  536. 24/tcp any private mail system
  537. 24/udp any private mail system
  538. # Rick Adam <[email protected]>
  539. smtp 25/tcp Simple Mail Transfer
  540. smtp 25/udp Simple Mail Transfer
  541. # Jon Postel <[email protected]>
  542. # 26/tcp Unassigned
  543. # 26/udp Unassigned
  544. nsw-fe 27/tcp NSW User System FE
  545. nsw-fe 27/udp NSW User System FE
  546. Reynolds & Postel [Page 17]
  547. RFC 1700 Assigned Numbers October 1994
  548. # Robert Thomas <[email protected]>
  549. # 28/tcp Unassigned
  550. # 28/udp Unassigned
  551. msg-icp 29/tcp MSG ICP
  552. msg-icp 29/udp MSG ICP
  553. # Robert Thomas <[email protected]>
  554. # 30/tcp Unassigned
  555. # 30/udp Unassigned
  556. msg-auth 31/tcp MSG Authentication
  557. msg-auth 31/udp MSG Authentication
  558. # Robert Thomas <[email protected]>
  559. # 32/tcp Unassigned
  560. # 32/udp Unassigned
  561. dsp 33/tcp Display Support Protocol
  562. dsp 33/udp Display Support Protocol
  563. # Ed Cain <[email protected]>
  564. # 34/tcp Unassigned
  565. # 34/udp Unassigned
  566. 35/tcp any private printer server
  567. 35/udp any private printer server
  568. # Jon Postel <[email protected]>
  569. # 36/tcp Unassigned
  570. # 36/udp Unassigned
  571. time 37/tcp Time
  572. time 37/udp Time
  573. # Jon Postel <[email protected]>
  574. rap 38/tcp Route Access Protocol
  575. rap 38/udp Route Access Protocol
  576. # Robert Ullmann <[email protected]>
  577. rlp 39/tcp Resource Location Protocol
  578. rlp 39/udp Resource Location Protocol
  579. # Mike Accetta <[email protected]>
  580. # 40/tcp Unassigned
  581. # 40/udp Unassigned
  582. graphics 41/tcp Graphics
  583. graphics 41/udp Graphics
  584. nameserver 42/tcp Host Name Server
  585. nameserver 42/udp Host Name Server
  586. nicname 43/tcp Who Is
  587. nicname 43/udp Who Is
  588. mpm-flags 44/tcp MPM FLAGS Protocol
  589. mpm-flags 44/udp MPM FLAGS Protocol
  590. mpm 45/tcp Message Processing Module [recv]
  591. mpm 45/udp Message Processing Module [recv]
  592. mpm-snd 46/tcp MPM [default send]
  593. mpm-snd 46/udp MPM [default send]
  594. # Jon Postel <[email protected]>
  595. ni-ftp 47/tcp NI FTP
  596. Reynolds & Postel [Page 18]
  597. RFC 1700 Assigned Numbers October 1994
  598. ni-ftp 47/udp NI FTP
  599. # Steve Kille <[email protected]>
  600. auditd 48/tcp Digital Audit Daemon
  601. auditd 48/udp Digital Audit Daemon
  602. # Larry Scott <[email protected]>
  603. login 49/tcp Login Host Protocol
  604. login 49/udp Login Host Protocol
  605. # Pieter Ditmars <[email protected]>
  606. re-mail-ck 50/tcp Remote Mail Checking Protocol
  607. re-mail-ck 50/udp Remote Mail Checking Protocol
  608. # Steve Dorner <[email protected]>
  609. la-maint 51/tcp IMP Logical Address Maintenance
  610. la-maint 51/udp IMP Logical Address Maintenance
  611. # Andy Malis <[email protected]>
  612. xns-time 52/tcp XNS Time Protocol
  613. xns-time 52/udp XNS Time Protocol
  614. # Susie Armstrong <Armstrong.wbst128@XEROX>
  615. domain 53/tcp Domain Name Server
  616. domain 53/udp Domain Name Server
  617. # Paul Mockapetris <[email protected]>
  618. xns-ch 54/tcp XNS Clearinghouse
  619. xns-ch 54/udp XNS Clearinghouse
  620. # Susie Armstrong <Armstrong.wbst128@XEROX>
  621. isi-gl 55/tcp ISI Graphics Language
  622. isi-gl 55/udp ISI Graphics Language
  623. xns-auth 56/tcp XNS Authentication
  624. xns-auth 56/udp XNS Authentication
  625. # Susie Armstrong <Armstrong.wbst128@XEROX>
  626. 57/tcp any private terminal access
  627. 57/udp any private terminal access
  628. # Jon Postel <[email protected]>
  629. xns-mail 58/tcp XNS Mail
  630. xns-mail 58/udp XNS Mail
  631. # Susie Armstrong <Armstrong.wbst128@XEROX>
  632. 59/tcp any private file service
  633. 59/udp any private file service
  634. # Jon Postel <[email protected]>
  635. 60/tcp Unassigned
  636. 60/udp Unassigned
  637. ni-mail 61/tcp NI MAIL
  638. ni-mail 61/udp NI MAIL
  639. # Steve Kille <[email protected]>
  640. acas 62/tcp ACA Services
  641. acas 62/udp ACA Services
  642. # E. Wald <[email protected]>
  643. # 63/tcp Unassigned
  644. # 63/udp Unassigned
  645. covia 64/tcp Communications Integrator (CI)
  646. Reynolds & Postel [Page 19]
  647. RFC 1700 Assigned Numbers October 1994
  648. covia 64/udp Communications Integrator (CI)
  649. # "Tundra" Tim Daneliuk
  650. # <[email protected]>
  651. tacacs-ds 65/tcp TACACS-Database Service
  652. tacacs-ds 65/udp TACACS-Database Service
  653. # Kathy Huber <[email protected]>
  654. sql*net 66/tcp Oracle SQL*NET
  655. sql*net 66/udp Oracle SQL*NET
  656. # Jack Haverty <[email protected]>
  657. bootps 67/tcp Bootstrap Protocol Server
  658. bootps 67/udp Bootstrap Protocol Server
  659. bootpc 68/tcp Bootstrap Protocol Client
  660. bootpc 68/udp Bootstrap Protocol Client
  661. # Bill Croft <[email protected]>
  662. tftp 69/tcp Trivial File Transfer
  663. tftp 69/udp Trivial File Transfer
  664. # David Clark <[email protected]>
  665. gopher 70/tcp Gopher
  666. gopher 70/udp Gopher
  667. # Mark McCahill <[email protected]>
  668. netrjs-1 71/tcp Remote Job Service
  669. netrjs-1 71/udp Remote Job Service
  670. netrjs-2 72/tcp Remote Job Service
  671. netrjs-2 72/udp Remote Job Service
  672. netrjs-3 73/tcp Remote Job Service
  673. netrjs-3 73/udp Remote Job Service
  674. netrjs-4 74/tcp Remote Job Service
  675. netrjs-4 74/udp Remote Job Service
  676. # Bob Braden <[email protected]>
  677. 75/tcp any private dial out service
  678. 75/udp any private dial out service
  679. # Jon Postel <[email protected]>
  680. deos 76/tcp Distributed External Object Store
  681. deos 76/udp Distributed External Object Store
  682. # Robert Ullmann <[email protected]>
  683. 77/tcp any private RJE service
  684. 77/udp any private RJE service
  685. # Jon Postel <[email protected]>
  686. vettcp 78/tcp vettcp
  687. vettcp 78/udp vettcp
  688. # Christopher Leong <[email protected]>
  689. finger 79/tcp Finger
  690. finger 79/udp Finger
  691. # David Zimmerman <[email protected]>
  692. www-http 80/tcp World Wide Web HTTP
  693. www-http 80/udp World Wide Web HTTP
  694. # Tim Berners-Lee <[email protected]>
  695. hosts2-ns 81/tcp HOSTS2 Name Server
  696. Reynolds & Postel [Page 20]
  697. RFC 1700 Assigned Numbers October 1994
  698. hosts2-ns 81/udp HOSTS2 Name Server
  699. # Earl Killian <[email protected]>
  700. xfer 82/tcp XFER Utility
  701. xfer 82/udp XFER Utility
  702. # Thomas M. Smith <[email protected]>
  703. mit-ml-dev 83/tcp MIT ML Device
  704. mit-ml-dev 83/udp MIT ML Device
  705. # David Reed <--none--->
  706. ctf 84/tcp Common Trace Facility
  707. ctf 84/udp Common Trace Facility
  708. # Hugh Thomas <[email protected]>
  709. mit-ml-dev 85/tcp MIT ML Device
  710. mit-ml-dev 85/udp MIT ML Device
  711. # David Reed <--none--->
  712. mfcobol 86/tcp Micro Focus Cobol
  713. mfcobol 86/udp Micro Focus Cobol
  714. # Simon Edwards <--none--->
  715. 87/tcp any private terminal link
  716. 87/udp any private terminal link
  717. # Jon Postel <[email protected]>
  718. kerberos 88/tcp Kerberos
  719. kerberos 88/udp Kerberos
  720. # B. Clifford Neuman <[email protected]>
  721. su-mit-tg 89/tcp SU/MIT Telnet Gateway
  722. su-mit-tg 89/udp SU/MIT Telnet Gateway
  723. # Mark Crispin <[email protected]>
  724. dnsix 90/tcp DNSIX Securit Attribute Token Map
  725. dnsix 90/udp DNSIX Securit Attribute Token Map
  726. # Charles Watt <[email protected]>
  727. mit-dov 91/tcp MIT Dover Spooler
  728. mit-dov 91/udp MIT Dover Spooler
  729. # Eliot Moss <[email protected]>
  730. npp 92/tcp Network Printing Protocol
  731. npp 92/udp Network Printing Protocol
  732. # Louis Mamakos <[email protected]>
  733. dcp 93/tcp Device Control Protocol
  734. dcp 93/udp Device Control Protocol
  735. # Daniel Tappan <[email protected]>
  736. objcall 94/tcp Tivoli Object Dispatcher
  737. objcall 94/udp Tivoli Object Dispatcher
  738. # Tom Bereiter <--none--->
  739. supdup 95/tcp SUPDUP
  740. supdup 95/udp SUPDUP
  741. # Mark Crispin <[email protected]>
  742. dixie 96/tcp DIXIE Protocol Specification
  743. dixie 96/udp DIXIE Protocol Specification
  744. # Tim Howes <[email protected]>
  745. swift-rvf 97/tcp Swift Remote Vitural File Protocol
  746. Reynolds & Postel [Page 21]
  747. RFC 1700 Assigned Numbers October 1994
  748. swift-rvf 97/udp Swift Remote Vitural File Protocol
  749. # Maurice R. Turcotte
  750. # <mailrus!uflorida!rm1!dnmrt%[email protected]>
  751. tacnews 98/tcp TAC News
  752. tacnews 98/udp TAC News
  753. # Jon Postel <[email protected]>
  754. metagram 99/tcp Metagram Relay
  755. metagram 99/udp Metagram Relay
  756. # Geoff Goodfellow <[email protected]>
  757. newacct 100/tcp [unauthorized use]
  758. hostname 101/tcp NIC Host Name Server
  759. hostname 101/udp NIC Host Name Server
  760. # Jon Postel <[email protected]>
  761. iso-tsap 102/tcp ISO-TSAP
  762. iso-tsap 102/udp ISO-TSAP
  763. # Marshall Rose <[email protected]>
  764. gppitnp 103/tcp Genesis Point-to-Point Trans Net
  765. gppitnp 103/udp Genesis Point-to-Point Trans Net
  766. acr-nema 104/tcp ACR-NEMA Digital Imag. & Comm. 300
  767. acr-nema 104/udp ACR-NEMA Digital Imag. & Comm. 300
  768. # Patrick McNamee <--none--->
  769. csnet-ns 105/tcp Mailbox Name Nameserver
  770. csnet-ns 105/udp Mailbox Name Nameserver
  771. # Marvin Solomon <[email protected]>
  772. 3com-tsmux 106/tcp 3COM-TSMUX
  773. 3com-tsmux 106/udp 3COM-TSMUX
  774. # Jeremy Siegel <[email protected]>
  775. rtelnet 107/tcp Remote Telnet Service
  776. rtelnet 107/udp Remote Telnet Service
  777. # Jon Postel <[email protected]>
  778. snagas 108/tcp SNA Gateway Access Server
  779. snagas 108/udp SNA Gateway Access Server
  780. # Kevin Murphy <[email protected]>
  781. pop2 109/tcp Post Office Protocol - Version 2
  782. pop2 109/udp Post Office Protocol - Version 2
  783. # Joyce K. Reynolds <[email protected]>
  784. pop3 110/tcp Post Office Protocol - Version 3
  785. pop3 110/udp Post Office Protocol - Version 3
  786. # Marshall Rose <[email protected]>
  787. sunrpc 111/tcp SUN Remote Procedure Call
  788. sunrpc 111/udp SUN Remote Procedure Call
  789. # Chuck McManis <[email protected]>
  790. mcidas 112/tcp McIDAS Data Transmission Protocol
  791. mcidas 112/udp McIDAS Data Transmission Protocol
  792. # Glenn Davis <[email protected]>
  793. auth 113/tcp Authentication Service
  794. auth 113/udp Authentication Service
  795. # Mike St. Johns <[email protected]>
  796. Reynolds & Postel [Page 22]
  797. RFC 1700 Assigned Numbers October 1994
  798. audionews 114/tcp Audio News Multicast
  799. audionews 114/udp Audio News Multicast
  800. # Martin Forssen <[email protected]>
  801. sftp 115/tcp Simple File Transfer Protocol
  802. sftp 115/udp Simple File Transfer Protocol
  803. # Mark Lottor <[email protected]>
  804. ansanotify 116/tcp ANSA REX Notify
  805. ansanotify 116/udp ANSA REX Notify
  806. # Nicola J. Howarth <[email protected]>
  807. uucp-path 117/tcp UUCP Path Service
  808. uucp-path 117/udp UUCP Path Service
  809. sqlserv 118/tcp SQL Services
  810. sqlserv 118/udp SQL Services
  811. # Larry Barnes <[email protected]>
  812. nntp 119/tcp Network News Transfer Protocol
  813. nntp 119/udp Network News Transfer Protocol
  814. # Phil Lapsley <[email protected]>
  815. cfdptkt 120/tcp CFDPTKT
  816. cfdptkt 120/udp CFDPTKT
  817. # John Ioannidis <[email protected]>
  818. erpc 121/tcp Encore Expedited Remote Pro.Call
  819. erpc 121/udp Encore Expedited Remote Pro.Call
  820. # Jack O'Neil <---none--->
  821. smakynet 122/tcp SMAKYNET
  822. smakynet 122/udp SMAKYNET
  823. # Mike O'Dowd <[email protected]>
  824. ntp 123/tcp Network Time Protocol
  825. ntp 123/udp Network Time Protocol
  826. # Dave Mills <[email protected]>
  827. ansatrader 124/tcp ANSA REX Trader
  828. ansatrader 124/udp ANSA REX Trader
  829. # Nicola J. Howarth <[email protected]>
  830. locus-map 125/tcp Locus PC-Interface Net Map Ser
  831. locus-map 125/udp Locus PC-Interface Net Map Ser
  832. # Eric Peterson <[email protected]>
  833. unitary 126/tcp Unisys Unitary Login
  834. unitary 126/udp Unisys Unitary Login
  835. # <[email protected]>
  836. locus-con 127/tcp Locus PC-Interface Conn Server
  837. locus-con 127/udp Locus PC-Interface Conn Server
  838. # Eric Peterson <[email protected]>
  839. gss-xlicen 128/tcp GSS X License Verification
  840. gss-xlicen 128/udp GSS X License Verification
  841. # John Light <[email protected]>
  842. pwdgen 129/tcp Password Generator Protocol
  843. pwdgen 129/udp Password Generator Protocol
  844. # Frank J. Wacho <[email protected]>
  845. cisco-fna 130/tcp cisco FNATIVE
  846. Reynolds & Postel [Page 23]
  847. RFC 1700 Assigned Numbers October 1994
  848. cisco-fna 130/udp cisco FNATIVE
  849. cisco-tna 131/tcp cisco TNATIVE
  850. cisco-tna 131/udp cisco TNATIVE
  851. cisco-sys 132/tcp cisco SYSMAINT
  852. cisco-sys 132/udp cisco SYSMAINT
  853. statsrv 133/tcp Statistics Service
  854. statsrv 133/udp Statistics Service
  855. # Dave Mills <[email protected]>
  856. ingres-net 134/tcp INGRES-NET Service
  857. ingres-net 134/udp INGRES-NET Service
  858. # Mike Berrow <---none--->
  859. loc-srv 135/tcp Location Service
  860. loc-srv 135/udp Location Service
  861. # Joe Pato <[email protected]>
  862. profile 136/tcp PROFILE Naming System
  863. profile 136/udp PROFILE Naming System
  864. # Larry Peterson <[email protected]>
  865. netbios-ns 137/tcp NETBIOS Name Service
  866. netbios-ns 137/udp NETBIOS Name Service
  867. netbios-dgm 138/tcp NETBIOS Datagram Service
  868. netbios-dgm 138/udp NETBIOS Datagram Service
  869. netbios-ssn 139/tcp NETBIOS Session Service
  870. netbios-ssn 139/udp NETBIOS Session Service
  871. # Jon Postel <[email protected]>
  872. emfis-data 140/tcp EMFIS Data Service
  873. emfis-data 140/udp EMFIS Data Service
  874. emfis-cntl 141/tcp EMFIS Control Service
  875. emfis-cntl 141/udp EMFIS Control Service
  876. # Gerd Beling <[email protected]>
  877. bl-idm 142/tcp Britton-Lee IDM
  878. bl-idm 142/udp Britton-Lee IDM
  879. # Susie Snitzer <---none--->
  880. imap2 143/tcp Interim Mail Access Protocol v2
  881. imap2 143/udp Interim Mail Access Protocol v2
  882. # Mark Crispin <[email protected]>
  883. news 144/tcp NewS
  884. news 144/udp NewS
  885. # James Gosling <[email protected]>
  886. uaac 145/tcp UAAC Protocol
  887. uaac 145/udp UAAC Protocol
  888. # David A. Gomberg <[email protected]>
  889. iso-tp0 146/tcp ISO-IP0
  890. iso-tp0 146/udp ISO-IP0
  891. iso-ip 147/tcp ISO-IP
  892. iso-ip 147/udp ISO-IP
  893. # Marshall Rose <[email protected]>
  894. cronus 148/tcp CRONUS-SUPPORT
  895. cronus 148/udp CRONUS-SUPPORT
  896. Reynolds & Postel [Page 24]
  897. RFC 1700 Assigned Numbers October 1994
  898. # Jeffrey Buffun <[email protected]>
  899. aed-512 149/tcp AED 512 Emulation Service
  900. aed-512 149/udp AED 512 Emulation Service
  901. # Albert G. Broscius <[email protected]>
  902. sql-net 150/tcp SQL-NET
  903. sql-net 150/udp SQL-NET
  904. # Martin Picard <<---none--->
  905. hems 151/tcp HEMS
  906. hems 151/udp HEMS
  907. # Christopher Tengi <[email protected]>
  908. bftp 152/tcp Background File Transfer Program
  909. bftp 152/udp Background File Transfer Program
  910. # Annette DeSchon <[email protected]>
  911. sgmp 153/tcp SGMP
  912. sgmp 153/udp SGMP
  913. # Marty Schoffstahl <[email protected]>
  914. netsc-prod 154/tcp NETSC
  915. netsc-prod 154/udp NETSC
  916. netsc-dev 155/tcp NETSC
  917. netsc-dev 155/udp NETSC
  918. # Sergio Heker <[email protected]>
  919. sqlsrv 156/tcp SQL Service
  920. sqlsrv 156/udp SQL Service
  921. # Craig Rogers <[email protected]>
  922. knet-cmp 157/tcp KNET/VM Command/Message Protocol
  923. knet-cmp 157/udp KNET/VM Command/Message Protocol
  924. # Gary S. Malkin <[email protected]>
  925. pcmail-srv 158/tcp PCMail Server
  926. pcmail-srv 158/udp PCMail Server
  927. # Mark L. Lambert <[email protected]>
  928. nss-routing 159/tcp NSS-Routing
  929. nss-routing 159/udp NSS-Routing
  930. # Yakov Rekhter <[email protected]>
  931. sgmp-traps 160/tcp SGMP-TRAPS
  932. sgmp-traps 160/udp SGMP-TRAPS
  933. # Marty Schoffstahl <[email protected]>
  934. snmp 161/tcp SNMP
  935. snmp 161/udp SNMP
  936. snmptrap 162/tcp SNMPTRAP
  937. snmptrap 162/udp SNMPTRAP
  938. # Marshall Rose <[email protected]>
  939. cmip-man 163/tcp CMIP/TCP Manager
  940. cmip-man 163/udp CMIP/TCP Manager
  941. cmip-agent 164/tcp CMIP/TCP Agent
  942. smip-agent 164/udp CMIP/TCP Agent
  943. # Amatzia Ben-Artzi <---none--->
  944. xns-courier 165/tcp Xerox
  945. xns-courier 165/udp Xerox
  946. Reynolds & Postel [Page 25]
  947. RFC 1700 Assigned Numbers October 1994
  948. # Susie Armstrong <[email protected]>
  949. s-net 166/tcp Sirius Systems
  950. s-net 166/udp Sirius Systems
  951. # Brian Lloyd <---none--->
  952. namp 167/tcp NAMP
  953. namp 167/udp NAMP
  954. # Marty Schoffstahl <[email protected]>
  955. rsvd 168/tcp RSVD
  956. rsvd 168/udp RSVD
  957. # Neil Todd <[email protected]>
  958. send 169/tcp SEND
  959. send 169/udp SEND
  960. # William D. Wisner <[email protected]>
  961. print-srv 170/tcp Network PostScript
  962. print-srv 170/udp Network PostScript
  963. # Brian Reid <[email protected]>
  964. multiplex 171/tcp Network Innovations Multiplex
  965. multiplex 171/udp Network Innovations Multiplex
  966. cl/1 172/tcp Network Innovations CL/1
  967. cl/1 172/udp Network Innovations CL/1
  968. # Kevin DeVault <<---none--->
  969. xyplex-mux 173/tcp Xyplex
  970. xyplex-mux 173/udp Xyplex
  971. # Bob Stewart <[email protected]>
  972. mailq 174/tcp MAILQ
  973. mailq 174/udp MAILQ
  974. # Rayan Zachariassen <[email protected]>
  975. vmnet 175/tcp VMNET
  976. vmnet 175/udp VMNET
  977. # Christopher Tengi <[email protected]>
  978. genrad-mux 176/tcp GENRAD-MUX
  979. genrad-mux 176/udp GENRAD-MUX
  980. # Ron Thornton <[email protected]>
  981. xdmcp 177/tcp X Display Manager Control Protocol
  982. xdmcp 177/udp X Display Manager Control Protocol
  983. # Robert W. Scheifler <[email protected]>
  984. nextstep 178/tcp NextStep Window Server
  985. NextStep 178/udp NextStep Window Server
  986. # Leo Hourvitz <[email protected]>
  987. bgp 179/tcp Border Gateway Protocol
  988. bgp 179/udp Border Gateway Protocol
  989. # Kirk Lougheed <[email protected]>
  990. ris 180/tcp Intergraph
  991. ris 180/udp Intergraph
  992. # Dave Buehmann <[email protected]>
  993. unify 181/tcp Unify
  994. unify 181/udp Unify
  995. # Vinod Singh <--none--->
  996. Reynolds & Postel [Page 26]
  997. RFC 1700 Assigned Numbers October 1994
  998. audit 182/tcp Unisys Audit SITP
  999. audit 182/udp Unisys Audit SITP
  1000. # Gil Greenbaum <[email protected]>
  1001. ocbinder 183/tcp OCBinder
  1002. ocbinder 183/udp OCBinder
  1003. ocserver 184/tcp OCServer
  1004. ocserver 184/udp OCServer
  1005. # Jerrilynn Okamura <--none--->
  1006. remote-kis 185/tcp Remote-KIS
  1007. remote-kis 185/udp Remote-KIS
  1008. kis 186/tcp KIS Protocol
  1009. kis 186/udp KIS Protocol
  1010. # Ralph Droms <[email protected]>
  1011. aci 187/tcp Application Communication Interface
  1012. aci 187/udp Application Communication Interface
  1013. # Rick Carlos <rick.ticipa.csc.ti.com>
  1014. mumps 188/tcp Plus Five's MUMPS
  1015. mumps 188/udp Plus Five's MUMPS
  1016. # Hokey Stenn <[email protected]>
  1017. qft 189/tcp Queued File Transport
  1018. qft 189/udp Queued File Transport
  1019. # Wayne Schroeder <[email protected]>
  1020. gacp 190/tcp Gateway Access Control Protocol
  1021. cacp 190/udp Gateway Access Control Protocol
  1022. # C. Philip Wood <[email protected]>
  1023. prospero 191/tcp Prospero Directory Service
  1024. prospero 191/udp Prospero Directory Service
  1025. # B. Clifford Neuman <[email protected]>
  1026. osu-nms 192/tcp OSU Network Monitoring System
  1027. osu-nms 192/udp OSU Network Monitoring System
  1028. # Doug Karl <[email protected]>
  1029. srmp 193/tcp Spider Remote Monitoring Protocol
  1030. srmp 193/udp Spider Remote Monitoring Protocol
  1031. # Ted J. Socolofsky <[email protected]>
  1032. irc 194/tcp Internet Relay Chat Protocol
  1033. irc 194/udp Internet Relay Chat Protocol
  1034. # Jarkko Oikarinen <[email protected]>
  1035. dn6-nlm-aud 195/tcp DNSIX Network Level Module Audit
  1036. dn6-nlm-aud 195/udp DNSIX Network Level Module Audit
  1037. dn6-smm-red 196/tcp DNSIX Session Mgt Module Audit Redir
  1038. dn6-smm-red 196/udp DNSIX Session Mgt Module Audit Redir
  1039. # Lawrence Lebahn <[email protected]>
  1040. dls 197/tcp Directory Location Service
  1041. dls 197/udp Directory Location Service
  1042. dls-mon 198/tcp Directory Location Service Monitor
  1043. dls-mon 198/udp Directory Location Service Monitor
  1044. # Scott Bellew <[email protected]>
  1045. smux 199/tcp SMUX
  1046. Reynolds & Postel [Page 27]
  1047. RFC 1700 Assigned Numbers October 1994
  1048. smux 199/udp SMUX
  1049. # Marshall Rose <[email protected]>
  1050. src 200/tcp IBM System Resource Controller
  1051. src 200/udp IBM System Resource Controller
  1052. # Gerald McBrearty <---none--->
  1053. at-rtmp 201/tcp AppleTalk Routing Maintenance
  1054. at-rtmp 201/udp AppleTalk Routing Maintenance
  1055. at-nbp 202/tcp AppleTalk Name Binding
  1056. at-nbp 202/udp AppleTalk Name Binding
  1057. at-3 203/tcp AppleTalk Unused
  1058. at-3 203/udp AppleTalk Unused
  1059. at-echo 204/tcp AppleTalk Echo
  1060. at-echo 204/udp AppleTalk Echo
  1061. at-5 205/tcp AppleTalk Unused
  1062. at-5 205/udp AppleTalk Unused
  1063. at-zis 206/tcp AppleTalk Zone Information
  1064. at-zis 206/udp AppleTalk Zone Information
  1065. at-7 207/tcp AppleTalk Unused
  1066. at-7 207/udp AppleTalk Unused
  1067. at-8 208/tcp AppleTalk Unused
  1068. at-8 208/udp AppleTalk Unused
  1069. # Rob Chandhok <[email protected]>
  1070. tam 209/tcp Trivial Authenticated Mail Protocol
  1071. tam 209/udp Trivial Authenticated Mail Protocol
  1072. # Dan Bernstein <[email protected]>
  1073. z39.50 210/tcp ANSI Z39.50
  1074. z39.50 210/udp ANSI Z39.50
  1075. # Mark Needleman
  1076. # <mhnur%[email protected]>
  1077. 914c/g 211/tcp Texas Instruments 914C/G Terminal
  1078. 914c/g 211/udp Texas Instruments 914C/G Terminal
  1079. # Bill Harrell <---none--->
  1080. anet 212/tcp ATEXSSTR
  1081. anet 212/udp ATEXSSTR
  1082. # Jim Taylor <[email protected]>
  1083. ipx 213/tcp IPX
  1084. ipx 213/udp IPX
  1085. # Don Provan <[email protected]>
  1086. vmpwscs 214/tcp VM PWSCS
  1087. vmpwscs 214/udp VM PWSCS
  1088. # Dan Shia <[email protected]>
  1089. softpc 215/tcp Insignia Solutions
  1090. softpc 215/udp Insignia Solutions
  1091. # Martyn Thomas <---none--->
  1092. atls 216/tcp Access Technology License Server
  1093. atls 216/udp Access Technology License Server
  1094. # Larry DeLuca <[email protected]>
  1095. dbase 217/tcp dBASE Unix
  1096. Reynolds & Postel [Page 28]
  1097. RFC 1700 Assigned Numbers October 1994
  1098. dbase 217/udp dBASE Unix
  1099. # Don Gibson
  1100. # <[email protected]>
  1101. mpp 218/tcp Netix Message Posting Protocol
  1102. mpp 218/udp Netix Message Posting Protocol
  1103. # Shannon Yeh <[email protected]>
  1104. uarps 219/tcp Unisys ARPs
  1105. uarps 219/udp Unisys ARPs
  1106. # Ashok Marwaha <---none--->
  1107. imap3 220/tcp Interactive Mail Access Protocol v3
  1108. imap3 220/udp Interactive Mail Access Protocol v3
  1109. # James Rice <[email protected]>
  1110. fln-spx 221/tcp Berkeley rlogind with SPX auth
  1111. fln-spx 221/udp Berkeley rlogind with SPX auth
  1112. rsh-spx 222/tcp Berkeley rshd with SPX auth
  1113. rsh-spx 222/udp Berkeley rshd with SPX auth
  1114. cdc 223/tcp Certificate Distribution Center
  1115. cdc 223/udp Certificate Distribution Center
  1116. # Kannan Alagappan <[email protected]>
  1117. # 224-241 Reserved
  1118. # Jon Postel <[email protected]>
  1119. # 242/tcp Unassigned
  1120. # 242/udp Unassigned
  1121. sur-meas 243/tcp Survey Measurement
  1122. sur-meas 243/udp Survey Measurement
  1123. # Dave Clark <[email protected]>
  1124. # 244/tcp Unassigned
  1125. # 244/udp Unassigned
  1126. link 245/tcp LINK
  1127. link 245/udp LINK
  1128. dsp3270 246/tcp Display Systems Protocol
  1129. dsp3270 246/udp Display Systems Protocol
  1130. # Weldon J. Showalter <[email protected]>
  1131. # 247-255 Reserved
  1132. # Jon Postel <[email protected]>
  1133. # 256-343 Unassigned
  1134. pdap 344/tcp Prospero Data Access Protocol
  1135. pdap 344/udp Prospero Data Access Protocol
  1136. # B. Clifford Neuman <[email protected]>
  1137. pawserv 345/tcp Perf Analysis Workbench
  1138. pawserv 345/udp Perf Analysis Workbench
  1139. zserv 346/tcp Zebra server
  1140. zserv 346/udp Zebra server
  1141. fatserv 347/tcp Fatmen Server
  1142. fatserv 347/udp Fatmen Server
  1143. csi-sgwp 348/tcp Cabletron Management Protocol
  1144. csi-sgwp 348/udp Cabletron Management Protocol
  1145. # 349-370 Unassigned
  1146. Reynolds & Postel [Page 29]
  1147. RFC 1700 Assigned Numbers October 1994
  1148. clearcase 371/tcp Clearcase
  1149. clearcase 371/udp Clearcase
  1150. # Dave LeBlang <[email protected]>
  1151. ulistserv 372/tcp Unix Listserv
  1152. ulistserv 372/udp Unix Listserv
  1153. # Anastasios Kotsikonas <[email protected]>
  1154. legent-1 373/tcp Legent Corporation
  1155. legent-1 373/udp Legent Corporation
  1156. legent-2 374/tcp Legent Corporation
  1157. legent-2 374/udp Legent Corporation
  1158. # Keith Boyce <---none--->
  1159. hassle 375/tcp Hassle
  1160. hassle 375/udp Hassle
  1161. # Reinhard Doelz <[email protected]>
  1162. nip 376/tcp Amiga Envoy Network Inquiry Proto
  1163. nip 376/udp Amiga Envoy Network Inquiry Proto
  1164. # Kenneth Dyke <[email protected]>
  1165. tnETOS 377/tcp NEC Corporation
  1166. tnETOS 377/udp NEC Corporation
  1167. dsETOS 378/tcp NEC Corporation
  1168. dsETOS 378/udp NEC Corporation
  1169. # Tomoo Fujita <[email protected]>
  1170. is99c 379/tcp TIA/EIA/IS-99 modem client
  1171. is99c 379/udp TIA/EIA/IS-99 modem client
  1172. is99s 380/tcp TIA/EIA/IS-99 modem server
  1173. is99s 380/udp TIA/EIA/IS-99 modem server
  1174. # Frank Quick <[email protected]>
  1175. hp-collector 381/tcp hp performance data collector
  1176. hp-collector 381/udp hp performance data collector
  1177. hp-managed-node 382/tcp hp performance data managed node
  1178. hp-managed-node 382/udp hp performance data managed node
  1179. hp-alarm-mgr 383/tcp hp performance data alarm manager
  1180. hp-alarm-mgr 383/udp hp performance data alarm manager
  1181. # Frank Blakely <[email protected]>
  1182. arns 384/tcp A Remote Network Server System
  1183. arns 384/udp A Remote Network Server System
  1184. # David Hornsby <[email protected]>
  1185. ibm-app 385/tcp IBM Application
  1186. ibm-app 385/tcp IBM Application
  1187. # Lisa Tomita <---none--->
  1188. asa 386/tcp ASA Message Router Object Def.
  1189. asa 386/udp ASA Message Router Object Def.
  1190. # Steve Laitinen <[email protected]>
  1191. aurp 387/tcp Appletalk Update-Based Routing Pro.
  1192. aurp 387/udp Appletalk Update-Based Routing Pro.
  1193. # Chris Ranch <[email protected]>
  1194. unidata-ldm 388/tcp Unidata LDM Version 4
  1195. unidata-ldm 388/udp Unidata LDM Version 4
  1196. Reynolds & Postel [Page 30]
  1197. RFC 1700 Assigned Numbers October 1994
  1198. # Glenn Davis <[email protected]>
  1199. ldap 389/tcp Lightweight Directory Access Protocol
  1200. ldap 389/udp Lightweight Directory Access Protocol
  1201. # Tim Howes <[email protected]>
  1202. uis 390/tcp UIS
  1203. uis 390/udp UIS
  1204. # Ed Barron <---none--->
  1205. synotics-relay 391/tcp SynOptics SNMP Relay Port
  1206. synotics-relay 391/udp SynOptics SNMP Relay Port
  1207. synotics-broker 392/tcp SynOptics Port Broker Port
  1208. synotics-broker 392/udp SynOptics Port Broker Port
  1209. # Illan Raab <[email protected]>
  1210. dis 393/tcp Data Interpretation System
  1211. dis 393/udp Data Interpretation System
  1212. # Paul Stevens <[email protected]>
  1213. embl-ndt 394/tcp EMBL Nucleic Data Transfer
  1214. embl-ndt 394/udp EMBL Nucleic Data Transfer
  1215. # Peter Gad <[email protected]>
  1216. netcp 395/tcp NETscout Control Protocol
  1217. netcp 395/udp NETscout Control Protocol
  1218. # Anil Singhal <---none--->
  1219. netware-ip 396/tcp Novell Netware over IP
  1220. netware-ip 396/udp Novell Netware over IP
  1221. mptn 397/tcp Multi Protocol Trans. Net.
  1222. mptn 397/udp Multi Protocol Trans. Net.
  1223. # Soumitra Sarkar <[email protected]>
  1224. kryptolan 398/tcp Kryptolan
  1225. kryptolan 398/udp Kryptolan
  1226. # Peter de Laval <[email protected]>
  1227. # 399/tcp Unassigned
  1228. # 399/udp Unassigned
  1229. work-sol 400/tcp Workstation Solutions
  1230. work-sol 400/udp Workstation Solutions
  1231. # Jim Ward <[email protected]>
  1232. ups 401/tcp Uninterruptible Power Supply
  1233. ups 401/udp Uninterruptible Power Supply
  1234. # Guenther Seybold <[email protected]>
  1235. genie 402/tcp Genie Protocol
  1236. genie 402/udp Genie Protocol
  1237. # Mark Hankin <---none--->
  1238. decap 403/tcp decap
  1239. decap 403/udp decap
  1240. nced 404/tcp nced
  1241. nced 404/udp nced
  1242. ncld 405/tcp ncld
  1243. ncld 405/udp ncld
  1244. # Richard Jones <---none--->
  1245. imsp 406/tcp Interactive Mail Support Protocol
  1246. Reynolds & Postel [Page 31]
  1247. RFC 1700 Assigned Numbers October 1994
  1248. imsp 406/udp Interactive Mail Support Protocol
  1249. # John Myers <[email protected]>
  1250. timbuktu 407/tcp Timbuktu
  1251. timbuktu 407/udp Timbuktu
  1252. # Marc Epard <[email protected]>
  1253. prm-sm 408/tcp Prospero Resource Manager Sys. Man.
  1254. prm-sm 408/udp Prospero Resource Manager Sys. Man.
  1255. prm-nm 409/tcp Prospero Resource Manager Node Man.
  1256. prm-nm 409/udp Prospero Resource Manager Node Man.
  1257. # B. Clifford Neuman <[email protected]>
  1258. decladebug 410/tcp DECLadebug Remote Debug Protocol
  1259. decladebug 410/udp DECLadebug Remote Debug Protocol
  1260. # Anthony Berent <[email protected]>
  1261. rmt 411/tcp Remote MT Protocol
  1262. rmt 411/udp Remote MT Protocol
  1263. # Peter Eriksson <[email protected]>
  1264. synoptics-trap 412/tcp Trap Convention Port
  1265. synoptics-trap 412/udp Trap Convention Port
  1266. # Illan Raab <[email protected]>
  1267. smsp 413/tcp SMSP
  1268. smsp 413/udp SMSP
  1269. infoseek 414/tcp InfoSeek
  1270. infoseek 414/udp InfoSeek
  1271. # Steve Kirsch <[email protected]>
  1272. bnet 415/tcp BNet
  1273. bnet 415/udp BNet
  1274. # Jim Mertz <[email protected]>
  1275. silverplatter 416/tcp Silverplatter
  1276. silverplatter 416/udp Silverplatter
  1277. # Peter Ciuffetti <[email protected]>
  1278. onmux 417/tcp Onmux
  1279. onmux 417/udp Onmux
  1280. # Stephen Hanna <[email protected]>
  1281. hyper-g 418/tcp Hyper-G
  1282. hyper-g 418/udp Hyper-G
  1283. # Frank Kappe <[email protected]>
  1284. ariel1 419/tcp Ariel
  1285. ariel1 419/udp Ariel
  1286. # Jonathan Lavigne <[email protected]>
  1287. smpte 420/tcp SMPTE
  1288. smpte 420/udp SMPTE
  1289. # Si Becker <[email protected]>
  1290. ariel2 421/tcp Ariel
  1291. ariel2 421/udp Ariel
  1292. ariel3 422/tcp Ariel
  1293. ariel3 422/udp Ariel
  1294. # Jonathan Lavigne <[email protected]>
  1295. opc-job-start 423/tcp IBM Operations Planning and Control Start
  1296. Reynolds & Postel [Page 32]
  1297. RFC 1700 Assigned Numbers October 1994
  1298. opc-job-start 423/udp IBM Operations Planning and Control Start
  1299. opc-job-track 424/tcp IBM Operations Planning and Control Track
  1300. opc-job-track 424/udp IBM Operations Planning and Control Track
  1301. # Conny Larsson <[email protected]>
  1302. icad-el 425/tcp ICAD
  1303. icad-el 425/udp ICAD
  1304. # Larry Stone <[email protected]>
  1305. smartsdp 426/tcp smartsdp
  1306. smartsdp 426/udp smartsdp
  1307. # Alexander Dupuy <[email protected]>
  1308. svrloc 427/tcp Server Location
  1309. svrloc 427/udp Server Location
  1310. # <[email protected]>
  1311. ocs_cmu 428/tcp OCS_CMU
  1312. ocs_cmu 428/udp OCS_CMU
  1313. ocs_amu 429/tcp OCS_AMU
  1314. ocs_amu 429/udp OCS_AMU
  1315. # Florence Wyman <[email protected]>
  1316. utmpsd 430/tcp UTMPSD
  1317. utmpsd 430/udp UTMPSD
  1318. utmpcd 431/tcp UTMPCD
  1319. utmpcd 431/udp UTMPCD
  1320. iasd 432/tcp IASD
  1321. iasd 432/udp IASD
  1322. # Nir Baroz <[email protected]>
  1323. nnsp 433/tcp NNSP
  1324. nnsp 433/udp NNSP
  1325. # Rob Robertson <[email protected]>
  1326. mobileip-agent 434/tcp MobileIP-Agent
  1327. mobileip-agent 434/udp MobileIP-Agent
  1328. mobilip-mn 435/tcp MobilIP-MN
  1329. mobilip-mn 435/udp MobilIP-MN
  1330. # Kannan Alagappan <[email protected]>
  1331. dna-cml 436/tcp DNA-CML
  1332. dna-cml 436/udp DNA-CML
  1333. # Dan Flowers <[email protected]>
  1334. comscm 437/tcp comscm
  1335. comscm 437/udp comscm
  1336. # Jim Teague <[email protected]>
  1337. dsfgw 438/tcp dsfgw
  1338. dsfgw 438/udp dsfgw
  1339. # Andy McKeen <[email protected]>
  1340. dasp 439/tcp dasp Thomas Obermair
  1341. dasp 439/udp dasp [email protected]
  1342. # Thomas Obermair <[email protected]>
  1343. sgcp 440/tcp sgcp
  1344. sgcp 440/udp sgcp
  1345. # Marshall Rose <[email protected]>
  1346. Reynolds & Postel [Page 33]
  1347. RFC 1700 Assigned Numbers October 1994
  1348. decvms-sysmgt 441/tcp decvms-sysmgt
  1349. decvms-sysmgt 441/udp decvms-sysmgt
  1350. # Lee Barton <[email protected]>
  1351. cvc_hostd 442/tcp cvc_hostd
  1352. cvc_hostd 442/udp cvc_hostd
  1353. # Bill Davidson <[email protected]>
  1354. https 443/tcp https MCom
  1355. https 443/udp https MCom
  1356. # Kipp E.B. Hickman <[email protected]>
  1357. snpp 444/tcp Simple Network Paging Protocol
  1358. snpp 444/udp Simple Network Paging Protocol
  1359. # [RFC1568]
  1360. microsoft-ds 445/tcp Microsoft-DS
  1361. microsoft-ds 445/udp Microsoft-DS
  1362. # Arnold Miller <[email protected]>
  1363. ddm-rdb 446/tcp DDM-RDB
  1364. ddm-rdb 446/udp DDM-RDB
  1365. ddm-dfm 447/tcp DDM-RFM
  1366. ddm-dfm 447/udp DDM-RFM
  1367. ddm-byte 448/tcp DDM-BYTE
  1368. ddm-byte 448/udp DDM-BYTE
  1369. # Jan David Fisher <[email protected]>
  1370. as-servermap 449/tcp AS Server Mapper
  1371. as-servermap 449/udp AS Server Mapper
  1372. # Barbara Foss <[email protected]>
  1373. tserver 450/tcp TServer
  1374. tserver 450/udp TServer
  1375. # Harvey S. Schultz <[email protected]>
  1376. # 451-511 Unassigned
  1377. exec 512/tcp remote process execution;
  1378. # authentication performed using
  1379. # passwords and UNIX loppgin names
  1380. biff 512/udp used by mail system to notify users
  1381. # of new mail received; currently
  1382. # receives messages only from
  1383. # processes on the same machine
  1384. login 513/tcp remote login a la telnet;
  1385. # automatic authentication performed
  1386. # based on priviledged port numbers
  1387. # and distributed data bases which
  1388. # identify "authentication domains"
  1389. who 513/udp maintains data bases showing who's
  1390. # logged in to machines on a local
  1391. # net and the load average of the
  1392. # machine
  1393. cmd 514/tcp like exec, but automatic
  1394. # authentication is performed as for
  1395. # login server
  1396. Reynolds & Postel [Page 34]
  1397. RFC 1700 Assigned Numbers October 1994
  1398. syslog 514/udp
  1399. printer 515/tcp spooler
  1400. printer 515/udp spooler
  1401. # 516/tcp Unassigned
  1402. # 516/udp Unassigned
  1403. talk 517/tcp like tenex link, but across
  1404. # machine - unfortunately, doesn't
  1405. # use link protocol (this is actually
  1406. # just a rendezvous port from which a
  1407. # tcp connection is established)
  1408. talk 517/udp like tenex link, but across
  1409. # machine - unfortunately, doesn't
  1410. # use link protocol (this is actually
  1411. # just a rendezvous port from which a
  1412. tcp connection is established)
  1413. ntalk 518/tcp
  1414. ntalk 518/udp
  1415. utime 519/tcp unixtime
  1416. utime 519/udp unixtime
  1417. efs 520/tcp extended file name server
  1418. router 520/udp local routing process (on site);
  1419. # uses variant of Xerox NS routing
  1420. # information protocol
  1421. # 521-524 Unassigned
  1422. timed 525/tcp timeserver
  1423. timed 525/udp timeserver
  1424. tempo 526/tcp newdate
  1425. tempo 526/udp newdate
  1426. # 527-529 Unassigned
  1427. courier 530/tcp rpc
  1428. courier 530/udp rpc
  1429. conference 531/tcp chat
  1430. conference 531/udp chat
  1431. netnews 532/tcp readnews
  1432. netnews 532/udp readnews
  1433. netwall 533/tcp for emergency broadcasts
  1434. netwall 533/udp for emergency broadcasts
  1435. # 534-538 Unassigned
  1436. apertus-ldp 539/tcp Apertus Technologies Load Determination
  1437. apertus-ldp 539/udp Apertus Technologies Load Determination
  1438. uucp 540/tcp uucpd
  1439. uucp 540/udp uucpd
  1440. uucp-rlogin 541/tcp uucp-rlogin Stuart Lynne
  1441. uucp-rlogin 541/udp uucp-rlogin [email protected]
  1442. # 542/tcp Unassigned
  1443. # 542/udp Unassigned
  1444. klogin 543/tcp
  1445. klogin 543/udp
  1446. Reynolds & Postel [Page 35]
  1447. RFC 1700 Assigned Numbers October 1994
  1448. kshell 544/tcp krcmd
  1449. kshell 544/udp krcmd
  1450. # 545-549 Unassigned
  1451. new-rwho 550/tcp new-who
  1452. new-rwho 550/udp new-who
  1453. # 551-555 Unassigned
  1454. dsf 555/tcp
  1455. dsf 555/udp
  1456. remotefs 556/tcp rfs server
  1457. remotefs 556/udp rfs server
  1458. # 557-559 Unassigned
  1459. rmonitor 560/tcp rmonitord
  1460. rmonitor 560/udp rmonitord
  1461. monitor 561/tcp
  1462. monitor 561/udp
  1463. chshell 562/tcp chcmd
  1464. chshell 562/udp chcmd
  1465. # 563/tcp Unassigned
  1466. # 563/udp Unassigned
  1467. 9pfs 564/tcp plan 9 file service
  1468. 9pfs 564/udp plan 9 file service
  1469. whoami 565/tcp whoami
  1470. whoami 565/udp whoami
  1471. # 566-569 Unassigned
  1472. meter 570/tcp demon
  1473. meter 570/udp demon
  1474. meter 571/tcp udemon
  1475. meter 571/udp udemon
  1476. # 572-599 Unassigned
  1477. ipcserver 600/tcp Sun IPC server
  1478. ipcserver 600/udp Sun IPC server
  1479. nqs 607/tcp nqs
  1480. nqs 607/udp nqs
  1481. urm 606/tcp Cray Unified Resource Manager
  1482. urm 606/udp Cray Unified Resource Manager
  1483. # Bill Schiefelbein <[email protected]>
  1484. sift-uft 608/tcp Sender-Initiated/Unsolicited File Transfer
  1485. sift-uft 608/udp Sender-Initiated/Unsolicited File Transfer
  1486. # Rick Troth <[email protected]>
  1487. npmp-trap 609/tcp npmp-trap
  1488. npmp-trap 609/udp npmp-trap
  1489. npmp-local 610/tcp npmp-local
  1490. npmp-local 610/udp npmp-local
  1491. npmp-gui 611/tcp npmp-gui
  1492. npmp-gui 611/udp npmp-gui
  1493. # John Barnes <[email protected]>
  1494. ginad 634/tcp ginad
  1495. ginad 634/udp ginad
  1496. Reynolds & Postel [Page 36]
  1497. RFC 1700 Assigned Numbers October 1994
  1498. # Mark Crother <[email protected]>
  1499. mdqs 666/tcp
  1500. mdqs 666/udp
  1501. doom 666/tcp doom Id Software
  1502. doom 666/tcp doom Id Software
  1503. # <[email protected]>
  1504. elcsd 704/tcp errlog copy/server daemon
  1505. elcsd 704/udp errlog copy/server daemon
  1506. entrustmanager 709/tcp EntrustManager
  1507. entrustmanager 709/udp EntrustManager
  1508. # Peter Whittaker <[email protected]>
  1509. netviewdm1 729/tcp IBM NetView DM/6000 Server/Client
  1510. netviewdm1 729/udp IBM NetView DM/6000 Server/Client
  1511. netviewdm2 730/tcp IBM NetView DM/6000 send/tcp
  1512. netviewdm2 730/udp IBM NetView DM/6000 send/tcp
  1513. netviewdm3 731/tcp IBM NetView DM/6000 receive/tcp
  1514. netviewdm3 731/udp IBM NetView DM/6000 receive/tcp
  1515. # Philippe Binet ([email protected])
  1516. netgw 741/tcp netGW
  1517. netgw 741/udp netGW
  1518. netrcs 742/tcp Network based Rev. Cont. Sys.
  1519. netrcs 742/udp Network based Rev. Cont. Sys.
  1520. # Gordon C. Galligher <[email protected]>
  1521. flexlm 744/tcp Flexible License Manager
  1522. flexlm 744/udp Flexible License Manager
  1523. # Matt Christiano
  1524. # <globes@[email protected]>
  1525. fujitsu-dev 747/tcp Fujitsu Device Control
  1526. fujitsu-dev 747/udp Fujitsu Device Control
  1527. ris-cm 748/tcp Russell Info Sci Calendar Manager
  1528. ris-cm 748/udp Russell Info Sci Calendar Manager
  1529. kerberos-adm 749/tcp kerberos administration
  1530. kerberos-adm 749/udp kerberos administration
  1531. rfile 750/tcp
  1532. loadav 750/udp
  1533. pump 751/tcp
  1534. pump 751/udp
  1535. qrh 752/tcp
  1536. qrh 752/udp
  1537. rrh 753/tcp
  1538. rrh 753/udp
  1539. tell 754/tcp send
  1540. tell 754/udp send
  1541. nlogin 758/tcp
  1542. nlogin 758/udp
  1543. con 759/tcp
  1544. con 759/udp
  1545. Reynolds & Postel [Page 37]
  1546. RFC 1700 Assigned Numbers October 1994
  1547. ns 760/tcp
  1548. ns 760/udp
  1549. rxe 761/tcp
  1550. rxe 761/udp
  1551. quotad 762/tcp
  1552. quotad 762/udp
  1553. cycleserv 763/tcp
  1554. cycleserv 763/udp
  1555. omserv 764/tcp
  1556. omserv 764/udp
  1557. webster 765/tcp
  1558. webster 765/udp
  1559. phonebook 767/tcp phone
  1560. phonebook 767/udp phone
  1561. vid 769/tcp
  1562. vid 769/udp
  1563. cadlock 770/tcp
  1564. cadlock 770/udp
  1565. rtip 771/tcp
  1566. rtip 771/udp
  1567. cycleserv2 772/tcp
  1568. cycleserv2 772/udp
  1569. submit 773/tcp
  1570. notify 773/udp
  1571. rpasswd 774/tcp
  1572. acmaint_dbd 774/udp
  1573. entomb 775/tcp
  1574. acmaint_transd 775/udp
  1575. wpages 776/tcp
  1576. wpages 776/udp
  1577. wpgs 780/tcp
  1578. wpgs 780/udp
  1579. concert 786/tcp Concert
  1580. concert 786/udp Concert
  1581. # Josyula R. Rao <[email protected]>
  1582. mdbs_daemon 800/tcp
  1583. mdbs_daemon 800/udp
  1584. device 801/tcp
  1585. device 801/udp
  1586. xtreelic 996/tcp Central Point Software
  1587. xtreelic 996/udp Central Point Software
  1588. # Dale Cabell <[email protected]>
  1589. maitrd 997/tcp
  1590. maitrd 997/udp
  1591. busboy 998/tcp
  1592. puparp 998/udp
  1593. garcon 999/tcp
  1594. applix 999/udp Applix ac
  1595. Reynolds & Postel [Page 38]
  1596. RFC 1700 Assigned Numbers October 1994
  1597. puprouter 999/tcp
  1598. puprouter 999/udp
  1599. cadlock 1000/tcp
  1600. ock 1000/udp
  1601. 1023/tcp Reserved
  1602. 1024/udp Reserved
  1603. # IANA <[email protected]>
  1604. REGISTERED PORT NUMBERS
  1605. The Registered Ports are not controlled by the IANA and on most
  1606. systems can be used by ordinary user processes or programs executed by
  1607. ordinary users.
  1608. Ports are used in the TCP [RFC793] to name the ends of logical
  1609. connections which carry long term conversations. For the purpose of
  1610. providing services to unknown callers, a service contact port is
  1611. defined. This list specifies the port used by the server process as
  1612. its contact port. While the IANA can not control uses of these ports
  1613. it does register or list uses of these ports as a convienence to the
  1614. community.
  1615. To the extent possible, these same port assignments are used with the
  1616. UDP [RFC768].
  1617. The Registered Ports are in the range 1024-65535.
  1618. Port Assignments:
  1619. Keyword Decimal Description References
  1620. ------- ------- ----------- ----------
  1621. 1024/tcp Reserved
  1622. 1024/udp Reserved
  1623. # IANA <[email protected]>
  1624. blackjack 1025/tcp network blackjack
  1625. blackjack 1025/udp network blackjack
  1626. iad1 1030/tcp BBN IAD
  1627. iad1 1030/udp BBN IAD
  1628. iad2 1031/tcp BBN IAD
  1629. iad2 1031/udp BBN IAD
  1630. iad3 1032/tcp BBN IAD
  1631. iad3 1032/udp BBN IAD
  1632. # Andy Malis <[email protected]>
  1633. instl_boots 1067/tcp Installation Bootstrap Proto. Serv.
  1634. instl_boots 1067/udp Installation Bootstrap Proto. Serv.
  1635. instl_bootc 1068/tcp Installation Bootstrap Proto. Cli.
  1636. Reynolds & Postel [Page 39]
  1637. RFC 1700 Assigned Numbers October 1994
  1638. instl_bootc 1068/udp Installation Bootstrap Proto. Cli.
  1639. # David Arko <<[email protected]>
  1640. socks 1080/tcp Socks
  1641. socks 1080/udp Socks
  1642. # Ying-Da Lee <[email protected]
  1643. ansoft-lm-1 1083/tcp Anasoft License Manager
  1644. ansoft-lm-1 1083/udp Anasoft License Manager
  1645. ansoft-lm-2 1084/tcp Anasoft License Manager
  1646. ansoft-lm-2 1084/udp Anasoft License Manager
  1647. nfa 1155/tcp Network File Access
  1648. nfa 1155/udp Network File Access
  1649. # James Powell <[email protected]>
  1650. nerv 1222/tcp SNI R&D network
  1651. nerv 1222/udp SNI R&D network
  1652. # Martin Freiss <[email protected]>
  1653. hermes 1248/tcp
  1654. hermes 1248/udp
  1655. alta-ana-lm 1346/tcp Alta Analytics License Manager
  1656. alta-ana-lm 1346/udp Alta Analytics License Manager
  1657. bbn-mmc 1347/tcp multi media conferencing
  1658. bbn-mmc 1347/udp multi media conferencing
  1659. bbn-mmx 1348/tcp multi media conferencing
  1660. bbn-mmx 1348/udp multi media conferencing
  1661. sbook 1349/tcp Registration Network Protocol
  1662. sbook 1349/udp Registration Network Protocol
  1663. editbench 1350/tcp Registration Network Protocol
  1664. editbench 1350/udp Registration Network Protocol
  1665. # Simson L. Garfinkel <[email protected]>
  1666. equationbuilder 1351/tcp Digital Tool Works (MIT)
  1667. equationbuilder 1351/udp Digital Tool Works (MIT)
  1668. # Terrence J. Talbot <[email protected]>
  1669. lotusnote 1352/tcp Lotus Note
  1670. lotusnote 1352/udp Lotus Note
  1671. # Greg Pflaum <[email protected]>
  1672. relief 1353/tcp Relief Consulting
  1673. relief 1353/udp Relief Consulting
  1674. # John Feiler <[email protected]>
  1675. rightbrain 1354/tcp RightBrain Software
  1676. rightbrain 1354/udp RightBrain Software
  1677. # Glenn Reid <[email protected]>
  1678. intuitive edge 1355/tcp Intuitive Edge
  1679. intuitive edge 1355/udp Intuitive Edge
  1680. # Montgomery Zukowski
  1681. # <[email protected]>
  1682. cuillamartin 1356/tcp CuillaMartin Company
  1683. cuillamartin 1356/udp CuillaMartin Company
  1684. pegboard 1357/tcp Electronic PegBoard
  1685. pegboard 1357/udp Electronic PegBoard
  1686. Reynolds & Postel [Page 40]
  1687. RFC 1700 Assigned Numbers October 1994
  1688. # Chris Cuilla
  1689. # <[email protected]>
  1690. connlcli 1358/tcp CONNLCLI
  1691. connlcli 1358/udp CONNLCLI
  1692. ftsrv 1359/tcp FTSRV
  1693. ftsrv 1359/udp FTSRV
  1694. # Ines Homem de Melo <[email protected]>
  1695. mimer 1360/tcp MIMER
  1696. mimer 1360/udp MIMER
  1697. # Per Schroeder <[email protected]>
  1698. linx 1361/tcp LinX
  1699. linx 1361/udp LinX
  1700. # Steffen Schilke <---none--->
  1701. timeflies 1362/tcp TimeFlies
  1702. timeflies 1362/udp TimeFlies
  1703. # Doug Kent <mouthers@[email protected]>
  1704. ndm-requester 1363/tcp Network DataMover Requester
  1705. ndm-requester 1363/udp Network DataMover Requester
  1706. ndm-server 1364/tcp Network DataMover Server
  1707. ndm-server 1364/udp Network DataMover Server
  1708. # Toshio Watanabe
  1709. # <[email protected]>
  1710. adapt-sna 1365/tcp Network Software Associates
  1711. adapt-sna 1365/udp Network Software Associates
  1712. # Jeffery Chiao <714-768-401>
  1713. netware-csp 1366/tcp Novell NetWare Comm Service Platform
  1714. netware-csp 1366/udp Novell NetWare Comm Service Platform
  1715. # Laurie Lindsey <[email protected]>
  1716. dcs 1367/tcp DCS
  1717. dcs 1367/udp DCS
  1718. # Stefan Siebert <[email protected]>
  1719. screencast 1368/tcp ScreenCast
  1720. screencast 1368/udp ScreenCast
  1721. # Bill Tschumy <[email protected]>
  1722. gv-us 1369/tcp GlobalView to Unix Shell
  1723. gv-us 1369/udp GlobalView to Unix Shell
  1724. us-gv 1370/tcp Unix Shell to GlobalView
  1725. us-gv 1370/udp Unix Shell to GlobalView
  1726. # Makoto Mita <[email protected]>
  1727. fc-cli 1371/tcp Fujitsu Config Protocol
  1728. fc-cli 1371/udp Fujitsu Config Protocol
  1729. fc-ser 1372/tcp Fujitsu Config Protocol
  1730. fc-ser 1372/udp Fujitsu Config Protocol
  1731. # Ryuichi Horie <[email protected]>
  1732. chromagrafx 1373/tcp Chromagrafx
  1733. chromagrafx 1373/udp Chromagrafx
  1734. # Mike Barthelemy <[email protected]>
  1735. molly 1374/tcp EPI Software Systems
  1736. Reynolds & Postel [Page 41]
  1737. RFC 1700 Assigned Numbers October 1994
  1738. molly 1374/udp EPI Software Systems
  1739. # Jim Vlcek <[email protected]>
  1740. bytex 1375/tcp Bytex
  1741. bytex 1375/udp Bytex
  1742. # Mary Ann Burt <[email protected]>
  1743. ibm-pps 1376/tcp IBM Person to Person Software
  1744. ibm-pps 1376/udp IBM Person to Person Software
  1745. # Simon Phipps <[email protected]>
  1746. cichlid 1377/tcp Cichlid License Manager
  1747. cichlid 1377/udp Cichlid License Manager
  1748. # Andy Burgess <[email protected]>
  1749. elan 1378/tcp Elan License Manager
  1750. elan 1378/udp Elan License Manager
  1751. # Ken Greer <[email protected]>
  1752. dbreporter 1379/tcp Integrity Solutions
  1753. dbreporter 1379/udp Integrity Solutions
  1754. # Tim Dawson <tdawson%[email protected]>
  1755. telesis-licman 1380/tcp Telesis Network License Manager
  1756. telesis-licman 1380/udp Telesis Network License Manager
  1757. # Karl Schendel, Jr. <[email protected]>
  1758. apple-licman 1381/tcp Apple Network License Manager
  1759. apple-licman 1381/udp Apple Network License Manager
  1760. # Earl Wallace <[email protected]>
  1761. udt_os 1382/tcp
  1762. udt_os 1382/udp
  1763. gwha 1383/tcp GW Hannaway Network License Manager
  1764. gwha 1383/udp GW Hannaway Network License Manager
  1765. # J. Gabriel Foster <[email protected]>
  1766. os-licman 1384/tcp Objective Solutions License Manager
  1767. os-licman 1384/udp Objective Solutions License Manager
  1768. # Donald Cornwell <[email protected]>
  1769. atex_elmd 1385/tcp Atex Publishing License Manager
  1770. atex_elmd 1385/udp Atex Publishing License Manager
  1771. # Brett Sorenson <[email protected]>
  1772. checksum 1386/tcp CheckSum License Manager
  1773. checksum 1386/udp CheckSum License Manager
  1774. # Andreas Glocker <[email protected]>
  1775. cadsi-lm 1387/tcp Computer Aided Design Software Inc LM
  1776. cadsi-lm 1387/udp Computer Aided Design Software Inc LM
  1777. # Sulistio Muljadi
  1778. objective-dbc 1388/tcp Objective Solutions DataBase Cache
  1779. objective-dbc 1388/udp Objective Solutions DataBase Cache
  1780. # Donald Cornwell
  1781. iclpv-dm 1389/tcp Document Manager
  1782. iclpv-dm 1389/udp Document Manager
  1783. iclpv-sc 1390/tcp Storage Controller
  1784. iclpv-sc 1390/udp Storage Controller
  1785. iclpv-sas 1391/tcp Storage Access Server
  1786. Reynolds & Postel [Page 42]
  1787. RFC 1700 Assigned Numbers October 1994
  1788. iclpv-sas 1391/udp Storage Access Server
  1789. iclpv-pm 1392/tcp Print Manager
  1790. iclpv-pm 1392/udp Print Manager
  1791. iclpv-nls 1393/tcp Network Log Server
  1792. iclpv-nls 1393/udp Network Log Server
  1793. iclpv-nlc 1394/tcp Network Log Client
  1794. iclpv-nlc 1394/udp Network Log Client
  1795. iclpv-wsm 1395/tcp PC Workstation Manager software
  1796. iclpv-wsm 1395/udp PC Workstation Manager software
  1797. # A.P. Hobson <[email protected]>
  1798. dvl-activemail 1396/tcp DVL Active Mail
  1799. dvl-activemail 1396/udp DVL Active Mail
  1800. audio-activmail 1397/tcp Audio Active Mail
  1801. audio-activmail 1397/udp Audio Active Mail
  1802. video-activmail 1398/tcp Video Active Mail
  1803. video-activmail 1398/udp Video Active Mail
  1804. # Ehud Shapiro <[email protected]>
  1805. cadkey-licman 1399/tcp Cadkey License Manager
  1806. cadkey-licman 1399/udp Cadkey License Manager
  1807. cadkey-tablet 1400/tcp Cadkey Tablet Daemon
  1808. cadkey-tablet 1400/udp Cadkey Tablet Daemon
  1809. # Joe McCollough <[email protected]>
  1810. goldleaf-licman 1401/tcp Goldleaf License Manager
  1811. goldleaf-licman 1401/udp Goldleaf License Manager
  1812. # John Fox <---none--->
  1813. prm-sm-np 1402/tcp Prospero Resource Manager
  1814. prm-sm-np 1402/udp Prospero Resource Manager
  1815. prm-nm-np 1403/tcp Prospero Resource Manager
  1816. prm-nm-np 1403/udp Prospero Resource Manager
  1817. # B. Clifford Neuman <[email protected]>
  1818. igi-lm 1404/tcp Infinite Graphics License Manager
  1819. igi-lm 1404/udp Infinite Graphics License Manager
  1820. ibm-res 1405/tcp IBM Remote Execution Starter
  1821. ibm-res 1405/udp IBM Remote Execution Starter
  1822. netlabs-lm 1406/tcp NetLabs License Manager
  1823. netlabs-lm 1406/udp NetLabs License Manager
  1824. dbsa-lm 1407/tcp DBSA License Manager
  1825. dbsa-lm 1407/udp DBSA License Manager
  1826. # Scott Shattuck <[email protected]>
  1827. sophia-lm 1408/tcp Sophia License Manager
  1828. sophia-lm 1408/udp Sophia License Manager
  1829. # Eric Brown <[email protected]>
  1830. here-lm 1409/tcp Here License Manager
  1831. here-lm 1409/udp Here License Manager
  1832. # David Ison <[email protected]>
  1833. hiq 1410/tcp HiQ License Manager
  1834. hiq 1410/udp HiQ License Manager
  1835. # Rick Pugh <[email protected]>
  1836. Reynolds & Postel [Page 43]
  1837. RFC 1700 Assigned Numbers October 1994
  1838. af 1411/tcp AudioFile
  1839. af 1411/udp AudioFile
  1840. # Jim Gettys <[email protected]>
  1841. innosys 1412/tcp InnoSys
  1842. innosys 1412/udp InnoSys
  1843. innosys-acl 1413/tcp Innosys-ACL
  1844. innosys-acl 1413/udp Innosys-ACL
  1845. # Eric Welch <--none--->
  1846. ibm-mqseries 1414/tcp IBM MQSeries
  1847. ibm-mqseries 1414/udp IBM MQSeries
  1848. # Roger Meli <rmmeli%[email protected]>
  1849. dbstar 1415/tcp DBStar
  1850. dbstar 1415/udp DBStar
  1851. # Jeffrey Millman <[email protected]>
  1852. novell-lu6.2 1416/tcp Novell LU6.2
  1853. novell-lu6.2 1416/udp Novell LU6.2
  1854. # Peter Liu <--none--->
  1855. timbuktu-srv1 1417/tcp Timbuktu Service 1 Port
  1856. timbuktu-srv1 1417/tcp Timbuktu Service 1 Port
  1857. timbuktu-srv2 1418/tcp Timbuktu Service 2 Port
  1858. timbuktu-srv2 1418/udp Timbuktu Service 2 Port
  1859. timbuktu-srv3 1419/tcp Timbuktu Service 3 Port
  1860. timbuktu-srv3 1419/udp Timbuktu Service 3 Port
  1861. timbuktu-srv4 1420/tcp Timbuktu Service 4 Port
  1862. timbuktu-srv4 1420/udp Timbuktu Service 4 Port
  1863. # Marc Epard <[email protected]>
  1864. gandalf-lm 1421/tcp Gandalf License Manager
  1865. gandalf-lm 1421/udp Gandalf License Manager
  1866. # [email protected]
  1867. autodesk-lm 1422/tcp Autodesk License Manager
  1868. autodesk-lm 1422/udp Autodesk License Manager
  1869. # David Ko <[email protected]>
  1870. essbase 1423/tcp Essbase Arbor Software
  1871. essbase 1423/udp Essbase Arbor Software
  1872. hybrid 1424/tcp Hybrid Encryption Protocol
  1873. hybrid 1424/udp Hybrid Encryption Protocol
  1874. # Howard Hart <[email protected]>
  1875. zion-lm 1425/tcp Zion Software License Manager
  1876. zion-lm 1425/udp Zion Software License Manager
  1877. # David Ferrero <[email protected]>
  1878. sas-1 1426/tcp Satellite-data Acquisition System 1
  1879. sas-1 1426/udp Satellite-data Acquisition System 1
  1880. # Bill Taylor <[email protected]>
  1881. mloadd 1427/tcp mloadd monitoring tool
  1882. mloadd 1427/udp mloadd monitoring tool
  1883. # Bob Braden <[email protected]>
  1884. informatik-lm 1428/tcp Informatik License Manager
  1885. informatik-lm 1428/udp Informatik License Manager
  1886. Reynolds & Postel [Page 44]
  1887. RFC 1700 Assigned Numbers October 1994
  1888. # Harald Schlangmann
  1889. # <[email protected]>
  1890. nms 1429/tcp Hypercom NMS
  1891. nms 1429/udp Hypercom NMS
  1892. tpdu 1430/tcp Hypercom TPDU
  1893. tpdu 1430/udp Hypercom TPDU
  1894. # Noor Chowdhury <[email protected]>
  1895. rgtp 1431/tcp Reverse Gosip Transport
  1896. rgtp 1431/udp Reverse Gosip Transport
  1897. # <[email protected]>
  1898. blueberry-lm 1432/tcp Blueberry Software License Manager
  1899. blueberry-lm 1432/udp Blueberry Software License Manager
  1900. # Steve Beigel <[email protected]>
  1901. ms-sql-s 1433/tcp Microsoft-SQL-Server
  1902. ms-sql-s 1433/udp Microsoft-SQL-Server
  1903. ms-sql-m 1434/tcp Microsoft-SQL-Monitor
  1904. ms-sql-m 1434/udp Microsoft-SQL-Monitor
  1905. # Peter Hussey <[email protected]>
  1906. ibm-cics 1435/tcp IBM CISC
  1907. ibm-cics 1435/udp IBM CISC
  1908. # Geoff Meacock <[email protected]>
  1909. sas-2 1436/tcp Satellite-data Acquisition System 2
  1910. sas-2 1436/udp Satellite-data Acquisition System 2
  1911. # Bill Taylor <[email protected]>
  1912. tabula 1437/tcp Tabula
  1913. tabula 1437/udp Tabula
  1914. # Marcelo Einhorn
  1915. # <KGUNE%[email protected]>
  1916. eicon-server 1438/tcp Eicon Security Agent/Server
  1917. eicon-server 1438/udp Eicon Security Agent/Server
  1918. eicon-x25 1439/tcp Eicon X25/SNA Gateway
  1919. eicon-x25 1439/udp Eicon X25/SNA Gateway
  1920. eicon-slp 1440/tcp Eicon Service Location Protocol
  1921. eicon-slp 1440/udp Eicon Service Location Protocol
  1922. # Pat Calhoun <[email protected]>
  1923. cadis-1 1441/tcp Cadis License Management
  1924. cadis-1 1441/udp Cadis License Management
  1925. cadis-2 1442/tcp Cadis License Management
  1926. cadis-2 1442/udp Cadis License Management
  1927. # Todd Wichers <[email protected]>
  1928. ies-lm 1443/tcp Integrated Engineering Software
  1929. ies-lm 1443/udp Integrated Engineering Software
  1930. # David Tong <[email protected]>
  1931. marcam-lm 1444/tcp Marcam License Management
  1932. marcam-lm 1444/udp Marcam License Management
  1933. # Therese Hunt <[email protected]>
  1934. proxima-lm 1445/tcp Proxima License Manager
  1935. proxima-lm 1445/udp Proxima License Manager
  1936. Reynolds & Postel [Page 45]
  1937. RFC 1700 Assigned Numbers October 1994
  1938. ora-lm 1446/tcp Optical Research Associates License Manager
  1939. ora-lm 1446/udp Optical Research Associates License Manager
  1940. apri-lm 1447/tcp Applied Parallel Research LM
  1941. apri-lm 1447/udp Applied Parallel Research LM
  1942. # Jim Dillon <[email protected]>
  1943. oc-lm 1448/tcp OpenConnect License Manager
  1944. oc-lm 1448/udp OpenConnect License Manager
  1945. # Sue Barnhill <[email protected]>
  1946. peport 1449/tcp PEport
  1947. peport 1449/udp PEport
  1948. # Qentin Neill <[email protected]>
  1949. dwf 1450/tcp Tandem Distributed Workbench Facility
  1950. dwf 1450/udp Tandem Distributed Workbench Facility
  1951. # Mike Bert <[email protected]>
  1952. infoman 1451/tcp IBM Information Management
  1953. infoman 1451/udp IBM Information Management
  1954. # Karen Burns <---none--->
  1955. gtegsc-lm 1452/tcp GTE Government Systems License Man
  1956. gtegsc-lm 1452/udp GTE Government Systems License Man
  1957. # Mike Gregory <[email protected]>
  1958. genie-lm 1453/tcp Genie License Manager
  1959. genie-lm 1453/udp Genie License Manager
  1960. # Paul Applegate <[email protected]>
  1961. interhdl_elmd 1454/tcp interHDL License Manager
  1962. interhdl_elmd 1454/tcp interHDL License Manager
  1963. # Eli Sternheim [email protected]
  1964. esl-lm 1455/tcp ESL License Manager
  1965. esl-lm 1455/udp ESL License Manager
  1966. # Abel Chou <[email protected]>
  1967. dca 1456/tcp DCA
  1968. dca 1456/udp DCA
  1969. # Jeff Garbers <[email protected]>
  1970. valisys-lm 1457/tcp Valisys License Manager
  1971. valisys-lm 1457/udp Valisys License Manager
  1972. # Leslie Lincoln <[email protected]>
  1973. nrcabq-lm 1458/tcp Nichols Research Corp.
  1974. nrcabq-lm 1458/udp Nichols Research Corp.
  1975. # Howard Cole <[email protected]>
  1976. proshare1 1459/tcp Proshare Notebook Application
  1977. proshare1 1459/udp Proshare Notebook Application
  1978. proshare2 1460/tcp Proshare Notebook Application
  1979. proshare2 1460/udp Proshare Notebook Application
  1980. # Robin Kar <[email protected]>
  1981. ibm_wrless_lan 1461/tcp IBM Wireless LAN
  1982. ibm_wrless_lan 1461/udp IBM Wireless LAN
  1983. # <[email protected]>
  1984. world-lm 1462/tcp World License Manager
  1985. world-lm 1462/udp World License Manager
  1986. Reynolds & Postel [Page 46]
  1987. RFC 1700 Assigned Numbers October 1994
  1988. # Michael S Amirault <[email protected]>
  1989. nucleus 1463/tcp Nucleus
  1990. nucleus 1463/udp Nucleus
  1991. # Venky Nagar <[email protected]>
  1992. msl_lmd 1464/tcp MSL License Manager
  1993. msl_lmd 1464/udp MSL License Manager
  1994. # Matt Timmermans
  1995. pipes 1465/tcp Pipes Platform
  1996. pipes 1465/udp Pipes Platform [email protected]
  1997. # Mark Farlin <[email protected]>
  1998. oceansoft-lm 1466/tcp Ocean Software License Manager
  1999. oceansoft-lm 1466/udp Ocean Software License Manager
  2000. # Randy Leonard <[email protected]>
  2001. csdmbase 1467/tcp CSDMBASE
  2002. csdmbase 1467/udp CSDMBASE
  2003. csdm 1468/tcp CSDM
  2004. csdm 1468/udp CSDM
  2005. # Robert Stabl <[email protected]>
  2006. aal-lm 1469/tcp Active Analysis Limited License Manager
  2007. aal-lm 1469/udp Active Analysis Limited License Manager
  2008. # David Snocken +44 (71)437-7009
  2009. uaiact 1470/tcp Universal Analytics
  2010. uaiact 1470/udp Universal Analytics
  2011. # Mark R. Ludwig <[email protected]>
  2012. csdmbase 1471/tcp csdmbase
  2013. csdmbase 1471/udp csdmbase
  2014. csdm 1472/tcp csdm
  2015. csdm 1472/udp csdm
  2016. # Robert Stabl <[email protected]>
  2017. openmath 1473/tcp OpenMath
  2018. openmath 1473/udp OpenMath
  2019. # Garth Mayville <[email protected]>
  2020. telefinder 1474/tcp Telefinder
  2021. telefinder 1474/udp Telefinder
  2022. # Jim White <[email protected]>
  2023. taligent-lm 1475/tcp Taligent License Manager
  2024. taligent-lm 1475/udp Taligent License Manager
  2025. # Mark Sapsford <Mark_Sapsford@@taligent.com>
  2026. clvm-cfg 1476/tcp clvm-cfg
  2027. clvm-cfg 1476/udp clvm-cfg
  2028. # Eric Soderberg <[email protected]>
  2029. ms-sna-server 1477/tcp ms-sna-server
  2030. ms-sna-server 1477/udp ms-sna-server
  2031. ms-sna-base 1478/tcp ms-sna-base
  2032. ms-sna-base 1478/udp ms-sna-base
  2033. # Gordon Mangione <[email protected]>
  2034. dberegister 1479/tcp dberegister
  2035. dberegister 1479/udp dberegister
  2036. Reynolds & Postel [Page 47]
  2037. RFC 1700 Assigned Numbers October 1994
  2038. # Brian Griswold <[email protected]>
  2039. pacerforum 1480/tcp PacerForum
  2040. pacerforum 1480/udp PacerForum
  2041. # Peter Caswell <[email protected]>
  2042. airs 1481/tcp AIRS
  2043. airs 1481/udp AIRS
  2044. # Bruce Wilson, 905-771-6161
  2045. miteksys-lm 1482/tcp Miteksys License Manager
  2046. miteksys-lm 1482/udp Miteksys License Manager
  2047. # Shane McRoberts <[email protected]>
  2048. afs 1483/tcp AFS License Manager
  2049. afs 1483/udp AFS License Manager
  2050. # Michael R. Pizolato <[email protected]>
  2051. confluent 1484/tcp Confluent License Manager
  2052. confluent 1484/udp Confluent License Manager
  2053. # James Greenfiel <[email protected]>
  2054. lansource 1485/tcp LANSource
  2055. lansource 1485/udp LANSource
  2056. # Doug Scott <[email protected]>
  2057. nms_topo_serv 1486/tcp nms_topo_serv
  2058. nms_topo_serv 1486/udp nms_topo_serv
  2059. # Sylvia Siu <[email protected]>
  2060. localinfosrvr 1487/tcp LocalInfoSrvr
  2061. localinfosrvr 1487/udp LocalInfoSrvr
  2062. # Brian Matthews <[email protected]>
  2063. docstor 1488/tcp DocStor
  2064. docstor 1488/udp DocStor
  2065. # Brian Spears <[email protected]>
  2066. dmdocbroker 1489/tcp dmdocbroker
  2067. dmdocbroker 1489/udp dmdocbroker
  2068. # Razmik Abnous <[email protected]>
  2069. insitu-conf 1490/tcp insitu-conf
  2070. insitu-conf 1490/udp insitu-conf
  2071. # Paul Blacknell <[email protected]>
  2072. anynetgateway 1491/tcp anynetgateway
  2073. anynetgateway 1491/udp anynetgateway
  2074. # Dan Poirier <[email protected]>
  2075. stone-design-1 1492/tcp stone-design-1
  2076. stone-design-1 1492/udp stone-design-1
  2077. # Andrew Stone <[email protected]>
  2078. netmap_lm 1493/tcp netmap_lm
  2079. netmap_lm 1493/udp netmap_lm
  2080. # Phillip Magson <[email protected]>
  2081. ica 1494/tcp ica
  2082. ica 1494/udp ica
  2083. # John Richardson, Citrix Systems
  2084. cvc 1495/tcp cvc
  2085. cvc 1495/udp cvc
  2086. Reynolds & Postel [Page 48]
  2087. RFC 1700 Assigned Numbers October 1994
  2088. # Bill Davidson <[email protected]>
  2089. liberty-lm 1496/tcp liberty-lm
  2090. liberty-lm 1496/udp liberty-lm
  2091. # Jim Rogers <[email protected]>
  2092. rfx-lm 1497/tcp rfx-lm
  2093. rfx-lm 1497/udp rfx-lm
  2094. # Bill Bishop <[email protected]>
  2095. watcom-sql 1498/tcp Watcom-SQL
  2096. watcom-sql 1498/udp Watcom-SQL
  2097. # Rog Skubowius <[email protected]>
  2098. fhc 1499/tcp Federico Heinz Consultora
  2099. fhc 1499/udp Federico Heinz Consultora
  2100. # Federico Heinz <[email protected]>
  2101. vlsi-lm 1500/tcp VLSI License Manager
  2102. vlsi-lm 1500/udp VLSI License Manager
  2103. # Shue-Lin Kuo <[email protected]>
  2104. sas-3 1501/tcp Satellite-data Acquisition System 3
  2105. sas-3 1501/udp Satellite-data Acquisition System 3
  2106. # Bill Taylor <[email protected]>
  2107. shivadiscovery 1502/tcp Shiva
  2108. shivadiscovery 1502/udp Shiva
  2109. # Jonathan Wenocur <[email protected]>
  2110. imtc-mcs 1503/tcp Databeam
  2111. imtc-mcs 1503/udp Databeam
  2112. # Jim Johnstone <[email protected]>
  2113. evb-elm 1504/tcp EVB Software Engineering License Manager
  2114. evb-elm 1504/udp EVB Software Engineering License Manager
  2115. # B.G. Mahesh < [email protected]>
  2116. funkproxy 1505/tcp Funk Software, Inc.
  2117. funkproxy 1505/udp Funk Software, Inc.
  2118. # Robert D. Vincent <[email protected]>
  2119. # 1506-1523 Unassigned
  2120. ingreslock 1524/tcp ingres
  2121. ingreslock 1524/udp ingres
  2122. orasrv 1525/tcp oracle
  2123. orasrv 1525/udp oracle
  2124. prospero-np 1525/tcp Prospero Directory Service non-priv
  2125. prospero-np 1525/udp Prospero Directory Service non-priv
  2126. pdap-np 1526/tcp Prospero Data Access Prot non-priv
  2127. pdap-np 1526/udp Prospero Data Access Prot non-priv
  2128. # B. Clifford Neuman <[email protected]>
  2129. tlisrv 1527/tcp oracle
  2130. tlisrv 1527/udp oracle
  2131. coauthor 1529/tcp oracle
  2132. coauthor 1529/udp oracle
  2133. issd 1600/tcp
  2134. issd 1600/udp
  2135. nkd 1650/tcp
  2136. Reynolds & Postel [Page 49]
  2137. RFC 1700 Assigned Numbers October 1994
  2138. nkd 1650/udp
  2139. proshareaudio 1651/tcp proshare conf audio
  2140. proshareaudio 1651/udp proshare conf audio
  2141. prosharevideo 1652/tcp proshare conf video
  2142. prosharevideo 1652/udp proshare conf video
  2143. prosharedata 1653/tcp proshare conf data
  2144. prosharedata 1653/udp proshare conf data
  2145. prosharerequest 1654/tcp proshare conf request
  2146. prosharerequest 1654/udp proshare conf request
  2147. prosharenotify 1655/tcp proshare conf notify
  2148. prosharenotify 1655/udp proshare conf notify
  2149. # <[email protected]>
  2150. netview-aix-1 1661/tcp netview-aix-1
  2151. netview-aix-1 1661/udp netview-aix-1
  2152. netview-aix-2 1662/tcp netview-aix-2
  2153. netview-aix-2 1662/udp netview-aix-2
  2154. netview-aix-3 1663/tcp netview-aix-3
  2155. netview-aix-3 1663/udp netview-aix-3
  2156. netview-aix-4 1664/tcp netview-aix-4
  2157. netview-aix-4 1664/udp netview-aix-4
  2158. netview-aix-5 1665/tcp netview-aix-5
  2159. netview-aix-5 1665/udp netview-aix-5
  2160. netview-aix-6 1666/tcp netview-aix-6
  2161. netview-aix-6 1666/udp netview-aix-6
  2162. # Martha Crisson <[email protected]>
  2163. licensedaemon 1986/tcp cisco license management
  2164. licensedaemon 1986/udp cisco license management
  2165. tr-rsrb-p1 1987/tcp cisco RSRB Priority 1 port
  2166. tr-rsrb-p1 1987/udp cisco RSRB Priority 1 port
  2167. tr-rsrb-p2 1988/tcp cisco RSRB Priority 2 port
  2168. tr-rsrb-p2 1988/udp cisco RSRB Priority 2 port
  2169. tr-rsrb-p3 1989/tcp cisco RSRB Priority 3 port
  2170. tr-rsrb-p3 1989/udp cisco RSRB Priority 3 port
  2171. #PROBLEMS!===================================================
  2172. mshnet 1989/tcp MHSnet system
  2173. mshnet 1989/udp MHSnet system
  2174. # Bob Kummerfeld <[email protected]>
  2175. #PROBLEMS!===================================================
  2176. stun-p1 1990/tcp cisco STUN Priority 1 port
  2177. stun-p1 1990/udp cisco STUN Priority 1 port
  2178. stun-p2 1991/tcp cisco STUN Priority 2 port
  2179. stun-p2 1991/udp cisco STUN Priority 2 port
  2180. stun-p3 1992/tcp cisco STUN Priority 3 port
  2181. stun-p3 1992/udp cisco STUN Priority 3 port
  2182. #PROBLEMS!===================================================
  2183. ipsendmsg 1992/tcp IPsendmsg
  2184. ipsendmsg 1992/udp IPsendmsg
  2185. # Bob Kummerfeld <[email protected]>
  2186. Reynolds & Postel [Page 50]
  2187. RFC 1700 Assigned Numbers October 1994
  2188. #PROBLEMS!===================================================
  2189. snmp-tcp-port 1993/tcp cisco SNMP TCP port
  2190. snmp-tcp-port 1993/udp cisco SNMP TCP port
  2191. stun-port 1994/tcp cisco serial tunnel port
  2192. stun-port 1994/udp cisco serial tunnel port
  2193. perf-port 1995/tcp cisco perf port
  2194. perf-port 1995/udp cisco perf port
  2195. tr-rsrb-port 1996/tcp cisco Remote SRB port
  2196. tr-rsrb-port 1996/udp cisco Remote SRB port
  2197. gdp-port 1997/tcp cisco Gateway Discovery Protocol
  2198. gdp-port 1997/udp cisco Gateway Discovery Protocol
  2199. x25-svc-port 1998/tcp cisco X.25 service (XOT)
  2200. x25-svc-port 1998/udp cisco X.25 service (XOT)
  2201. tcp-id-port 1999/tcp cisco identification port
  2202. tcp-id-port 1999/udp cisco identification port
  2203. callbook 2000/tcp
  2204. callbook 2000/udp
  2205. dc 2001/tcp
  2206. wizard 2001/udp curry
  2207. globe 2002/tcp
  2208. globe 2002/udp
  2209. mailbox 2004/tcp
  2210. emce 2004/udp CCWS mm conf
  2211. berknet 2005/tcp
  2212. oracle 2005/udp
  2213. invokator 2006/tcp
  2214. raid-cc 2006/udp raid
  2215. dectalk 2007/tcp
  2216. raid-am 2007/udp
  2217. conf 2008/tcp
  2218. terminaldb 2008/udp
  2219. news 2009/tcp
  2220. whosockami 2009/udp
  2221. search 2010/tcp
  2222. pipe_server 2010/udp
  2223. raid-cc 2011/tcp raid
  2224. servserv 2011/udp
  2225. ttyinfo 2012/tcp
  2226. raid-ac 2012/udp
  2227. raid-am 2013/tcp
  2228. raid-cd 2013/udp
  2229. troff 2014/tcp
  2230. raid-sf 2014/udp
  2231. cypress 2015/tcp
  2232. raid-cs 2015/udp
  2233. bootserver 2016/tcp
  2234. bootserver 2016/udp
  2235. cypress-stat 2017/tcp
  2236. Reynolds & Postel [Page 51]
  2237. RFC 1700 Assigned Numbers October 1994
  2238. bootclient 2017/udp
  2239. terminaldb 2018/tcp
  2240. rellpack 2018/udp
  2241. whosockami 2019/tcp
  2242. about 2019/udp
  2243. xinupageserver 2020/tcp
  2244. xinupageserver 2020/udp
  2245. servexec 2021/tcp
  2246. xinuexpansion1 2021/udp
  2247. down 2022/tcp
  2248. xinuexpansion2 2022/udp
  2249. xinuexpansion3 2023/tcp
  2250. xinuexpansion3 2023/udp
  2251. xinuexpansion4 2024/tcp
  2252. xinuexpansion4 2024/udp
  2253. ellpack 2025/tcp
  2254. xribs 2025/udp
  2255. scrabble 2026/tcp
  2256. scrabble 2026/udp
  2257. shadowserver 2027/tcp
  2258. shadowserver 2027/udp
  2259. submitserver 2028/tcp
  2260. submitserver 2028/udp
  2261. device2 2030/tcp
  2262. device2 2030/udp
  2263. blackboard 2032/tcp
  2264. blackboard 2032/udp
  2265. glogger 2033/tcp
  2266. glogger 2033/udp
  2267. scoremgr 2034/tcp
  2268. scoremgr 2034/udp
  2269. imsldoc 2035/tcp
  2270. imsldoc 2035/udp
  2271. objectmanager 2038/tcp
  2272. objectmanager 2038/udp
  2273. lam 2040/tcp
  2274. lam 2040/udp
  2275. interbase 2041/tcp
  2276. interbase 2041/udp
  2277. isis 2042/tcp
  2278. isis 2042/udp
  2279. isis-bcast 2043/tcp
  2280. isis-bcast 2043/udp
  2281. rimsl 2044/tcp
  2282. rimsl 2044/udp
  2283. cdfunc 2045/tcp
  2284. cdfunc 2045/udp
  2285. sdfunc 2046/tcp
  2286. Reynolds & Postel [Page 52]
  2287. RFC 1700 Assigned Numbers October 1994
  2288. sdfunc 2046/udp
  2289. dls 2047/tcp
  2290. dls 2047/udp
  2291. dls-monitor 2048/tcp
  2292. dls-monitor 2048/udp
  2293. shilp 2049/tcp
  2294. shilp 2049/udp
  2295. dlsrpn 2065/tcp Data Link Switch Read Port Number
  2296. dlsrpn 2065/udp Data Link Switch Read Port Number
  2297. dlswpn 2067/tcp Data Link Switch Write Port Number
  2298. dlswpn 2067/udp Data Link Switch Write Port Number
  2299. ats 2201/tcp Advanced Training System Program
  2300. ats 2201/udp Advanced Training System Program
  2301. rtsserv 2500/tcp Resource Tracking system server
  2302. rtsserv 2500/udp Resource Tracking system server
  2303. rtsclient 2501/tcp Resource Tracking system client
  2304. rtsclient 2501/udp Resource Tracking system client
  2305. # Aubrey Turner
  2306. # <S95525ta%[email protected]>
  2307. hp-3000-telnet 2564/tcp HP 3000 NS/VT block mode telnet
  2308. www-dev 2784/tcp world wide web - development
  2309. www-dev 2784/udp world wide web - development
  2310. NSWS 3049/tcp
  2311. NSWS 3049/udp
  2312. ccmail 3264/tcp cc:mail/lotus
  2313. ccmail 3264/udp cc:mail/lotus
  2314. dec-notes 3333/tcp DEC Notes
  2315. dec-notes 3333/udp DEC Notes
  2316. # Kim Moraros <[email protected]>
  2317. mapper-nodemgr 3984/tcp MAPPER network node manager
  2318. mapper-nodemgr 3984/udp MAPPER network node manager
  2319. mapper-mapethd 3985/tcp MAPPER TCP/IP server
  2320. mapper-mapethd 3985/udp MAPPER TCP/IP server
  2321. mapper-ws_ethd 3986/tcp MAPPER workstation server
  2322. mapper-ws_ethd 3986/udp MAPPER workstation server
  2323. # John C. Horton <[email protected]>
  2324. bmap 3421/tcp Bull Apprise portmapper
  2325. bmap 3421/udp Bull Apprise portmapper
  2326. # Jeremy Gilbert <[email protected]>
  2327. udt_os 3900/tcp Unidata UDT OS
  2328. udt_os 3900/udp Unidata UDT OS
  2329. # James Powell <[email protected]>
  2330. nuts_dem 4132/tcp NUTS Daemon
  2331. nuts_dem 4132/udp NUTS Daemon
  2332. nuts_bootp 4133/tcp NUTS Bootp Server
  2333. nuts_bootp 4133/udp NUTS Bootp Server
  2334. # Martin Freiss <freiss.pad@sni.>
  2335. unicall 4343/tcp UNICALL
  2336. Reynolds & Postel [Page 53]
  2337. RFC 1700 Assigned Numbers October 1994
  2338. unicall 4343/udp UNICALL
  2339. # James Powell <[email protected]>
  2340. krb524 4444/tcp KRB524
  2341. krb524 4444/udp KRB524
  2342. # B. Clifford Neuman <[email protected]>
  2343. rfa 4672/tcp remote file access server
  2344. rfa 4672/udp remote file access server
  2345. commplex-main 5000/tcp
  2346. commplex-main 5000/udp
  2347. commplex-link 5001/tcp
  2348. commplex-link 5001/udp
  2349. rfe 5002/tcp radio free ethernet
  2350. rfe 5002/udp radio free ethernet
  2351. telelpathstart 5010/tcp TelepathStart
  2352. telelpathstart 5010/udp TelepathStart
  2353. telelpathattack 5011/tcp TelepathAttack
  2354. telelpathattack 5011/udp TelepathAttack
  2355. # Helmuth Breitenfellner <[email protected]>
  2356. mmcc 5050/tcp multimedia conference control tool
  2357. mmcc 5050/udp multimedia conference control tool
  2358. rmonitor_secure 5145/tcp
  2359. rmonitor_secure 5145/udp
  2360. aol 5190/tcp America-Online
  2361. aol 5190/udp America-Online
  2362. # Marty Lyons <[email protected]>
  2363. padl2sim 5236/tcp
  2364. padl2sim 5236/udp
  2365. hacl-hb 5300/tcp # HA cluster heartbeat
  2366. hacl-hb 5300/udp # HA cluster heartbeat
  2367. hacl-gs 5301/tcp # HA cluster general services
  2368. hacl-gs 5301/udp # HA cluster general services
  2369. hacl-cfg 5302/tcp # HA cluster configuration
  2370. hacl-cfg 5302/udp # HA cluster configuration
  2371. hacl-probe 5303/tcp # HA cluster probing
  2372. hacl-probe 5303/udp # HA cluster probing
  2373. hacl-local 5304/tcp
  2374. hacl-local 5304/udp
  2375. hacl-test 5305/tcp
  2376. hacl-test 5305/udp
  2377. # Eric Soderberg <[email protected]>
  2378. x11 6000-6063/tcp X Window System
  2379. x11 6000-6063/udp X Window System
  2380. # Stephen Gildea <[email protected]>
  2381. sub-process 6111/tcp HP SoftBench Sub-Process Control
  2382. sub-process 6111/udp HP SoftBench Sub-Process Control
  2383. meta-corp 6141/tcp Meta Corporation License Manager
  2384. meta-corp 6141/udp Meta Corporation License Manager
  2385. # Osamu Masuda <--none--->
  2386. Reynolds & Postel [Page 54]
  2387. RFC 1700 Assigned Numbers October 1994
  2388. aspentec-lm 6142/tcp Aspen Technology License Manager
  2389. aspentec-lm 6142/udp Aspen Technology License Manager
  2390. # Kevin Massey <[email protected]>
  2391. watershed-lm 6143/tcp Watershed License Manager
  2392. watershed-lm 6143/udp Watershed License Manager
  2393. # David Ferrero <[email protected]>
  2394. statsci1-lm 6144/tcp StatSci License Manager - 1
  2395. statsci1-lm 6144/udp StatSci License Manager - 1
  2396. statsci2-lm 6145/tcp StatSci License Manager - 2
  2397. statsci2-lm 6145/udp StatSci License Manager - 2
  2398. # Scott Blachowicz <[email protected]>
  2399. lonewolf-lm 6146/tcp Lone Wolf Systems License Manager
  2400. lonewolf-lm 6146/udp Lone Wolf Systems License Manager
  2401. # Dan Klein <[email protected]>
  2402. montage-lm 6147/tcp Montage License Manager
  2403. montage-lm 6147/udp Montage License Manager
  2404. # Michael Ubell <[email protected]>
  2405. xdsxdm 6558/udp
  2406. xdsxdm 6558/tcp
  2407. afs3-fileserver 7000/tcp file server itself
  2408. afs3-fileserver 7000/udp file server itself
  2409. afs3-callback 7001/tcp callbacks to cache managers
  2410. afs3-callback 7001/udp callbacks to cache managers
  2411. afs3-prserver 7002/tcp users & groups database
  2412. afs3-prserver 7002/udp users & groups database
  2413. afs3-vlserver 7003/tcp volume location database
  2414. afs3-vlserver 7003/udp volume location database
  2415. afs3-kaserver 7004/tcp AFS/Kerberos authentication service
  2416. afs3-kaserver 7004/udp AFS/Kerberos authentication service
  2417. afs3-volser 7005/tcp volume managment server
  2418. afs3-volser 7005/udp volume managment server
  2419. afs3-errors 7006/tcp error interpretation service
  2420. afs3-errors 7006/udp error interpretation service
  2421. afs3-bos 7007/tcp basic overseer process
  2422. afs3-bos 7007/udp basic overseer process
  2423. afs3-update 7008/tcp server-to-server updater
  2424. afs3-update 7008/udp server-to-server updater
  2425. afs3-rmtsys 7009/tcp remote cache manager service
  2426. afs3-rmtsys 7009/udp remote cache manager service
  2427. ups-onlinet 7010/tcp onlinet uninterruptable power supplies
  2428. ups-onlinet 7010/udp onlinet uninterruptable power supplies
  2429. # Brian Hammill <[email protected]>
  2430. font-service 7100/tcp X Font Service
  2431. font-service 7100/udp X Font Service
  2432. # Stephen Gildea <[email protected]>
  2433. fodms 7200/tcp FODMS FLIP
  2434. fodms 7200/udp FODMS FLIP
  2435. # David Anthony <[email protected]>
  2436. Reynolds & Postel [Page 55]
  2437. RFC 1700 Assigned Numbers October 1994
  2438. man 9535/tcp
  2439. man 9535/udp
  2440. isode-dua 17007/tcp
  2441. isode-dua 17007/udp
  2442. REFERENCES
  2443. [RFC768] Postel, J., "User Datagram Protocol", STD 6, RFC 768,
  2444. USC/Information Sciences Institute, August 1980.
  2445. [RFC793] Postel, J., ed., "Transmission Control Protocol - DARPA
  2446. Internet Program Protocol Specification", STD 7, RFC 793,
  2447. USC/Information Sciences Institute, September 1981.
  2448. []
  2449. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers
  2450. Reynolds & Postel [Page 56]
  2451. RFC 1700 Assigned Numbers October 1994
  2452. INTERNET MULTICAST ADDRESSES
  2453. Host Extensions for IP Multicasting [RFC1112] specifies the
  2454. extensions required of a host implementation of the Internet Protocol
  2455. (IP) to support multicasting. Current addresses are listed below.
  2456. 224.0.0.0 Base Address (Reserved) [RFC1112,JBP]
  2457. 224.0.0.1 All Systems on this Subnet [RFC1112,JBP]
  2458. 224.0.0.2 All Routers on this Subnet [JBP]
  2459. 224.0.0.3 Unassigned [JBP]
  2460. 224.0.0.4 DVMRP Routers [RFC1075,JBP]
  2461. 224.0.0.5 OSPFIGP OSPFIGP All Routers [RFC1583,JXM1]
  2462. 224.0.0.6 OSPFIGP OSPFIGP Designated Routers [RFC1583,JXM1]
  2463. 224.0.0.7 ST Routers [RFC1190,KS14]
  2464. 224.0.0.8 ST Hosts [RFC1190,KS14]
  2465. 224.0.0.9 RIP2 Routers [GSM11]
  2466. 224.0.0.10 IGRP Routers [Dino Farinacci]
  2467. 224.0.0.11 Mobile-Agents [Bill Simpson]
  2468. 224.0.0.12-224.0.0.255 Unassigned [JBP]
  2469. 224.0.1.0 VMTP Managers Group [RFC1045,DRC3]
  2470. 224.0.1.1 NTP Network Time Protocol [RFC1119,DLM1]
  2471. 224.0.1.2 SGI-Dogfight [AXC]
  2472. 224.0.1.3 Rwhod [SXD]
  2473. 224.0.1.4 VNP [DRC3]
  2474. 224.0.1.5 Artificial Horizons - Aviator [BXF]
  2475. 224.0.1.6 NSS - Name Service Server [BXS2]
  2476. 224.0.1.7 AUDIONEWS - Audio News Multicast [MXF2]
  2477. 224.0.1.8 SUN NIS+ Information Service [CXM3]
  2478. 224.0.1.9 MTP Multicast Transport Protocol [SXA]
  2479. 224.0.1.10 IETF-1-LOW-AUDIO [SC3]
  2480. 224.0.1.11 IETF-1-AUDIO [SC3]
  2481. 224.0.1.12 IETF-1-VIDEO [SC3]
  2482. 224.0.1.13 IETF-2-LOW-AUDIO [SC3]
  2483. 224.0.1.14 IETF-2-AUDIO [SC3]
  2484. 224.0.1.15 IETF-2-VIDEO [SC3]
  2485. 224.0.1.16 MUSIC-SERVICE [Guido van Rossum]
  2486. 224.0.1.17 SEANET-TELEMETRY [Andrew Maffei]
  2487. 224.0.1.18 SEANET-IMAGE [Andrew Maffei]
  2488. 224.0.1.19 MLOADD [Braden]
  2489. 224.0.1.20 any private experiment [JBP]
  2490. 224.0.1.21 DVMRP on MOSPF [John Moy]
  2491. 224.0.1.22 SVRLOC <[email protected]>
  2492. 224.0.1.23 XINGTV <[email protected]>
  2493. 224.0.1.24 microsoft-ds <[email protected]>
  2494. 224.0.1.25 nbc-pro <[email protected]>
  2495. 224.0.1.26 nbc-pfn <[email protected]>
  2496. 224.0.1.27-224.0.1.255 Unassigned [JBP]
  2497. Reynolds & Postel [Page 57]
  2498. RFC 1700 Assigned Numbers October 1994
  2499. 224.0.2.1 "rwho" Group (BSD) (unofficial) [JBP]
  2500. 224.0.2.2 SUN RPC PMAPPROC_CALLIT [BXE1]
  2501. 224.0.3.000-224.0.3.255 RFE Generic Service [DXS3]
  2502. 224.0.4.000-224.0.4.255 RFE Individual Conferences [DXS3]
  2503. 224.0.5.000-224.0.5.127 CDPD Groups [Bob Brenner]
  2504. 224.0.5.128-224.0.5.255 Unassigned [IANA]
  2505. 224.0.6.000-224.0.6.127 Cornell ISIS Project [Tim Clark]
  2506. 224.0.6.128-224.0.6.255 Unassigned [IANA]
  2507. 224.1.0.0-224.1.255.255 ST Multicast Groups [RFC1190,KS14]
  2508. 224.2.0.0-224.2.255.255 Multimedia Conference Calls [SC3]
  2509. 224.252.0.0-224.255.255.255 DIS transient groups [Joel Snyder]
  2510. 232.0.0.0-232.255.255.255 VMTP transient groups [RFC1045,DRC3]
  2511. These addresses are listed in the Domain Name Service under MCAST.NET
  2512. and 224.IN-ADDR.ARPA.
  2513. Note that when used on an Ethernet or IEEE 802 network, the 23
  2514. low-order bits of the IP Multicast address are placed in the low-order
  2515. 23 bits of the Ethernet or IEEE 802 net multicast address
  2516. 1.0.94.0.0.0. See the next section on "IANA ETHERNET ADDRESS BLOCK".
  2517. REFERENCES
  2518. [RFC1045] Cheriton, D., "VMTP: Versatile Message Transaction
  2519. Protocol Specification", RFC 1045, Stanford University,
  2520. February 1988.
  2521. [RFC1075] Waitzman, D., C. Partridge, and S. Deering "Distance Vector
  2522. Multicast Routing Protocol", RFC-1075, BBN STC, Stanford
  2523. University, November 1988.
  2524. [RFC1112] Deering, S., "Host Extensions for IP Multicasting",
  2525. STD 5, RFC 1112, Stanford University, August 1989.
  2526. [RFC1119] Mills, D., "Network Time Protocol (Version 1), Specification
  2527. and Implementation", STD 12, RFC 1119, University of
  2528. Delaware, July 1988.
  2529. [RFC1190] Topolcic, C., Editor, "Experimental Internet Stream
  2530. Protocol, Version 2 (ST-II)", RFC 1190, CIP Working Group,
  2531. October 1990.
  2532. [RFC1583] Moy, J., "The OSPF Specification", RFC 1583, Proteon,
  2533. March 1994.
  2534. Reynolds & Postel [Page 58]
  2535. RFC 1700 Assigned Numbers October 1994
  2536. PEOPLE
  2537. <[email protected]>
  2538. [AXC] Andrew Cherenson <[email protected]>
  2539. [Bob Brenner]
  2540. <[email protected]>
  2541. [Braden] Bob Braden <[email protected]
  2542. [BXE1] Brendan Eic <[email protected]>
  2543. [BXF] Bruce Factor <[email protected]>
  2544. [BXS2] Bill Schilit <[email protected]>
  2545. [CXM3] Chuck McManis <[email protected]>
  2546. [Tim Clark]
  2547. [DLM1] David Mills <[email protected]>
  2548. [DRC3] Dave Cheriton <[email protected]>
  2549. [DXS3] Daniel Steinber <[email protected]>
  2550. [Dino Farinacci]
  2551. [GSM11] Gary S. Malkin <[email protected]>
  2552. <[email protected]>
  2553. [IANA] IANA <[email protected]>
  2554. [JBP] Jon Postel <[email protected]>
  2555. [JXM1] Jim Miner <[email protected]>
  2556. [KS14] <mystery contact>
  2557. [Andrew Maffei]
  2558. [John Moy] John Moy <[email protected]>
  2559. [MXF2] Martin Forssen <[email protected]>
  2560. Reynolds & Postel [Page 59]
  2561. RFC 1700 Assigned Numbers October 1994
  2562. [Guido van Rossum]
  2563. [SC3] Steve Casner <[email protected]>
  2564. [Joel Snyder]
  2565. [SXA] Susie Armstrong <[email protected]>
  2566. [SXD] Steve Deering <[email protected]>
  2567. <[email protected]>
  2568. []
  2569. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/multicast-addresses
  2570. Reynolds & Postel [Page 60]
  2571. RFC 1700 Assigned Numbers October 1994
  2572. SUN RPC NUMBERS
  2573. To obtain SUN Remote Procedure Call (RPC) numbers send an e-mail
  2574. request to "[email protected]".
  2575. The RPC port management service ('portmap' in SunOS versions less than
  2576. 5.0 and 'rpcbind' in SunOS versions greater than 5.0) "registers" the
  2577. IP port number that is allocated to a particular service when that
  2578. service is created. It does not allocate ports on behalf of those
  2579. services.
  2580. For an exact specification of the semantics refer to the source code
  2581. of svcudp_create() and svctcp_create() in the archives. In short
  2582. however is that these interfaces, and svc_tli_create their Transport
  2583. Independent RPC equivalent, take either a user specified port number
  2584. or RPC_ANY (-1) which effectively means "I don't care." In the "I
  2585. don't care" case the create code simply calls socket(2) or t_open(3n)
  2586. which allocates an IP port based on the rules:
  2587. if euid of the requesting process is 0 (i.e., root)
  2588. allocate the next available port number in the
  2589. reserved port range.
  2590. else
  2591. allocate the next available port in the non-reserved
  2592. range.
  2593. Port numbers count up sequentially.
  2594. Can a port that is "assigned" can be used when the assignee's service
  2595. is not present? Say port 501 is assigned to the "jeans" service. On
  2596. a machine that does not have the "jeans" service, nor has any clients
  2597. that might be expecting to use it, is port 501 available for other
  2598. uses? Any dynamic allocation process, like the portmapper, that
  2599. chooses the next unused port might allocate port 501 dynamically to a
  2600. process that asked for a "I don't care" port. So any dynamic
  2601. allocation scheme may pick an unused port that happened to correspond
  2602. to a port number that had been "assigned" but was currently unused.
  2603. While it might be desirable, it is impossible to guarantee that any
  2604. unused port, even though officially assigned to a service, is not
  2605. picked by a dynamic allocator since such an assignment might occur
  2606. long after the delivery of the system into a site that doesn't watch
  2607. for the latest list.
  2608. There is the restriction that only "superuser" on BSD derived systems
  2609. such as SunOS can bind to a port number that is less than 1024. So
  2610. programs have used this information in the past to identify whether or
  2611. Reynolds & Postel [Page 61]
  2612. RFC 1700 Assigned Numbers October 1994
  2613. not the service they were talking to was started by the superuser on
  2614. the remote system. Making this assumption is dangerous because not
  2615. all system enforce this restriction.
  2616. Sun RPC services use ports that are currently unused. If someone
  2617. noted that an RPC service was using port 781, it would be just as
  2618. happy using port 891, or 951. The service doesn't care what port it
  2619. gets, remote clients will query the portmapper to ask it what port
  2620. number was assigned to the service when it was started. The key is
  2621. that the port was not currently in use. The only port that ONC/RPC
  2622. must have is 111 its assigned port for the portmap service.
  2623. The most common complaint comes when people put a new service on their
  2624. system. When they configure their systems they put the new service
  2625. configuration commands at the end of their system startup scripts.
  2626. During startup, several network services may be started. Those
  2627. services that are ONC/RPC based just pick the next available port,
  2628. those that have pre-assigned ports bind to their pre-assigned port.
  2629. Clearly the correct sequence is to have all services that need a
  2630. particular port to be started first (or if they are "latent" services
  2631. that are started by inetd, to have inetd started). Finally, the RPC
  2632. services should be started as they will be assigned unused ports. (In
  2633. the BSD networking code (which we use) the algorithm for picking
  2634. ports is in the file in_pcb.c, function in_pcbbind().)
  2635. Services should be started in this order:
  2636. a) Services that will "run" continuously and have an assigned
  2637. port. Note that this includes rpcbind (nee portmap) that has
  2638. port 111 assigned to it.
  2639. b) inetd - which will automatically create sockets for those
  2640. services that have reserved ports but only run on demand
  2641. (like finger)
  2642. c) RPC services - which will automatically pick unused ports and
  2643. maximize efficiency of the "IP Port" namespace.
  2644. The include file /usr/include/netinet/in.h defines a constant
  2645. IPPORT_RESERVED to be 1024. The relevant text is:
  2646. /*
  2647. * Ports < IPPORT_RESERVED are reserved for
  2648. * privileged processes (e.g. root).
  2649. * Ports > IPPORT_USERRESERVED are reserved
  2650. * for servers, not necessarily privileged.
  2651. */
  2652. #define IPPORT_RESERVED 1024
  2653. Reynolds & Postel [Page 62]
  2654. RFC 1700 Assigned Numbers October 1994
  2655. #define IPPORT_USERRESERVED 5000
  2656. Portmap does not allocate ports, the kernel allocates ports. The code
  2657. that does this is part of nearly every UNIX system in the world (and
  2658. since the BSD code is 'free' it is often the same code). RPC services
  2659. ask the kernel to allocate them a port by calling the "bind()" system
  2660. call. The parameter they pass is "INADDR_ANY" which means "allocate
  2661. me any IP port you want". The kernel does that by looking at all of
  2662. the ports that are currently in use and picking one that is not
  2663. currently used. The number picked is either less that 1024 if the
  2664. process is privledged, or greater than 1024 if the process is not
  2665. privledged. After the kernel has allocated a port, the service
  2666. registers this allocation with portmap. The portmapper is merely a
  2667. registry of previously allocated ports. Note "allocated" here is
  2668. being used in the sense that they are used by an open socket, not
  2669. assigned a well known name.
  2670. The role of /etc/services is to provide an idea to people who are
  2671. looking at network traffic as to where a packet may have originated
  2672. from or is headed to. For services like finger that have assigned
  2673. ports, they can just hard code the port they want into their
  2674. executable. (it isn't like it will change, and if they read it from
  2675. /etc/services and someone had mistyped the port number it won't
  2676. interoperate with clients anyway!)
  2677. It is not practical to read the /etc/services file into the kernel to
  2678. prevent it from giving out port numbers that are "pre-assigned", nor
  2679. is it generally desirable since with the correct ordering of startup
  2680. it is completely unneccesary.
  2681. Editors Note: This information was supplied by Chuck McManis of Sun.
  2682. []
  2683. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/sun-rpc-numbers
  2684. Reynolds & Postel [Page 63]
  2685. RFC 1700 Assigned Numbers October 1994
  2686. IP OPTION NUMBERS
  2687. The Internet Protocol (IP) has provision for optional header fields
  2688. identified by an option type field. Options 0 and 1 are exactly one
  2689. octet which is their type field. All other options have their one
  2690. octet type field, followed by a one octet length field, followed by
  2691. length-2 octets of option data. The option type field is sub-divided
  2692. into a one bit copied flag, a two bit class field, and a five bit
  2693. option number. These taken together form an eight bit value for the
  2694. option type field. IP options are commonly refered to by this value.
  2695. Copy Class Number Value Name Reference
  2696. ---- ----- ------ ----- ------------------------------- ---------
  2697. 0 0 0 0 EOOL - End of Options List [RFC791,JBP]
  2698. 0 0 1 1 NOP - No Operation [RFC791,JBP]
  2699. 1 0 2 130 SEC - Security [RFC1108]
  2700. 1 0 3 131 LSR - Loose Source Route [RFC791,JBP]
  2701. 0 2 4 68 TS - Time Stamp [RFC791,JBP]
  2702. 1 0 5 133 E-SEC - Extended Security [RFC1108]
  2703. 1 0 6 134 CIPSO - Commercial Security [???]
  2704. 0 0 7 7 RR - Record Route [RFC791,JBP]
  2705. 1 0 8 136 SID - Stream ID [RFC791,JBP]
  2706. 1 0 9 137 SSR - Strict Source Route [RFC791,JBP]
  2707. 0 0 10 10 ZSU - Experimental Measurement [ZSu]
  2708. 0 0 11 11 MTUP - MTU Probe [RFC1191]
  2709. 0 0 12 12 MTUR - MTU Reply [RFC1191]
  2710. 1 2 13 205 FINN - Experimental Flow Control [Finn]
  2711. 1 0 14 142 VISA - Expermental Access Control [Estrin]
  2712. 0 0 15 15 ENCODE - ??? [VerSteeg]
  2713. 1 0 16 144 IMITD - IMI Traffic Descriptor [Lee]
  2714. 1 0 17 145 EIP - ??? [RFC1358]
  2715. 0 2 18 82 TR - Traceroute [RFC1393]
  2716. 1 0 19 147 ADDEXT - Address Extension [Ullmann IPv7]
  2717. IP TIME TO LIVE PARAMETER
  2718. The current recommended default time to live (TTL) for the
  2719. Internet Protocol (IP) [45,105] is 64.
  2720. IP TOS PARAMETERS
  2721. This documents the default Type-of-Service values that are currently
  2722. recommended for the most important Internet protocols.
  2723. Reynolds & Postel [Page 64]
  2724. RFC 1700 Assigned Numbers October 1994
  2725. TOS Value Description Reference
  2726. --------- -------------------------- ---------
  2727. 0000 Default [RFC1349]
  2728. 0001 Minimize Monetary Cost [RFC1349]
  2729. 0010 Maximize Reliability [RFC1349]
  2730. 0100 Maximize Throughput [RFC1349]
  2731. 1000 Minimize Delay [RFC1349]
  2732. 1111 Maximize Security [RFC1455]
  2733. The TOS value is used to indicate "better". Only one TOS value or
  2734. property can be requested in any one IP datagram.
  2735. Generally, protocols which are involved in direct interaction with a
  2736. human should select low delay, while data transfers which may involve
  2737. large blocks of data are need high throughput. Finally, high reliability
  2738. is most important for datagram-based Internet management functions.
  2739. Application protocols not included in these tables should be able to
  2740. make appropriate choice of low delay (8 decimal, 1000 binary) or high
  2741. throughput (4 decimal, 0100 binary).
  2742. The following are recommended values for TOS:
  2743. ----- Type-of-Service Value -----
  2744. Protocol TOS Value
  2745. TELNET (1) 1000 (minimize delay)
  2746. FTP
  2747. Control 1000 (minimize delay)
  2748. Data (2) 0100 (maximize throughput)
  2749. TFTP 1000 (minimize delay)
  2750. SMTP (3)
  2751. Command phase 1000 (minimize delay)
  2752. DATA phase 0100 (maximize throughput)
  2753. Domain Name Service
  2754. UDP Query 1000 (minimize delay)
  2755. TCP Query 0000
  2756. Zone Transfer 0100 (maximize throughput)
  2757. NNTP 0001 (minimize monetary cost)
  2758. ICMP
  2759. Reynolds & Postel [Page 65]
  2760. RFC 1700 Assigned Numbers October 1994
  2761. Errors 0000
  2762. Requests 0000 (4)
  2763. Responses <same as request> (4)
  2764. Any IGP 0010 (maximize reliability)
  2765. EGP 0000
  2766. SNMP 0010 (maximize reliability)
  2767. BOOTP 0000
  2768. Notes:
  2769. (1) Includes all interactive user protocols (e.g., rlogin).
  2770. (2) Includes all bulk data transfer protocols (e.g., rcp).
  2771. (3) If the implementation does not support changing the TOS
  2772. during the lifetime of the connection, then the
  2773. recommended TOS on opening the connection is the default
  2774. TOS (0000).
  2775. (4) Although ICMP request messages are normally sent with
  2776. the default TOS, there are sometimes good reasons why they
  2777. would be sent with some other TOS value. An ICMP
  2778. response always uses the same TOS value as was used in the
  2779. corresponding ICMP request message.
  2780. An application may (at the request of the user) substitute
  2781. 0001 (minimize monetary cost) for any of the above values.
  2782. REFERENCES
  2783. [RFC791] Postel, J., "Internet Protocol - DARPA Internet Program
  2784. Protocol Specification", STD 5, RFC 791, DARPA, September
  2785. 1981.
  2786. [RFC1108] Kent, S., "U.S. Department of Defense Security Options for
  2787. the Internet Protocol", RFC 1108, BBN Communications,
  2788. November 1991.
  2789. [RFC1191] Mogul, J., and S. Deering, "Path MTU Discovery", RFC 1191,
  2790. DECWRL, Stanford University, November 1990.
  2791. [RFC1349] Almquist, P., "Type of Service in the Internet Protocol
  2792. Suite", RFC 1349, Consultant, July 1992.
  2793. Reynolds & Postel [Page 66]
  2794. RFC 1700 Assigned Numbers October 1994
  2795. [RFC1358] Chapin, L., Chair, "Charter of the Internet Architecture
  2796. Board (IAB)", RFC 1358, Internet Architecture Board, August
  2797. 1992.
  2798. [RFC1393] Malkin, G., "Traceroute Using an IP Option", RFC 1393,
  2799. Xylogics, Inc., January 1993.
  2800. [RFC1455] Eastlake, D., "Physical Link Security Type of Service",
  2801. RFC 1455, Digital Equipment Corporation, May 1993.
  2802. [Ullmann IPv7]
  2803. PEOPLE
  2804. [Estrin] Deborah Estrin <[email protected]>
  2805. [Finn] Greg Finn <[email protected]>
  2806. [JBP] Jon Postel <[email protected]>
  2807. [Ullmann] Robert Ullmann <[email protected]>
  2808. []
  2809. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/ip-parameters
  2810. Reynolds & Postel [Page 67]
  2811. RFC 1700 Assigned Numbers October 1994
  2812. ICMP TYPE NUMBERS
  2813. The Internet Control Message Protocol (ICMP) has many messages that
  2814. are identified by a "type" field.
  2815. Type Name Reference
  2816. ---- ------------------------- ---------
  2817. 0 Echo Reply [RFC792]
  2818. 1 Unassigned [JBP]
  2819. 2 Unassigned [JBP]
  2820. 3 Destination Unreachable [RFC792]
  2821. 4 Source Quench [RFC792]
  2822. 5 Redirect [RFC792]
  2823. 6 Alternate Host Address [JBP]
  2824. 7 Unassigned [JBP]
  2825. 8 Echo [RFC792]
  2826. 9 Router Advertisement [RFC1256]
  2827. 10 Router Selection [RFC1256]
  2828. 11 Time Exceeded [RFC792]
  2829. 12 Parameter Problem [RFC792]
  2830. 13 Timestamp [RFC792]
  2831. 14 Timestamp Reply [RFC792]
  2832. 15 Information Request [RFC792]
  2833. 16 Information Reply [RFC792]
  2834. 17 Address Mask Request [RFC950]
  2835. 18 Address Mask Reply [RFC950]
  2836. 19 Reserved (for Security) [Solo]
  2837. 20-29 Reserved (for Robustness Experiment) [ZSu]
  2838. 30 Traceroute [RFC1393]
  2839. 31 Datagram Conversion Error [RFC1475]
  2840. 32 Mobile Host Redirect [David Johnson]
  2841. 33 IPv6 Where-Are-You [Bill Simpson]
  2842. 34 IPv6 I-Am-Here [Bill Simpson]
  2843. 35 Mobile Registration Request [Bill Simpson]
  2844. 36 Mobile Registration Reply [Bill Simpson]
  2845. 37-255 Reserved [JBP]
  2846. Many of these ICMP types have a "code" field. Here we list the types
  2847. again with their assigned code fields.
  2848. Type Name Reference
  2849. ---- ------------------------- ---------
  2850. 0 Echo Reply [RFC792]
  2851. Codes
  2852. 0 No Code
  2853. 1 Unassigned [JBP]
  2854. Reynolds & Postel [Page 68]
  2855. RFC 1700 Assigned Numbers October 1994
  2856. 2 Unassigned [JBP]
  2857. 3 Destination Unreachable [RFC792]
  2858. Codes
  2859. 0 Net Unreachable
  2860. 1 Host Unreachable
  2861. 2 Protocol Unreachable
  2862. 3 Port Unreachable
  2863. 4 Fragmentation Needed and Don't Fragment was Set
  2864. 5 Source Route Failed
  2865. 6 Destination Network Unknown
  2866. 7 Destination Host Unknown
  2867. 8 Source Host Isolated
  2868. 9 Communication with Destination Network is
  2869. Administratively Prohibited
  2870. 10 Communication with Destination Host is
  2871. Administratively Prohibited
  2872. 11 Destination Network Unreachable for Type of Service
  2873. 12 Destination Host Unreachable for Type of Service
  2874. 4 Source Quench [RFC792]
  2875. Codes
  2876. 0 No Code
  2877. 5 Redirect [RFC792]
  2878. Codes
  2879. 0 Redirect Datagram for the Network (or subnet)
  2880. 1 Redirect Datagram for the Host
  2881. 2 Redirect Datagram for the Type of Service and Network
  2882. 3 Redirect Datagram for the Type of Service and Host
  2883. 6 Alternate Host Address [JBP]
  2884. Codes
  2885. 0 Alternate Address for Host
  2886. 7 Unassigned [JBP]
  2887. 8 Echo [RFC792]
  2888. Codes
  2889. 0 No Code
  2890. 9 Router Advertisement [RFC1256]
  2891. Codes
  2892. Reynolds & Postel [Page 69]
  2893. RFC 1700 Assigned Numbers October 1994
  2894. 0 No Code
  2895. 10 Router Selection [RFC1256]
  2896. Codes
  2897. 0 No Code
  2898. 11 Time Exceeded [RFC792]
  2899. Codes
  2900. 0 Time to Live exceeded in Transit
  2901. 1 Fragment Reassembly Time Exceeded
  2902. 12 Parameter Problem [RFC792]
  2903. Codes
  2904. 0 Pointer indicates the error
  2905. 1 Missing a Required Option [RFC1108]
  2906. 2 Bad Length
  2907. 13 Timestamp [RFC792]
  2908. Codes
  2909. 0 No Code
  2910. 14 Timestamp Reply [RFC792]
  2911. Codes
  2912. 0 No Code
  2913. 15 Information Request [RFC792]
  2914. Codes
  2915. 0 No Code
  2916. 16 Information Reply [RFC792]
  2917. Codes
  2918. 0 No Code
  2919. 17 Address Mask Request [RFC950]
  2920. Codes
  2921. 0 No Code
  2922. 18 Address Mask Reply [RFC950]
  2923. Reynolds & Postel [Page 70]
  2924. RFC 1700 Assigned Numbers October 1994
  2925. Codes
  2926. 0 No Code
  2927. 19 Reserved (for Security) [Solo]
  2928. 20-29 Reserved (for Robustness Experiment) [ZSu]
  2929. 30 Traceroute [RFC1393]
  2930. 31 Datagram Conversion Error [RFC1475]
  2931. 32 Mobile Host Redirect [David Johnson]
  2932. 33 IPv6 Where-Are-You [Bill Simpson]
  2933. 34 IPv6 I-Am-Here [Bill Simpson]
  2934. 35 Mobile Registration Request [Bill Simpson]
  2935. 36 Mobile Registration Reply [Bill Simpson]
  2936. REFERENCES
  2937. [RFC792] Postel, J., "Internet Control Message Protocol", STD 5,
  2938. RFC 792, USC/Information Sciences Institute, September 1981.
  2939. [RFC950] Mogul, J., and J. Postel, "Internet Standard Subnetting
  2940. Procedure", STD 5, RFC 950, Stanford, USC/Information
  2941. Sciences Institute, August 1985.
  2942. [RFC1108] Kent, S., "U.S. Department of Defense Security Options for
  2943. the Internet Protocol", RFC 1108, November 1991.
  2944. [RFC1256] Deering, S., Editor, "ICMP Router Discovery Messages", RFC
  2945. 1256, Xerox PARC, September 1991.
  2946. [RFC1393] Malkin, G., "Traceroute Using an IP Option", RFC 1393,
  2947. Xylogics, Inc., January 1993.
  2948. [RFC1475] Ullmann, R., "TP/IX: The Next Internet", RFC 1475, Process
  2949. Software Corporation, June 1993.
  2950. PEOPLE
  2951. [JBP] Jon Postel <[email protected]>
  2952. [David Johnson]
  2953. Reynolds & Postel [Page 71]
  2954. RFC 1700 Assigned Numbers October 1994
  2955. [Bill Simpson] <[email protected]> September, 1994.
  2956. [Solo]
  2957. [ZSu] Zaw-Sing Su <[email protected]>
  2958. []
  2959. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/icmp-parameters
  2960. Reynolds & Postel [Page 72]
  2961. RFC 1700 Assigned Numbers October 1994
  2962. TCP OPTION NUMBERS
  2963. The Transmission Control Protocol (TCP) has provision for optional
  2964. header fields identified by an option kind field. Options 0 and 1 are
  2965. exactly one octet which is their kind field. All other options have
  2966. their one octet kind field, followed by a one octet length field,
  2967. followed by length-2 octets of option data.
  2968. Kind Length Meaning Reference
  2969. ---- ------ ------------------------------- ---------
  2970. 0 - End of Option List [RFC793]
  2971. 1 - No-Operation [RFC793]
  2972. 2 4 Maximum Segment Lifetime [RFC793]
  2973. 3 3 WSOPT - Window Scale [RFC1323]
  2974. 4 2 SACK Permitted [RFC1072]
  2975. 5 N SACK [RFC1072]
  2976. 6 6 Echo (obsoleted by option 8) [RFC1072]
  2977. 7 6 Echo Reply (obsoleted by option 8)[RFC1072]
  2978. 8 10 TSOPT - Time Stamp Option [RFC1323]
  2979. 9 2 Partial Order Connection Permitted[RFC1693]
  2980. 10 5 Partial Order Service Profile [RFC1693]
  2981. 11 CC [Braden]
  2982. 12 CC.NEW [Braden]
  2983. 13 CC.ECHO [Braden]
  2984. 14 3 TCP Alternate Checksum Request [RFC1146]
  2985. 15 N TCP Alternate Checksum Data [RFC1146]
  2986. 16 Skeeter [Knowles]
  2987. 17 Bubba [Knowles]
  2988. 18 3 Trailer Checksum Option [Subbu & Monroe]
  2989. TCP ALTERNATE CHECKSUM NUMBERS
  2990. Number Description Reference
  2991. ------- ------------------------------- ----------
  2992. 0 TCP Checksum [RFC-1146]
  2993. 1 8-bit Fletchers's algorithm [RFC-1146]
  2994. 2 16-bit Fletchers's algorithm [RFC-1146]
  2995. 3 Redundant Checksum Avoidance [Kay]
  2996. REFERENCES
  2997. [KAY] Kay, J. and Pasquale, J., "Measurement, Analysis, and
  2998. Improvement of UDP/IP Throughput for the DECstation 5000,"
  2999. Proceedings of the Winter 1993 Usenix Conference, January 1993
  3000. (available for anonymous FTP in
  3001. Reynolds & Postel [Page 73]
  3002. RFC 1700 Assigned Numbers October 1994
  3003. ucsd.edu:/pub/csl/fastnet/fastnet.tar.Z). <[email protected]>
  3004. [RFC793] Postel, J., "Transmission Control Protocol - DARPA Internet
  3005. Program Protocol Specification", STD 7, RFC 793, DARPA,
  3006. September 1981.
  3007. [RFC1323] Jacobson, V., Braden, R., and D. Borman, "TCP Extensions for
  3008. High Performance", RFC 1323, LBL, ISI, Cray Research, May
  3009. 1992.
  3010. [RFC1072] Jacobson, V., and R. Braden, "TCP Extensions for Long-Delay
  3011. Paths", RFC 1072, LBL, ISI, October 1988.
  3012. [RFC1693] ?????
  3013. [RFC1146] Zweig, J., and C. Partridge, "TCP Alternate Checksum
  3014. Options", RFC 1146, UIUC, BBN, March 1990.
  3015. PEOPLE
  3016. [Braden] Bob Braden <[email protected]>
  3017. [Knowles] Stev Knowles <[email protected]>
  3018. [Kay] J. Kay <[email protected]>
  3019. [Subbu & Monroe] <mystery contact>
  3020. []
  3021. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/tcp-parameters
  3022. Reynolds & Postel [Page 74]
  3023. RFC 1700 Assigned Numbers October 1994
  3024. TELNET OPTIONS
  3025. The Telnet Protocol has a number of options that may be negotiated.
  3026. These options are listed here. "Internet Official Protocol Standards"
  3027. (STD 1) provides more detailed information.
  3028. Options Name References
  3029. ------- ----------------------- ----------
  3030. 0 Binary Transmission [RFC856,JBP]
  3031. 1 Echo [RFC857,JBP]
  3032. 2 Reconnection [NIC50005,JBP]
  3033. 3 Suppress Go Ahead [RFC858,JBP]
  3034. 4 Approx Message Size Negotiation [ETHERNET,JBP]
  3035. 5 Status [RFC859,JBP]
  3036. 6 Timing Mark [RFC860,JBP]
  3037. 7 Remote Controlled Trans and Echo [RFC726,JBP]
  3038. 8 Output Line Width [NIC50005,JBP]
  3039. 9 Output Page Size [NIC50005,JBP]
  3040. 10 Output Carriage-Return Disposition [RFC652,JBP]
  3041. 11 Output Horizontal Tab Stops [RFC653,JBP]
  3042. 12 Output Horizontal Tab Disposition [RFC654,JBP]
  3043. 13 Output Formfeed Disposition [RFC655,JBP]
  3044. 14 Output Vertical Tabstops [RFC656,JBP]
  3045. 15 Output Vertical Tab Disposition [RFC657,JBP]
  3046. 16 Output Linefeed Disposition [RFC657,JBP]
  3047. 17 Extended ASCII [RFC698,JBP]
  3048. 18 Logout [RFC727,MRC]
  3049. 19 Byte Macro [RFC735,JBP]
  3050. 20 Data Entry Terminal [RFC1043,RFC732,JBP]
  3051. 22 SUPDUP [RFC736,RFC734,MRC]
  3052. 22 SUPDUP Output [RFC749,MRC]
  3053. 23 Send Location [RFC779,EAK1]
  3054. 24 Terminal Type [RFC1091,MS56]
  3055. 25 End of Record [RFC885,JBP]
  3056. 26 TACACS User Identification [RFC927,BA4]
  3057. 27 Output Marking [RFC933,SXS]
  3058. 28 Terminal Location Number [RFC946,RN6]
  3059. 29 Telnet 3270 Regime [RFC1041,JXR]
  3060. 30 X.3 PAD [RFC1053,SL70]
  3061. 31 Negotiate About Window Size [RFC1073,DW183]
  3062. 32 Terminal Speed [RFC1079,CLH3]
  3063. 33 Remote Flow Control [RFC1372,CLH3]
  3064. 34 Linemode [RFC1184,DB14]
  3065. 35 X Display Location [RFC1096,GM23]
  3066. 36 Environment Option [RFC1408,DB14]
  3067. 37 Authentication Option [RFC1409,DB14]
  3068. 38 Encryption Option [DB14]
  3069. 39 New Environment Option [RFC1572,DB14]
  3070. Reynolds & Postel [Page 75]
  3071. RFC 1700 Assigned Numbers October 1994
  3072. 40 TN3270E [RFC1647]
  3073. 255 Extended-Options-List [RFC861,JBP]
  3074. Telnet Authentication Types
  3075. In [RFC1409], a list of authentication types is introduced. Additions
  3076. to the list are registerd by the IANA and documented here.
  3077. Type Description Reference
  3078. 0 NULL [RFC1409]
  3079. 1 KERBEROS_V4 [RFC1409]
  3080. 2 KERBEROS_V5 [RFC1409]
  3081. 3 SPX [RFC1409]
  3082. 4-5 Unassigned
  3083. 6 RSA [RFC1409]
  3084. 7-9 Unassigned
  3085. 10 LOKI [RFC1409]
  3086. 11 SSA [Schoch]
  3087. REFERENCES
  3088. [ETHERNET] "The Ethernet, A Local Area Network: Data Link Layer and
  3089. Physical Layer Specification", AA-K759B-TK, Digital
  3090. Equipment Corporation, Maynard, MA. Also as: "The
  3091. Ethernet - A Local Area Network", Version 1.0, Digital
  3092. Equipment Corporation, Intel Corporation, Xerox
  3093. Corporation, September 1980. And: "The Ethernet, A Local
  3094. Area Network: Data Link Layer and Physical Layer
  3095. Specifications", Digital, Intel and Xerox, November 1982.
  3096. And: XEROX, "The Ethernet, A Local Area Network: Data Link
  3097. Layer and Physical Layer Specification", X3T51/80-50, Xerox
  3098. Corporation, Stamford, CT., October 1980.
  3099. [NIC50005] DDN Protocol Handbook, "Telnet Reconnection Option",
  3100. "Telnet Output Line Width Option", "Telnet Output Page Size
  3101. Option", NIC 50005, December 1985.
  3102. [RFC652] Crocker, D., "Telnet Output Carriage-Return Disposition
  3103. Option", RFC 652, UCLA-NMC, October 1974.
  3104. [RFC653] Crocker, D., "Telnet Output Horizontal Tabstops Option",
  3105. RFC 653, UCLA-NMC, October 1974.
  3106. [RFC654] Crocker, D., "Telnet Output Horizontal Tab Disposition
  3107. Option", RFC 654, UCLA-NMC, October 1974.
  3108. [RFC655] Crocker, D., "Telnet Output Formfeed Disposition Option",
  3109. RFC 655, UCLA-NMC, October 1974.
  3110. Reynolds & Postel [Page 76]
  3111. RFC 1700 Assigned Numbers October 1994
  3112. [RFC656] Crocker, D., "Telnet Output Vertical Tabstops Option",
  3113. RFC 656, UCLA-NMC, October 1974.
  3114. [RFC657] Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  3115. RFC 657, UCLA-NMC, October 1974.
  3116. [RFC658] Crocker, D., "Telnet Output Linefeed Disposition", RFC 658,
  3117. UCLA-NMC, October 1974.
  3118. [RFC698] Tovar, "Telnet Extended ASCII Option", RFC 698, Stanford
  3119. University-AI, July 1975.
  3120. [RFC726] Postel, J. and D. Crocker, "Remote Controlled Transmission
  3121. and Echoing Telnet Option", RFC 726, SRI-ARC, UC Irvine,
  3122. March 1977.
  3123. [RFC727] Crispin, M., "Telnet Logout Option", RFC 727, Stanford
  3124. University-AI, April 1977.
  3125. [RFC734] Crispin, M., "SUPDUP Protocol", RFC 734, Stanford,
  3126. October 1977.
  3127. [RFC735] Crocker, D. and R. Gumpertz, "Revised Telnet Byte Marco
  3128. Option", RFC 735, Rand, CMU, November 1977.
  3129. [RFC736] Crispin, M., "Telnet SUPDUP Option", Stanford University-AI,
  3130. RFC 736, Stanford, October 1977.
  3131. [RFC749] Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC 749,
  3132. MIT-Multics, September 1978.
  3133. [RFC779] Killian, E., "Telnet Send-Location Option", RFC 779,
  3134. LLL, April 1981.
  3135. [RFC856] Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  3136. STD 27, RFC 856, USC/Information Sciences Institute, May
  3137. 1983.
  3138. [RFC857] Postel, J. and J. Reynolds, "Telnet Echo Option", STD 28, RFC
  3139. 857, USC/Information Sciences Institute, May 1983.
  3140. [RFC858] Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead
  3141. Option", STD 29, RFC 858, USC/Information Sciences Institute,
  3142. May 1983.
  3143. [RFC859] Postel, J. and J. Reynolds, "Telnet Status Option", STD 30,
  3144. RFC 859, USC/Information Sciences Institute, May 1983.
  3145. Reynolds & Postel [Page 77]
  3146. RFC 1700 Assigned Numbers October 1994
  3147. [RFC860] Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  3148. STD 31, RFC 860, USC/Information Sciences Institute, May
  3149. 1983.
  3150. [RFC861] Postel, J. and J. Reynolds, "Telnet Extended Options - List
  3151. Option", STD 32, RFC 861, USC/Information Sciences Institute,
  3152. May 1983.
  3153. [RFC885] Postel, J., "Telnet End of Record Option", RFC 885,
  3154. USC/Information Sciences Institute, December 1983.
  3155. [RFC927] Anderson, B., "TACACS User Identification Telnet Option",
  3156. RFC 927, BBN, December 1984.
  3157. [RFC933] Silverman, S., "Output Marking Telnet Option", RFC 933,
  3158. MITRE, January 1985.
  3159. [RFC946] Nedved, R., "Telnet Terminal Location Number Option",
  3160. RFC 946, Carnegie-Mellon University, May 1985.
  3161. [RDC1041] Rekhter, J., "Telnet 3270 Regime Option", RFC 1041,
  3162. IBM, January 1988.
  3163. [RFC1043] Yasuda, A., and T. Thompson, "TELNET Data Entry Terminal
  3164. Option DODIIS Implementation", RFC 1043, DIA, February 1988.
  3165. [RFC1053] Levy, S., and T. Jacobson, "Telnet X.3 PAD Option",
  3166. RFC 1053, Minnesota Supercomputer Center, April 1988.
  3167. [RFC1073] Waitzman, D., "Telnet Window Size Option", RFC 1073,
  3168. BBN STC, October, 1988.
  3169. [RFC1079] Hedrick, C., "Telnet Terminal Speed Option", RFC 1079,
  3170. Rutgers University, December 1988.
  3171. [RFC1091] VanBokkelen, J., "Telnet Terminal Type Option",
  3172. RFC 1091, FTP Software, Inc., February 1989.
  3173. [RFC1096] Marcy, G., "Telnet X Display Location Option", RFC 1096,
  3174. Carnegie Mellon University, March 1989.
  3175. [RFC1184] Borman, D., Editor, "Telnet Linemode Option",
  3176. RFC 1184, Cray Research, Inc., October 1990.
  3177. [RFC1372] Hedrick, C., and D. Borman, "Telnet Remote Flow Control
  3178. Option", RFC 1372, Rutgers University, Cray Research, Inc.,
  3179. October 1992.
  3180. Reynolds & Postel [Page 78]
  3181. RFC 1700 Assigned Numbers October 1994
  3182. [RFC1408] Borman, D., Editor, "Telnet Environment Option", RFC 1408,
  3183. Cray Research, Inc., January 1993.
  3184. [RFC1409] Borman, D., Editor, "Telnet Authentication Option", RFC
  3185. 1409, Cray Research, Inc., January 1993.
  3186. [RFC1572] Alexander, S., Editor, "Telnet Environment Option", RFC1572,
  3187. Lachman Technology, Inc., January 1994.
  3188. [RFC1647] Kelly, B., "TN3270 Enhancements", RFC1647, Auburn
  3189. University, July 1994.
  3190. PEOPLE
  3191. [BA4] Brian Anderson <[email protected]>
  3192. [CLH3] Charles Hedrick <[email protected]>
  3193. [DB14] Dave Borman <[email protected]>
  3194. [DW183] David Waitzman <[email protected]>
  3195. [EAK4] Earl Kill <[email protected]>
  3196. [GM23] Glenn Marcy <[email protected]>
  3197. [JBP] Jon Postel <[email protected]>
  3198. [MRC] Mark Crispin <[email protected]>
  3199. [MS56] Marvin Solomon <[email protected]>
  3200. [RN6] Rudy Nedved <Rudy.Nedved@CMU-CS-A.>
  3201. [Schoch] Steven Schoch <[email protected]>
  3202. [SL70] Stuart Levy <[email protected]>
  3203. [SXS] Steve Silverman <[email protected]>
  3204. [YXR] Yakov Rekhter <[email protected]>
  3205. []
  3206. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/telnet-options
  3207. Reynolds & Postel [Page 79]
  3208. RFC 1700 Assigned Numbers October 1994
  3209. DOMAIN NAME SYSTEM PARAMETERS
  3210. The Internet Domain Naming System (DOMAIN) includes several
  3211. parameters. These are documented in [RFC1034] and [RFC1035]. The
  3212. CLASS parameter is listed here. The per CLASS parameters are defined
  3213. in separate RFCs as indicated.
  3214. Domain System Parameters:
  3215. Decimal Name References
  3216. -------- ---- ----------
  3217. 0 Reserved [PM1]
  3218. 1 Internet (IN) [RFC1034,PM1]
  3219. 2 Unassigned [PM1]
  3220. 3 Chaos (CH) [PM1]
  3221. 4 Hessoid (HS) [PM1]
  3222. 5-65534 Unassigned [PM1]
  3223. 65535 Reserved [PM1]
  3224. In the Internet (IN) class the following TYPEs and QTYPEs are defined:
  3225. TYPE value and meaning
  3226. A 1 a host address [RFC1035]
  3227. NS 2 an authoritative name server [RFC1035]
  3228. MD 3 a mail destination (Obsolete - use MX) [RFC1035]
  3229. MF 4 a mail forwarder (Obsolete - use MX) [RFC1035]
  3230. CNAME 5 the canonical name for an alias [RFC1035]
  3231. SOA 6 marks the start of a zone of authority [RFC1035]
  3232. MB 7 a mailbox domain name (EXPERIMENTAL) [RFC1035]
  3233. MG 8 a mail group member (EXPERIMENTAL) [RFC1035]
  3234. MR 9 a mail rename domain name (EXPERIMENTAL)[RFC1035]
  3235. NULL 10 a null RR (EXPERIMENTAL) [RFC1035]
  3236. WKS 11 a well known service description [RFC1035]
  3237. PTR 12 a domain name pointer [RFC1035]
  3238. HINFO 13 host information [RFC1035]
  3239. MINFO 14 mailbox or mail list information [RFC1035]
  3240. MX 15 mail exchange [RFC1035]
  3241. TXT 16 text strings [RFC1035]
  3242. RP 17 for Responsible Person [RFC1183]
  3243. AFSDB 18 for AFS Data Base location [RFC1183]
  3244. X25 19 for X.25 PSDN address [RFC1183]
  3245. ISDN 20 for ISDN address [RFC1183]
  3246. RT 21 for Route Through [RFC1183]
  3247. NSAP 22 for NSAP address, NSAP style A record [RFC1348]
  3248. NSAP-PTR 23 for domain name pointer, NSAP style [RFC1348]
  3249. Reynolds & Postel [Page 80]
  3250. RFC 1700 Assigned Numbers October 1994
  3251. SIG 24 for security signature [Donald Eastlake]
  3252. KEY 25 for security key [Donald Eastlake]
  3253. PX 26 X.400 mail mapping information [RFC1664]
  3254. GPOS 27 Geographical Position [Craig Farrell]
  3255. AAAA 28 IP6 Address [Susan Thomson]
  3256. AXFR 252 transfer of an entire zone [RFC1035]
  3257. MAILB 253 mailbox-related RRs (MB, MG or MR) [RFC1035]
  3258. MAILA 254 mail agent RRs (Obsolete - see MX) [RFC1035]
  3259. * 255 A request for all records [RFC1035]
  3260. REFERENCES
  3261. [RFC1034] Mockapetris, P., "Domain Names - Concepts and
  3262. Facilities", STD 13, RFC 1034, USC/Information Sciences
  3263. Institute, November 1987.
  3264. [RFC1035] Mockapetris, P., "Domain Names - Implementation and
  3265. Specification", STD 13, RFC 1035, USC/Information Sciences
  3266. Institute, November 1987.
  3267. [RFC1183] Everhart, C., Mamakos, L., Ullmann, R., and P. Mockapetris,
  3268. Editors, "New DNS RR Definitions", RFC 1183, Transarc,
  3269. University of Maryland, Prime Computer, USC/Information
  3270. Sciences Institute, October 1990.
  3271. [RFC1348] Manning, B., "DNS NSAP RRs", RFC 1348, Rice University,
  3272. July 1992.
  3273. [RFC1664] Allocchio, C., Bonito, A., Cole, B., Giordano, S., and R.
  3274. Hagens, "Using the Internet DNS to Distribute RFC1327 Mail
  3275. Address Mapping Tables", GARR-Italy, Cisco Systems Inc.,
  3276. Centro Svizzero Calcolo Scientifico, Advanced Network &
  3277. Services, August 1994.
  3278. PEOPLE
  3279. [Susan Thomson] Susan Thomson <[email protected]>
  3280. [PM1] Paul Mockapetris <[email protected]>
  3281. [Donald Eastlake] Donald E. Eastlake, III <[email protected]>
  3282. Reynolds & Postel [Page 81]
  3283. RFC 1700 Assigned Numbers October 1994
  3284. [Craig Farrell]
  3285. []
  3286. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/dns-parameters
  3287. Reynolds & Postel [Page 82]
  3288. RFC 1700 Assigned Numbers October 1994
  3289. MAIL ENCODING HEADER FIELD KEYWORDS
  3290. [RFC1505] specifies an initial list of keywords for the experimental
  3291. encoding header field (EHF-MAIL), and provides that additional
  3292. keywords may be registered with the IANA.
  3293. Keyword Description Reference
  3294. _______ ___________ ____________
  3295. EDIFACT EDIFACT format [RFC1505]
  3296. EDI-X12 EDI X12 format [ANSI-X12]
  3297. EVFU FORTRAN format [RFC1505]
  3298. FS File System format [RFC1505]
  3299. Hex Hex binary format [RFC1505]
  3300. LZJU90 LZJU90 format [RFC1505]
  3301. LZW LZW format [RFC1505]
  3302. Message Encapsulated Message [RFC822]
  3303. PEM, PEM-Clear Privacy Enhanced Mail [RFC1421]
  3304. PGP Pretty Good Privacy [RFC1505]
  3305. Postscript Postscript format [POSTSCRIPT]
  3306. Shar Shell Archive format [RFC1505]
  3307. Signature Signature [RFC1505]
  3308. Tar Tar format [RFC1505]
  3309. Text Text [IS-10646]
  3310. uuencode uuencode format [RFC1505]
  3311. URL external URL-reference [RFC1505]
  3312. MAIL ENCRYPTION TYPES
  3313. [RFC822] specifies that Encryption Types for mail may be assigned.
  3314. There are currently no RFC 822 encryption types assigned. Please use
  3315. instead the Mail Privacy procedures defined in [RFC1421, RFC1422,
  3316. RFC1423].
  3317. ESMTP MAIL KEYWORDS
  3318. [RFC1651] specifies that extension to SMTP can be identified with
  3319. keywords.
  3320. Keywords Description Reference
  3321. Reynolds & Postel [Page 83]
  3322. RFC 1700 Assigned Numbers October 1994
  3323. ------------ -------------------------------- ---------
  3324. SEND Send as mail [RFC821]
  3325. SOML Send as mail or terminal [RFC821]
  3326. SAML Send as mail and terminal [RFC821]
  3327. EXPN Expand the mailing list [RFC821]
  3328. HELP Supply helpful information [RFC821]
  3329. TURN Turn the operation around [RFC821]
  3330. 8BITMIME Use 8-bit data [RFC1652]
  3331. SIZE Message size declaration [RFC1653]
  3332. VERB Verbose [Eric Allman]
  3333. ONEX One message transaction only [Eric Allman]
  3334. MAIL EXTENSION TYPES
  3335. The Simple Mail Transfer Protocol [RFC821] specifies a set of
  3336. commands or services for mail transfer. A general procedure for
  3337. extending the set of services is defined in [RFC1651]. The set of
  3338. service extensions is listed here.
  3339. Service Ext EHLO Keyword Parameters Verb Reference
  3340. ----------- ------------ ---------- ---------- ---------
  3341. Send SEND none SEND [RFC821]
  3342. Send or Mail SOML none SOML [RFC821]
  3343. Send and Mail SAML none SAML [RFC821]
  3344. Expand EXPN none EXPN [RFC821]
  3345. Help HELP none HELP [RFC821]
  3346. Turn TURN none TURN [RFC821]
  3347. 8 Bit MIME 8BITMIME none none [RFC1652]
  3348. Size SIZE number none [RFC1653]
  3349. MAIL SYSTEM NAMES
  3350. In some places, an identification of other mail systems is used.
  3351. One of these is in "The COSINE and Internet X.500 Schema" (section
  3352. 9.3.18) [RFC1274]. The mail system names listed here are used as the
  3353. legal values in that schema under the "otherMailbox" attribute
  3354. "mailboxType" type (which must be a PrintableString).
  3355. Another place is in "Mapping between X.400(1988) / ISO 10021 and RFC
  3356. 822" (section 4.2.2) [RFC1327]. The names listed here are used as
  3357. Reynolds & Postel [Page 84]
  3358. RFC 1700 Assigned Numbers October 1994
  3359. the legal values in that schema under the "std-or-address" attribute
  3360. "registered-dd-type" type (which must be a "key-string").
  3361. Note that key-string = <a-z, A-Z, 0-9, and "-" >.
  3362. Mail System Name Description Reference
  3363. ---------------- ------------------------------- ---------
  3364. mcimail MCI Mail
  3365. MAIL TRANSMISSION TYPES
  3366. The Simple Mail Transfer Protocol [RFC821] and the Standard for the
  3367. Format of ARPA Internet Text Messages [RFC822] specify that a set of
  3368. "Received" lines will be prepended to the headers of electronic mail
  3369. messages as they are transported through the Internet. These received
  3370. line may optionally include either or both a "via" phrase and/or a
  3371. "with" phrase. The legal values for the phrases are listed here. The
  3372. via phrase is intended to indicate the link or physical medium over
  3373. which the message was transferred. The with phrase is intended to
  3374. indicate the protocol or logical process that was used to transfer the
  3375. message.
  3376. VIA link types Description Reference
  3377. -------------- ---------------------------- ---------
  3378. UUCP Unix-to-Unix Copy Program [???]
  3379. WITH protocol types Description Reference
  3380. ------------------- ---------------------------- ---------
  3381. SMTP Simple Mail Transfer Protocol [RFC821]
  3382. ESMTP SMTP with Service Extensions [RFC1651]
  3383. REFERENCES
  3384. [ANSI-X12]
  3385. [POSTSCRIPT] Adobe Systems Inc., "PostScript Langpuage Reference
  3386. Manual", 2nd Edition, 2nd Printing, January 1991.
  3387. [IS-10646]
  3388. Reynolds & Postel [Page 85]
  3389. RFC 1700 Assigned Numbers October 1994
  3390. [RFC821] Postel, J., "Simple Mail Transfer Protocol", STD 10, RFC 821,
  3391. USC/Information Sciences Institute, August 1982.
  3392. [RFC822] Crocker, D., "Standard for the Format of ARPA-Internet Text
  3393. Messages", STD 11, RFC 822, UDEL, August 1982.
  3394. [RFC1274] Barker, P., and S. Kille, "The COSINE and Internet X.500
  3395. Schema", RFC 1274, University College London, November 1991.
  3396. [RFC1327] Hardcastle-Kille, S., "Mapping between X.400(1988) / ISO
  3397. 10021 and RFC 822", RFC 1327, University College London,
  3398. May 1992.
  3399. [RFC1421] Linn, J., "Privacy Enhancement for Internet Electronic
  3400. Mail: Part I: Message Encipherment and Authentication
  3401. Procedures", RFC 1421, IAB IRTF PSRG, IETF PEM WG,
  3402. February 1993.
  3403. [RFC1422] Kent, S., "Privacy Enhancement for Internet
  3404. Electronic Mail: Part II -- Certificate-Based Key
  3405. Management", BBN, IAB IRTF PSRG, IETF PEM, February 1993.
  3406. [RFC1423] Balenson, D., "Privacy Enhancement for Internet Electronic
  3407. Mail: Part III -- Algorithms, Modes, and Identifiers",
  3408. RFC 1423, TIS, IAB IRTF PSRG, IETF PEM WG, February 1993.
  3409. [RFC1505] Costanzo, A., Robinson, D., and R. Ullmann, "Encoding Header
  3410. Field for Internet Messages", RFC 1505, AKC Consulting,
  3411. Computervision Corporation, August 1993.
  3412. [RFC1651] Klensin, J., Freed, N., Rose, M., Stefferud, E., and D.
  3413. Crocker, "SMTP Service Extensions", RFC 1651, MCI, Innosoft,
  3414. Dover Beach Consulting, Inc., Network Management Associates,
  3415. Inc., Silicon Graphics, Inc., July 1994.
  3416. [RFC1652] Klensin, J., Freed, N., Rose, M., Stefferud, E., and D.
  3417. Crocker, "SMTP Service Extension for 8bit-MIMEtransport",
  3418. RFC 1652, MCI, Innosoft, Dover Beach Consulting, Inc.,
  3419. Network Management Associates, Inc., Silicon Graphics, Inc.,
  3420. July 1994.
  3421. [RFC1653] Klensin, J., Freed, N., and K. Moore, "SMTP Service
  3422. Extension for Message Size Declaration", RFC 1653,
  3423. MCI, Innosoft, University of Tennessee, July 1994.
  3424. PEOPLE
  3425. Reynolds & Postel [Page 86]
  3426. RFC 1700 Assigned Numbers October 1994
  3427. [Eric Allman]
  3428. []
  3429. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/mail-parameters
  3430. Reynolds & Postel [Page 87]
  3431. RFC 1700 Assigned Numbers October 1994
  3432. BOOTP AND DHCP PARAMETERS
  3433. The Bootstrap Protocol (BOOTP) [RFC951] describes an IP/UDP
  3434. bootstrap protocol (BOOTP) which allows a diskless client machine to
  3435. discover its own IP address, the address of a server host, and the
  3436. name of a file to be loaded into memory and executed. The Dynamic
  3437. Host Configuration Protocol (DHCP) [RFC1531] provides a framework for
  3438. automatic configuration of IP hosts. The "DHCP Options and BOOTP
  3439. Vendor Information Extensions" [RFC1533] describes the additions to the
  3440. Bootstrap Protocol (BOOTP) which can also be used as options with the
  3441. Dynamic Host Configuration Protocol (DHCP).
  3442. BOOTP Vendor Extensions and DHCP Options are listed below:
  3443. Tag Name Data Length Meaning
  3444. --- ---- ----------- -------
  3445. 0 Pad 0 None
  3446. 1 Subnet Mask 4 Subnet Mask Value
  3447. 2 Time Offset 4 Time Offset in
  3448. Seconds from UTC
  3449. 3 Gateways N N/4 Gateway addresses
  3450. 4 Time Server N N/4 Timeserver addresses
  3451. 5 Name Server N N/4 IEN-116 Server addresses
  3452. 6 Domain Server N N/4 DNS Server addresses
  3453. 7 Log Server N N/4 Logging Server addresses
  3454. 8 Quotes Server N N/4 Quotes Server addresses
  3455. 9 LPR Server N N/4 Printer Server addresses
  3456. 10 Impress Server N N/4 Impress Server addresses
  3457. 11 RLP Server N N/4 RLP Server addresses
  3458. 12 Hostname N Hostname string
  3459. 13 Boot File Size 2 Size of boot file in 512 byte
  3460. chunks
  3461. 14 Merit Dump File Client to dump and name
  3462. the file to dump it to
  3463. 15 Domain Name N The DNS domain name of the
  3464. client
  3465. 16 Swap Server N Swap Server addeess
  3466. 17 Root Path N Path name for root disk
  3467. 18 Extension File N Path name for more BOOTP info
  3468. 19 Forward On/Off 1 Enable/Disable IP Forwarding
  3469. 20 SrcRte On/Off 1 Enable/Disable Source Routing
  3470. 21 Policy Filter N Routing Policy Filters
  3471. 22 Max DG Assembly 2 Max Datagram Reassembly Size
  3472. 23 Default IP TTL 1 Default IP Time to Live
  3473. 24 MTU Timeout 4 Path MTU Aging Timeout
  3474. 25 MTU Plateau N Path MTU Plateau Table
  3475. Reynolds & Postel [Page 88]
  3476. RFC 1700 Assigned Numbers October 1994
  3477. 26 MTU Interface 2 Interface MTU Size
  3478. 27 MTU Subnet 1 All Subnets are Local
  3479. 28 Broadcast Address 4 Broadcast Address
  3480. 29 Mask Discovery 1 Perform Mask Discovery
  3481. 30 Mask Supplier 1 Provide Mask to Others
  3482. 31 Router Discovery 1 Perform Router Discovery
  3483. 32 Router Request 4 Router Solicitation Address
  3484. 33 Static Route N Static Routing Table
  3485. 34 Trailers 1 Trailer Encapsulation
  3486. 35 ARP Timeout 4 ARP Cache Timeout
  3487. 36 Ethernet 1 Ethernet Encapsulation
  3488. 37 Default TCP TTL 1 Default TCP Time to Live
  3489. 38 Keepalive Time 4 TCP Keepalive Interval
  3490. 39 Keepalive Data 1 TCP Keepalive Garbage
  3491. 40 NIS Domain N NIS Domain Name
  3492. 41 NIS Servers N NIS Server Addresses
  3493. 42 NTP Servers N NTP Server Addresses
  3494. 43 Vendor Specific N Vendor Specific Information
  3495. 44 NETBIOS Name Srv N NETBIOS Name Servers
  3496. 45 NETBIOS Dist Srv N NETBIOS Datagram Distribution
  3497. 46 NETBIOS Note Type 1 NETBIOS Note Type
  3498. 47 NETBIOS Scope N NETBIOS Scope
  3499. 48 X Window Font N X Window Font Server
  3500. 49 X Window Manmager N X Window Display Manager
  3501. 50 Address Request 4 Requested IP Address
  3502. 51 Address Time 4 IP Address Lease Time
  3503. 52 Overload 1 Overloaf "sname" or "file"
  3504. 53 DHCP Msg Type 1 DHCP Message Type
  3505. 54 DHCP Server Id 4 DHCP Server Identification
  3506. 55 Parameter List N Parameter Request List
  3507. 56 DHCP Message N DHCP Error Message
  3508. 57 DHCP Max Msg Size 2 DHCP Maximum Message Size
  3509. 58 Renewal Time 4 DHCP Renewal (T1) Time
  3510. 59 Rebinding Time 4 DHCP Rebinding (T2) Time
  3511. 60 Class Id N Class Identifier
  3512. 61 Client Id N Client Identifier
  3513. 62 Netware/IP Domain N Netware/IP Domain Name
  3514. 63 Netware/IP Option N Netware/IP sub Options
  3515. 64-127 Unassigned
  3516. 128-154 Reserved
  3517. 255 End 0 None
  3518. REFERENCES
  3519. Reynolds & Postel [Page 89]
  3520. RFC 1700 Assigned Numbers October 1994
  3521. [RFC951] Croft, B., and J. Gilmore, "BOOTSTRAP Protocol (BOOTP)",
  3522. RFC-951, Stanford and SUN Microsytems, September 1985.
  3523. [RFC1531] Droms, R., "Dynamic Host Configuration Protocol", Bucknell
  3524. University, October 1993.
  3525. [RFC1533] Alexander, S., and R. Droms, "DHCP Options and BOOTP Vendor
  3526. Extensions", Lachman Technology, Inc., Bucknell University,
  3527. October 1993.
  3528. []
  3529. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/bootp-and-dhcp-
  3530. parameters
  3531. Reynolds & Postel [Page 90]
  3532. RFC 1700 Assigned Numbers October 1994
  3533. ADDRESS FAMILY NUMBERS
  3534. Several protocols deal with multiple address families. The 16-bit
  3535. assignments are listed here.
  3536. Number Description Reference
  3537. ------ ---------------------------------------------------- ---------
  3538. 0 Reserved
  3539. 1 IP (IP version 4)
  3540. 2 IP6 (IP version 6)
  3541. 3 NSAP
  3542. 4 HDLC (8-bit multidrop)
  3543. 5 BBN 1822
  3544. 6 802 (includes all 802 media plus Ethernet "canonical format")
  3545. 7 E.163
  3546. 8 E.164 (SMDS, Frame Relay, ATM)
  3547. 9 F.69 (Telex)
  3548. 10 X.121 (X.25, Frame Relay)
  3549. 11 IPX
  3550. 12 Appletalk
  3551. 13 Decnet IV
  3552. 14 Banyan Vines
  3553. 65535 Reserved
  3554. []
  3555. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/address-family-numbers
  3556. Reynolds & Postel [Page 91]
  3557. RFC 1700 Assigned Numbers October 1994
  3558. FOOBAR AF NUMBERS
  3559. In the FTP Operation Over Big Address Records (FOOBAR) Protocol
  3560. [RFC1639] there is a field, called "address family" or "af", to
  3561. identify the lower level protocol addresses in use. This is an 8 bit
  3562. field. The first 16 assignments (0-15) of the af value are exactly
  3563. the same as the IP Version number. The assignment for values 16-255
  3564. are listed here.
  3565. Assigned FOOBAR Address Families
  3566. Decimal Keyword Address Family References
  3567. ------- ------- -------------- ----------
  3568. 16 IPX Novell IPX
  3569. 17-254 Unassigned
  3570. 255 Reserved
  3571. REFERENCES
  3572. [RFC1639] Piscitello, D., "FTP Operation Over Big Address Records
  3573. (FOOBAR)", Core Competence, Inc., June 1994.
  3574. []
  3575. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/foobar-af-numbers
  3576. Reynolds & Postel [Page 92]
  3577. RFC 1700 Assigned Numbers October 1994
  3578. DIRECTORY SYSTEM NAMES
  3579. In the representation of distinquished names (and possibly other
  3580. contexts) of the X.500 Directory system, several unique keywords may
  3581. be necessary. For example, in the string representation of
  3582. distinguished names [RFC1485].
  3583. Keyword Attribute (X.520 keys)
  3584. ------- ---------------------------------
  3585. CN CommonName
  3586. L LocalityName
  3587. ST StateOrProvinceName
  3588. O OrganizationName
  3589. OU OrganizationalUnitName
  3590. C CountryName
  3591. REFERENCES
  3592. [RFC1485] Hardcastle-Kille, S., "A String Representation of
  3593. Distinguished Names (OSI-DS 23 (v5))", RFC1485, ISODE
  3594. Consortium, July 1993.
  3595. []
  3596. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/directory-system-names
  3597. Reynolds & Postel [Page 93]
  3598. RFC 1700 Assigned Numbers October 1994
  3599. PUBLISHER IDENTIFICATION CODE
  3600. The RFC "A Format for E-Mailing Bibliographic Records" [RFC1357]
  3601. establishs a "publisher-ID" code. The IANA registry of these codes is
  3602. listed here.
  3603. Code Publisher Reference
  3604. ------ ------------------------------------------------------- ---------
  3605. DUMMY for testing only [RFC1357]
  3606. TEST for testing only [RFC1357]
  3607. ISI Information Sciences Institute [JBP]
  3608. of the University of Southern California
  3609. UMCS University of Manchester Computer Science Department [TXC]
  3610. REFERENCES
  3611. [RFC1357] Cohen, D., Editor, "A Format for E-mailing Bibliographic
  3612. Records", RFC 1357, USC/Information Sciences Institute,
  3613. July 1992.
  3614. PEOPLE
  3615. [JBP] Jon Postel <[email protected]>
  3616. [TXC] Tim Clement <[email protected]>
  3617. []
  3618. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/publisher-id
  3619. Reynolds & Postel [Page 94]
  3620. RFC 1700 Assigned Numbers October 1994
  3621. OSPF AUTHENTICATION CODES
  3622. The Open Shotrest Path First (OSPF) protocols has a provision for
  3623. authentication, and the type of authentication can me indicated by a
  3624. code number. The following are the registered authentication codes.
  3625. Code Authentication Method Reference
  3626. ---- --------------------- ---------
  3627. 0 No Authentication [RFC1583]
  3628. 1 Simple Password Authentication [RFC1583]
  3629. 2-65535 Reserved
  3630. REFERENCES
  3631. [RFC1583] Moy, J., "OSPF Version 2", RFC 1583, Proteon, Inc., March
  3632. 1994.
  3633. [RFC1584] Moy, J., "Multicast Extensions to OSPF", RFC 1584, Proteon,
  3634. Inc., March 1994.
  3635. [RFC1585] Moy, J., "MOSPF: Analysis and Experience", RFC 1585,
  3636. Proteon, Inc., March 1994.
  3637. [RFC1586] deSouza, O., and M. Rodrigues, "Guidelines for Running OSPF
  3638. Over Frame Relay Networks", RFC 1586, AT&T Bell
  3639. Laboratories, March 1994.
  3640. [RFC1587] Coltun, R., and V. Fuller, "The OSPF NSSA Option", RFC 1587,
  3641. RainbowBridge Communications, BARRNet, March 1994.
  3642. []
  3643. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/ospf-authentication-
  3644. codes
  3645. Reynolds & Postel [Page 95]
  3646. RFC 1700 Assigned Numbers October 1994
  3647. MEDIA TYPES
  3648. [RFC1521] specifies that Content Types, Content Subtypes, Character
  3649. Sets, Access Types, and Conversion values for MIME mail will be
  3650. assigned and listed by the IANA.
  3651. Content Types and Subtypes
  3652. --------------------------
  3653. Type Subtype Description Reference
  3654. ---- ------- ----------- ---------
  3655. text plain [RFC1521,NSB]
  3656. richtext [RFC1521,NSB]
  3657. tab-separated-values [Paul Lindner]
  3658. multipart mixed [RFC1521,NSB]
  3659. alternative [RFC1521,NSB]
  3660. digest [RFC1521,NSB]
  3661. parallel [RFC1521,NSB]
  3662. appledouble [MacMime,Patrik Faltstrom]
  3663. header-set [Dave Crocker]
  3664. message rfc822 [RFC1521,NSB]
  3665. partial [RFC1521,NSB]
  3666. external-body [RFC1521,NSB]
  3667. news [RFC 1036, Henry Spencer]
  3668. application octet-stream [RFC1521,NSB]
  3669. postscript [RFC1521,NSB]
  3670. oda [RFC1521,NSB]
  3671. atomicmail [atomicmail,NSB]
  3672. andrew-inset [andrew-inset,NSB]
  3673. slate [slate,terry crowley]
  3674. wita [Wang Info Transfer,Larry Campbell]
  3675. dec-dx [Digital Doc Trans, Larry Campbell]
  3676. dca-rft [IBM Doc Content Arch, Larry Campbell]
  3677. activemessage [Ehud Shapiro]
  3678. rtf [Paul Lindner]
  3679. applefile [MacMime,Patrik Faltstrom]
  3680. mac-binhex40 [MacMime,Patrik Faltstrom]
  3681. news-message-id [RFC1036, Henry Spencer]
  3682. news-transmission [RFC1036, Henry Spencer]
  3683. wordperfect5.1 [Paul Lindner]
  3684. pdf [Paul Lindner]
  3685. zip [Paul Lindner]
  3686. macwriteii [Paul Lindner]
  3687. Reynolds & Postel [Page 96]
  3688. RFC 1700 Assigned Numbers October 1994
  3689. msword [Paul Lindner]
  3690. remote-printing [RFC1486,MTR]
  3691. image jpeg [RFC1521,NSB]
  3692. gif [RFC1521,NSB]
  3693. ief Image Exchange Format [RFC1314]
  3694. tiff Tag Image File Format [MTR]
  3695. audio basic [RFC1521,NSB]
  3696. video mpeg [RFC1521,NSB]
  3697. quicktime [Paul Lindner]
  3698. The "media-types" directory contains a subdirectory for each content
  3699. type and each of those directories contains a file for each content
  3700. subtype.
  3701. |-application-
  3702. |-audio-------
  3703. |-image-------
  3704. |-media-types-|-message-----
  3705. |-multipart---
  3706. |-text--------
  3707. |-video-------
  3708. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/media-types
  3709. Character Sets
  3710. --------------
  3711. All of the character sets listed the section on Character Sets are
  3712. registered for use with MIME as MIME Character Sets. The
  3713. correspondance between the few character sets listed in the MIME
  3714. specification [RFC1521] and the list in that section are:
  3715. Type Description Reference
  3716. ---- ----------- ---------
  3717. US-ASCII see ANSI_X3.4-1968 below [RFC1521,NSB]
  3718. ISO-8859-1 see ISO_8859-1:1987 below [RFC1521,NSB]
  3719. ISO-8859-2 see ISO_8859-2:1987 below [RFC1521,NSB]
  3720. ISO-8859-3 see ISO_8859-3:1988 below [RFC1521,NSB]
  3721. ISO-8859-4 see ISO_8859-4:1988 below [RFC1521,NSB]
  3722. ISO-8859-5 see ISO_8859-5:1988 below [RFC1521,NSB]
  3723. ISO-8859-6 see ISO_8859-6:1987 below [RFC1521,NSB]
  3724. ISO-8859-7 see ISO_8859-7:1987 below [RFC1521,NSB]
  3725. ISO-8859-8 see ISO_8859-8:1988 below [RFC1521,NSB]
  3726. ISO-8859-9 see ISO_8859-9:1989 below [RFC1521,NSB]
  3727. Reynolds & Postel [Page 97]
  3728. RFC 1700 Assigned Numbers October 1994
  3729. Access Types
  3730. ------------
  3731. Type Description Reference
  3732. ---- ----------- ---------
  3733. FTP [RFC1521,NSB]
  3734. ANON-FTP [RFC1521,NSB]
  3735. TFTP [RFC1521,NSB]
  3736. AFS [RFC1521,NSB]
  3737. LOCAL-FILE [RFC1521,NSB]
  3738. MAIL-SERVER [RFC1521,NSB]
  3739. Conversion Values
  3740. -----------------
  3741. Conversion values or Content Transfer Encodings.
  3742. Type Description Reference
  3743. ---- ----------- ---------
  3744. 7BIT [RFC1521,NSB]
  3745. 8BIT [RFC1521,NSB]
  3746. BASE64 [RFC1521,NSB]
  3747. BINARY [RFC1521,NSB]
  3748. QUOTED-PRINTABLE [RFC1521,NSB]
  3749. MIME / X.400 MAPPING TABLES
  3750. MIME to X.400 Table
  3751. MIME content-type X.400 Body Part Reference
  3752. ----------------- ------------------ ---------
  3753. text/plain
  3754. charset=us-ascii ia5-text [RFC1494]
  3755. charset=iso-8859-x EBP - GeneralText [RFC1494]
  3756. text/richtext no mapping defined [RFC1494]
  3757. application/oda EBP - ODA [RFC1494]
  3758. application/octet-stream bilaterally-defined [RFC1494]
  3759. application/postscript EBP - mime-postscript-body [RFC1494]
  3760. image/g3fax g3-facsimile [RFC1494]
  3761. image/jpeg EBP - mime-jpeg-body [RFC1494]
  3762. image/gif EBP - mime-gif-body [RFC1494]
  3763. audio/basic no mapping defined [RFC1494]
  3764. video/mpeg no mapping defined [RFC1494]
  3765. Abbreviation: EBP - Extended Body Part
  3766. Reynolds & Postel [Page 98]
  3767. RFC 1700 Assigned Numbers October 1994
  3768. X.400 to MIME Table
  3769. Basic Body Parts
  3770. X.400 Basic Body Part MIME content-type Reference
  3771. --------------------- -------------------- ---------
  3772. ia5-text text/plain;charset=us-ascii [RFC1494]
  3773. voice No Mapping Defined [RFC1494]
  3774. g3-facsimile image/g3fax [RFC1494]
  3775. g4-class1 no mapping defined [RFC1494]
  3776. teletex no mapping defined [RFC1494]
  3777. videotex no mapping defined [RFC1494]
  3778. encrypted no mapping defined [RFC1494]
  3779. bilaterally-defined application/octet-stream [RFC1494]
  3780. nationally-defined no mapping defined [RFC1494]
  3781. externally-defined See Extended Body Parts [RFC1494]
  3782. X.400 Extended Body Part MIME content-type Reference
  3783. ------------------------- -------------------- ---------
  3784. GeneralText text/plain;charset=iso-8859-x[RFC1494]
  3785. ODA application/oda [RFC1494]
  3786. mime-postscript-body application/postscript [RFC1494]
  3787. mime-jpeg-body image/jpeg [RFC1494]
  3788. mime-gif-body image/gif [RFC1494]
  3789. REFERENCES
  3790. [MacMime] Work in Progress.
  3791. [RFC1036] Horton, M., and R. Adams, "Standard for Interchange of
  3792. USENET Messages", RFC 1036, AT&T Bell Laboratories,
  3793. Center for Seismic Studies, December 1987.
  3794. [RFC1494] Alvestrand, H., and S. Thompson, "Equivalences between 1988
  3795. X.400 and RFC-822 Message Bodies", RFC 1494, SINTEF DELAB,
  3796. Soft*Switch, Inc., August 1993.
  3797. [RFC1521] Borenstien, N., and N. Freed, "MIME (Multipurpose Internet
  3798. Mail Extensions) Part One: Mechanisms for Specifying and
  3799. Describing the Format of Internet Message Bodies", RFC 1521,
  3800. Bellcore, Innosoft, September 1993.
  3801. PEOPLE
  3802. [Larry Campbell]
  3803. [Dave Crocker] Dave Crocker <[email protected]>
  3804. Reynolds & Postel [Page 99]
  3805. RFC 1700 Assigned Numbers October 1994
  3806. [Terry Crowley]
  3807. [NSB] Nathaniel Borenstein <[email protected]>
  3808. [MTR] Marshall Rose <[email protected]>
  3809. [Paul Lindner]
  3810. [PXF] Patrik Faltstrom <[email protected]>
  3811. [Ehud Shapiro]
  3812. [Henry Spencer]
  3813. []
  3814. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-
  3815. types
  3816. Reynolds & Postel [Page 100]
  3817. RFC 1700 Assigned Numbers October 1994
  3818. CHARACTER SETS
  3819. These are the official names for character sets that may be used in
  3820. the Internet and may be referred to in Internet documentation. These
  3821. names are expressed in ANSI_X3.4-1968 which is commonly called
  3822. US-ASCII or simply ASCII. The character set most commonly use in the
  3823. Internet and used especially in protocol standards is US-ASCII, this
  3824. is strongly encouraged. The use of the name US-ASCII is also
  3825. encouraged.
  3826. The character set names may be up to 40 characters taken from the
  3827. printable characters of US-ASCII. However, no distinction is made
  3828. between use of upper and lower case letters.
  3829. Character Set Reference
  3830. ------------- ---------
  3831. Name: ANSI_X3.4-1968 [RFC1345,KXS2]
  3832. Source: ECMA registry
  3833. Alias: iso-ir-6
  3834. Alias: ANSI_X3.4-1986
  3835. Alias: ISO_646.irv:1991
  3836. Alias: ASCII
  3837. Alias: ISO646-US
  3838. Alias: US-ASCII
  3839. Alias: us
  3840. Alias: IBM367
  3841. Alias: cp367
  3842. Name: ISO-10646-UCS-2
  3843. Source: the 2-octet Basic Multilingual Plane, aka Unicode
  3844. this needs to specify network byte order: the standard
  3845. does not specify (it is a 16-bit integer space)
  3846. Name: ISO-10646-UCS-4
  3847. Source: the full code space. (same comment about byte order,
  3848. these are 31-bit numbers.
  3849. Name: ISO-10646-UTF-1
  3850. Source: Universal Transfer Format (1), this is the multibyte
  3851. encoding, that subsets ASCII-7. It does not have byte
  3852. ordering issues.
  3853. Name: ISO_646.basic:1983 [RFC1345,KXS2]
  3854. Source: ECMA registry
  3855. Alias: ref
  3856. Reynolds & Postel [Page 101]
  3857. RFC 1700 Assigned Numbers October 1994
  3858. Name: INVARIANT [RFC1345,KXS2]
  3859. Name: ISO_646.irv:1983 [RFC1345,KXS2]
  3860. Source: ECMA registry
  3861. Alias: iso-ir-2
  3862. Alias: irv
  3863. Name: BS_4730 [RFC1345,KXS2]
  3864. Source: ECMA registry
  3865. Alias: iso-ir-4
  3866. Alias: ISO646-GB
  3867. Alias: gb
  3868. Alias: uk
  3869. Name: NATS-SEFI [RFC1345,KXS2]
  3870. Source: ECMA registry
  3871. Alias: iso-ir-8-1
  3872. Name: NATS-SEFI-ADD [RFC1345,KXS2]
  3873. Source: ECMA registry
  3874. Alias: iso-ir-8-2
  3875. Name: NATS-DANO [RFC1345,KXS2]
  3876. Source: ECMA registry
  3877. Alias: iso-ir-9-1
  3878. Name: NATS-DANO-ADD [RFC1345,KXS2]
  3879. Source: ECMA registry
  3880. Alias: iso-ir-9-2
  3881. Name: SEN_850200_B [RFC1345,KXS2]
  3882. Source: ECMA registry
  3883. Alias: iso-ir-10
  3884. Alias: FI
  3885. Alias: ISO646-FI
  3886. Alias: ISO646-SE
  3887. Alias: se
  3888. Name: SEN_850200_C [RFC1345,KXS2]
  3889. Source: ECMA registry
  3890. Alias: iso-ir-11
  3891. Alias: ISO646-SE2
  3892. Alias: se2
  3893. Name: KS_C_5601-1987 [RFC1345,KXS2]
  3894. Source: ECMA registry
  3895. Alias: iso-ir-149
  3896. Alias: KS_C_5601-1989
  3897. Reynolds & Postel [Page 102]
  3898. RFC 1700 Assigned Numbers October 1994
  3899. Alias: KSC_5601
  3900. Alias: korean
  3901. Name: ISO-2022-KR [RFC1557,Choi]
  3902. Source: RFC-1557 (see also KS_C_5601-1987)
  3903. Name: EUC-KR [RFC1557,Choi]
  3904. Source: RFC-1557 (see also KS_C_5861-1992)
  3905. Name: ISO-2022-JP [RFC1468,Murai]
  3906. Source: RFC-1468
  3907. Name: ISO-2022-JP-2 [RFC1554,Ohta]
  3908. Source: RFC-1554
  3909. Name: JIS_C6220-1969-jp [RFC1345,KXS2]
  3910. Source: ECMA registry
  3911. Alias: JIS_C6220-1969
  3912. Alias: iso-ir-13
  3913. Alias: katakana
  3914. Alias: x0201-7
  3915. Name: JIS_C6220-1969-ro [RFC1345,KXS2]
  3916. Source: ECMA registry
  3917. Alias: iso-ir-14
  3918. Alias: jp
  3919. Alias: ISO646-JP
  3920. Name: IT [RFC1345,KXS2]
  3921. Source: ECMA registry
  3922. Alias: iso-ir-15
  3923. Alias: ISO646-IT
  3924. Name: PT [RFC1345,KXS2]
  3925. Source: ECMA registry
  3926. Alias: iso-ir-16
  3927. Alias: ISO646-PT
  3928. Name: ES [RFC1345,KXS2]
  3929. Source: ECMA registry
  3930. Alias: iso-ir-17
  3931. Alias: ISO646-ES
  3932. Name: greek7-old [RFC1345,KXS2]
  3933. Source: ECMA registry
  3934. Alias: iso-ir-18
  3935. Name: latin-greek [RFC1345,KXS2]
  3936. Reynolds & Postel [Page 103]
  3937. RFC 1700 Assigned Numbers October 1994
  3938. Source: ECMA registry
  3939. Alias: iso-ir-19
  3940. Name: DIN_66003 [RFC1345,KXS2]
  3941. Source: ECMA registry
  3942. Alias: iso-ir-21
  3943. Alias: de
  3944. Alias: ISO646-DE
  3945. Name: NF_Z_62-010_(1973) [RFC1345,KXS2]
  3946. Source: ECMA registry
  3947. Alias: iso-ir-25
  3948. Alias: ISO646-FR1
  3949. Name: Latin-greek-1 [RFC1345,KXS2]
  3950. Source: ECMA registry
  3951. Alias: iso-ir-27
  3952. Name: ISO_5427 [RFC1345,KXS2]
  3953. Source: ECMA registry
  3954. Alias: iso-ir-37
  3955. Name: JIS_C6226-1978 [RFC1345,KXS2]
  3956. Source: ECMA registry
  3957. Alias: iso-ir-42
  3958. Name: BS_viewdata [RFC1345,KXS2]
  3959. Source: ECMA registry
  3960. Alias: iso-ir-47
  3961. Name: INIS [RFC1345,KXS2]
  3962. Source: ECMA registry
  3963. Alias: iso-ir-49
  3964. Name: INIS-8 [RFC1345,KXS2]
  3965. Source: ECMA registry
  3966. Alias: iso-ir-50
  3967. Name: INIS-cyrillic [RFC1345,KXS2]
  3968. Source: ECMA registry
  3969. Alias: iso-ir-51
  3970. Name: ISO_5427:1981 [RFC1345,KXS2]
  3971. Source: ECMA registry
  3972. Alias: iso-ir-54
  3973. Name: ISO_5428:1980 [RFC1345,KXS2]
  3974. Source: ECMA registry
  3975. Reynolds & Postel [Page 104]
  3976. RFC 1700 Assigned Numbers October 1994
  3977. Alias: iso-ir-55
  3978. Name: GB_1988-80 [RFC1345,KXS2]
  3979. Source: ECMA registry
  3980. Alias: iso-ir-57
  3981. Alias: cn
  3982. Alias: ISO646-CN
  3983. Name: GB_2312-80 [RFC1345,KXS2]
  3984. Source: ECMA registry
  3985. Alias: iso-ir-58
  3986. Alias: chinese
  3987. Name: NS_4551-1 [RFC1345,KXS2]
  3988. Source: ECMA registry
  3989. Alias: iso-ir-60
  3990. Alias: ISO646-NO
  3991. Alias: no
  3992. Name: NS_4551-2 [RFC1345,KXS2]
  3993. Source: ECMA registry
  3994. Alias: ISO646-NO2
  3995. Alias: iso-ir-61
  3996. Alias: no2
  3997. Name: NF_Z_62-010 [RFC1345,KXS2]
  3998. Source: ECMA registry
  3999. Alias: iso-ir-69
  4000. Alias: ISO646-FR
  4001. Alias: fr
  4002. Name: videotex-suppl [RFC1345,KXS2]
  4003. Source: ECMA registry
  4004. Alias: iso-ir-70
  4005. Name: PT2 [RFC1345,KXS2]
  4006. Source: ECMA registry
  4007. Alias: iso-ir-84
  4008. Alias: ISO646-PT2
  4009. Name: ES2 [RFC1345,KXS2]
  4010. Source: ECMA registry
  4011. Alias: iso-ir-85
  4012. Alias: ISO646-ES2
  4013. Name: MSZ_7795.3 [RFC1345,KXS2]
  4014. Source: ECMA registry
  4015. Alias: iso-ir-86
  4016. Reynolds & Postel [Page 105]
  4017. RFC 1700 Assigned Numbers October 1994
  4018. Alias: ISO646-HU
  4019. Alias: hu
  4020. Name: JIS_C6226-1983 [RFC1345,KXS2]
  4021. Source: ECMA registry
  4022. Alias: iso-ir-87
  4023. Alias: x0208
  4024. Alias: JIS_X0208-1983
  4025. Name: greek7 [RFC1345,KXS2]
  4026. Source: ECMA registry
  4027. Alias: iso-ir-88
  4028. Name: ASMO_449 [RFC1345,KXS2]
  4029. Source: ECMA registry
  4030. Alias: ISO_9036
  4031. Alias: arabic7
  4032. Alias: iso-ir-89
  4033. Name: iso-ir-90 [RFC1345,KXS2]
  4034. Source: ECMA registry
  4035. Name: JIS_C6229-1984-a [RFC1345,KXS2]
  4036. Source: ECMA registry
  4037. Alias: iso-ir-91
  4038. Alias: jp-ocr-a
  4039. Name: JIS_C6229-1984-b [RFC1345,KXS2]
  4040. Source: ECMA registry
  4041. Alias: iso-ir-92
  4042. Alias: ISO646-JP-OCR-B
  4043. Alias: jp-ocr-b
  4044. Name: JIS_C6229-1984-b-add [RFC1345,KXS2]
  4045. Source: ECMA registry
  4046. Alias: iso-ir-93
  4047. Alias: jp-ocr-b-add
  4048. Name: JIS_C6229-1984-hand [RFC1345,KXS2]
  4049. Source: ECMA registry
  4050. Alias: iso-ir-94
  4051. Alias: jp-ocr-hand
  4052. Name: JIS_C6229-1984-hand-add [RFC1345,KXS2]
  4053. Source: ECMA registry
  4054. Alias: iso-ir-95
  4055. Alias: jp-ocr-hand-add
  4056. Reynolds & Postel [Page 106]
  4057. RFC 1700 Assigned Numbers October 1994
  4058. Name: JIS_C6229-1984-kana [RFC1345,KXS2]
  4059. Source: ECMA registry
  4060. Alias: iso-ir-96
  4061. Name: ISO_2033-1983 [RFC1345,KXS2]
  4062. Source: ECMA registry
  4063. Alias: iso-ir-98
  4064. Alias: e13b
  4065. Name: ANSI_X3.110-1983 [RFC1345,KXS2]
  4066. Source: ECMA registry
  4067. Alias: iso-ir-99
  4068. Alias: CSA_T500-1983
  4069. Alias: NAPLPS
  4070. Name: ISO_8859-1:1987 [RFC1345,KXS2]
  4071. Source: ECMA registry
  4072. Alias: iso-ir-100
  4073. Alias: ISO_8859-1
  4074. Alias: ISO-8859-1
  4075. Alias: latin1
  4076. Alias: l1
  4077. Alias: IBM819
  4078. Alias: CP819
  4079. Name: ISO_8859-2:1987 [RFC1345,KXS2]
  4080. Source: ECMA registry
  4081. Alias: iso-ir-101
  4082. Alias: ISO_8859-2
  4083. Alias: ISO-8859-2
  4084. Alias: latin2
  4085. Alias: l2
  4086. Name: T.61-7bit [RFC1345,KXS2]
  4087. Source: ECMA registry
  4088. Alias: iso-ir-102
  4089. Name: T.61-8bit [RFC1345,KXS2]
  4090. Alias: T.61
  4091. Source: ECMA registry
  4092. Alias: iso-ir-103
  4093. Name: ISO_8859-3:1988 [RFC1345,KXS2]
  4094. Source: ECMA registry
  4095. Alias: iso-ir-109
  4096. Alias: ISO_8859-3
  4097. Alias: ISO-8859-3
  4098. Alias: latin3
  4099. Reynolds & Postel [Page 107]
  4100. RFC 1700 Assigned Numbers October 1994
  4101. Alias: l3
  4102. Name: ISO_8859-4:1988 [RFC1345,KXS2]
  4103. Source: ECMA registry
  4104. Alias: iso-ir-110
  4105. Alias: ISO_8859-4
  4106. Alias: ISO-8859-4
  4107. Alias: latin4
  4108. Alias: l4
  4109. Name: ECMA-cyrillic [RFC1345,KXS2]
  4110. Source: ECMA registry
  4111. Alias: iso-ir-111
  4112. Name: CSA_Z243.4-1985-1 [RFC1345,KXS2]
  4113. Source: ECMA registry
  4114. Alias: iso-ir-121
  4115. Alias: ISO646-CA
  4116. Alias: csa7-1
  4117. Alias: ca
  4118. Name: CSA_Z243.4-1985-2 [RFC1345,KXS2]
  4119. Source: ECMA registry
  4120. Alias: iso-ir-122
  4121. Alias: ISO646-CA2
  4122. Alias: csa7-2
  4123. Name: CSA_Z243.4-1985-gr [RFC1345,KXS2]
  4124. Source: ECMA registry
  4125. Alias: iso-ir-123
  4126. Name: ISO_8859-6:1987 [RFC1345,KXS2]
  4127. Source: ECMA registry
  4128. Alias: iso-ir-127
  4129. Alias: ISO_8859-6
  4130. Alias: ISO-8859-6
  4131. Alias: ECMA-114
  4132. Alias: ASMO-708
  4133. Alias: arabic
  4134. Name: ISO_8859-6-E [RFC1556,IANA]
  4135. Source: RFC-1556
  4136. Name: ISO_8859-6-I [RFC1556,IANA]
  4137. Source: RFC-1556
  4138. Name: ISO_8859-7:1987 [RFC1345,KXS2]
  4139. Source: ECMA registry
  4140. Reynolds & Postel [Page 108]
  4141. RFC 1700 Assigned Numbers October 1994
  4142. Alias: iso-ir-126
  4143. Alias: ISO_8859-7
  4144. Alias: ISO-8859-7
  4145. Alias: ELOT_928
  4146. Alias: ECMA-118
  4147. Alias: greek
  4148. Alias: greek8
  4149. Name: T.101-G2 [RFC1345,KXS2]
  4150. Source: ECMA registry
  4151. Alias: iso-ir-128
  4152. Name: ISO_8859-8:1988 [RFC1345,KXS2]
  4153. Source: ECMA registry
  4154. Alias: iso-ir-138
  4155. Alias: ISO_8859-8
  4156. Alias: ISO-8859-8
  4157. Alias: hebrew
  4158. Name: ISO_8859-8-E [RFC1556,Nussbacher]
  4159. Source: RFC-1556
  4160. Name: ISO_8859-8-I [RFC1556,Nussbacher]
  4161. Source: RFC-1556
  4162. Name: CSN_369103 [RFC1345,KXS2]
  4163. Source: ECMA registry
  4164. Alias: iso-ir-139
  4165. Name: JUS_I.B1.002 [RFC1345,KXS2]
  4166. Source: ECMA registry
  4167. Alias: iso-ir-141
  4168. Alias: ISO646-YU
  4169. Alias: js
  4170. Alias: yu
  4171. Name: ISO_6937-2-add [RFC1345,KXS2]
  4172. Source: ECMA registry and ISO 6937-2:1983
  4173. Alias: iso-ir-142
  4174. Name: IEC_P27-1 [RFC1345,KXS2]
  4175. Source: ECMA registry
  4176. Alias: iso-ir-143
  4177. Name: ISO_8859-5:1988 [RFC1345,KXS2]
  4178. Source: ECMA registry
  4179. Alias: iso-ir-144
  4180. Alias: ISO_8859-5
  4181. Reynolds & Postel [Page 109]
  4182. RFC 1700 Assigned Numbers October 1994
  4183. Alias: ISO-8859-5
  4184. Alias: cyrillic
  4185. Name: JUS_I.B1.003-serb [RFC1345,KXS2]
  4186. Source: ECMA registry
  4187. Alias: iso-ir-146
  4188. Alias: serbian
  4189. Name: JUS_I.B1.003-mac [RFC1345,KXS2]
  4190. Source: ECMA registry
  4191. Alias: macedonian
  4192. Alias: iso-ir-147
  4193. Name: ISO_8859-9:1989 [RFC1345,KXS2]
  4194. Source: ECMA registry
  4195. Alias: iso-ir-148
  4196. Alias: ISO_8859-9
  4197. Alias: ISO-8859-9
  4198. Alias: latin5
  4199. Alias: l5
  4200. Name: greek-ccitt [RFC1345,KXS2]
  4201. Source: ECMA registry
  4202. Alias: iso-ir-150
  4203. Name: NC_NC00-10:81 [RFC1345,KXS2]
  4204. Source: ECMA registry
  4205. Alias: cuba
  4206. Alias: iso-ir-151
  4207. Alias: ISO646-CU
  4208. Name: ISO_6937-2-25 [RFC1345,KXS2]
  4209. Source: ECMA registry
  4210. Alias: iso-ir-152
  4211. Name: GOST_19768-74 [RFC1345,KXS2]
  4212. Source: ECMA registry
  4213. Alias: ST_SEV_358-88
  4214. Alias: iso-ir-153
  4215. Name: ISO_8859-supp [RFC1345,KXS2]
  4216. Source: ECMA registry
  4217. Alias: iso-ir-154
  4218. Alias: latin1-2-5
  4219. Name: ISO_10367-box [RFC1345,KXS2]
  4220. Source: ECMA registry
  4221. Alias: iso-ir-155
  4222. Reynolds & Postel [Page 110]
  4223. RFC 1700 Assigned Numbers October 1994
  4224. Name: latin6 [RFC1345,KXS2]
  4225. Source: ECMA registry
  4226. Alias: iso-ir-157
  4227. Alias: l6
  4228. Name: latin-lap [RFC1345,KXS2]
  4229. Source: ECMA registry
  4230. Alias: lap
  4231. Alias: iso-ir-158
  4232. Name: JIS_X0212-1990 [RFC1345,KXS2]
  4233. Source: ECMA registry
  4234. Alias: x0212
  4235. Alias: iso-ir-159
  4236. Name: DS_2089 [RFC1345,KXS2]
  4237. Source: Danish Standard, DS 2089, February 1974
  4238. Alias: DS2089
  4239. Alias: ISO646-DK
  4240. Alias: dk
  4241. Name: us-dk [RFC1345,KXS2]
  4242. Name: dk-us [RFC1345,KXS2]
  4243. Name: JIS_X0201 [RFC1345,KXS2]
  4244. Alias: X0201
  4245. Name: KSC5636 [RFC1345,KXS2]
  4246. Alias: ISO646-KR
  4247. Name: DEC-MCS [RFC1345,KXS2]
  4248. Source: VAX/VMS User's Manual,
  4249. Order Number: AI-Y517A-TE, April 1986.
  4250. Alias: dec
  4251. Name: hp-roman8 [RFC1345,KXS2]
  4252. Source: LaserJet IIP Printer User's Manual,
  4253. HP part no 33471-90901, Hewlet-Packard, June 1989.
  4254. Alias: roman8
  4255. Alias: r8
  4256. Name: macintosh [RFC1345,KXS2]
  4257. Source: The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991
  4258. Alias: mac
  4259. Name: IBM037 [RFC1345,KXS2]
  4260. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4261. Reynolds & Postel [Page 111]
  4262. RFC 1700 Assigned Numbers October 1994
  4263. Alias: cp037
  4264. Alias: ebcdic-cp-us
  4265. Alias: ebcdic-cp-ca
  4266. Alias: ebcdic-cp-wt
  4267. Alias: ebcdic-cp-nl
  4268. Name: IBM038 [RFC1345,KXS2]
  4269. Source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  4270. Alias: EBCDIC-INT
  4271. Alias: cp038
  4272. Name: IBM273 [RFC1345,KXS2]
  4273. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4274. Alias: CP273
  4275. Name: IBM274 [RFC1345,KXS2]
  4276. Source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  4277. Alias: EBCDIC-BE
  4278. Alias: CP274
  4279. Name: IBM275 [RFC1345,KXS2]
  4280. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4281. Alias: EBCDIC-BR
  4282. Alias: cp275
  4283. Name: IBM277 [RFC1345,KXS2]
  4284. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4285. Alias: EBCDIC-CP-DK
  4286. Alias: EBCDIC-CP-NO
  4287. Name: IBM278 [RFC1345,KXS2]
  4288. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4289. Alias: CP278
  4290. Alias: ebcdic-cp-fi
  4291. Alias: ebcdic-cp-se
  4292. Name: IBM280 [RFC1345,KXS2]
  4293. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4294. Alias: CP280
  4295. Alias: ebcdic-cp-it
  4296. Name: IBM281 [RFC1345,KXS2]
  4297. Source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  4298. Alias: EBCDIC-JP-E
  4299. Alias: cp281
  4300. Name: IBM284 [RFC1345,KXS2]
  4301. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4302. Reynolds & Postel [Page 112]
  4303. RFC 1700 Assigned Numbers October 1994
  4304. Alias: CP284
  4305. Alias: ebcdic-cp-es
  4306. Name: IBM285 [RFC1345,KXS2]
  4307. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4308. Alias: CP285
  4309. Alias: ebcdic-cp-gb
  4310. Name: IBM290 [RFC1345,KXS2]
  4311. Source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  4312. Alias: cp290
  4313. Alias: EBCDIC-JP-kana
  4314. Name: IBM297 [RFC1345,KXS2]
  4315. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4316. Alias: cp297
  4317. Alias: ebcdic-cp-fr
  4318. Name: IBM420 [RFC1345,KXS2]
  4319. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990,
  4320. IBM NLS RM p 11-11
  4321. Alias: cp420
  4322. Alias: ebcdic-cp-ar1
  4323. Name: IBM423 [RFC1345,KXS2]
  4324. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4325. Alias: cp423
  4326. Alias: ebcdic-cp-gr
  4327. Name: IBM424 [RFC1345,KXS2]
  4328. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4329. Alias: cp424
  4330. Alias: ebcdic-cp-he
  4331. Name: IBM437 [RFC1345,KXS2]
  4332. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4333. Alias: cp437
  4334. Alias: 437
  4335. Name: IBM500 [RFC1345,KXS2]
  4336. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4337. Alias: CP500
  4338. Alias: ebcdic-cp-be
  4339. Alias: ebcdic-cp-ch
  4340. Name: IBM850 [RFC1345,KXS2]
  4341. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4342. Alias: cp850
  4343. Reynolds & Postel [Page 113]
  4344. RFC 1700 Assigned Numbers October 1994
  4345. Alias: 850
  4346. Name: IBM851 [RFC1345,KXS2]
  4347. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4348. Alias: cp851
  4349. Alias: 851
  4350. Name: IBM852 [RFC1345,KXS2]
  4351. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4352. Alias: cp852
  4353. Alias: 852
  4354. Name: IBM855 [RFC1345,KXS2]
  4355. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4356. Alias: cp855
  4357. Alias: 855
  4358. Name: IBM857 [RFC1345,KXS2]
  4359. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4360. Alias: cp857
  4361. Alias: 857
  4362. Name: IBM860 [RFC1345,KXS2]
  4363. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4364. Alias: cp860
  4365. Alias: 860
  4366. Name: IBM861 [RFC1345,KXS2]
  4367. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4368. Alias: cp861
  4369. Alias: 861
  4370. Alias: cp-is
  4371. Name: IBM862 [RFC1345,KXS2]
  4372. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4373. Alias: cp862
  4374. Alias: 862
  4375. Name: IBM863 [RFC1345,KXS2]
  4376. Source: IBM Keyboard layouts and code pages, PN 07G4586 June 1991
  4377. Alias: cp863
  4378. Alias: 863
  4379. Name: IBM864 [RFC1345,KXS2]
  4380. Source: IBM Keyboard layouts and code pages, PN 07G4586 June 1991
  4381. Alias: cp864
  4382. Name: IBM865 [RFC1345,KXS2]
  4383. Reynolds & Postel [Page 114]
  4384. RFC 1700 Assigned Numbers October 1994
  4385. Source: IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)
  4386. Alias: cp865
  4387. Alias: 865
  4388. Name: IBM868 [RFC1345,KXS2]
  4389. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4390. Alias: CP868
  4391. Alias: cp-ar
  4392. Name: IBM869 [RFC1345,KXS2]
  4393. Source: IBM Keyboard layouts and code pages, PN 07G4586 June 1991
  4394. Alias: cp869
  4395. Alias: 869
  4396. Alias: cp-gr
  4397. Name: IBM870 [RFC1345,KXS2]
  4398. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4399. Alias: CP870
  4400. Alias: ebcdic-cp-roece
  4401. Alias: ebcdic-cp-yu
  4402. Name: IBM871 [RFC1345,KXS2]
  4403. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4404. Alias: CP871
  4405. Alias: ebcdic-cp-is
  4406. Name: IBM880 [RFC1345,KXS2]
  4407. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4408. Alias: cp880
  4409. Alias: EBCDIC-Cyrillic
  4410. Name: IBM891 [RFC1345,KXS2]
  4411. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4412. Alias: cp891
  4413. Name: IBM903 [RFC1345,KXS2]
  4414. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4415. Alias: cp903
  4416. Name: IBM904 [RFC1345,KXS2]
  4417. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4418. Alias: cp904
  4419. Alias: 904
  4420. Name: IBM905 [RFC1345,KXS2]
  4421. Source: IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  4422. Alias: CP905
  4423. Alias: ebcdic-cp-tr
  4424. Reynolds & Postel [Page 115]
  4425. RFC 1700 Assigned Numbers October 1994
  4426. Name: IBM918 [RFC1345,KXS2]
  4427. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4428. Alias: CP918
  4429. Alias: ebcdic-cp-ar2
  4430. Name: IBM1026 [RFC1345,KXS2]
  4431. Source: IBM NLS RM Vol2 SE09-8002-01, March 1990
  4432. Alias: CP1026
  4433. Name: EBCDIC-AT-DE [RFC1345,KXS2]
  4434. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4435. Name: EBCDIC-AT-DE-A [RFC1345,KXS2]
  4436. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4437. Name: EBCDIC-CA-FR [RFC1345,KXS2]
  4438. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4439. Name: EBCDIC-DK-NO [RFC1345,KXS2]
  4440. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4441. Name: EBCDIC-DK-NO-A [RFC1345,KXS2]
  4442. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4443. Name: EBCDIC-FI-SE [RFC1345,KXS2]
  4444. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4445. Name: EBCDIC-FI-SE-A [RFC1345,KXS2]
  4446. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4447. Name: EBCDIC-FR [RFC1345,KXS2]
  4448. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4449. Name: EBCDIC-IT [RFC1345,KXS2]
  4450. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4451. Name: EBCDIC-PT [RFC1345,KXS2]
  4452. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4453. Name: EBCDIC-ES [RFC1345,KXS2]
  4454. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4455. Name: EBCDIC-ES-A [RFC1345,KXS2]
  4456. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4457. Name: EBCDIC-ES-S [RFC1345,KXS2]
  4458. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4459. Reynolds & Postel [Page 116]
  4460. RFC 1700 Assigned Numbers October 1994
  4461. Name: EBCDIC-UK [RFC1345,KXS2]
  4462. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4463. Name: EBCDIC-US [RFC1345,KXS2]
  4464. Source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  4465. Name: UNKNOWN-8BIT [RFC1428]
  4466. Name: MNEMONIC [RFC1345,KXS2]
  4467. Source: RFC 1345, also known as "mnemonic+ascii+38"
  4468. Name: MNEM [RFC1345,KXS2]
  4469. Source: RFC 1345, also known as "mnemonic+ascii+8200"
  4470. Name: VISCII [RFC1456]
  4471. Source: RFC 1456
  4472. Name: VIQR [RFC1456]
  4473. Source: RFC 1456
  4474. Name: KOI8-R [RFC1489]
  4475. Source: RFC 1489, based on GOST-19768-74, ISO-6937/8,
  4476. INIS-Cyrillic, ISO-5427.
  4477. Name: UNICODE-1-1 [RFC1641]
  4478. Source: RFC 1641
  4479. Name: UNICODE-1-1-UTF-7 [RFC1642]
  4480. Source: RFC 1642
  4481. REFERENCES
  4482. [RFC1345] Simonsen, K., "Character Mnemonics & Character Sets",
  4483. RFC 1345, Rationel Almen Planlaegning, Rationel Almen
  4484. Planlaegning, June 1992.
  4485. [RFC1428] Vaudreuil, G., "Transition of Internet Mail from
  4486. Just-Send-8 to 8bit-SMTP/MIME", RFC1428, CNRI, February
  4487. 1993.
  4488. [RFC1456] Vietnamese Standardization Working Group, "Conventions for
  4489. Encoding the Vietnamese Language VISCII: VIetnamese
  4490. Standard Code for Information Interchange VIQR: VIetnamese
  4491. Quoted-Readable Specification Revision 1.1", RFC 1456, May
  4492. 1993.
  4493. [RFC1468] Murai, J., Crispin, M., and E. van der Poel, "Japanese
  4494. Character Encoding for Internet Messages", RFC 1468,
  4495. Reynolds & Postel [Page 117]
  4496. RFC 1700 Assigned Numbers October 1994
  4497. Keio University, Panda Programming, June 1993.
  4498. [RFC1489] Chernov, A., "Registration of a Cyrillic Character Set",
  4499. RFC1489, RELCOM Development Team, July 1993.
  4500. [RFC1554] Ohta, M., and K. Handa, "ISO-2022-JP-2: Multilingual
  4501. Extension of ISO-2022-JP", RFC1554, Tokyo Institute of
  4502. Technology, ETL, December 1993.
  4503. [RFC1556] Nussbacher, H., "Handling of Bi-directional Texts in MIME",
  4504. RFC1556, Israeli Inter-University, December 1993.
  4505. [RFC1557] Choi, U., Chon, K., and H. Park, "Korean Character Encoding
  4506. for Internet Messages", KAIST, Solvit Chosun Media,
  4507. December 1993.
  4508. [RFC1641] Goldsmith, D., and M. Davis, "Using Unicode with MIME",
  4509. RFC1641, Taligent, Inc., July 1994.
  4510. [RFC1642] Goldsmith, D., and M. Davis, "UTF-7", RFC1642, Taligent,
  4511. Inc., July 1994.
  4512. PEOPLE
  4513. [KXS2] Keld Simonsen <[email protected]>
  4514. [Choi] Uhhyung Choi <[email protected]>
  4515. [Murai] Jun Murai <[email protected]>
  4516. [Ohta] Masataka Ohta <[email protected]>
  4517. [Nussbacher] Hank Nussbacher <[email protected]>
  4518. []
  4519. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets
  4520. Reynolds & Postel [Page 118]
  4521. RFC 1700 Assigned Numbers October 1994
  4522. NETWORK MANAGEMENT PARAMETERS
  4523. For the management of hosts and gateways on the Internet a data
  4524. structure for the information has been defined. This data structure
  4525. should be used with any of several possible management protocols, such
  4526. as the "Simple Network Management Protocol" (SNMP) [RFC1157], or the
  4527. "Common Management Information Protocol over TCP" (CMOT) [RFC1095].
  4528. The data structure is the "Structure and Indentification of Management
  4529. Information for TCP/IP-based Internets" (SMI) [RFC1155], and the
  4530. "Management Information Base for Network Management of TCP/IP-based
  4531. Internets" (MIB-II) [RFC1213].
  4532. The SMI includes the provision for panrameters or codes to indicate
  4533. experimental or private data structures. These parameter assignments
  4534. are listed here.
  4535. The older "Simple Gateway Monitoring Protocol" (SGMP) [RFC1028] also
  4536. defined a data structure. The parameter assignments used with SGMP
  4537. are included here for historical completeness.
  4538. The network management object identifiers are under the iso (1), org
  4539. (3), dod (6), internet (1), or 1.3.6.1, branch of the name space.
  4540. The major branches are:
  4541. 1 iso
  4542. 1.3 org
  4543. 1.3.6 dod
  4544. 1.3.6.1 internet
  4545. 1.3.6.1.1 directory
  4546. 1.3.6.1.2 mgmt
  4547. 1.3.6.1.2.1 mib-2
  4548. 1.3.6.1.2.1.2.2.1.3 ifType
  4549. 1.3.6.1.2.1.10 transmission
  4550. 1.3.6.1.2.1.10.23 transmission.ppp
  4551. 1.3.6.1.2.1.27 application
  4552. 1.3.6.1.2.1.28 mta
  4553. 1.3.6.1.3 experimental
  4554. 1.3.6.1.4 private
  4555. 1.3.6.1.4.1 enterprise
  4556. 1.3.6.1.5 security
  4557. 1.3.6.1.6 SNMPv2
  4558. 1.3.6.1.7 mail
  4559. SMI Network Management Directory Codes:
  4560. Prefix: iso.org.dod.internet.directory (1.3.6.1.1.)
  4561. Reynolds & Postel [Page 119]
  4562. RFC 1700 Assigned Numbers October 1994
  4563. Decimal Name Description References
  4564. ------- ---- ----------- ----------
  4565. all Reserved Reserved for future use [IANA]
  4566. SMI Network Management MGMT Codes:
  4567. Prefix: iso.org.dod.internet.mgmt (1.3.6.1.2.)
  4568. Decimal Name Description References
  4569. ------- ---- ----------- ----------
  4570. 0 Reserved [IANA]
  4571. 1 MIB [KZM]
  4572. Prefix: iso.org.dod.internet.mgmt.mib-2 (1.3.6.1.2.1)
  4573. Decimal Name Description References
  4574. ------- ---- ----------- ----------
  4575. 0 Reserved Reserved [IANA]
  4576. 1 system System [RFC1213,KZM]
  4577. 2 interfaces Interfaces [RFC1213,KZM]
  4578. 3 at Address Translation [RFC1213,KZM]
  4579. 4 ip Internet Protocol [RFC1213,KZM]
  4580. 5 icmp Internet Control Message [RFC1213,KZM]
  4581. 6 tcp Transmission Control Protocol[RFC1213,KZM]
  4582. 7 udp User Datagram Protocol [RFC1213,KZM]
  4583. 8 egp Exterior Gateway Protocol [RFC1213,KZM]
  4584. 9 cmot CMIP over TCP [RFC1213,KZM]
  4585. 10 transmission Transmission [RFC1213,KZM]
  4586. 11 snmp Simple Network Management [RFC1213,KZM]
  4587. 12 GenericIF Generic Interface Extensions
  4588. -- [RFC1229,RFC1239,KZM]
  4589. 13 Appletalk Appletalk Networking [RFC1243,SXW]
  4590. 14 ospf Open Shortest Path First [RFC1253,FB77]
  4591. 15 bgp Border Gateway Protocol [RFC1657]
  4592. 16 rmon Remote Network Monitoring [RFC1271,SXW]
  4593. 17 bridge Bridge Objects [RFC1286,EXD]
  4594. 18 DecnetP4 Decnet Phase 4 [RFC1559, Saperia]
  4595. 19 Character Character Streams [RFC1658]
  4596. 20 snmpParties SNMP Parties [RFC1353,KZM]
  4597. 21 snmpSecrets SNMP Secrets [RFC1353,KZM]
  4598. 22 snmpDot3RptrMgt [RFC1516]
  4599. 23 rip-2 Routing Information Protocol [RFC1389]
  4600. 24 ident Identification Protocol [RFC1414]
  4601. 25 host Host Resources [RFC1514]
  4602. 26 snmpDot3MauMgt 802.3 Medium Attachment Units [RFC1515]
  4603. 27 application Network Services Monitoring [RFC1565]
  4604. 28 mta Mail Monitoring [RFC1566]
  4605. 29 dsa X.500 Directory Monitoring [RFC1567]
  4606. Reynolds & Postel [Page 120]
  4607. RFC 1700 Assigned Numbers October 1994
  4608. 30 IANAifType Interface Types [RFC1573]
  4609. 31 ifMIB Interface Types [RFC1573]
  4610. 32 dns Domain Name System [RFC1611]
  4611. 33 upsMIB Uninterruptible Power Supplies [RFC1628]
  4612. 34 sannauMIB SNA NAU MIB [RFC1665]
  4613. 35 etherMIB Ethernet-like generic objects [RFC1650]
  4614. 36 sipMIB SMDS inteface objects [RFC1694]
  4615. 37 atmMIB ATM objects [RFC1695]
  4616. 38 mdmMIB Dial-up modem objects [RFC1696]
  4617. 39 rdbmsMIB relational database objects [RFC1697]
  4618. Prefix: iso.org.dod.internet.mgmt.mib-2.interface (1.3.6.1.2.1.2)
  4619. (1.3.6.1.2.1.2.2.1.3)
  4620. ifType definitions
  4621. Decimal Name Description
  4622. ------- ---- -----------
  4623. 1 other none of the following [RFC1213]
  4624. 2 regular1822 BBN Report 1822 [RFC1213]
  4625. 3 hdh1822 BBN Report 1822 [RFC1213]
  4626. 4 ddn-x25 BBN Report 1822 [RFC1213]
  4627. 5 x25 X.25 [RFC1382]
  4628. 6 ethernet-csmacd [RFC1213]
  4629. 7 IEEE802.3 CSMACD--like Objects [RF1284,JXC]
  4630. 8 IEEE802.4 Token Bus-like Objects
  4631. -- [RFC1230,RFC1239,KZM]
  4632. 9 IEEE802.5 Token Ring-like Objects
  4633. -- [RFC1231,RFC1239,KZM]
  4634. 10 iso88026-man [RFC1213]
  4635. 11 starLan [RFC1213]
  4636. 12 proteon-10Mbit [RFC1213]
  4637. 13 proteon-80Mbit [RFC1213]
  4638. 14 hyperchannel [RFC1213]
  4639. 15 FDDI FDDI Objects [RFC1285,JDC20]
  4640. 16 lapb LAP B [RFC1381]
  4641. 17 sdlc [RFC1213]
  4642. 18 ds1 T1/E1 Carrier Objects [RFC1406]
  4643. 19 e1 obsolete
  4644. 20 basicISDN [RFC1213]
  4645. 21 primaryISDN [RFC1213]
  4646. 22 propPointToPointSerial [RFC1213]
  4647. 23 ppp Point-to-Point Protocol [RFC1471]
  4648. 24 softwareLoopback [RFC1213]
  4649. 25 eon [RFC1213]
  4650. 26 ethernet-3Mbit [RFC1213]
  4651. 27 nsip [RFC1213]
  4652. Reynolds & Postel [Page 121]
  4653. RFC 1700 Assigned Numbers October 1994
  4654. 28 slip [RFC1213]
  4655. 29 ultra [RFC1213]
  4656. 30 ds3 DS3/E3 Interface Objects [RFC1407]
  4657. 31 sip SMDS Interface Objects [RFC1304,TXC]
  4658. 32 frame-relay Frame Relay Objects [RFC1315,CXB]
  4659. 33 RS-232 RS-232 Objects [RFC1659]
  4660. 34 Parallel Parallel Printer Objects [RFC1660]
  4661. 35 arcnet ARC network
  4662. 36 arcnet-plus ARC network plus
  4663. 37 atm ATM
  4664. 38 MIOX25 MIOX25 [RFC1461]
  4665. 39 SONET SONET or SDH
  4666. 40 x25ple X.25 packet level [RFC1382]
  4667. 41 iso88022llc 802.2 LLC
  4668. 42 localTalk
  4669. 43 smds-dxi SMDS DXI
  4670. 44 frameRelayService Frame Relay DCE
  4671. 45 v35 V.35
  4672. 46 hssi HSSI
  4673. 47 hippi HIPPI
  4674. 48 modem generic modem
  4675. 49 aal5 AAL5 over ATM
  4676. 50 sonetPath
  4677. 51 sonetVT
  4678. 52 smds-icip SMDS Inter-Carrier Interface Protocol
  4679. 53 propVirtual proprietary vitural/internal interface
  4680. 54 propMultiLink proprietary multi-link multiplexing
  4681. 55 IEEE802.12 100BaseVG
  4682. 56 fibre-channel Fibre Channel
  4683. Prefix: iso.org.dod.internet.mgmt.mib-2.transmission (1.3.6.1.2.1.10)
  4684. Decimal Name Description
  4685. ------- ---- -----------
  4686. 5 x25 X.25 [RFC1382]
  4687. 7 IEEE802.3 CSMACD--like Objects [RFC1650]
  4688. 8 IEEE802.4 Token Bus-like Objects
  4689. -- [RFC1230,RFC1239,KZM]
  4690. 9 IEEE802.5 Token Ring-like Objects
  4691. -- [RFC1231,RFC1239,KZM]
  4692. 15 FDDI FDDI Objects [RFC1285,JDC20]
  4693. 16 lapb LAP B [RFC1381]
  4694. 18 ds1 T1 Carrier Objects [RFC1406]
  4695. 19 e1 E1 Carrier Objects [RFC1406]
  4696. 23 ppp Point-to-Point Protocol [RFC1471]
  4697. 30 ds3 DS3/E3 Interface Objects [RFC1407]
  4698. 31 sip SMDS Interface Objects [RFC1694]
  4699. 32 frame-relay Frame Relay Objects [RFC1315,CXB]
  4700. Reynolds & Postel [Page 122]
  4701. RFC 1700 Assigned Numbers October 1994
  4702. 33 RS-232 RS-232 Objects [RFC1659]
  4703. 34 Parallel Parallel Printer Objects [RFC1660]
  4704. 35 arcnet ARC network
  4705. 36 arcnet-plus ARC network plus
  4706. 37 atm ATM
  4707. 38 MIOX25 MIOX25 [RFC1461]
  4708. 39 sonetMIB SONET MIB [RFC1595]
  4709. 44 frnetservMIB Frame Relay Service MIB for DCE [RFC1596]
  4710. Prefix: iso.org.dod.internet.mgmt.mib-2.transmission (1.3.6.1.2.1.10)
  4711. (1.3.6.1.2.1.10.23)
  4712. Decimal Name Description References
  4713. ------- ---- ----------- ----------
  4714. 1 pppLcp ppp link control [RFC1471]
  4715. 2 pppSecurity ppp security [RFC1472]
  4716. 3 pppIp ppp IP network control [RFC1473]
  4717. 4 pppBridge ppp bridge networl control [RFC1474]
  4718. Prefix: iso.org.dod.internet.mgmt.mib-2.application (1.3.6.1.2.1.27)
  4719. (1.3.6.1.2.1.27.2.1.3)
  4720. assocApplicationProtocol OBJECT-TYPE
  4721. SYNTAX OBJECT IDENTIFIER
  4722. MAX-ACCESS read-only
  4723. STATUS current
  4724. DESCRIPTION
  4725. "An identification of the protocol being used for the
  4726. application. For an OSI Application, this will be the
  4727. Application Context. For Internet applications, the IANA
  4728. maintains a registry of the OIDs which correspond to
  4729. well-known applications. If the application protocol is
  4730. not listed in the registry, an OID value of the form
  4731. {applTCPProtoID port} or {applUDProtoID port} are used for
  4732. TCP-based and UDP-based protocols, respectively. In either
  4733. case 'port' corresponds to the primary port number being
  4734. used by the protocol."
  4735. ::= {assocEntry 3}
  4736. Decimal Name Description
  4737. ------- ---- -----------
  4738. 0 Reserved
  4739. (1.3.6.1.2.1.27.3)
  4740. (1.3.6.1.2.1.27.4)
  4741. Reynolds & Postel [Page 123]
  4742. RFC 1700 Assigned Numbers October 1994
  4743. -- OIDs of the form {applTCPProtoID port} are intended to be used
  4744. -- for TCP-based protocols that don't have OIDs assigned by other
  4745. -- means. {applUDPProtoID port} serves the same purpose for
  4746. -- UDP-based protocols. In either case 'port' corresponds to
  4747. -- the primary port number being used by the protocol. For example,
  4748. -- assuming no other OID is assigned for SMTP, an OID of
  4749. -- {applTCPProtoID 25} could be used, since SMTP is a TCP-based
  4750. -- protocol that uses port 25 as its primary port.
  4751. Prefix: iso.org.dod.internet.mgmt.mib-2.mta (1.3.6.1.2.1.28)
  4752. (1.3.6.1.2.1.28.2.1.24)
  4753. mtaGroupMailProtocol OBJECT-TYPE
  4754. SYNTAX OBJECT IDENTIFIER
  4755. MAX-ACCESS read-only
  4756. STATUS current
  4757. DESCRIPTION
  4758. "An identification of the protocol being used by this group.
  4759. For an group employing OSI protocols, this will be the
  4760. Application Context. For Internet applications, the IANA
  4761. maintains a registry of the OIDs which correspond to
  4762. well-known message transfer protocols. If the application
  4763. protocol is not listed in the registry, an OID value of the
  4764. form {applTCPProtoID port} or {applUDProtoID port} are used
  4765. for TCP-based and UDP-based protocols, respectively. In
  4766. either case 'port' corresponds to the primary port number
  4767. being used by the group. applTCPProtoID and applUDPProtoID
  4768. are defined in [5]."
  4769. ::= {mtaGroupEntry 24}
  4770. Decimal Name Description
  4771. ------- ---- -----------
  4772. 0 Reserved
  4773. SMI Network Management Experimental Codes:
  4774. Prefix: iso.org.dod.internet.experimental (1.3.6.1.3.)
  4775. Decimal Name Description References
  4776. ------- ---- ----------- ----------
  4777. 0 Reserved [JKR1]
  4778. 1 CLNS ISO CLNS Objects [GS2]
  4779. * 2 T1-Carrier T1 Carrier Objects [FB77]
  4780. * 3 IEEE802.3 Ethernet-like Objects [JXC]
  4781. * 4 IEEE802.5 Token Ring-like Objects [EXD]
  4782. * 5 DECNet-PHIV DECNet Phase IV [JXS2]
  4783. * 6 Interface Generic Interface Objects [KZM]
  4784. Reynolds & Postel [Page 124]
  4785. RFC 1700 Assigned Numbers October 1994
  4786. * 7 IEEE802.4 Token Bus-like Objects [KZM]
  4787. * 8 FDDI FDDI Objects [JDC20]
  4788. 9 LANMGR-1 LAN Manager V1 Objects [JXG1]
  4789. 10 LANMGR-TRAPS LAN Manager Trap Objects [JXG1]
  4790. 11 Views SNMP View Objects [CXD]
  4791. 12 SNMP-AUTH SNMP Authentication Objects [KZM]
  4792. * 13 BGP Border Gateway Protocol [SW159]
  4793. * 14 Bridge Bridge MIB [FB77]
  4794. * 15 DS3 DS3 Interface Type [TXB]
  4795. * 16 SIP SMDS Interface Protocol [TXB]
  4796. * 17 Appletalk Appletalk Networking [SXW]
  4797. * 18 PPP PPP Objects [FJK2]
  4798. * 19 Character MIB Character MIB [BS221]
  4799. * 20 RS-232 MIB RS-232 MIB [BS221]
  4800. * 21 Parallel MIB Parallel MIB [BS221]
  4801. 22 atsign-proxy Proxy via Community [RXF]
  4802. * 23 OSPF OSPF MIB [FB77]
  4803. 24 Alert-Man Alert-Man [LS8]
  4804. 25 FDDI-Synoptics FDDI-Synoptics [DXP1]
  4805. * 26 Frame Relay Frame Relay MIB [CXB]
  4806. * 27 rmon Remote Network Management MIB [SXW]
  4807. 28 IDPR IDPR MIB [RAW44]
  4808. 29 HUBMIB IEEE 802.3 Hub MIB [DXM5]
  4809. 30 IPFWDTBLMIB IP Forwarding Table MIB [FB77]
  4810. 31 LATM MIB [TXB]
  4811. 32 SONET MIB [TXB]
  4812. 33 IDENT [MTR]
  4813. 34 MIME-MHS [MTR]
  4814. 35 MAUMIB IEEE 802.3 Mau MIB [DXM5]
  4815. 36 Host Resources Host Resources MIB [SXW]
  4816. 37 ISIS-MIB Integrated ISIS protocol MIB [CXG]
  4817. 38 Chassis Chassis MIB [JDC20]
  4818. 39 ups ups [JDC20]
  4819. 40 App-Mon Application Monitoring MIB [TXK]
  4820. 41 ATM UNI ATM [MXA1]
  4821. 42 FC Fibre Channel [JXC4]
  4822. * 43 DNS Domain Name Service [Rob Austein]
  4823. 44 X.25 X.25 MIB [Dean Throop]
  4824. 45 Frame Relay Serv. Frame Relay Service MIB [Tracy Cox]
  4825. 46 Madman-Applications [Ned Freed]
  4826. 47 Madman-MTA [Ned Freed]
  4827. 48 Madman-DSA [Ned Freed]
  4828. 49 Modem [Steve Waldbusser]
  4829. 50 SNA NAU [Deirdre Kostick]
  4830. 51 SDLC SDLC [Jeff Hilgeman]
  4831. 52 DNS Domain Name Service [Jon Saperia]
  4832. 53 network-objects IP info ix X.500 [Johannsen]
  4833. 54 printmib [Joel Gyllenskog]
  4834. Reynolds & Postel [Page 125]
  4835. RFC 1700 Assigned Numbers October 1994
  4836. 55 rdbmsmib [Robert Purvey]
  4837. 56 sipMIB [Tracy Brown]
  4838. 57 stIImib ST-II protocol MIB [Hartmut Wittig]
  4839. 58 802.5 SSR MIB 802.5 Station Source Routing MIB [KZM]
  4840. * = obsoleted
  4841. SMI Private Codes:
  4842. Prefix: iso.org.dod.internet.private (1.3.6.1.4)
  4843. Decimal Name Description References
  4844. ------- ---- ----------- ----------
  4845. 0 Reserved [JKR1]
  4846. 1 enterprise private enterprises [JKR1]
  4847. SMI Private Enterprise Codes:
  4848. Prefix: iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
  4849. See the file "enterprise-numbers".
  4850. SMI Security Codes:
  4851. Prefix: iso.org.dod.internet.security (1.3.6.1.5)
  4852. Decimal Name Description References
  4853. ------- ---- ----------- ----------
  4854. 0 Reserved [JKR1]
  4855. 1 kerberosV4 Kerberos version 4 objects [1,BCN]
  4856. 2 kerberosV5 Kerberos version 5 objects [2,BCN]
  4857. SMI SNMPv2 Codes:
  4858. Prefix: iso.org.dod.internet.snmpv2 (1.3.6.1.6)
  4859. SMI mail Codes:
  4860. Prefix: iso.org.dod.internet.mail (1.3.6.1.7)
  4861. 1 mime-mhs
  4862. REFERENCES
  4863. [1] Miller, S.P., B.C. Neuman, J.I. Schiller, and J.H. Saltzer,
  4864. "Project Athena Technical Plan Section E.2.1: Kerberos
  4865. Authentication and Authorization System", Project Athena,
  4866. Reynolds & Postel [Page 126]
  4867. RFC 1700 Assigned Numbers October 1994
  4868. MIT, December 1987.
  4869. [2] Kohl, J., and B.C. Neuman, "The Kerberos Network
  4870. Authentication Service (V5)" work in progress, September
  4871. 1992.
  4872. [RFC1028] Davin, J., J. Case, M. Fedor, and M. Schoffstall, "A Simple
  4873. Gateway Monitoring Protocol", RFC 1028, Proteon, Inc.,
  4874. University of Tennessee at Knoxville, Cornell University,
  4875. Rensselaer Polytechnic Institute, November 1987.
  4876. [RFC1095] Warrier, U., and L. Besaw, "The Common Management
  4877. Information Services and Protocol over TCP/IP (CMOT)",
  4878. RFC 1095, Unisys Corp., Hewlett-Packard, April 1989.
  4879. [RFC1155] Rose, M., and K. McCloghrie, "Structure and Identification
  4880. of Management Information for TCP/IP-based internets",
  4881. STD 16, RFC 1155, Performance Systems International, Hughes
  4882. LAN Systems, May 1990.
  4883. [RFC1157] Case, J., M. Fedor, M. Schoffstall, and J. Davin,
  4884. "A Simple Network Management Protocol", STD 15, RFC 1157,
  4885. SNMP Research, Performance Systems International,
  4886. Performance Systems International, MIT Laboratory for
  4887. Computer Science, May 1990.
  4888. [RFC1213] McCloghrie, K., and M. Rose, "Management Information Base
  4889. for Network Management of TCP/IP-based internets: MIB-II",
  4890. STD 17, RFC 1213, Hughes LAN Systems, Performance Systems
  4891. International, March 1991.
  4892. [RFC1229] McCloghrie, K., Editor, "Extensions to the Generic-Interface
  4893. MIB", RFC 1229, Hughes LAN Systems, Inc., May 1991.
  4894. [RFC1230] McCloghrie, K., and R. Fox, "IEEE 802.4 Token Bus MIB",
  4895. RFC 1230, Hughes LAN Systems, Inc., Synoptics, Inc.,
  4896. May 1991.
  4897. [RFC1231] McCloghrie, K., Fox, R., and E. Decker, "IEEE 802.5 Token
  4898. Ring MIB", RFC 1231, Hughes LAN Systems, Inc., Synoptics,
  4899. Inc., cisco Systems, Inc., May 1991.
  4900. [RFC1239] Reynolds, J., "Reassignment of Experimental MIBs to
  4901. Standard MIBs", RFC 1239, USC/Information Sciences
  4902. Institute, ISI, June 1991.
  4903. [RFC1243] Waldbusser, S., Editor, "AppleTalk Management Information
  4904. Base", RFC 1243, Carnegie Mellon University, July 1991.
  4905. Reynolds & Postel [Page 127]
  4906. RFC 1700 Assigned Numbers October 1994
  4907. [RFC1253] Baker, F., and R. Coltun, "OSPF Version 2 Management
  4908. Information Base", RFC 1253, ACC, Computer Science Center,
  4909. August 1991.
  4910. [RFC1271] Waldbusser, S., "Remote Network Monitoring Management
  4911. Information Base", RFC 1271, Carnegie Mellon University,
  4912. November 1991.
  4913. [RFC1284] Cook, J., Editor, "Definitions of Managed Objects
  4914. for the Ethernet-like Interface Types", RFC 1284, Chipcom
  4915. Corporation, December 1991.
  4916. [RFC1285] Case, J., "FDDI Management Information Base", RFC 1285,
  4917. SNMP Research, Incorporated, January 1992.
  4918. [RFC1286] Decker, E., Langille, P., Rijsinghani, A., and K.
  4919. McCloghrie, "Definitions of Managed Objects for Bridges",
  4920. RFC 1286, cisco Systems, Inc., DEC, Hughes LAN Systems,
  4921. Inc., December 1991.
  4922. [RFC1304] Cox, T., and K. Tesnik, Editors, "Definitions of Managed
  4923. Objects for the SIP Interface Type", RFC 1304, Bell
  4924. Communications Research, February 1992.
  4925. [RFC1315] Brown, C., Baker, F., and C. Carvalho, "Management
  4926. Information Base for Frame Relay DTEs", RFC 1315, Wellfleet
  4927. Communications, Inc., Advanced Computer Communications,
  4928. April 1992.
  4929. [RFC1353] McCloghrie, K., Davin, J., and J. Galvin, "Definitions of
  4930. Managed Objects for Administration of SNMP Parties",
  4931. RFC 1353, Hughes LAN Systems, Inc., MIT Laboratory for
  4932. Computer Science, Trusted Information Systems, Inc.,
  4933. July 1992.
  4934. [RFC1381] Throop, D., and F. Baker, "SNMP MIB Extension for X.25
  4935. LAPB", RFC 1381, Data General Corporation, Advanced Computer
  4936. Communications, November 1992.
  4937. [RFC1382] Throop, D., Editor, "SNMP MIB Extension for the X.25 Packet
  4938. Layer", RFC 1382, Data General Corporation, November 1992.
  4939. [RFC1389] Malkin, G., and F. Baker, "RIP Version 2 MIB Extension", RFC
  4940. 1389, Xylogics, Inc., Advanced Computer Communications,
  4941. January 1993.
  4942. [RFC1406] Baker, F., and J. Watt, Editors, "Definitions of Managed
  4943. Objects for the DS1 and E1 Interface Types", RFC 1406,
  4944. Reynolds & Postel [Page 128]
  4945. RFC 1700 Assigned Numbers October 1994
  4946. Advanced Computer Communications, Newbridge Networks
  4947. Corporation, January 1993.
  4948. [RFC1407] Cox, T., and K. Tesink, "Definitions of Managed Objects
  4949. for the DS3/E3 Interface Type", RFC 1407, Bell
  4950. Communications Research, January 1993.
  4951. [RFC1414] St. Johns, M., and M. Rose, "Identification MIB", RFC 1414,
  4952. US Department of Defense, Dover Beach Consulting, Inc.,
  4953. February 1993.
  4954. [RFC1461] Throop, D., "SNMP MIB extension for Multiprotocol
  4955. Interconnect over X.25", RFC 1461, Data General Corporation,
  4956. May 1993.
  4957. [RFC1471] Kastenholz, F., "The Definitions of Managed Objects for
  4958. the Link Control Protocol of the Point-to-Point Protocol",
  4959. RFC 1471, FTP Software, Inc., June 1993.
  4960. [RFC1472] Kastenholz, F., "The Definitions of Managed Objects for
  4961. the Security Protocols of the Point-to-Point Protocol", RFC
  4962. 1472, FTP Software, Inc., June 1993.
  4963. [RFC1473] Kastenholz, F., "The Definitions of Managed Objects for
  4964. the IP Network Control Protocol of the Point-to-Point
  4965. Protocol", RFC 1473, FTP Software, Inc., June 1993.
  4966. [RFC1474] Kastenholz, F., "The Definitions of Managed Objects for
  4967. the Bridge Network Control Protocol of the Point-to-Point
  4968. Protocol" RFC 1474, FTP Software, Inc., June 1993.
  4969. [RFC1514] Grillo, P., and S. Waldbusser, "Host Resources MIB", RFC
  4970. 1514, Network Innovations, Intel Corporation, Carnegie
  4971. Mellon University, September 1993.
  4972. [RFC1515] McMaster, D., McCloghrie, K., and S. Roberts, "Definitions
  4973. of Managed Objects for IEEE 802.3 Medium Attachment Units
  4974. (MAUs)", RFC 1515, SynOptics Communications, Inc., Hughes
  4975. LAN Systems, Inc., Farallon Computing, Inc., September 1993.
  4976. [RFC1516] McMaster, D., and K. McCloghrie, "Definitions of Managed
  4977. Objects for IEEE 802.3 Repeater Devices", RFC 1516,
  4978. SynOptics Communications, Inc., Hughes LAN Systems, Inc.,
  4979. September 1993.
  4980. [RFC1559] Saperia, J., "DECnet Phase IV MIB Extensions", RFC 1559,
  4981. Digital Equipment Corporation, December 1993.
  4982. Reynolds & Postel [Page 129]
  4983. RFC 1700 Assigned Numbers October 1994
  4984. [RFC1565] Kille, S., WG Chair, and N. Freed, Editor, "Network Services
  4985. Monitoring MIB", RFC 1565, ISODE Consortium and Innosoft,
  4986. January 1994.
  4987. [RFC1566] Kille, S., WG Chair, and N. Freed, Editor, "Mail Monitoring
  4988. MIB", RFC 1566, ISODE Consortium, Innosoft, January 1994.
  4989. [RFC1567] Mansfield, G., and S. Kille, "X.500 Directory Monitoring
  4990. MIB", RFC 1567, AIC Systems Laboratory, ISODE Consortium,
  4991. January 1994.
  4992. [RFC1573] McCloghrie, K., and F. Kastenholz, "Evolution of the
  4993. Interfaces Group of MIB-II", RFC 1573, Hughes LAN Systems,
  4994. FTP Software, January 1994.
  4995. [RFC1595] Brown, T., and K. Tesink, Editors, "Definitions of Managed
  4996. Objects for the SONET/SDH Interface Type", RFC 1595,
  4997. Bell Communications Research, March 1994.
  4998. [RFC1596] Brown, T., Editor, Definitions of Managed Objects for Frame
  4999. Relay Service", RFC 1596, Bell Communications Research,
  5000. March 1994.
  5001. [RFC1611] Austein, R., and J. Saperia, "DNS Server MIB Extensions",
  5002. RFC 1611, Epilogue Technology Corporation, Digital Equipment
  5003. Corporation, May 1994.
  5004. [RFC1628] Case, J., Editor, "UPS Management Information Base", RFC
  5005. 1628, SNMP Research, Incorporated, May 1994.
  5006. [RFC1650] Kastenholz, F., "Definitions of Managed Objects for
  5007. the Ethernet-like Interface Types using SMIv2", RFC 1650,
  5008. FTP Software, Inc., August 1994.
  5009. [RFC1657] Willis, S., Burruss, J., and J. Chu, Editor, "Definitions of
  5010. Managed Objects for the Fourth Version of the Border Gateway
  5011. Protocol (BGP-4) using SMIv2", RFC 1657, Wellfleet
  5012. Communications Inc., IBM Corp., July 1994.
  5013. [RFC1658] Stewart, B., "Definitions of Managed Objects for Character
  5014. Stream Devices using SMIv2", RFC 1658, Xyplex, Inc., July
  5015. 1994.
  5016. [RFC1659] Stewart, B., "Definitions of Managed Objects for RS-232-like
  5017. Hardware Devices using SMIv2", RFC 1659, Xyplex, Inc., July
  5018. 1994.
  5019. [RFC1660] Stewart, B., "Definitions of Managed Objects for
  5020. Reynolds & Postel [Page 130]
  5021. RFC 1700 Assigned Numbers October 1994
  5022. Parallel-printer-like Hardware Devices using SMIv2", RFC
  5023. 1660, Xyplex, Inc., July
  5024. 1994.
  5025. [RFC1665] Kielczewski, Z., Kostick, D., and K. Shih, Editors,
  5026. "Definitions of Managed Objects for SNA NAUs using SMIv2",
  5027. RFC 1665, Eicon Technology Corporation, Bell Communications
  5028. Research, Novell, July 1994.
  5029. [RFC1694] Brown, T., and K. Tesink, Editors, "Definitions of Managed
  5030. Objects for SMDS Interfaces using SMIv2", RFC 1694, Bell
  5031. Communications Research, August 1994.
  5032. [RFC1695] Ahmed, M., and K. Tesink, Editors, "Definitions of Managed
  5033. Objects for ATM Management Version 8.0 using SMIv2", RFC
  5034. 1695, Bell Communications Research, August 1994.
  5035. [RFC1696] Barnes, J., Brown, L., Royston, R., and S. Waldbusser,
  5036. "Modem Management Information Base (MIB) using SMIv2", RFC
  5037. 1696, Xylogics, Inc., Motorola, US Robotics, Inc., Carnegie
  5038. Mellon University, August 1994.
  5039. [RFC1697] Brower, D., Editor, Purvy, B., RDBMSMIB Working Group Chair,
  5040. Daniel, A., Sinykin, M., and J. Smith, "Relational Database
  5041. Management System (RDBMS) Management Information Base (MIB)
  5042. using SMIv2", RFC 1697, The ASK Group, INGRES DBMS
  5043. Development, Oracle Corporation, Informix Software, Inc.,
  5044. Oracle Corporation, August 1994.
  5045. PEOPLE
  5046. [Rob Austein]
  5047. [BCN] B. Clifford Neuman <[email protected]>
  5048. [BS221] Bob Stewart <[email protected]>
  5049. [CXB] Caralyn Brown <cbrown%[email protected]>
  5050. [CXD] Chuck Davin <[email protected]>
  5051. [CXG] Chris Gunner <[email protected]>
  5052. [Dean Throop]
  5053. [DXM5] Donna McMaster <[email protected]>
  5054. [DXP1] David Perkins <[email protected]>
  5055. Reynolds & Postel [Page 131]
  5056. RFC 1700 Assigned Numbers October 1994
  5057. [EXD] Eric Decker <[email protected]>
  5058. [FB77] Fred Baker <[email protected]>
  5059. [FJK2]
  5060. [GS2] Greg Satz <[email protected]>
  5061. [IANA] IANA <[email protected]>
  5062. [JDC20] Jeffrey Case <[email protected]>
  5063. [JKR1] Joyce K. Reynolds <[email protected]>
  5064. [JXC] John Cook <[email protected]>
  5065. [JXG1] Jim Greuel <jimg%[email protected]>
  5066. [JXS2] Jon Saperia <[email protected]>
  5067. [Jeff Hilgeman]
  5068. [Johannsen]
  5069. [KZM] Keith McCloghrie <[email protected]>
  5070. [LS8] Louis Steinberg <[email protected]>
  5071. [MXA1] Masuma Ahmed <[email protected]>
  5072. [MTR] Marshall Rose <[email protected]>
  5073. [RAW44] Robert A. Woodburn <[email protected]>
  5074. [JXC4] John Chu <[email protected]>
  5075. [Ned Freed]
  5076. [Deirdre Kostick]
  5077. [Joel Gyllenskog] Joel Gyllenskog <[email protected]>
  5078. [Robert Purvey] Robert Purvey <[email protected]>
  5079. [RXF] Richard Fox <[email protected]>
  5080. [Jon Saperia] Jon Saperia <[email protected]>
  5081. Reynolds & Postel [Page 132]
  5082. RFC 1700 Assigned Numbers October 1994
  5083. [SW159] Steven Willis <[email protected]>
  5084. [SXW] Steve Waldbusser <[email protected]>
  5085. [TXB] Tracy Brown <[email protected]>
  5086. [TXK] Teemu Kurki <[email protected]>
  5087. [Hartmut Wittig]
  5088. []
  5089. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/smi-numbers
  5090. Reynolds & Postel [Page 133]
  5091. RFC 1700 Assigned Numbers October 1994
  5092. PRIVATE ENTERPRISE NUMBERS
  5093. SMI Network Management Private Enterprise Codes:
  5094. Prefix: iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
  5095. This file is
  5096. ftp://ftp.isi.edu/in-notes/iana/assignments/enterprise-numbers
  5097. Decimal Name References
  5098. ------- ---- ----------
  5099. 0 Reserved Joyce K. Reynolds <[email protected]>
  5100. 1 Proteon John A. Shriver <[email protected]>
  5101. 2 IBM Vik Chandra <[email protected]>
  5102. 3 CMU Steve Waldbusser <[email protected]>
  5103. 4 Unix Keith Sklower <[email protected]>
  5104. 5 ACC Art Berggreen <[email protected]>
  5105. 6 TWG John Lunny <[email protected]> (703) 847-4500
  5106. 7 CAYMAN Beth Miaoulis [email protected]
  5107. 8 PSI Marty Schoffstahl [email protected]
  5108. 9 cisco Greg Satz [email protected]
  5109. 10 NSC Geof Stone [email protected]
  5110. 11 HP R. Dwight Schettler rds%[email protected]
  5111. 12 Epilogue Karl Auerbac [email protected]
  5112. 13 U of Tennessee Jeffrey Case [email protected]
  5113. 14 BBN Robert Hinden <[email protected]>
  5114. 15 Xylogics, Inc. John R. LoVerso [email protected]
  5115. 16 Timeplex Laura Bridge [email protected]
  5116. 17 Canstar Sanand Patel [email protected]
  5117. 18 Wellfleet Caralyn Brown [email protected]
  5118. 19 TRW Jay Frederking [email protected]
  5119. 20 MIT Jon Rochlis [email protected]
  5120. 21 EON Michael Waters ---none---
  5121. 22 Spartacus Yoav Kluger [email protected]
  5122. 23 Novell Steve Bostock [email protected]
  5123. 24 Spider Systems Peter Reid [email protected]
  5124. 25 NSFNET Hans-Werner Braun [email protected]
  5125. 26 Hughes LAN Systems Keith McCloghrie [email protected]
  5126. 27 Intergraph Guy Streeter [email protected]
  5127. 28 Interlan Bruce Taber [email protected]
  5128. 29 Vitalink Communications
  5129. 30 Ulana Bill Anderson [email protected]
  5130. 31 NSWC Stephen Northcutt [email protected]
  5131. 32 Santa Cruz Operation Keith Reynolds [email protected]
  5132. 33 Xyplex Bob Stewart [email protected]
  5133. 34 Cray Hunaid Engineer [email protected]
  5134. 35 Bell Northern Research Glenn Waters [email protected]
  5135. Reynolds & Postel [Page 134]
  5136. RFC 1700 Assigned Numbers October 1994
  5137. 36 DEC Ron Bhanukitsiri [email protected]
  5138. 37 Touch Brad Benson ---none---
  5139. 38 Network Research Corp. Bill Versteeg [email protected]
  5140. 39 Baylor College of Medicine Stan Barber [email protected]
  5141. 40 NMFECC-LLNL Steven Hunter [email protected]
  5142. 41 SRI David Wolfe [email protected]
  5143. 42 Sun Microsystems Dennis Yaro [email protected]
  5144. 43 3Com Jeremy Siegel [email protected]
  5145. 44 CMC Dave Preston ---none---
  5146. 45 SynOptics David Perkins [email protected]
  5147. 46 Cheyenne Software Reijane Huai [email protected]
  5148. 47 Prime Computer Mike Spina WIZARD%[email protected]
  5149. 48 MCNC/North Carolina Data Network Ken Whitfield [email protected]
  5150. 49 Chipcom John Cook [email protected]
  5151. 50 Optical Data Systems Josh Fielk ---none---
  5152. 51 gated Jeffrey C. Honig [email protected]
  5153. 52 Cabletron Systems Roger Dev ---none---
  5154. 53 Apollo Computers Jeffrey Buffun [email protected]
  5155. 54 DeskTalk Systems, Inc. David Kaufman ---none---
  5156. 55 SSDS Ron Strich ---none---
  5157. 56 Castle Rock Computing John Sancho ---none---
  5158. 57 MIPS Computer Systems Charles Marker II [email protected]
  5159. 58 TGV, Inc. Ken Adelman [email protected]
  5160. 59 Silicon Graphics, Inc. Ronald Jacoby [email protected]
  5161. 60 University of British Columbia Don McWilliam [email protected]
  5162. 61 Merit Bill Norton [email protected]
  5163. 62 FiberCom Eric Rubin [email protected]
  5164. 63 Apple Computer Inc Jim Hayes [email protected]
  5165. 64 Gandalf Henry Kaijak ---none---
  5166. 65 Dartmouth Philip Koch [email protected]
  5167. 66 David Systems Kathryn de Graaf [email protected]
  5168. 67 Reuter Bob Zaniolo ---none---
  5169. 68 Cornell Laurie Collinsworth [email protected]
  5170. 69 LMS L. Michael Sabo [email protected]
  5171. 70 Locus Computing Corp. Arthur Salazar [email protected]
  5172. 71 NASA Steve Schoch [email protected]
  5173. 72 Retix Alex Martin ---none---
  5174. 73 Boeing Jerry Geisler ---none---
  5175. 74 AT&T Rich Bantel [email protected]
  5176. 75 Ungermann-Bass Didier Moretti ---none---
  5177. 76 Digital Analysis Corporation
  5178. Skip Koppenhaver [email protected]
  5179. 77 LAN Manager Doug Karl [email protected]
  5180. 78 Netlabs Jonathan Biggar [email protected]
  5181. 79 ICL Jon Infante ---none---
  5182. 80 Auspex Systems Brian A. Ehrmantraut [email protected]
  5183. 81 Lannet Company Efrat Ramati ---none---
  5184. 82 Network Computing Devices Dave Mackie [email protected]
  5185. Reynolds & Postel [Page 135]
  5186. RFC 1700 Assigned Numbers October 1994
  5187. 83 Raycom Systems Bruce Willins ---none---
  5188. 84 Pirelli Focom Ltd. Sam Lau ---none---
  5189. 85 Datability Software Systems Larry Fischer [email protected]
  5190. 86 Network Application Technology Y.C. Wang ---none---
  5191. 87 LINK (Lokales Informatik-Netz Karlsruhe)
  5192. Guenther Schreiner [email protected]
  5193. 88 NYU Bill Russell [email protected]
  5194. 89 RND Rina Nethaniel ---none---
  5195. 90 InterCon Systems Corporation Amanda Walker [email protected]
  5196. 91 Coral Network Corporation Jason Perreault [email protected]
  5197. 92 Webster Computer Corporation Robert R. Elz [email protected]
  5198. 93 Frontier Technologies Corporation
  5199. Prakash Ambegaonkar ---none---
  5200. 94 Nokia Data Communications Douglas Egan ---none---
  5201. 95 Allen-Bradely Company
  5202. Bill King [email protected]
  5203. 96 CERN
  5204. Jens T. Rasmussen jenst%[email protected]
  5205. 97 Sigma Network Systems, Inc.
  5206. Ken Virgile [email protected]
  5207. 98 Emerging Technologies, Inc.
  5208. Dennis E. Baasch [email protected]
  5209. 99 SNMP Research Jeffrey Case [email protected]
  5210. 100 Ohio State University
  5211. Shamim Ahmed [email protected]
  5212. 101 Ultra Network Technologies Julie Dmytryk
  5213. [email protected]
  5214. 102 Microcom Annmarie Freitas ---none---
  5215. 103 Martin Marietta Astronautic Group David Rageth [email protected]
  5216. 104 Micro Technology Mike Erlinger [email protected]
  5217. 105 Process Software Corporation Bernie Volz [email protected]
  5218. 106 Data General Corporation
  5219. Joanna Karwowska [email protected]
  5220. 107 Bull Company Anthony Berent [email protected]
  5221. 108 Emulex Corporation Jeff Freeman ---none---
  5222. 109 Warwick University Computing Services
  5223. Israel Drori [email protected]
  5224. 110 Network General Corporation
  5225. James Davidson [email protected]
  5226. 111 Oracle John Hanley [email protected]
  5227. 112 Control Data Corporation Nelluri L. Reddy [email protected]
  5228. 113 Hughes Aircraft Company Keith McCloghrie [email protected]
  5229. 114 Synernetics, Inc. Jas Parmar [email protected]
  5230. 115 Mitre Bede McCall [email protected]
  5231. 116 Hitachi, Ltd. Hirotaka Usuda ---none---
  5232. 117 Telebit Mark S. Lewis [email protected]
  5233. 118 Salomon Technology Services Paul Maurer II ---none---
  5234. 119 NEC Corporation Yoshiyuki Akiyama
  5235. Reynolds & Postel [Page 136]
  5236. RFC 1700 Assigned Numbers October 1994
  5237. [email protected]
  5238. 120 Fibermux Michael Sung [email protected]
  5239. 121 FTP Software Inc. Stev Knowles [email protected]
  5240. 122 Sony Takashi Hagiwara [email protected]
  5241. 123 Newbridge Networks Corporation James Watt ---none---
  5242. 124 Racal-Milgo Information Systems Maurice R. Turcotte
  5243. mailrus!uflorida!rm1!dnmrt%[email protected]
  5244. 125 CR SYSTEMS Soren H. Sorensen ---none---
  5245. 126 DSET Corporation Dan Shia [email protected]
  5246. 127 Computone Bill Versteeg [email protected]
  5247. 128 Tektronix, Inc. Dennis Thomas [email protected]
  5248. 129 Interactive Systems Corporation
  5249. Steve Alexander [email protected]
  5250. 130 Banyan Systems Inc.
  5251. Deepak Taneja eepak=Taneja%Eng%[email protected]
  5252. 131 Sintrom Datanet Limited
  5253. 132 Bell Canada Mark Fabbi [email protected]
  5254. 133 Crosscomm Corporation Reuben Sivan [email protected]
  5255. 134 Rice University Catherine Foulston [email protected]
  5256. 135 T3Plus Networking, Inc. Harley Frazee [email protected]
  5257. 136 Concurrent Computer Corporation
  5258. John R. LoVerso [email protected]
  5259. 137 Basser Paul O'Donnell [email protected]
  5260. 138 Luxcom
  5261. 139 Artel Jon Ziegler [email protected]
  5262. 140 Independence Technologies, Inc. (ITI)
  5263. Gerard Berthet [email protected]
  5264. 141 Frontier Software Development Narendra Popat ---none---
  5265. 142 Digital Computer Limited Osamu Fujiki ---none---
  5266. 143 Eyring, Inc. Ron Holt [email protected]
  5267. 144 Case Communications Peter Kumik ---none---
  5268. 145 Penril DataComm, Inc. Keith Hogan keith%[email protected]
  5269. 146 American Airlines Bill Keatley ---none---
  5270. 147 Sequent Computer Systems Scott Hahn [email protected]
  5271. 148 Bellcore Kaj Tesink [email protected]
  5272. 149 Konkord Communications Ken Jones [email protected]
  5273. 150 University of Washington
  5274. Christopher Wheeler [email protected]
  5275. 151 Develcon Sheri Mayhew [email protected]
  5276. 152 Solarix Systems Paul Afshar [email protected]
  5277. 153 Unifi Communications Corp. Yigal Hochberg [email protected]
  5278. 154 Roadnet Dale Shelton ---none---
  5279. 155 Network Systems Corp.
  5280. Nadya K. El-Afandi [email protected]
  5281. 156 ENE (European Network Engineering) Peter Cox ---none---
  5282. 157 Dansk Data Elektronik A/S Per Bech Hansen [email protected]
  5283. 158 Morning Star Technologies Karl Fox [email protected]
  5284. 159 Dupont EOP Oscar Rodriguez ---none---
  5285. Reynolds & Postel [Page 137]
  5286. RFC 1700 Assigned Numbers October 1994
  5287. 160 Legato Systems, Inc. Jon Kepecs [email protected]
  5288. 161 Motorola SPS Vince Enriquez [email protected]
  5289. 162 European Space Agency (ESA)
  5290. Eduardo EDUATO%[email protected]
  5291. 163 BIM Bernard Lemercier [email protected]
  5292. 164 Rad Data Communications Ltd. Oft Israel ---none---
  5293. 165 Intellicom Paul Singh ---none---
  5294. 166 Shiva Corporation Phil Budne [email protected]
  5295. 167 Fujikura America Debbie Reed ---none---
  5296. 168 Xlnt Designs INC (XDI) Mike Anello [email protected]
  5297. 169 Tandem Computers Rex Davis ---none---
  5298. 170 BICC David A. Brown [email protected]
  5299. 171 D-Link Systems, Inc. Henry P. Nagai ---none---
  5300. 172 AMP, Inc. Rick Downs ---none---
  5301. 173 Netlink Mauro Zallocco ---none---
  5302. 174 C. Itoh Electronics Larry Davis ---none---
  5303. 175 Sumitomo Electric Industries (SEI)
  5304. Kent Tsuno [email protected]
  5305. 176 DHL Systems, Inc.
  5306. David B. Gurevich [email protected]
  5307. 177 Network Equipment Technologies Mark Tom [email protected]
  5308. 178 APTEC Computer Systems Larry Burton [email protected]
  5309. 179 Schneider & Koch & Co, Datensysteme GmbH Thomas Ruf [email protected]
  5310. 180 Hill Air Force Base Russell G. Wilson [email protected]
  5311. 181 ADC Kentrox Bruce Kropp [email protected]
  5312. 182 Japan Radio Co. Nagayuki Kojima [email protected]
  5313. 183 Versitron Matt Harris ---none---
  5314. 184 Telecommunication Systems Hugh Lockhart ---none---
  5315. 185 Interphase Gil Widdowson ---none---
  5316. 186 Toshiba Corporation Mike Asagami [email protected]
  5317. 187 Clearpoint Research Corp.
  5318. 188 Ascom Andrew Smith [email protected]
  5319. 189 Fujitsu America Chung Lam ---none---
  5320. 190 NetCom Solutions, Inc. Dale Cabell---none---
  5321. 191 NCR Cheryl Krupczak [email protected]
  5322. 192 Dr. Materna GmbH Torsten Beyer [email protected]
  5323. 193 Ericsson Business Communications Gunnar Nilsson ---none---
  5324. 194 Metaphor Computer Systems Paul Rodwick ---none---
  5325. 195 Patriot Partners Paul Rodwick ---none---
  5326. 196 The Software Group Limited (TSG)
  5327. Ragnar Paulson [email protected]
  5328. 197 Kalpana, Inc. Anil Bhavnani ---none---
  5329. 198 University of Waterloo
  5330. R. J. White [email protected]
  5331. 199 CCL/ITRI
  5332. Ming-Perng Chen N100CMP0%[email protected]
  5333. 200 Coeur Postel Professor Kynikos Special Consultant
  5334. 201 Mitsubish Cable Industries, Ltd. Masahiko Hori ---none---
  5335. Reynolds & Postel [Page 138]
  5336. RFC 1700 Assigned Numbers October 1994
  5337. 202 SMC Lance Sprung ---none---
  5338. 203 Crescendo Communication, Inc. Prem Jain [email protected]
  5339. 204 Goodall Software Engineering Doug Goodall [email protected]
  5340. 205 Intecom Brad Parke ---none---
  5341. 206 Victoria University of Wellington
  5342. Jonathan Stone [email protected]
  5343. 207 Allied Telesis, Inc.
  5344. Scott Holley [email protected]
  5345. 208 Dowty Network Systems A/S Hartvig Ekner [email protected]
  5346. 209 Protools Glen Arp ---none---
  5347. 210 Nippon Telegraph and Telephone Corp.
  5348. Toshiharu Sugawara sugawara%[email protected]
  5349. 211 Fujitsu Limited Ippei Hayashi [email protected]
  5350. 212 Network Peripherals Inc. Creighton Chong [email protected]
  5351. 213 Netronix, Inc. Jacques Roth ---none---
  5352. 214 University of Wisconsin - Madison
  5353. Dave Windorski [email protected]
  5354. 215 NetWorth, Inc. Craig Scott ---none---
  5355. 216 Tandberg Data A/S Harald Hoeg haho%[email protected]
  5356. 217 Technically Elite Concepts, Inc.
  5357. Russell S. Dietz [email protected]
  5358. 218 Labtam Australia Pty. Ltd.
  5359. Michael Podhorodecki [email protected]
  5360. 219 Republic Telcom Systems, Inc.
  5361. Steve Harris [email protected]
  5362. 220 ADI Systems, Inc. Paul Liu ---none---
  5363. 221 Microwave Bypass Systems, Inc. Tad Artis ---none---
  5364. 222 Pyramid Technology Corp. Richard Rein [email protected]
  5365. 223 Unisys_Corp Lawrence Brow ---none---
  5366. 224 LANOPTICS LTD., Israel
  5367. Israel Drori [email protected]
  5368. 225 NKK Corporation J. Yoshida ---none---
  5369. 226 MTrade UK Ltd. Peter Delchiappo ---none---
  5370. 227 Acals Patrick Cheng [email protected]
  5371. 228 ASTEC, Inc. Hiroshi Fujii [email protected]
  5372. 229 Delmarva Power John K. Scoggin, Jr. [email protected]
  5373. 230 Telematics International, Inc. Kevin Smith ---none---
  5374. 231 Siemens Nixdorf Informations Syteme AG
  5375. Gunther Kroenert ---none---
  5376. 232 Compaq
  5377. 233 NetManage, Inc. William Dunn [email protected]
  5378. 234 NCSU Computing Center David Joyner [email protected]
  5379. 235 Empirical Tools and Technologies
  5380. Karl Auerbach [email protected]
  5381. 236 Samsung Group Hong K. Paik [email protected]
  5382. 237 Takaoka Electric Mfg. Co., Ltd.
  5383. Hidekazu Hagiwara [email protected]
  5384. 238 Netrix Systems Corporation Eldon S. Mast [email protected]
  5385. Reynolds & Postel [Page 139]
  5386. RFC 1700 Assigned Numbers October 1994
  5387. 239 WINDATA Bob Rosenbaum ---none---
  5388. 240 RC International A/S Carl H. Dreyer [email protected]
  5389. 241 Netexp Research Henk Boetzkes ---none---
  5390. 242 Internode Systems Pty Ltd
  5391. Simon Hackett [email protected]
  5392. 243 netCS Informationstechnik GmbH
  5393. Oliver Korfmacher [email protected]
  5394. 244 Lantronix Rich Lyman [email protected]
  5395. 245 Avatar Consultants
  5396. Kory Hamzeh [email protected]
  5397. 246 Furukawa Electoric Co. Ltd.
  5398. Shoji Fukutomi [email protected]
  5399. 247 AEG Electrcom R. Nurnberg ---none---
  5400. 248 Richard Hirschmann GmbH & Co.
  5401. Heinz Nisi [email protected]
  5402. 249 G2R Inc. Khalid Hireche ---none---
  5403. 250 University of Michigan
  5404. Tim Howes [email protected]
  5405. 251 Netcomm, Ltd. W.R. Maynard-Smith ---none---
  5406. 252 Sable Technology Corporation Rodney Thayer ---none---
  5407. 253 Xerox Edwards E. Reed [email protected]
  5408. 254 Conware Computer Consulting GmbH
  5409. Michael Sapich [email protected]
  5410. 255 Compatible Systems Corp. John Gawf [email protected]
  5411. 256 Scitec Communications Systems Ltd. Stephen Lewis ---none---
  5412. 257 Transarc Corporation Pat Barron [email protected]
  5413. 258 Matsushita Electric Industrial Co., Ltd.
  5414. Nob Mizuno [email protected]
  5415. 259 ACCTON Technology Don Rooney ---none---
  5416. 260 Star-Tek, Inc. Carl Madison [email protected]
  5417. 261 Codenoll Tech. Corp. Dan Willie ---none---
  5418. 262 Formation, Inc. Carl Marcinik ---none---
  5419. 263 Seiko Instruments, Inc. (SII) Yasuyoshi Watanabe ---none---
  5420. 264 RCE (Reseaux de Communication d'Entreprise S.A.)
  5421. Etienne Baudras-Chardigny ---none---
  5422. 265 Xenocom, Inc. Sean Welch [email protected]
  5423. 266 KABELRHEYDT Hubert Theissen ---none---
  5424. 267 Systech Computer Corporation
  5425. Brian Petry [email protected]
  5426. 268 Visual Brian O'Shea [email protected]
  5427. 269 SDD (Scandinavian Airlines Data Denmark A/S)
  5428. Per Futtrup ---none---
  5429. 270 Zenith Electronics Corporation David Lin ---none---
  5430. 271 TELECOM FINLAND Petri Jokela ---none---
  5431. 272 BinTec Computersystems Marc Sheldon [email protected]
  5432. 273 EUnet Germany Marc Sheldon [email protected]
  5433. 274 PictureTel Corporation Oliver Jones [email protected]
  5434. 275 Michigan State University Lih-Er Wey [email protected]
  5435. Reynolds & Postel [Page 140]
  5436. RFC 1700 Assigned Numbers October 1994
  5437. 276 GTE Telecom Incorporated Grant Gifford ---none---
  5438. 277 Cascade Communications Corp.
  5439. Chikong Shue [email protected]
  5440. 278 Hitachi Cable, Ltd. Takahiro Asai ---none---
  5441. 279 Olivetti Marco Framba [email protected]
  5442. 280 Vitacom Corporation Parag Rastogi [email protected]
  5443. 281 INMOS Graham Hudspith [email protected]
  5444. 282 AIC Systems Laboratories Ltd. Glenn Mansfield [email protected]
  5445. 283 Cameo Communications, Inc. Alan Brind ---none---
  5446. 284 Diab Data AB Mats Lindstrom [email protected]
  5447. 285 Olicom A/S Lars Povlsen [email protected]
  5448. 286 Digital-Kienzle Computersystems Hans Jurgen Dorr ---none---
  5449. 287 CSELT(Centro Studi E Laboratori Telecomunicazioni)
  5450. Paolo Coppo [email protected]
  5451. 288 Electronic Data Systems Mark Holobach [email protected]
  5452. 289 McData Corporation Glenn Levitt [email protected]
  5453. 290 Harris Corporation David Rhein [email protected]
  5454. 291 Technology Dynamics, Inc. Chip Standifer [email protected]
  5455. 292 DATAHOUSE Information Systems Ltd. Kim Le ---none---
  5456. 293 DSIR Network Group Tony van der Peet [email protected]
  5457. 294 Texas Instruments Blair Sanders [email protected]
  5458. 295 PlainTree Systems Inc. Paul Chefurka [email protected]
  5459. 296 Hedemann Software Development
  5460. Stefan Hedemann [email protected]
  5461. 297 Fuji Xerox Co., Ltd. Hiroshi Kume
  5462. Kume%KSPB%[email protected]
  5463. 298 Asante Technology Hsiang Ming Ma ---none---
  5464. 299 Stanford University
  5465. RL "Bob" Morgan [email protected]
  5466. 300 Digital Link Jimmy Tu [email protected]
  5467. 301 Raylan Corporation Mark S. Lewis [email protected]
  5468. 302 Datacraft Alan Lloyd [email protected]
  5469. 303 Hughes Keith McCloghrie [email protected]
  5470. 304 Farallon Computing, Inc. Steven Sweeney ---none---
  5471. 305 GE Information Services Steve Bush [email protected]
  5472. 306 Gambit Computer Communications Zohar Seigal ---none---
  5473. 307 Livingston Enterprises, Inc.
  5474. Steve Willens [email protected]
  5475. 308 Star Technologies Jim Miner [email protected]
  5476. 309 Micronics Computers Inc. Darren Croke [email protected]
  5477. 310 Basis, Inc. Heidi Stettner [email protected]
  5478. 311 Microsoft John M. Ballard [email protected]
  5479. 312 US West Advance Technologies
  5480. Donna Hopkins [email protected]
  5481. 313 University College London Shaw C. Chuang [email protected]
  5482. 314 Eastman Kodak Company W. James Colosky [email protected]
  5483. 315 Network Resources Corporation Kathy Weninger ---none---
  5484. 316 Atlas Telecom Bruce Kropp [email protected]
  5485. Reynolds & Postel [Page 141]
  5486. RFC 1700 Assigned Numbers October 1994
  5487. 317 Bridgeway Umberto Vizcaino ---none---
  5488. 318 American Power Conversion Corp.
  5489. Peter C. Yoest [email protected]
  5490. 319 DOE Atmospheric Radiation Measurement Project
  5491. Paul Krystosek [email protected]
  5492. 320 VerSteeg CodeWorks Bill Versteeg [email protected]
  5493. 321 Verilink Corp Bill Versteeg [email protected]
  5494. 322 Sybus Corportation Mark T. Dauscher [email protected]
  5495. 323 Tekelec Bob Grady ---none---
  5496. 324 NASA Ames Research Cente Nick Cuccia [email protected]
  5497. 325 Simon Fraser University Robert Urquhart [email protected]
  5498. 326 Fore Systems, Inc. Eric Cooper [email protected]
  5499. 327 Centrum Communications, Inc. Vince Liu ---none---
  5500. 328 NeXT Computer, Inc.
  5501. Lennart Lovstrand [email protected]
  5502. 329 Netcore, Inc. Skip Morton ---none---
  5503. 330 Northwest Digital Systems Brian Dockter ---none---
  5504. 331 Andrew Corporation Ted Tran ---none---
  5505. 332 DigiBoard Dror Kessler [email protected]
  5506. 333 Computer Network Technology Corp. Bob Meierhofer ---none---
  5507. 334 Lotus Development Corp. Bill Flanagan [email protected]
  5508. 335 MICOM Communication Corporation
  5509. Donna Beatty [email protected]
  5510. 336 ASCII Corporation Toshiharu Ohno [email protected]
  5511. 337 PUREDATA Research Tony Baxter [email protected]
  5512. 338 NTT DATA Yasuhiro Kohata [email protected]
  5513. 339 Empros Systems International David Taylor [email protected]
  5514. 340 Kendall Square Research (KSR) Dave Hudson [email protected]
  5515. 341 Martin Marietta Energy Systems Gary Haney [email protected]
  5516. 342 Network Innovations Pete Grillo [email protected]
  5517. 343 Intel Corporation Brady Orand [email protected]
  5518. 344 Proxar Ching-Fa Hwang [email protected]
  5519. 345 Epson Research Center Richard Schneider [email protected]
  5520. 346 Fibernet George Sandoval ---none---
  5521. 347 Box Hill Systems Corporation Tim Jones [email protected]
  5522. 348 American Express Travel Related Services
  5523. Jeff Carton [email protected]
  5524. 349 Compu-Shack Tomas Vocetka OPLER%[email protected]
  5525. 350 Parallan Computer, Inc. Charles Dulin ---none---
  5526. 351 Stratacom Clyde Iwamoto [email protected]
  5527. 352 Open Networks Engineering, Inc. Russ Blaesing [email protected]
  5528. 353 ATM Forum Keith McCloghrie [email protected]
  5529. 354 SSD Management, Inc. Bill Rose ---none---
  5530. 355 Automated Network Management, Inc. Carl Vanderbeek ---none--
  5531. 356 Magnalink Communications Corporation
  5532. David E. Kaufman ---none---
  5533. 357 TIL Systems, Ltd. Garry McCracken ---none---
  5534. 358 Skyline Technology, Inc. Don Weir ---none---
  5535. Reynolds & Postel [Page 142]
  5536. RFC 1700 Assigned Numbers October 1994
  5537. 359 Nu-Mega Technologies, Inc. Dirk Smith ---none---
  5538. 360 Morgan Stanley & Co. Inc.
  5539. Victor Kazdoba [email protected]
  5540. 361 Integrated Business Network Michael Bell ---none---
  5541. 362 L & N Technologies, Ltd. Steve Loring ---none---
  5542. 363 Cincinnati Bell Information Systems, Inc.
  5543. Deron Meranda [email protected]
  5544. 364 OSCOM International
  5545. Farhad Fozdar [email protected]
  5546. 365 MICROGNOSIS Paul Andon [email protected]
  5547. 366 Datapoint Corporation Lee Ziegenhals [email protected]
  5548. 367 RICOH Co. Ltd.
  5549. Toshio Watanabe [email protected]
  5550. 368 Axis Communications AB Martin Gren [email protected]
  5551. 369 Pacer Software Wayne Tackabury [email protected]
  5552. 370 Axon Networks Inc. Robin Iddon [email protected]
  5553. 371 Brixton Systems, Inc. Peter S. Easton [email protected]
  5554. 372 GSI Etienne Demailly [email protected]
  5555. 373 Tatung Co., Ltd.
  5556. Chih-Yi Chen TCCISM1%[email protected]
  5557. 374 DIS Research LTD. Ray Compton [email protected]
  5558. 375 Quotron Systems, Inc.
  5559. Richard P. Stubbs [email protected]
  5560. 376 Dassault Electronique
  5561. Olivier J. Caleff [email protected]
  5562. 377 Corollary, Inc. James L. Gula [email protected]
  5563. 378 SEEL, Ltd. Ken Ritchie ---none---
  5564. 379 Lexcel Mike Erlinger [email protected]
  5565. 380 Sophisticated Technologies, Inc.
  5566. Bill Parducci [email protected]
  5567. 381 OST A. Pele ---none---
  5568. 382 Megadata Pty Ltd. Andrew McRae [email protected]
  5569. 383 LLNL Livermore Computer Center
  5570. Dan Nessett [email protected]
  5571. 384 Dynatech Communications Graham Welling [email protected]
  5572. 385 Symplex Communications Corp. Cyrus Azar ---none---
  5573. 386 Tribe Computer Works Ken Fujimoto [email protected]
  5574. 387 Taligent, Inc. Lorenzo Aguilar [email protected]
  5575. 388 Symbol Technologies, Inc.
  5576. John Kramer +1-408-369-2679 [email protected]
  5577. 389 Lancert Mark Hankin ---none---
  5578. 390 Alantec Paul V. Fries [email protected]
  5579. 391 Ridgeback Solutions
  5580. Errol Ginsberg [email protected]
  5581. 392 Metrix, Inc. D. Venkatrangan [email protected]
  5582. 393 Excutive Systems/XTree Company
  5583. Dale Cabell [email protected]
  5584. 394 NRL Communication Systems Branch
  5585. Reynolds & Postel [Page 143]
  5586. RFC 1700 Assigned Numbers October 1994
  5587. R. K. Nair [email protected]
  5588. 395 I.D.E. Corporation Rob Spade ---none---
  5589. 396 Matsushita Electric Works, Ltd.
  5590. Claude Huss [email protected]
  5591. 397 MegaPAC Ian George ---none---
  5592. 398 Pilkington Communication Systems Dave Atkinson ---none---
  5593. 399 Hitachi Computer Products (America), Inc.
  5594. Masha Golosovker [email protected]
  5595. 400 METEO FRANCE Remy Giraud [email protected]
  5596. 401 PRC Inc. Jim Noble [email protected]
  5597. 402 Wal*Mart Stores, Inc. Mike Fitzgerel [email protected]
  5598. 403 Nissin Electric Company, Ltd. Aki Komatsuzaki (408) 737-0274
  5599. 404 Distributed Support Information Standard
  5600. Mike Migliano <[email protected]>
  5601. 405 SMDS Interest Group (SIG)
  5602. Elysia C. Tan <[email protected]>
  5603. 406 SolCom Systems Ltd. Hugh Evans 0506 873855
  5604. 407 Bell Atlantic Colin deSa [email protected]
  5605. 408 Advanced Multiuser Technologies Corporation
  5606. 409 Mitsubishi Electric Corporation
  5607. Yoshitaka Ogawa <[email protected]>
  5608. 410 C.O.L. Systems, Inc. Frank Castellucci (914) 277-4312
  5609. 411 University of Auckland
  5610. Nevil Brownlee < [email protected]>
  5611. 412 Desktop Management Task Force (DMTF)
  5612. Dave Perkins <[email protected]>
  5613. 413 Klever Computers, Inc. Tom Su 408-735-7723 [email protected]
  5614. 414 Amdahl Corporation Steve Young [email protected]
  5615. 415 JTEC Pty, Ltd. Jan Bartel (02) 809 6933
  5616. 416 Matra Communcation Hong-Loc Nguyen (33.1) 34.60.85.25
  5617. 417 HAL Computer Systems Michael A. Petonic [email protected]
  5618. 418 Lawrence Berkeley Laboratory Russ Wright [email protected]
  5619. 419 Dale Computer Corporation Dean Craven 1-800-336-7483
  5620. 420 IPTC, Universitaet of Tuebingen
  5621. Andreas J. Haug <[email protected]>
  5622. 421 Bytex Corporation
  5623. Mary Ann Burt <[email protected]>
  5624. 422 Cogwheel, Inc. Brian Ellis [email protected]
  5625. 423 Lanwan Technologies Thomas Liu (408) 986-8899
  5626. 424 Thomas-Conrad Corporation Karen Boyd 512-836-1935
  5627. 425 TxPort Bill VerSteeg [email protected]
  5628. 426 Compex, Inc. Andrew Corlett [email protected]
  5629. 427 Evergreen Systems, Inc. Bill Grace (415) 897-8888
  5630. 428 HNV, Inc. James R. Simons [email protected]
  5631. 429 U.S. Robotics, Inc. Chris Rozman [email protected]
  5632. 430 Canada Post Corporation Walter Brown +1 613 722-8843
  5633. 431 Open Systems Solutions, Inc. David Ko [email protected]
  5634. 432 Toronto Stock Exchange Paul Kwan (416) 947-4284
  5635. Reynolds & Postel [Page 144]
  5636. RFC 1700 Assigned Numbers October 1994
  5637. 433 MamakosTransSys Consulting
  5638. Louis A. Mamakos [email protected]
  5639. 434 EICON Vartan Narikian [email protected]
  5640. 435 Jupiter Systems Russell Leefer [email protected]
  5641. 436 SSTI Philip Calas (33) 61 44 19 51
  5642. 437 Grand Junction Networks Randy Ryals [email protected]
  5643. 438 Anasazi, Inc. Chad Larson ([email protected])
  5644. 439 Edward D. Jones and Company John Caruso (314) 851-3422
  5645. 440 Amnet, Inc. Richard Mak [email protected]
  5646. 441 Chase Research Kevin Gage ---none---
  5647. 442 PEER Networks Randy Presuhn [email protected]
  5648. 443 Gateway Communications, Inc. Ed Fudurich ---none---
  5649. 444 Peregrine Systems Eric Olinger [email protected]
  5650. 445 Daewoo Telecom SeeYoung Oh [email protected]
  5651. 446 Norwegian Telecom Research Paul Hoff [email protected]
  5652. 447 WilTel Anil Prasad [email protected]
  5653. 448 Ericsson-Camtec Satish Popat ---none---
  5654. 449 Codex Thomas McGinty ---none---
  5655. 450 Basis Heidi Stettner [email protected]
  5656. 451 AGE Logic Syd Logan [email protected]
  5657. 452 INDE Electronics Gordon Day [email protected]
  5658. 453 ISODE Consortium Steve Kille [email protected]
  5659. 454 J.I. Case Mike Oswald [email protected]
  5660. 455 Trillium Jeff Lawrence [email protected]
  5661. 456 Bacchus Inc. Errol Ginsberg [email protected]
  5662. 457 MCC Doug Rosenthal [email protected]
  5663. 458 Stratus Computer Dave Snay [email protected]
  5664. 459 Quotron Richard P. Stubbs [email protected]
  5665. 460 Beame & Whiteside Carl Beame [email protected]
  5666. 461 Cellular Technical Services Greg Hummel ---none---
  5667. 462 Shore Microsystems, Inc. Gordon Elam (309) 229-3009
  5668. 463 Telecommunications Techniques Corp. Tom Nisbet [email protected]
  5669. 464 DNPAP (Technical University Delft)
  5670. Jan van Oorschot <[email protected]>
  5671. 465 Plexcom, Inc. Bruce Miller (805) 522-3333
  5672. 466 Tylink Stavros Mohlulis (508) 285-0033
  5673. 467 Brookhaven National Laboratory
  5674. Dave Stampf [email protected]
  5675. 468 Computer Communication Systems
  5676. Gerard Laborde <[email protected]>
  5677. 469 Norand Corp. Rose Gorrell 319-269-3100
  5678. 470 MUX-LAP Philippe Labrosse 514-735-2741
  5679. 471 Premisys Communications, Inc
  5680. Mike MacFaden <[email protected]>
  5681. 472 Bell South Telecommunications Johnny Walker 205-988-7105
  5682. 473 J. Stainsbury PLC Steve Parker 44-71-921-7550
  5683. 474 Ki Research Inc Toni Barckley 410-290-0355x220
  5684. 475 Wandel and Goltermann Technologies
  5685. Reynolds & Postel [Page 145]
  5686. RFC 1700 Assigned Numbers October 1994
  5687. David Walters 919-941-5730x4203 <[email protected]>
  5688. 476 Emerson Computer Power
  5689. Roger Draper 714-457-3638 [email protected]
  5690. 477 Network Software Associates Jeffery Chiao 714-768-4013
  5691. 478 Procter and Gamble Peter Marshall 513-983-1100x5988
  5692. 479 Meridian Technology Corporation
  5693. Kenneth B. Denson <[email protected]>
  5694. 480 QMS, Inc. Bill Lott [email protected]
  5695. 481 Network Express Tom Jarema 313-761-5051 [email protected]
  5696. 482 LANcity Corporation Pam Yassini [email protected]
  5697. 483 Dayna Communications, Inc.
  5698. Sanchaita Datta [email protected]
  5699. 484 kn-X Ltd. Sam Lau 44 943 467007
  5700. 485 Sync Research, Inc. Alan Bartky (714) 588-2070
  5701. 486 PremNet Ken Huang [email protected]
  5702. 487 SIAC Peter Ripp (212) 383-9061
  5703. 488 New York Stock Exchange Peter Ripp (212) 383-9061
  5704. 489 American Stock Exchange Peter Ripp (212) 383-9061
  5705. 490 FCR Software, Inc. Brad Parker [email protected]
  5706. 491 National Medical Care, Inc. Robert Phelan (617) 466-9850
  5707. 492 Dialogue Communication Systemes, S.A.
  5708. Klaus Handke +(49) 30 802 24 97
  5709. 493 NorTele Bjorn Kvile +47 2 48 89 90
  5710. 494 Madge Networks, Inc.
  5711. Duncan Greatwood [email protected]
  5712. 495 Memotec Communications Graham Higgins [email protected]
  5713. 496 CTON Nick Hennenfent [email protected]
  5714. 497 Leap Technology, Inc. George Economou [email protected]
  5715. 498 General DataComm, Inc. William Meltzer [email protected]
  5716. 499 ACE Communications, Ltd. Danny On 972-3-570-1423
  5717. 500 Automatic Data Processing (ADP) Alex Rosin (201) 714-3982
  5718. 501 Programa SPRITEL Alberto Martinez
  5719. [email protected]
  5720. 502 Adacom Aial Haorch 972-4-899-899
  5721. 503 Metrodata Ltd Nick Brown [email protected]
  5722. 504 Ellemtel Telecommunication Systems Laboratories
  5723. Richard G Bruvik [email protected]
  5724. 505 Arizona Public Service Duane Booher [email protected]
  5725. 506 NETWIZ, Ltd., Emanuel Wind [email protected]
  5726. 507 Science and Engineering Research Council (SERC) Paul Kummer
  5727. [email protected]
  5728. 508 The First Boston Corporation Kevin Chou
  5729. [email protected]
  5730. 509 Hadax Electronics Inc. Marian Kramarczyk
  5731. [email protected]
  5732. 510 VTKK Markku Lamminluoto [email protected]
  5733. 511 North Hills Israel Ltd. Carmi Cohen [email protected]
  5734. 512 TECSIEL R. Burlon [email protected]
  5735. Reynolds & Postel [Page 146]
  5736. RFC 1700 Assigned Numbers October 1994
  5737. 513 Bayerische Motoren Werke (BMW) AG Michael Connolly
  5738. [email protected]
  5739. 514 CNET Technologies Nelson Su 408-954-8000
  5740. 515 MCI Kurt Robohm [email protected]
  5741. 516 Human Engineering AG (HEAG) Urs Brunner
  5742. [email protected]
  5743. 517 FileNet Corporation Joe Raby [email protected]
  5744. 518 NFT-Ericsson Kjetil Donasen +47 2 84 24 00
  5745. 519 Dun & Bradstreet Vic Smagovic 908-464-2079
  5746. 520 Intercomputer Communications Brian Kean 513-745-0500x244
  5747. 521 Defense Intelligence Agency
  5748. Barry Atkinson [email protected]
  5749. 522 Telesystems SLW Inc. Joe Magony 416-441-9966
  5750. 523 APT Communications David Kloper 301-831-1182
  5751. 524 Delta Airlines Jim Guy 404-715-2948
  5752. 525 California Microwave Kevin Braun 408-720-6520
  5753. 526 Avid Technology Inc Steve Olynyk 508-640-3328
  5754. 527 Integro Advanced Computer Systems
  5755. Pascal Turbiez +33-20-08-00-40
  5756. 528 RPTI Chris Shin 886-2-918-3006
  5757. 529 Ascend Communications Inc. Marc Hyman 510-769-6001
  5758. 530 Eden Computer Systems Inc. Louis Brando 305-591-7752
  5759. 531 Kawasaki-Steel Corp
  5760. Tomoo Watanabe [email protected]
  5761. 532 Barclays Malcolm Houghton +44 202 671 212
  5762. 533 B.U.G., Inc. Isao Tateishi [email protected]
  5763. 534 Exide Electronics Brian Hammill [email protected]
  5764. 535 Superconducting Supercollider Lab.
  5765. Carl W. Kalbfleisch [email protected]
  5766. 536 Triticom Jim Bales (612) 937-0772
  5767. 537 Universal Instruments Corp.
  5768. Tom Dinnel BA06791%[email protected]
  5769. 538 Information Resources, Inc. Jeff Gear [email protected]
  5770. 539 Applied Innovation, Inc. Dean Dayton [email protected]
  5771. 540 Crypto AG Roland Luthi [email protected]
  5772. 541 Infinite Networks, Ltd. Sean Harding +44 923 710 277
  5773. 542 Rabbit Software Bill Kwan [email protected]
  5774. 543 Apertus Technologies Stuart Stanley [email protected]
  5775. 544 Equinox Systems, Inc. Monty Norwood 1-800-275-3500 x293
  5776. 545 Hayes Microcomputer Products
  5777. Chris Roussel [email protected]
  5778. 546 Empire Technologies Inc. Cheryl Krupczak [email protected]
  5779. 547 Glaxochem, Ltd. Andy Wilson 0229 52261547
  5780. 548 KPY Network Partners, Corp.
  5781. Gordon Vickers [email protected]
  5782. 549 Agent Technology, Inc. Ibi Dhilla [email protected]
  5783. 550 Dornier GMBH Arens Heinrech 49-7545-8 ext 9337
  5784. 551 Telxon Corporation Frank Ciotti [email protected]
  5785. Reynolds & Postel [Page 147]
  5786. RFC 1700 Assigned Numbers October 1994
  5787. 552 Entergy Corporation Louis Cureau 504-364-7630
  5788. 553 Garrett Communications Inc. Igor Khasin (408) 980-9752
  5789. 554 Agile Networks, Inc. Dave Donegan [email protected]
  5790. 555 Larscom Sameer Jayakar 415-969-7572
  5791. 556 Stock Equipment Karl Klebenow 216-543-6000
  5792. 557 ITT Corporation Kevin M. McCauley [email protected]
  5793. 558 Universal Data Systems, Inc.
  5794. Howard Cunningham [email protected]
  5795. 559 Sonix Communications, Ltd. David Webster +44 285 641 651
  5796. 560 Paul Freeman Associates, Inc.
  5797. Pete Wilson [email protected]
  5798. 561 John S. Barnes, Corp. Michael Lynch 704-878-4107
  5799. 562 Northern Telecom, Ltd.
  5800. Glenn Waters 613-763-3933 <[email protected]>
  5801. 563 CAP Debris Patrick Preuss [email protected]
  5802. 564 Telco Systems NAC Harry Hirani [email protected]
  5803. 565 Tosco Refining Co Fred Sanderson 510-602-4358
  5804. 566 Russell Info Sys Atul Desai 714-362-4040
  5805. 567 University of Salford Richard Letts [email protected]
  5806. 568 NetQuest Corp. Jerry Jacobus [email protected]
  5807. 569 Armon Networking Ltd. Yigal Jacoby [email protected]
  5808. 570 IA Corporation Didier Fort [email protected]
  5809. 571 AU-System Communicaton AB Torbjorn Ryding 8-7267572
  5810. 572 GoldStar Information & Communications, Ltd.
  5811. Soo N. Kim [email protected]
  5812. 573 SECTRA AB Tommy Pedersen [email protected]
  5813. 574 ONEAC Corporation Bill Elliot [email protected]
  5814. 575 Tree Technologies Michael Demjanenko (716) 688-4640
  5815. 576 GTE Government Systems Henry Hernandez (617) 455-2942
  5816. 577 Denmac Systems, Inc. Andy Denenberg (708) 291-7760
  5817. 578 Interlink Computer Sciences, Inc.
  5818. Mike Mazurek [email protected]
  5819. 579 Bridge Information Systems, Inc. Stephen Harvey (314) 567-8482
  5820. 580 Leeds and Northrup Australia (LNA) Nigel Cook [email protected]
  5821. 581 BHA Computer David Hislop [email protected]
  5822. 582 Newport Systems Solutions, Inc.
  5823. Pauline Chen [email protected]
  5824. 583 Atrium Technologies Narender Reddy Vangati [email protected]
  5825. 584 ROBOTIKER Maribel Narganes [email protected]
  5826. 585 PeerLogic Inc. Ratinder Ahuja [email protected]
  5827. 586 Digital Transmittion Systems Bill VerSteeg [email protected]
  5828. 587 Far Point Communications Bill VerSteeg [email protected]
  5829. 588 Xircom Bill VerSteeg [email protected]
  5830. 589 Mead Data Central Stephanie Bowman [email protected]
  5831. 590 Royal Bank of Canada N. Lim (416) 348-5197
  5832. 591 Advantis, Inc. Janet Brehm 813 878-4298
  5833. 592 Chemical Banking Corp. Paul McDonnell [email protected]
  5834. 593 Eagle Technology Ted Haynes (408) 441-4043
  5835. Reynolds & Postel [Page 148]
  5836. RFC 1700 Assigned Numbers October 1994
  5837. 594 British Telecom Ray Smyth [email protected]
  5838. 595 Radix BV P. Groenendaal [email protected]
  5839. 596 TAINET Communication System Corp.
  5840. Joseph Chen +886-2-6583000 (R.O.C.)
  5841. 597 Comtek Services Inc. Steve Harris (703) 506-9556
  5842. 598 Fair Issac Steve Pasadis apple.com!fico!sxp (415) 472-2211
  5843. 599 AST Research Inc. Bob Beard [email protected]
  5844. 600 Soft*Star s.r.l. Ing. Enrico Badella [email protected]
  5845. 601 Bancomm Joe Fontes [email protected]
  5846. 602 Trusted Information Systems, Inc.
  5847. James M. Galvin [email protected]
  5848. 603 Harris & Jeffries, Inc. Deepak Shahane [email protected]
  5849. 604 Axel Technology Corp. Henry Ngai (714) 455-1688
  5850. 605 GN Navtel, Inc. Joe Magony 416-479-8090
  5851. 606 CAP debis Patrick Preuss +49 40 527 28 366
  5852. 607 Lachman Technology, Inc. Steve Alexander [email protected]
  5853. 608 Galcom Networking Ltd.
  5854. Zeev Greenblatt [email protected]
  5855. 609 BAZIS M. van Luijt [email protected]
  5856. 610 SYNAPTEL Eric Remond [email protected]
  5857. 611 Investment Management Services, Inc.
  5858. J. Laurens Troost [email protected]
  5859. 612 Taiwan Telecommunication Lab
  5860. Dennis Tseng LOUIS%[email protected]
  5861. 613 Anagram Corporation Michael Demjanenko (716) 688-4640
  5862. 614 Univel John Nunneley [email protected]
  5863. 615 University of California, San Diego
  5864. Arthur Bierer [email protected]
  5865. 616 CompuServe Ed Isaacs, Brian Biggs [email protected]
  5866. 617 Telstra - OTC Australia
  5867. Peter Hanselmann [email protected]
  5868. 618 Westinghouse Electric Corp.
  5869. Ananth Kupanna [email protected]
  5870. 619 DGA Ltd. Tom L. Willis [email protected]
  5871. 620 Elegant Communications Inc.
  5872. Robert Story [email protected]
  5873. 621 Experdata Claude Lubin [email protected]
  5874. 622 Unisource Business Networks Sweden AB
  5875. Goran Sterner [email protected]
  5876. 623 Molex, Inc. Steven Joffe [email protected]
  5877. 624 Quay Financial Software Mick Fleming [email protected]
  5878. 625 VMX Inc. Joga Ryali [email protected]
  5879. 626 Hypercom, Inc. Noor Chowdhury (602) 548-2113
  5880. 627 University of Guelph Kent Percival [email protected]
  5881. 628 DIaLOGIKa Juergen Jungfleisch 0 68 97 9 35-0
  5882. 629 NBASE Switch Communication
  5883. Sergiu Rotenstein [email protected]
  5884. 630 Anchor Datacomm B.V. Erik Snoek [email protected]
  5885. Reynolds & Postel [Page 149]
  5886. RFC 1700 Assigned Numbers October 1994
  5887. 631 PACDATA John Reed [email protected]
  5888. 632 University of Colorado Evi Nemeth [email protected]
  5889. 633 Tricom Communications Limited
  5890. Robert Barrett [email protected]
  5891. 634 Santix Software GmbH
  5892. Michael Santifaller santi%[email protected]
  5893. 635 FastComm Communications Corp.
  5894. Bill Flanagan [email protected]
  5895. 636 The Georgia Institute of Technology
  5896. Michael Mealling [email protected]
  5897. 637 Alcatel Data Networks
  5898. Douglas E. Johnson [email protected]
  5899. 638 GTECH Brian Ruptash [email protected]
  5900. 639 UNOCAL Corporation Peter Ho [email protected]
  5901. 640 First Pacific Network Randy Hamilton 408-703-2763
  5902. 641 Lexmark International Don Wright [email protected]
  5903. 642 Qnix Computer Sang Weon, Yoo [email protected]
  5904. 643 Jigsaw Software Concepts (Pty) Ltd.
  5905. Willem van Biljon [email protected]
  5906. 644 VIR, Inc. Mark Cotton (215) 364-7955
  5907. 645 SFA Datacomm Inc. Don Lechthaler [email protected]
  5908. 646 SEIKO Telecommunication Systems, Inc.
  5909. Lyn T. Robertson (503) 526-5638
  5910. 647 Unified Management Andy Barnhouse (612) 561-4944
  5911. 648 RADLINX Ltd. Ady Lifshes ady%[email protected]
  5912. 649 Microplex Systems Ltd. Henry Lee [email protected]
  5913. 650 Objecta Elektronik & Data AB Johan Finnved [email protected]
  5914. 651 Phoenix Microsystems Bill VerSteeg [email protected]
  5915. 652 Distributed Systems International, Inc.
  5916. Ron Mackey [email protected]
  5917. 653 Evolving Systems, Inc. Judith C. Bettinger [email protected]
  5918. 654 SAT GmbH Walter Eichelburg [email protected]
  5919. 655 CeLAN Technology, Inc. Mark Liu 886--35-772780
  5920. 656 Landmark Systems Corp.
  5921. Steve Sonnenberg [email protected]
  5922. 657 Netone Systems Co., Ltd.
  5923. YongKui Shao [email protected]
  5924. 658 Loral Data Systems Jeff Price [email protected]
  5925. 659 Cellware Broadband Technology Michael Roth [email protected]
  5926. 660 Mu-Systems Gaylord Miyata [email protected]
  5927. 661 IMC Networks Corp. Jerry Roby (714) 724-1070
  5928. 662 Octel Communications Corp. Alan Newman (408) 321-5182
  5929. 663 RIT Technologies LTD. Ghiora Drori [email protected]
  5930. 664 Adtran Jeff Wells 205-971-8000
  5931. 665 PowerPlay Technologies, Inc. Ray Caruso [email protected]
  5932. 666 Oki Electric Industry Co., Ltd.
  5933. Shigeru Urushibara [email protected]
  5934. 667 Specialix International Jeremy Rolls [email protected]
  5935. Reynolds & Postel [Page 150]
  5936. RFC 1700 Assigned Numbers October 1994
  5937. 668 INESC (Instituto de Engenharia de Sistemas e Computadores)
  5938. Pedro Ramalho Carlos [email protected]
  5939. 669 Globalnet Communications Real Barriere (514) 651-6164
  5940. 670 Product Line Engineer SVEC Computer Corp.
  5941. Rich Huang [email protected]
  5942. 671 Printer Systems Corp. Bill Babson [email protected]
  5943. 672 Contec Micro Electronics USA David Sheih (408) 434-6767
  5944. 673 Unix Integration Services Chris Howard [email protected]
  5945. 674 Dell Computer Corporation Steven Blair [email protected]
  5946. 675 Whittaker Electronic Systems Michael McCune [email protected]
  5947. 676 QPSX Communications David Pascoe [email protected]
  5948. 677 Loral WDl Mike Aronson [email protected]
  5949. 678 Federal Express Corp. Randy Hale (901) 369-2152
  5950. 679 E-COMMS Inc. Harvey Teale (206) 857-3399
  5951. 680 Software Clearing House Tom Caris [email protected]
  5952. 681 Antlow Computers LTD. C. R. Bates 44-635-871829
  5953. 682 Emcom Corp. Mike Swartz [email protected]
  5954. 683 Extended Systems, Inc.
  5955. Al Youngwerth [email protected]
  5956. 684 Sola Electric Mike Paulsen (708) 439-2800
  5957. 685 Esix Systems, Inc. Anthony Chung [email protected]
  5958. 686 3M/MMM Chris Amley [email protected]
  5959. 687 Cylink Corp. Ed Chou [email protected]
  5960. 688 Znyx Advanced Systems Division, Inc.
  5961. Alan Deikman [email protected]
  5962. 689 Texaco, Inc. Jeff Lin [email protected]
  5963. 690 McCaw Cellular Communication Corp. Tri Phan [email protected]
  5964. 691 ASP Computer Product Inc. Elise Moss [email protected]
  5965. 692 HiPerformance Systems Mike Brien +27-11-806-1000
  5966. 693 Regionales Rechenzentrum
  5967. Sibylle Schweizer [email protected]
  5968. 694 SAP AG Dr. Uwe Hommel +49 62 27 34 0
  5969. 695 ElectroSpace System Inc.
  5970. Dr. Joseph Cleveland [email protected]
  5971. 696 ( Unassigned )
  5972. 697 MultiPort Software Reuben Sivan [email protected]
  5973. 698 Combinet, Inc. Samir Sawhney [email protected]
  5974. 699 TSCC Carl Wist [email protected]
  5975. 700 Teleos Communications Inc. Bill Nayavich [email protected]
  5976. 701 Alta Research Amy Saperstein (305) 428-8535
  5977. 702 Independence Blue Cross Bill Eshbach [email protected]
  5978. 703 ADACOM Station Interconnectivity LTD.
  5979. Itay Kariv +9 72 48 99 89 9
  5980. 704 MIROR Systems Frank Kloes +27 12 911 0003
  5981. 705 Merlin Gerin Adam Stolinski (714) 557-1637 x249
  5982. 706 Owen-Corning Fiberglas Tom Mann [email protected]
  5983. 707 Talking Networks Inc. Terry Braun [email protected]
  5984. 708 Cubix Corporation Rebekah Marshall (702) 883-7611
  5985. Reynolds & Postel [Page 151]
  5986. RFC 1700 Assigned Numbers October 1994
  5987. 709 Formation Inc. Bob Millis [email protected]
  5988. 710 Lannair Ltd. Pablo Brenner [email protected]
  5989. 711 LightStream Corp. Chris Chiotasso [email protected]
  5990. 712 LANart Corp. Doron I. Gartner [email protected]
  5991. 713 University of Stellenbosch Graham Phillips [email protected]
  5992. 714 Wyse Technology Bill Rainey [email protected]
  5993. 715 DSC Communications Corp. Colm Bergin [email protected]
  5994. 716 NetEc Thomas Krichel [email protected]
  5995. 717 Breltenbach Software Engineering Hilmar Tuneke +02 92 49 70 00
  5996. 718 Victor Company of Japan,Limited
  5997. Atsushi Sakamoto [email protected]
  5998. 719 Japan Direx Corporation Teruo Tomiyama +81 3 3498 5050
  5999. 720 NECSY Network Control Systems S.p.A. Piero Fiozzo [email protected]
  6000. 721 ISDN Systems Corp. Jeff Milloy [email protected]
  6001. 722 Zero-One Technologies, LTD. Curt Chen + 88 62 56 52 32 33
  6002. 723 Radix Technologies, Inc. Steve Giles [email protected]
  6003. 724 National Institute of Standards and Technology
  6004. Jim West [email protected]
  6005. 725 Digital Technology Inc. Chris Gianattasio [email protected]
  6006. 726 Castelle Corp. Waiming Mok [email protected]
  6007. 727 Presticom Inc. Martin Dube [email protected]
  6008. 728 Showa Electric Wire & Cable Co., Ltd.
  6009. Robert O'Grady [email protected]
  6010. 729 SpectraGraphics Jack Hinkle [email protected]
  6011. 730 Connectware Inc. Rick Downs [email protected]
  6012. 731 Wind River Systems Emily Hipp [email protected]
  6013. 732 RADWAY International Ltd. Doron Kolton [email protected]
  6014. 733 System Management ARTS, Inc. Alexander Dupuy [email protected]
  6015. 734 Persoft, Inc. Steven M. Entine [email protected]
  6016. 735 Xnet Technology Inc. Esther Chung [email protected]
  6017. 736 Unison-Tymlabs Dean Andrews [email protected]
  6018. 737 Micro-Matic Research Patrick Lemli [email protected]
  6019. 738 B.A.T.M. Advance Technologies
  6020. Nahum Killim [email protected]
  6021. 739 University of Copenhagen Kim H|glund [email protected]
  6022. 740 Network Security Systems, Inc.
  6023. Carleton Smith [email protected]
  6024. 741 JNA Telecommunications Sean Cody [email protected]
  6025. 742 Encore Computer Corporation Tony Shafer [email protected]
  6026. 743 Central Intelligent Agency Carol Jobusch 703 242-2485
  6027. 744 ISC (GB) Limited Mike Townsend [email protected]
  6028. 745 Digital Communication Associates Ravi Shankar [email protected]
  6029. 746 CyberMedia Inc. Unni Warrier [email protected]
  6030. 747 Distributed Systems International, Inc.
  6031. Ron Mackey [email protected]
  6032. 748 Peter Radig EDP-Consulting Peter Radig +49 69 9757 6100
  6033. 749 Vicorp Interactive Systems Phil Romine [email protected]
  6034. 750 Inet Inc. Bennie Lopez [email protected]
  6035. Reynolds & Postel [Page 152]
  6036. RFC 1700 Assigned Numbers October 1994
  6037. 751 Argonne National Laboratory Michael Shaffer [email protected]
  6038. 752 Tek Logix Peter Palsall 905 625-4121
  6039. 753 North Western University Phil Draughon [email protected]
  6040. 754 Astarte Fiber Networks James Garnett [email protected]
  6041. 755 Diederich & Associates, Inc.
  6042. Douglas Capitano [email protected]
  6043. 756 Florida Power Corporation Bob England [email protected]
  6044. 757 ASK/INGRES Howard Dernehl [email protected]
  6045. 758 Open Network Enterprise Spada Stefano +39 39 245-8101
  6046. 759 The Home Depot Keith Porter [email protected]
  6047. 760 Pan Dacom Telekommunikations Jens Andresen +49 40 644 09 71
  6048. 761 NetTek Steve Kennedy [email protected]
  6049. 762 Karlnet Corp. Doug Kall [email protected]
  6050. 763 Efficient Networks, Inc. Thirl Johnson (214) 991-3884
  6051. 764 Fiberdata Jan Fernquist +46 828 8383
  6052. 765 Lanser Emil Smilovici (514) 485-7104
  6053. 766 Telebit Communications A/S Peder Chr. Norgaard [email protected]
  6054. 767 HILAN GmbH Markus Pestinger [email protected]
  6055. 768 Network Computing Inc.
  6056. Fredrik Noon [email protected]
  6057. 769 Walgreens Company Denis Renaud (708) 818-4662
  6058. 770 Internet Initiative Japan Inc. Toshiharu Ohno [email protected]
  6059. 771 GP van Niekerk Ondernemings
  6060. Gerrit van Niekerk [email protected]
  6061. 772 DSP & Telecoms Research Group
  6062. Patrick McGleenon [email protected]
  6063. 773 Securities Industry Automation Corporation
  6064. Chiu Szeto [email protected]
  6065. 774 SYNaPTICS David Gray [email protected]
  6066. 775 Data Switch Corporation Joe Welfeld [email protected]
  6067. 776 Telindus Distribution Karel Van den Bogaert [email protected]
  6068. 777 MAXM Systems Corporation Gary Greathouse [email protected]
  6069. 778 Fraunhofer Gesellschaft
  6070. Jan Gottschick [email protected]
  6071. 779 EQS Business Services Ken Roberts [email protected]
  6072. 780 CNet Technology Inc. Repus Hsiung [email protected]
  6073. 781 Datentechnik GmbH Thomas Pischinger +43 1 50100 266
  6074. 782 Network Solutions Inc. Dave Putman [email protected]
  6075. 783 Viaman Software Vikram Duvvoori [email protected]
  6076. 784 Schweizerische Bankgesellschaft Zuerich
  6077. Roland Bernet [email protected]
  6078. 785 University of Twente - TIOS Aiko Pras [email protected]
  6079. 786 Simplesoft Inc. Sudhir Pendse [email protected]
  6080. 787 Stony Brook, Inc. Ken Packert [email protected]
  6081. 788 Unified Systems Solutions, Inc.
  6082. Steven Morgenthal [email protected]
  6083. 789 Network Appliance Corporation
  6084. Varun Mehta [email protected]
  6085. Reynolds & Postel [Page 153]
  6086. RFC 1700 Assigned Numbers October 1994
  6087. 790 Ornet Data Communication Technologies Ltd.
  6088. Haim Kurz [email protected]
  6089. 791 Computer Associates International
  6090. Glenn Gianino [email protected]
  6091. 792 Multipoint Network Inc. Michael Nguyen [email protected]
  6092. 793 NYNEX Science & Technology Lily Lau [email protected]
  6093. 794 Commercial Link Systems Wiljo Heinen [email protected]
  6094. 795 Adaptec Inc. Tom Battle [email protected]
  6095. 796 Softswitch Charles Springer [email protected]
  6096. 797 Link Technologies, Inc. Roy Chu [email protected]
  6097. 798 IIS Olry Rappaport [email protected]
  6098. 799 Mobile Solutions Inc. Dale Shelton [email protected]
  6099. 800 Xylan Corp. Burt Cyr [email protected]
  6100. 801 Airtech Software Forge Limited
  6101. Callum Paterson [email protected]
  6102. 802 National Semiconductor Maurice Turcotte [email protected]
  6103. 803 Video Lottery Technologies Angelo Lovisa [email protected]
  6104. 804 National Semiconductor Corp Waychi Doo [email protected]
  6105. 805 Applications Management Corp
  6106. Terril (Terry) Steichen [email protected]
  6107. 806 Travelers Insurance Company Eric Miner [email protected]
  6108. 807 Taiwan International Standard Electronics Ltd.
  6109. B. J. Chen [email protected]
  6110. 808 US Patent and Trademark Office Rick Randall [email protected]
  6111. 809 Hynet, LTD. Amir Fuhrmann [email protected]
  6112. 810 Aydin, Corp. Rick Veher (215) 657-8600
  6113. 811 ADDTRON Technology Co., LTD. Tommy Tasi +8 86-2-4514507
  6114. 812 Fannie Mae David King [email protected]
  6115. 813 MultiNET Services Hubert Martens [email protected]
  6116. 814 GECKO mbH Holger Dopp [email protected]
  6117. 815 Memorex Telex Mike Hill [email protected]
  6118. 816 Advanced Communications Networks (ACN) SA
  6119. Antoine Boss +41 38 247434
  6120. 817 Telekurs AG Jeremy Brookfield [email protected]
  6121. 818 Victron bv Jack Stiekema [email protected]
  6122. 819 CF6 Company Francois Caron +331 4696 0060
  6123. 820 Walker Richer and Quinn Inc.
  6124. Rebecca Higgins [email protected]
  6125. 821 Saturn Systems Paul Parker [email protected]
  6126. 822 Mitsui Marine and Fire Insurance Co. LTD.
  6127. Kijuro Ikeda +813 5389 8111
  6128. 823 Loop Telecommunication International, Inc.
  6129. Charng-Show Li +886 35 787 696
  6130. 824 Telenex Corporation James Krug (609) 866-1100
  6131. 825 Bus-Tech, Inc. Charlie Zhang [email protected]
  6132. 826 ATRIE Fred B.R. Tuang [email protected]
  6133. 827 Gallagher & Robertson A/S Arild Braathen [email protected]
  6134. 828 Networks Northwest, Inc. John J. Hansen [email protected]
  6135. Reynolds & Postel [Page 154]
  6136. RFC 1700 Assigned Numbers October 1994
  6137. 829 Conner Peripherials Richard Boyd [email protected]
  6138. 830 Elf Antar France P. Noblanc +33 1 47 44 45 46
  6139. 831 Lloyd Internetworking Glenn McGregor [email protected]
  6140. 832 Datatec Industries, Inc. Chris Wiener [email protected]
  6141. 833 TAICOM Scott Tseng [email protected]
  6142. 834 Brown's Operating System Services Ltd.
  6143. Alistair Bell [email protected]
  6144. 835 MiLAN Technology Corp. Gopal Hegde [email protected]
  6145. 836 NetEdge Systems, Inc. Dave Minnich [email protected]
  6146. 837 NetFrame Systems George Mathew [email protected]
  6147. 838 Xedia Corporation Colin Kincaid colin%[email protected]
  6148. 839 Pepsi Niraj Katwala [email protected]
  6149. 840 Tricord Systems, Inc. Mark Dillon [email protected]
  6150. 841 Proxim Inc. Russ Reynolds [email protected]
  6151. 842 Applications Plus, Inc. Joel Estes [email protected]
  6152. 843 Pacific Bell Aijaz Asif [email protected]
  6153. 844 Supernet Sharon Barkai [email protected]
  6154. 845 TPS-Teleprocessing Systems Manfred Gorr [email protected]
  6155. 846 Technology Solutions Company Niraj Katwala [email protected]
  6156. 847 Computer Site Technologies Tim Hayes (805) 967-3494
  6157. 848 NetPort Software John Bartas [email protected]
  6158. 849 Alon Systems Menachem Szus [email protected]
  6159. 850 Tripp Lite Lawren Markle [email protected]
  6160. 851 NetComm Limited
  6161. Paul Ripamonti [email protected]
  6162. 852 Precision Systems, Inc. (PSI)
  6163. Fred Griffin [email protected]
  6164. 853 Objective Systems Integrators Ed Reeder [email protected]
  6165. 854 Simpact Associates Inc.
  6166. Robert Patterson [email protected]
  6167. 855 Systems Enhancement Corporation
  6168. Steve Held [email protected]
  6169. 856 Information Integration, Inc. Gina Sun [email protected]
  6170. 857 CETREL S.C. Louis Reinard [email protected]
  6171. 858 ViaTech Development
  6172. Theodore J. Collins III [email protected]
  6173. 859 Olivetti North America Tom Purcell [email protected]
  6174. 860 WILMA Nikolaus Schaller [email protected]
  6175. 861 ILX Systems Inc. Peter Mezey [email protected]
  6176. 862 Total Peripherals Inc. Mark Ustik (508) 393-1777
  6177. 863 SunNetworks Consultant John Brady [email protected]
  6178. 864 Arkhon Technologies, Inc. Joe Wang [email protected]
  6179. 865 Computer Sciences Corporation
  6180. George M. Dands [email protected]
  6181. 866 Philips.TRT Thibault Muchery +33 14128 7000
  6182. 867 Katron Technologies Inc. Robert Kao +88 627 991 064
  6183. 868 Transition Engineering Inc.
  6184. Hemant Trivedi [email protected]
  6185. Reynolds & Postel [Page 155]
  6186. RFC 1700 Assigned Numbers October 1994
  6187. 869 Altos Engineering Applications, Inc.
  6188. Wes Weber or Dave Erhart [email protected]
  6189. 870 Nicecom Ltd. Arik Ramon [email protected]
  6190. 871 Fiskars/Deltec Carl Smith (619) 291-2973
  6191. 872 AVM GmbH Andreas Stockmeier [email protected]
  6192. 873 Comm Vision Richard Havens (408) 923 0301 x22
  6193. 874 Institute for Information Industry
  6194. Peter Pan [email protected]
  6195. 875 Legent Corporation Gary Strohm [email protected]
  6196. 876 Network Automation Doug Jackson +64 6 285 1711
  6197. 877 NetTech Marshall Sprague [email protected]
  6198. 878 Coman Data Communications Ltd.
  6199. Zvi Sasson [email protected]
  6200. 879 Skattedirektoratet Karl Olav Wroldsen +47 2207 7162
  6201. 880 Client-Server Technologies Timo Metsaportti [email protected]
  6202. 881 Societe Internationale de Telecommunications Aeronautiques
  6203. Chuck Noren [email protected]
  6204. 882 Maximum Strategy Inc. Paul Stolle [email protected]
  6205. 883 Integrated Systems, Inc. Michael Zheng [email protected]
  6206. 884 E-Systems, Melpar Rick Silton [email protected]
  6207. 885 Reliance Comm/Tec Mark Scott [email protected]
  6208. 886 Summa Four Inc. Paul Nelson (603) 625-4050
  6209. 887 J & L Information Systems Rex Jackson (818) 709-1778
  6210. 888 Forest Computer Inc. Dave Black [email protected]
  6211. 889 Palindrome Corp. Jim Gast [email protected]
  6212. 890 ZyXEL Communications Corp. Harry Chou [email protected]
  6213. 891 Network Managers (UK) Ltd, Mark D Dooley [email protected]
  6214. 892 Sensible Office Systems Inc. Pat Townsend (712) 276-0034
  6215. 893 Informix Software Anthony Daniel [email protected]
  6216. 894 Dynatek Communications Howard Linton (703) 490-7205
  6217. 895 Versalynx Corp. Dave Fisler (619) 536-8023
  6218. 896 Potomac Scheduling Communications Company
  6219. David Labovitz [email protected]
  6220. 897 Sybase Inc. Dave Meldrum [email protected]
  6221. 898 DiviCom Inc. Eyal Opher [email protected]
  6222. 899 Datus elektronische Informationssysteme GmbH
  6223. Hubert Mertens [email protected]
  6224. 900 Matrox Electronic Systems Limited
  6225. Marc-Andre Joyal [email protected]
  6226. 901 Digital Products, Inc. Ross Dreyer [email protected]
  6227. 902 Scitex Corp. Ltd. Yoav Chalfon [email protected]
  6228. 903 RAD Vision Oleg Pogorelik [email protected]
  6229. 904 Tran Network Systems Paul Winkeler [email protected]
  6230. 905 Scorpion Logic Sean Harding +09 2324 5672
  6231. 906 Inotech Inc. Eric Jacobs (703) 641-0469
  6232. 907 Controlled Power Co. Yu Chin 76500,[email protected]
  6233. 908 Elsag Bailey Incorporate Derek McKearney [email protected]
  6234. 909 J.P. Morgan Chung Szeto [email protected]
  6235. Reynolds & Postel [Page 156]
  6236. RFC 1700 Assigned Numbers October 1994
  6237. 910 Clear Communications Corp. Kurt Hall [email protected]
  6238. 911 General Technology Inc. Perry Rockwell (407) 242-2733
  6239. 912 Adax Inc. Jory Gessow [email protected]
  6240. 913 Mtel Technologies, Inc. Jon Robinson [email protected]
  6241. 914 Underscore, Inc. Jeff Schnitzer [email protected]
  6242. 915 SerComm Corp. Ben Lin +8 862-577-5400
  6243. 916 Baxter Healthcare Corporation
  6244. Joseph Sturonas [email protected]
  6245. 917 Tellus Technology Ron Cimorelli (510) 498-8500
  6246. 918 Continuous Electron Beam Accelerator Facility
  6247. Paul Banta [email protected]
  6248. 919 Canoga Perkins Margret Siska (818) 718-6300
  6249. 920 R.I.S Technologies Fabrice Lacroix +33 7884 6400
  6250. 921 INFONEX Corp. Kazuhiro Watanabe [email protected]
  6251. 922 WordPerfect Corp. Douglas Eddy [email protected]
  6252. 923 NRaD Russ Carleton [email protected]
  6253. 924 Hong Kong Telecommunications Ltd. K. S. Luk +8 52 883 3183
  6254. 925 Signature Systems Doug Goodall [email protected]
  6255. 926 Alpha Technologies LTD. Guy Pothiboon (604) 430-8908
  6256. 927 PairGain Technologies, Inc. Ken Huang [email protected]
  6257. 928 Sonic Systems Sudhakar Ravi [email protected]
  6258. 929 Steinbrecher Corp. Kary Robertson [email protected]
  6259. 930 Centillion Networks, Inc. Derek Pitcher [email protected]
  6260. 931 Network Communication Corp.
  6261. Tracy Clark [email protected]
  6262. 932 Sysnet A.S. Carstein Seeberg [email protected]
  6263. 933 Telecommunication Systems Lab Gerald Maguire [email protected]
  6264. 934 QMI Scott Brickner (410) 573-0013
  6265. 935 Phoenixtec Power Co., LTD. An-Hsiang Tu +8 862 646 3311
  6266. 936 Hirakawa Hewtech Corp. H. Ukaji [email protected]
  6267. 937 No Wires Needed B.V. Arnoud Zwemmer [email protected]
  6268. 938 Primary Access Kerstin Lodman [email protected]
  6269. 939 Enterprises.FDSW Dag Framstad [email protected]
  6270. 940 Grabner & Kapfer GnbR Vinzenz Grabner [email protected]
  6271. 941 Nemesys Research Ltd. Michael Dixon [email protected]
  6272. 942 Pacific Communication Sciences, Inc. (PSCI)
  6273. Yvonne Kammer [email protected]
  6274. 943 Level One Communications, Inc.
  6275. Moshe Kochinski [email protected]
  6276. 944 Fast Track, Inc. Andrew H. Dimmick [email protected]
  6277. 945 Andersen Consulting, OM/NI Practice
  6278. Greg Tilford [email protected]
  6279. 946 Bay Technologies Pty Ltd. Paul Simpson [email protected]
  6280. 947 Integrated Network Corp. Daniel Joffe [email protected]
  6281. 948 Epoch, Inc. David Haskell [email protected]
  6282. 949 Wang Laboratories Inc. Pete Reilley [email protected]
  6283. 950 Polaroid Corp. Sari Germanos [email protected]
  6284. 951 Sunrise Sierra Gerald Olson (510) 443-1133
  6285. Reynolds & Postel [Page 157]
  6286. RFC 1700 Assigned Numbers October 1994
  6287. 952 Silcon Group Bjarne Bonvang +45 75 54 22 55
  6288. 953 Coastcom Donald Pickerel [email protected]
  6289. 954 4th DIMENSION SOFTWARE LTD.
  6290. Thomas Segev/Ely Hofner [email protected]
  6291. 955 SEIKO SYSTEMS Inc. Kiyoshi Ishida [email protected]
  6292. 956 PERFORM Jean-Hugues Robert +33 42 27 29 32
  6293. 957 TV/COM International Jean Tellier (619) 675-1376
  6294. 958 Network Integration, Inc.
  6295. Scott C. Lemon [email protected]
  6296. 959 Sola Electric, A Unit of General Signal
  6297. Bruce Rhodes 72360,[email protected]
  6298. 960 Gradient Technologies, Inc. Geoff Charron [email protected]
  6299. 961 Tokyo Electric Co., Ltd. A. Akiyama +81 558 76 9606
  6300. 962 Codonics, Inc. Joe Kulig [email protected]
  6301. 963 Delft Technical University Mark Schenk [email protected]
  6302. 964 Carrier Access Corp. Roger Koenig [email protected]
  6303. 965 eoncorp Barb Wilson [email protected]
  6304. 966 Naval Undersea Warfare Center
  6305. Mark Lovelace [email protected]
  6306. 967 AWA Limited Mike Williams +61 28 87 71 11
  6307. 968 Distinct Corp. Tarcisio Pedrotti [email protected]
  6308. 969 National Technical University of Athens
  6309. Theodoros Karounos [email protected]
  6310. 970 BGS Systems, Inc. Amr Hafez [email protected]
  6311. 971 McCaw Wireless Data Inc. Brian Bailey [email protected]
  6312. 972 Bekaert Koen De Vleeschauwer [email protected]
  6313. 973 Epic Data Inc. Vincent Lim [email protected]
  6314. 974 Prodigy Services Co. Ed Ravin [email protected]
  6315. 975 First Pacific Networks (FPN) Randy Hamilton [email protected]
  6316. 976 Xylink Ltd. Bahman Rafatjoo [email protected]
  6317. 977 Relia Technologies Corp. Fred Chen [email protected]
  6318. 978 Legacy Storage Systems Inc.
  6319. James Hayes [email protected]
  6320. 979 Digicom, SPA Claudio Biotti +39 3312 0 0122
  6321. 980 Ark Telecom Alan DeMars [email protected]
  6322. 981 National Security Agency (NSA)
  6323. Cynthia Stewart [email protected]
  6324. 982 Southwestern Bell Corporation
  6325. Brian Bearden [email protected]
  6326. 983 Virtual Design Group, Inc.
  6327. Chip Standifer [email protected]
  6328. 984 Rhone Poulenc Olivier Pignault +33 1348 2 4053
  6329. 985 Swiss Bank Corporation Neil Todd [email protected]
  6330. 986 ATEA N.V. Walter van Brussel [email protected]
  6331. 987 Computer Communications Specialists, Inc.
  6332. Carolyn Zimmer [email protected]
  6333. 988 Object Quest, Inc. Michael L. Kornegay [email protected]
  6334. 989 DCL System International, Ltd. Gady Amit [email protected]
  6335. Reynolds & Postel [Page 158]
  6336. RFC 1700 Assigned Numbers October 1994
  6337. 990 SOLITON SYSTEMS K.K. Masayuki Yamai +81 33356 6091
  6338. 991 U S Software Don Dunstan [email protected]
  6339. 992 Systems Research and Applications Corporation
  6340. Todd Herr [email protected]
  6341. 993 University of Florida Todd Hester [email protected]
  6342. 994 Dantel, Inc. John Litster (209) 292-1111
  6343. 995 Multi-Tech Systems, Inc. Dale Martenson (612) 785-3500 x519
  6344. 996 Softlink Ltd. Moshe Leibovitch [email protected]
  6345. 997 ProSum Christian Bucari +33.1.4590.6231
  6346. 998 March Systems Consultancy, Ltd.
  6347. Ross Wakelin [email protected]
  6348. 999 Hong Technology, Inc. Walt Milnor [email protected]
  6349. 1000 Internet Assigned Numbers Authority [email protected]
  6350. 1001 PECO Energy Co. Rick Rioboli [email protected]
  6351. 1002 United Parcel Service Steve Pollini [email protected]
  6352. 1003 Storage Dimensions, Inc. Michael Torhan [email protected]
  6353. 1004 ITV Technologies, Inc. Jacob Chen [email protected]
  6354. 1005 TCPSI Victor San Jose [email protected]
  6355. 1006 Promptus Communications, Inc. Paul Fredette (401) 683-6100
  6356. 1007 Norman Data Defense Systems
  6357. Kristian A. Bognaes [email protected]
  6358. 1008 Pilot Network Services, Inc. Rob Carrade [email protected]
  6359. 1009 Integrated Systems Solutions Corporation
  6360. Chris Cowan [email protected]
  6361. 1010 SISRO Kamp Alexandre [email protected]
  6362. 1011 NetVantage Kevin Bailey [email protected]
  6363. 1012 Marconi S.p.A. Giuseppe Grasso [email protected]
  6364. 1013 SURECOM Mike S. T. Hsieh +886.25.92232
  6365. 1014 Royal Hong Kong Jockey Club
  6366. Edmond Lee [email protected]
  6367. 1015 Gupta Howard Cohen [email protected]
  6368. 1016 Tone Software Corporation Neil P. Harkins (714) 991-9460
  6369. 1017 Opus Telecom Pace Willisson [email protected]
  6370. 1018 Cogsys Ltd. Niall Teasdale [email protected]
  6371. 1019 Komatsu, Ltd. Akifumi Katsushima +81 463.22.84.30
  6372. 1020 ROI Systems, Inc Michael Wong (801) 942-1752
  6373. 1021 Lightning Instrumentation SA Mike O'Dowd [email protected]
  6374. 1022 TimeStep Corp. Stephane Lacelle [email protected]
  6375. 1023 INTELSAT Ivan Giron [email protected]
  6376. 1024 Network Research Corporation Japan, Ltd.
  6377. Tsukasa Ueda [email protected]
  6378. 1025 Relational Development, Inc. Steven Smith [email protected]
  6379. 1026 Emerald Systems, Corp. Robert A. Evans Jr. (619) 673-2161 x5120
  6380. 1027 Mitel, Corp. Tom Quan [email protected]
  6381. 1028 Software AG Peter Cohen [email protected]
  6382. 1029 MillenNet, Inc. Manh Do (510) 770-9390
  6383. 1030 NK-EXA Corp. Ken'ichi Hayami [email protected]
  6384. 1031 BMC Software Chris Sharp [email protected]
  6385. Reynolds & Postel [Page 159]
  6386. RFC 1700 Assigned Numbers October 1994
  6387. 1032 StarFire Enterprises, Inc. Lew Gaiter [email protected]
  6388. 1033 Hybrid Networks, Inc. Doug Muirhead [email protected]
  6389. 1034 Quantum Software GmbH Thomas Omerzu [email protected]
  6390. 1035 Openvision Technologies Limited
  6391. Andrew Lockhart [email protected]
  6392. 1036 Healthcare Communications, Inc. (HCI)
  6393. Larry Streepy [email protected]
  6394. 1037 SAIT Systems Hai Dotu +3223.7053.11
  6395. 1038 SAT Mleczko Alain +33.1.4077.1156
  6396. 1039 CompuSci Inc., Bob Berry [email protected]
  6397. 1040 Aim Technology Ganesh Rajappan [email protected]
  6398. 1041 CIESIN Kalpesh Unadkat [email protected]
  6399. 1042 Systems & Technologies International
  6400. Howard Smith [email protected]
  6401. 1043 Israeli Electric Company (IEC) Yoram Harlev [email protected]
  6402. 1044 Phoenix Wireless Group, Inc.
  6403. Gregory M. Buchanan [email protected]
  6404. 1045 SWL Bill Kight wkightgrci.com (410) 290.7245
  6405. 1046 nCUBE Greg Thompson [email protected]
  6406. 1047 Cerner, Corp. Dennis Avondet (816) 221.1024 X2432
  6407. 1048 Andersen Consulting Mark Lindberg [email protected]
  6408. 1049 Lincoln Telephone Company Bob Morrill [email protected]
  6409. 1050 Acer Jay Tao [email protected]
  6410. 1051 Cedros Juergen Haakert +49.2241.9701.80
  6411. 1052 AirAccess Ido Ophir [email protected]
  6412. 1053 Expersoft Corporation David Curtis [email protected]
  6413. 1054 Eskom Sanjay Lakhani [email protected]
  6414. 1055 SBE, Inc. Vimal Vaidya [email protected]
  6415. 1056 EBS, Inc. Emre Gundogan [email protected]
  6416. 1057 American Computer and Electronics, Corp.
  6417. Tom Abraham [email protected]
  6418. 1058 Syndesis Limited Wil Macaulay [email protected]
  6419. 1059 Isis Distributed Systems, Inc. Ken Chapman [email protected]
  6420. 1060 Priority Call Management Greg Schumacher [email protected]
  6421. 1061 Koelsch & Altmann GmbH
  6422. Christian Schreyer [email protected]
  6423. 1062 WIPRO INFOTECH LTD. Chandrashekar Kapse [email protected]
  6424. 1063 Controlware Uli Blatz [email protected]
  6425. 1064 Mosaic Software W.van Biljon [email protected]
  6426. 1065 Canon Information Systems
  6427. Victor Villalpando [email protected]
  6428. 1066 AmericaOnline Andrew R. Scholnick [email protected]
  6429. 1067 Whitetree Network Technologies, Inc.
  6430. Carl Yang [email protected]
  6431. 1068 Xetron Corp. Dave Alverson [email protected]
  6432. 1069 Target Concepts, Inc. Bill Price [email protected]
  6433. 1070 DMH Software Yigal Hochberg [email protected]
  6434. 1071 Innosoft International, Inc. Jeff Allison [email protected]
  6435. Reynolds & Postel [Page 160]
  6436. RFC 1700 Assigned Numbers October 1994
  6437. 1072 Controlware GmbH Uli Blatz [email protected]
  6438. 1073 Telecommunications Industry Association (TIA)
  6439. Mike Youngberg [email protected]
  6440. 1074 Boole & Babbage Rami Rubin [email protected]
  6441. 1075 System Engineering Support, Ltd. Vince Taylor +44 454.614.638
  6442. 1076 SURFnet Ton Verschuren [email protected]
  6443. 1077 OpenConnect Systems, Inc. Mark Rensmeyer [email protected]
  6444. 1078 PDTS (Process Data Technology and Systems)
  6445. Martin Gutenbrunner [email protected]
  6446. 1079 Cornet, Inc. Nat Kumar (703) 658-3400
  6447. 1080 NetStar, Inc. John K. Renwick [email protected]
  6448. 1081 Semaphore Communications, Corp. Jimmy Soetarman (408) 980-7766
  6449. 1082 Casio Computer Co., Ltd. Shouzo Ohdate [email protected]
  6450. 1083 CSIR Frikkie Strecker [email protected]
  6451. 1084 APOGEE Communications Olivier Caleff [email protected]
  6452. 1085 Information Management Company Michael D. Liss [email protected]
  6453. 1086 Wordlink, Inc. Mike Aleckson (314) 878-1422
  6454. 1087 PEER Avinash S. Rao [email protected]
  6455. 1088 Telstra Corp. Michael Scollay [email protected]
  6456. 1089 Net X, Inc. Sridhar Kodela [email protected]
  6457. 1090 PNC PLC Gordon Tees +44 716.061.200
  6458. To request an assignment of an Enterprise Number send the complete
  6459. company name, address, and phone number; and the contact's person
  6460. complete name, address, phone number, and email mailbox in an email
  6461. message to <[email protected]>.
  6462. []
  6463. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/enterprise-numbers
  6464. Reynolds & Postel [Page 161]
  6465. RFC 1700 Assigned Numbers October 1994
  6466. SGMP Vendor Specific Codes: [obsolete]
  6467. Prefix: 1,255,
  6468. Decimal Name References
  6469. ------- ---- ----------
  6470. 0 Reserved [JKR1]
  6471. 1 Proteon [JS18]
  6472. 2 IBM [JXR]
  6473. 3 CMU [SXW]
  6474. 4 Unix [MS9]
  6475. 5 ACC [AB20]
  6476. 6 TWG [MTR]
  6477. 7 CAYMAN [BXM2]
  6478. 8 NYSERNET [MS9]
  6479. 9 cisco [GS2]
  6480. 10 BBN [RH6]
  6481. 11 Unassigned [JKR1]
  6482. 12 MIT [JR35]
  6483. 13-254 Unassigned [JKR1]
  6484. 255 Reserved [JKR1]
  6485. []
  6486. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/sgmp-vendor-specific-
  6487. codes
  6488. Reynolds & Postel [Page 162]
  6489. RFC 1700 Assigned Numbers October 1994
  6490. ADDRESS RESOLUTION PROTOCOL PARAMETERS
  6491. The Address Resolution Protocol (ARP) specified in [RFC826] has
  6492. several parameters. The assigned values for these parameters are
  6493. listed here.
  6494. REVERSE ADDRESS RESOLUTION PROTOCOL OPERATION CODES
  6495. The Reverse Address Resolution Protocol (RARP) specified in [RFC903]
  6496. uses the "Reverse" codes below.
  6497. DYNAMIC REVERSE ARP
  6498. The Dynamic Reverse Address Resolution Protocol (DRARP) uses the
  6499. "DRARP" codes below. For further information, contact: David Brownell
  6500. ([email protected]).
  6501. INVERSE ADDRESS RESOULUTION PROTOCOL
  6502. The Inverse Address Resolution Protocol (IARP) specified in [RFC1293]
  6503. uses the "InARP" codes below.
  6504. Assignments:
  6505. Number Operation Code (op) Reference
  6506. ------ -------------------------- ---------
  6507. 1 REQUEST [RFC826]
  6508. 2 REPLY [RFC826]
  6509. 3 request Reverse [RFC903]
  6510. 4 reply Reverse [RFC903]
  6511. 5 DRARP-Request [David Brownell]
  6512. 6 DRARP-Reply [David Brownell]
  6513. 7 DRARP-Error [David Brownell]
  6514. 8 InARP-Request [RFC1293]
  6515. 9 InARP-Reply [RFC1293]
  6516. 10 ARP-NAK [Mark Laubach]
  6517. Number Hardware Type (hrd) References
  6518. ------ ----------------------------------- ----------
  6519. 1 Ethernet (10Mb) [JBP]
  6520. 2 Experimental Ethernet (3Mb) [JBP]
  6521. 3 Amateur Radio AX.25 [PXK]
  6522. 4 Proteon ProNET Token Ring [JBP]
  6523. 5 Chaos [GXP]
  6524. 6 IEEE 802 Networks [JBP]
  6525. 7 ARCNET [JBP]
  6526. 8 Hyperchannel [JBP]
  6527. 9 Lanstar [TU]
  6528. Reynolds & Postel [Page 163]
  6529. RFC 1700 Assigned Numbers October 1994
  6530. 10 Autonet Short Address [MXB1]
  6531. 11 LocalTalk [JKR1]
  6532. 12 LocalNet (IBM PCNet or SYTEK LocalNET) [JXM]
  6533. 13 Ultra link [RXD2]
  6534. 14 SMDS [GXC1]
  6535. 15 Frame Relay [AGM]
  6536. 16 Asynchronous Transmission Mode (ATM) [JXB2]
  6537. 17 HDLC [JBP]
  6538. 18 Fibre Channel [Yakov Rekhter]
  6539. 19 Asynchronous Transmission Mode (ATM) [Mark Laubach]
  6540. 20 Serial Line [JBP]
  6541. 21 Asynchronous Transmission Mode (ATM) [MXB1]
  6542. Protocol Type (pro)
  6543. Use the same codes as listed in the section called "Ethernet Numbers
  6544. of Interest" (all hardware types use this code set for the protocol
  6545. type).
  6546. REFERENCES
  6547. [RFC826] Plummer, D., "An Ethernet Address Resolution Protocol or
  6548. Converting Network Protocol Addresses to 48-bit Ethernet
  6549. Addresses for Transmission on Ethernet Hardware", STD 37, RFC
  6550. 826, MIT-LCS, November 1982.
  6551. [RFC903] Finlayson, R., Mann, T., Mogul, J., and M. Theimer, "A
  6552. Reverse Address Resolution Protocol", STD 38, RFC 903,
  6553. Stanford University, June 1984.
  6554. [RFC1293] Bradley, T., and C. Brown, "Inverse Address Resolution
  6555. Protocol", RFC 1293, Wellfleet Communications, Inc.,
  6556. January 1992.
  6557. PEOPLE
  6558. [AGM] Andy Malis <[email protected]>
  6559. [GXC1] George Clapp <[email protected]>
  6560. [GXP] Gill Pratt <gill%[email protected]>
  6561. [JBP] Jon Postel <[email protected]>
  6562. [JKR1] Joyce K. Reynolds <[email protected]>
  6563. Reynolds & Postel [Page 164]
  6564. RFC 1700 Assigned Numbers October 1994
  6565. [JXM] Joseph Murdock <---none--->
  6566. [MXB1] Mike Burrows <[email protected]>
  6567. [PXK] Philip Koch <[email protected]>
  6568. [RXD2] Rajiv Dhingra <[email protected]>
  6569. [TU] Tom Unger <[email protected]>
  6570. [David Brownell]
  6571. [Mark Laubach]
  6572. [Yakov Rekhter] <[email protected]>
  6573. []
  6574. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/arp-parameters
  6575. Reynolds & Postel [Page 165]
  6576. RFC 1700 Assigned Numbers October 1994
  6577. IEEE 802 NUMBERS OF INTEREST
  6578. Some of the networks of all classes are IEEE 802 Networks. These
  6579. systems may use a Link Service Access Point (LSAP) field in much the
  6580. same way the MILNET uses the "link" field. Further, there is an
  6581. extension of the LSAP header called the Sub-Network Access Protocol
  6582. (SNAP).
  6583. The IEEE likes to describe numbers in binary in bit transmission
  6584. order, which is the opposite of the big-endian order used throughout
  6585. the Internet protocol documentation.
  6586. Assignments:
  6587. Link Service Access Point Description References
  6588. ------------------------- ----------- ----------
  6589. IEEE Internet
  6590. binary binary decimal
  6591. 00000000 00000000 0 Null LSAP [IEEE]
  6592. 01000000 00000010 2 Indiv LLC Sublayer Mgt [IEEE]
  6593. 11000000 00000011 3 Group LLC Sublayer Mgt [IEEE]
  6594. 00100000 00000100 4 SNA Path Control [IEEE]
  6595. 01100000 00000110 6 Reserved (DOD IP) [RFC768,JBP]
  6596. 01110000 00001110 14 PROWAY-LAN [IEEE]
  6597. 01110010 01001110 78 EIA-RS 511 [IEEE]
  6598. 01111010 01011110 94 ISI IP [JBP]
  6599. 01110001 10001110 142 PROWAY-LAN [IEEE]
  6600. 01010101 10101010 170 SNAP [IEEE]
  6601. 01111111 11111110 254 ISO CLNS IS 8473 [RFC926,JXJ]
  6602. 11111111 11111111 255 Global DSAP [IEEE]
  6603. These numbers (and others) are assigned by the IEEE Standards Office.
  6604. The address is:
  6605. IEEE Registration Authority
  6606. c/o Iris Ringel
  6607. IEEE Standards Dept
  6608. 445 Hoes Lane, P.O. Box 1331
  6609. Piscataway, NJ 08855-1331
  6610. Phone +1 908 562 3813
  6611. Fax: +1 908 562 1571
  6612. The fee is $1000 and it takes 10 working days after receipt of the
  6613. request form and fee. They will not do anything via fax or phone.
  6614. At an ad hoc special session on "IEEE 802 Networks and ARP", held
  6615. during the TCP Vendors Workshop (August 1986), an approach to a
  6616. Reynolds & Postel [Page 166]
  6617. RFC 1700 Assigned Numbers October 1994
  6618. consistent way to send DoD-IP datagrams and other IP related protocols
  6619. (such as the Address Resolution Protocol (ARP)) on 802 networks was
  6620. developed, using the SNAP extension (see [RFC1042]).
  6621. REFERENCES
  6622. [RFC768] Postel, J., "User Datagram Protocol", STD 6, RFC 768,
  6623. USC/Information Sciences Institute, August 1980.
  6624. [RFC926] International Standards Organization, "Protocol for Providing
  6625. the Connectionless-Mode Network Services", RFC 926, ISO,
  6626. December 1984.
  6627. [RFC1042] Postel, J., and J. Reynolds, "A Standard for the
  6628. Transmission of IP Datagrams over IEEE 802 Networks", STD
  6629. 43, RFC 1042, USC/Information Sciences Institute, February
  6630. 1988.
  6631. PEOPLE
  6632. [JBP] Jon Postel <[email protected]>
  6633. [JXJ] <mystery contact>
  6634. []
  6635. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/ieee-802-numbers
  6636. Reynolds & Postel [Page 167]
  6637. RFC 1700 Assigned Numbers October 1994
  6638. ETHER TYPES
  6639. Many of the networks of all classes are Ethernets (10Mb) or
  6640. Experimental Ethernets (3Mb). These systems use a message "type"
  6641. field in much the same way the ARPANET uses the "link" field.
  6642. If you need an Ether Type, contact:
  6643. Xerox Systems Institute
  6644. 3400 Hillview Ave.
  6645. PO BOX 10034
  6646. Palo Alto, CA 94303
  6647. Phone: 415-813-7164
  6648. Contact: Fonda Lix Pallone
  6649. The following list of EtherTypes is contributed unverified information
  6650. from various sources.
  6651. Assignments:
  6652. Ethernet Exp. Ethernet Description References
  6653. ------------- ------------- ----------- ----------
  6654. decimal Hex decimal octal
  6655. 000 0000-05DC - - IEEE802.3 Length Field [XEROX]
  6656. 257 0101-01FF - - Experimental [XEROX]
  6657. 512 0200 512 1000 XEROX PUP (see 0A00) [8,XEROX]
  6658. 513 0201 - - PUP Addr Trans (see 0A01)[XEROX]
  6659. 0400 Nixdorf [XEROX]
  6660. 1536 0600 1536 3000 XEROX NS IDP [133,XEROX]
  6661. 0660 DLOG [XEROX]
  6662. 0661 DLOG [XEROX]
  6663. 2048 0800 513 1001 Internet IP (IPv4) [105,JBP]
  6664. 2049 0801 - - X.75 Internet [XEROX]
  6665. 2050 0802 - - NBS Internet [XEROX]
  6666. 2051 0803 - - ECMA Internet [XEROX]
  6667. 2052 0804 - - Chaosnet [XEROX]
  6668. 2053 0805 - - X.25 Level 3 [XEROX]
  6669. 2054 0806 - - ARP [88,JBP]
  6670. 2055 0807 - - XNS Compatability [XEROX]
  6671. 2076 081C - - Symbolics Private [DCP1]
  6672. 2184 0888-088A - - Xyplex [XEROX]
  6673. 2304 0900 - - Ungermann-Bass net debugr[XEROX]
  6674. 2560 0A00 - - Xerox IEEE802.3 PUP [XEROX]
  6675. 2561 0A01 - - PUP Addr Trans [XEROX]
  6676. 2989 0BAD - - Banyan Systems [XEROX]
  6677. 4096 1000 - - Berkeley Trailer nego [XEROX]
  6678. 4097 1001-100F - - Berkeley Trailer encap/IP[XEROX]
  6679. Reynolds & Postel [Page 168]
  6680. RFC 1700 Assigned Numbers October 1994
  6681. 5632 1600 - - Valid Systems [XEROX]
  6682. 16962 4242 - - PCS Basic Block Protocol [XEROX]
  6683. 21000 5208 - - BBN Simnet [XEROX]
  6684. 24576 6000 - - DEC Unassigned (Exp.) [XEROX]
  6685. 24577 6001 - - DEC MOP Dump/Load [XEROX]
  6686. 24578 6002 - - DEC MOP Remote Console [XEROX]
  6687. 24579 6003 - - DEC DECNET Phase IV Route[XEROX]
  6688. 24580 6004 - - DEC LAT [XEROX]
  6689. 24581 6005 - - DEC Diagnostic Protocol [XEROX]
  6690. 24582 6006 - - DEC Customer Protocol [XEROX]
  6691. 24583 6007 - - DEC LAVC, SCA [XEROX]
  6692. 24584 6008-6009 - - DEC Unassigned [XEROX]
  6693. 24586 6010-6014 - - 3Com Corporation [XEROX]
  6694. 28672 7000 - - Ungermann-Bass download [XEROX]
  6695. 28674 7002 - - Ungermann-Bass dia/loop [XEROX]
  6696. 28704 7020-7029 - - LRT [XEROX]
  6697. 28720 7030 - - Proteon [XEROX]
  6698. 28724 7034 - - Cabletron [XEROX]
  6699. 32771 8003 - - Cronus VLN [131,DT15]
  6700. 32772 8004 - - Cronus Direct [131,DT15]
  6701. 32773 8005 - - HP Probe [XEROX]
  6702. 32774 8006 - - Nestar [XEROX]
  6703. 32776 8008 - - AT&T [XEROX]
  6704. 32784 8010 - - Excelan [XEROX]
  6705. 32787 8013 - - SGI diagnostics [AXC]
  6706. 32788 8014 - - SGI network games [AXC]
  6707. 32789 8015 - - SGI reserved [AXC]
  6708. 32790 8016 - - SGI bounce server [AXC]
  6709. 32793 8019 - - Apollo Computers [XEROX]
  6710. 32815 802E - - Tymshare [XEROX]
  6711. 32816 802F - - Tigan, Inc. [XEROX]
  6712. 32821 8035 - - Reverse ARP [48,JXM]
  6713. 32822 8036 - - Aeonic Systems [XEROX]
  6714. 32824 8038 - - DEC LANBridge [XEROX]
  6715. 32825 8039-803C - - DEC Unassigned [XEROX]
  6716. 32829 803D - - DEC Ethernet Encryption [XEROX]
  6717. 32830 803E - - DEC Unassigned [XEROX]
  6718. 32831 803F - - DEC LAN Traffic Monitor [XEROX]
  6719. 32832 8040-8042 - - DEC Unassigned [XEROX]
  6720. 32836 8044 - - Planning Research Corp. [XEROX]
  6721. 32838 8046 - - AT&T [XEROX]
  6722. 32839 8047 - - AT&T [XEROX]
  6723. 32841 8049 - - ExperData [XEROX]
  6724. 32859 805B - - Stanford V Kernel exp. [XEROX]
  6725. 32860 805C - - Stanford V Kernel prod. [XEROX]
  6726. 32861 805D - - Evans & Sutherland [XEROX]
  6727. 32864 8060 - - Little Machines [XEROX]
  6728. 32866 8062 - - Counterpoint Computers [XEROX]
  6729. Reynolds & Postel [Page 169]
  6730. RFC 1700 Assigned Numbers October 1994
  6731. 32869 8065 - - Univ. of Mass. @ Amherst [XEROX]
  6732. 32870 8066 - - Univ. of Mass. @ Amherst [XEROX]
  6733. 32871 8067 - - Veeco Integrated Auto. [XEROX]
  6734. 32872 8068 - - General Dynamics [XEROX]
  6735. 32873 8069 - - AT&T [XEROX]
  6736. 32874 806A - - Autophon [XEROX]
  6737. 32876 806C - - ComDesign [XEROX]
  6738. 32877 806D - - Computgraphic Corp. [XEROX]
  6739. 32878 806E-8077 - - Landmark Graphics Corp. [XEROX]
  6740. 32890 807A - - Matra [XEROX]
  6741. 32891 807B - - Dansk Data Elektronik [XEROX]
  6742. 32892 807C - - Merit Internodal [HWB]
  6743. 32893 807D-807F - - Vitalink Communications [XEROX]
  6744. 32896 8080 - - Vitalink TransLAN III [XEROX]
  6745. 32897 8081-8083 - - Counterpoint Computers [XEROX]
  6746. 32923 809B - - Appletalk [XEROX]
  6747. 32924 809C-809E - - Datability [XEROX]
  6748. 32927 809F - - Spider Systems Ltd. [XEROX]
  6749. 32931 80A3 - - Nixdorf Computers [XEROX]
  6750. 32932 80A4-80B3 - - Siemens Gammasonics Inc. [XEROX]
  6751. 32960 80C0-80C3 - - DCA Data Exchange Cluster[XEROX]
  6752. 80C4 Banyan Systems [XEROX]
  6753. 80C5 Banyan Systems [XEROX]
  6754. 32966 80C6 - - Pacer Software [XEROX]
  6755. 32967 80C7 - - Applitek Corporation [XEROX]
  6756. 32968 80C8-80CC - - Intergraph Corporation [XEROX]
  6757. 32973 80CD-80CE - - Harris Corporation [XEROX]
  6758. 32975 80CF-80D2 - - Taylor Instrument [XEROX]
  6759. 32979 80D3-80D4 - - Rosemount Corporation [XEROX]
  6760. 32981 80D5 - - IBM SNA Service on Ether [XEROX]
  6761. 32989 80DD - - Varian Associates [XEROX]
  6762. 32990 80DE-80DF - - Integrated Solutions TRFS[XEROX]
  6763. 32992 80E0-80E3 - - Allen-Bradley [XEROX]
  6764. 32996 80E4-80F0 - - Datability [XEROX]
  6765. 33010 80F2 - - Retix [XEROX]
  6766. 33011 80F3 - - AppleTalk AARP (Kinetics)[XEROX]
  6767. 33012 80F4-80F5 - - Kinetics [XEROX]
  6768. 33015 80F7 - - Apollo Computer [XEROX]
  6769. 33023 80FF-8103 - - Wellfleet Communications [XEROX]
  6770. 33031 8107-8109 - - Symbolics Private [XEROX]
  6771. 33072 8130 - - Hayes Microcomputers [XEROX]
  6772. 33073 8131 - - VG Laboratory Systems [XEROX]
  6773. 8132-8136 Bridge Communications [XEROX]
  6774. 33079 8137-8138 - - Novell, Inc. [XEROX]
  6775. 33081 8139-813D - - KTI [XEROX]
  6776. 8148 Logicraft [XEROX]
  6777. 8149 Network Computing Devices[XEROX]
  6778. 814A Alpha Micro [XEROX]
  6779. Reynolds & Postel [Page 170]
  6780. RFC 1700 Assigned Numbers October 1994
  6781. 33100 814C - - SNMP [JKR1]
  6782. 814D BIIN [XEROX]
  6783. 814E BIIN [XEROX]
  6784. 814F Technically Elite Concept[XEROX]
  6785. 8150 Rational Corp [XEROX]
  6786. 8151-8153 Qualcomm [XEROX]
  6787. 815C-815E Computer Protocol Pty Ltd[XEROX]
  6788. 8164-8166 Charles River Data System[XEROX]
  6789. 817D-818C Protocol Engines [XEROX]
  6790. 818D Motorola Computer [XEROX]
  6791. 819A-81A3 Qualcomm [XEROX]
  6792. 81A4 ARAI Bunkichi [XEROX]
  6793. 81A5-81AE RAD Network Devices [XEROX]
  6794. 81B7-81B9 Xyplex [XEROX]
  6795. 81CC-81D5 Apricot Computers [XEROX]
  6796. 81D6-81DD Artisoft [XEROX]
  6797. 81E6-81EF Polygon [XEROX]
  6798. 81F0-81F2 Comsat Labs [XEROX]
  6799. 81F3-81F5 SAIC [XEROX]
  6800. 81F6-81F8 VG Analytical [XEROX]
  6801. 8203-8205 Quantum Software [XEROX]
  6802. 8221-8222 Ascom Banking Systems [XEROX]
  6803. 823E-8240 Advanced Encryption Syste[XEROX]
  6804. 827F-8282 Athena Programming [XEROX]
  6805. 8263-826A Charles River Data System[XEROX]
  6806. 829A-829B Inst Ind Info Tech [XEROX]
  6807. 829C-82AB Taurus Controls [XEROX]
  6808. 82AC-8693 Walker Richer & Quinn [XEROX]
  6809. 8694-869D Idea Courier [XEROX]
  6810. 869E-86A1 Computer Network Tech [XEROX]
  6811. 86A3-86AC Gateway Communications [XEROX]
  6812. 86DB SECTRA [XEROX]
  6813. 86DE Delta Controls [XEROX]
  6814. 34543 86DF - - ATOMIC [JBP]
  6815. 86E0-86EF Landis & Gyr Powers [XEROX]
  6816. 8700-8710 Motorola [XEROX]
  6817. 8A96-8A97 Invisible Software [XEROX]
  6818. 36864 9000 - - Loopback [XEROX]
  6819. 36865 9001 - - 3Com(Bridge) XNS Sys Mgmt[XEROX]
  6820. 36866 9002 - - 3Com(Bridge) TCP-IP Sys [XEROX]
  6821. 36867 9003 - - 3Com(Bridge) loop detect [XEROX]
  6822. 65280 FF00 - - BBN VITAL-LanBridge cache[XEROX]
  6823. FF00-FF0F ISC Bunker Ramo [XEROX]
  6824. The standard for transmission of IP datagrams over Ethernets and
  6825. Experimental Ethernets is specified in [RFC894] and [RFC895]
  6826. respectively.
  6827. Reynolds & Postel [Page 171]
  6828. RFC 1700 Assigned Numbers October 1994
  6829. NOTE: Ethernet 48-bit address blocks are assigned by the IEEE.
  6830. IEEE Registration Authority
  6831. c/o Iris Ringel
  6832. IEEE Standards Department
  6833. 445 Hoes Lane, P.O. Box 1331
  6834. Piscataway, NJ 08855-1331
  6835. Phone +1 908 562 3813
  6836. Fax: +1 908 562 1571
  6837. IANA ETHERNET ADDRESS BLOCK
  6838. The IANA owns an Ethernet address block which may be used for
  6839. multicast address asignments or other special purposes.
  6840. The address block in IEEE binary is: 0000 0000 0000 0000 0111 1010
  6841. In the normal Internet dotted decimal notation this is 0.0.94 since
  6842. the bytes are transmitted higher order first and bits within bytes are
  6843. transmitted lower order first (see "Data Notation" in the
  6844. Introduction).
  6845. IEEE CSMA/CD and Token Bus bit transmission order: 00 00 5E
  6846. IEEE Token Ring bit transmission order: 00 00 7A
  6847. Appearance on the wire (bits transmitted from left to right):
  6848. 0 23 47
  6849. | | |
  6850. 1000 0000 0000 0000 0111 1010 xxxx xxx0 xxxx xxxx xxxx xxxx
  6851. | |
  6852. Multicast Bit 0 = Internet Multicast
  6853. 1 = Assigned by IANA for
  6854. other uses
  6855. Appearance in memory (bits transmitted right-to-left within octets,
  6856. octets transmitted left-to-right):
  6857. 0 23 47
  6858. | | |
  6859. 0000 0001 0000 0000 0101 1110 0xxx xxxx xxxx xxxx xxxx xxxx
  6860. | |
  6861. Multicast Bit 0 = Internet Multicast
  6862. Reynolds & Postel [Page 172]
  6863. RFC 1700 Assigned Numbers October 1994
  6864. 1 = Assigned by IANA for other uses
  6865. The latter representation corresponds to the Internet standard
  6866. bit-order, and is the format that most programmers have to deal with.
  6867. Using this representation, the range of Internet Multicast addresses
  6868. is:
  6869. 01-00-5E-00-00-00 to 01-00-5E-7F-FF-FF in hex, or
  6870. 1.0.94.0.0.0 to 1.0.94.127.255.255 in dotted decimal
  6871. ETHERNET VENDOR ADDRESS COMPONENTS
  6872. Ethernet hardware addresses are 48 bits, expressed as 12 hexadecimal
  6873. digits (0-9, plus A-F, capitalized). These 12 hex digits consist of
  6874. the first/left 6 digits (which should match the vendor of the Ethernet
  6875. interface within the station) and the last/right 6 digits which
  6876. specify the interface serial number for that interface vendor.
  6877. Ethernet addresses might be written unhyphenated (e.g., 123456789ABC),
  6878. or with one hyphen (e.g., 123456-789ABC), but should be written
  6879. hyphenated by octets (e.g., 12-34-56-78-9A-BC).
  6880. These addresses are physical station addresses, not multicast nor
  6881. broadcast, so the second hex digit (reading from the left) will be
  6882. even, not odd.
  6883. At present, it is not clear how the IEEE assigns Ethernet block
  6884. addresses. Whether in blocks of 2**24 or 2**25, and whether
  6885. multicasts are assigned with that block or separately. A portion of
  6886. the vendor block address is reportedly assigned serially, with the
  6887. other portion intentionally assigned randomly. If there is a global
  6888. algorithm for which addresses are designated to be physical (in a
  6889. chipset) versus logical (assigned in software), or globally-assigned
  6890. versus locally-assigned addresses, some of the known addresses do not
  6891. follow the scheme (e.g., AA0003; 02xxxx).
  6892. 00000C Cisco
  6893. 00000E Fujitsu
  6894. 00000F NeXT
  6895. 000010 Sytek
  6896. 00001D Cabletron
  6897. 000020 DIAB (Data Intdustrier AB)
  6898. 000022 Visual Technology
  6899. 00002A TRW
  6900. Reynolds & Postel [Page 173]
  6901. RFC 1700 Assigned Numbers October 1994
  6902. 000032 GPT Limited (reassigned from GEC Computers Ltd)
  6903. 00005A S & Koch
  6904. 00005E IANA
  6905. 000065 Network General
  6906. 00006B MIPS
  6907. 000077 MIPS
  6908. 00007A Ardent
  6909. 000089 Cayman Systems Gatorbox
  6910. 000093 Proteon
  6911. 00009F Ameristar Technology
  6912. 0000A2 Wellfleet
  6913. 0000A3 Network Application Technology
  6914. 0000A6 Network General (internal assignment, not for products)
  6915. 0000A7 NCD X-terminals
  6916. 0000A9 Network Systems
  6917. 0000AA Xerox Xerox machines
  6918. 0000B3 CIMLinc
  6919. 0000B7 Dove Fastnet
  6920. 0000BC Allen-Bradley
  6921. 0000C0 Western Digital
  6922. 0000C5 Farallon phone net card
  6923. 0000C6 HP Intelligent Networks Operation (formerly Eon Systems)
  6924. 0000C8 Altos
  6925. 0000C9 Emulex Terminal Servers
  6926. 0000D7 Dartmouth College (NED Router)
  6927. 0000D8 3Com? Novell? PS/2
  6928. 0000DD Gould
  6929. 0000DE Unigraph
  6930. 0000E2 Acer Counterpoint
  6931. 0000EF Alantec
  6932. 0000FD High Level Hardvare (Orion, UK)
  6933. 000102 BBN BBN internal usage (not registered)
  6934. 0020AF 3COM ???
  6935. 001700 Kabel
  6936. 008064 Wyse Technology / Link Technologies
  6937. 00802B IMAC ???
  6938. 00802D Xylogics, Inc. Annex terminal servers
  6939. 00808C Frontier Software Development
  6940. 0080C2 IEEE 802.1 Committee
  6941. 0080D3 Shiva
  6942. 00AA00 Intel
  6943. 00DD00 Ungermann-Bass
  6944. 00DD01 Ungermann-Bass
  6945. 020701 Racal InterLan
  6946. 020406 BBN BBN internal usage (not registered)
  6947. 026086 Satelcom MegaPac (UK)
  6948. 02608C 3Com IBM PC; Imagen; Valid; Cisco
  6949. 02CF1F CMC Masscomp; Silicon Graphics; Prime EXL
  6950. Reynolds & Postel [Page 174]
  6951. RFC 1700 Assigned Numbers October 1994
  6952. 080002 3Com (Formerly Bridge)
  6953. 080003 ACC (Advanced Computer Communications)
  6954. 080005 Symbolics Symbolics LISP machines
  6955. 080008 BBN
  6956. 080009 Hewlett-Packard
  6957. 08000A Nestar Systems
  6958. 08000B Unisys
  6959. 080011 Tektronix, Inc.
  6960. 080014 Excelan BBN Butterfly, Masscomp, Silicon Graphics
  6961. 080017 NSC
  6962. 08001A Data General
  6963. 08001B Data General
  6964. 08001E Apollo
  6965. 080020 Sun Sun machines
  6966. 080022 NBI
  6967. 080025 CDC
  6968. 080026 Norsk Data (Nord)
  6969. 080027 PCS Computer Systems GmbH
  6970. 080028 TI Explorer
  6971. 08002B DEC
  6972. 08002E Metaphor
  6973. 08002F Prime Computer Prime 50-Series LHC300
  6974. 080036 Intergraph CAE stations
  6975. 080037 Fujitsu-Xerox
  6976. 080038 Bull
  6977. 080039 Spider Systems
  6978. 080041 DCA Digital Comm. Assoc.
  6979. 080045 ???? (maybe Xylogics, but they claim not to know this number)
  6980. 080046 Sony
  6981. 080047 Sequent
  6982. 080049 Univation
  6983. 08004C Encore
  6984. 08004E BICC
  6985. 080056 Stanford University
  6986. 080058 ??? DECsystem-20
  6987. 08005A IBM
  6988. 080067 Comdesign
  6989. 080068 Ridge
  6990. 080069 Silicon Graphics
  6991. 08006E Concurrent Masscomp
  6992. 080075 DDE (Danish Data Elektronik A/S)
  6993. 08007C Vitalink TransLAN III
  6994. 080080 XIOS
  6995. 080086 Imagen/QMS
  6996. 080087 Xyplex terminal servers
  6997. 080089 Kinetics AppleTalk-Ethernet interface
  6998. 08008B Pyramid
  6999. 08008D XyVision XyVision machines
  7000. Reynolds & Postel [Page 175]
  7001. RFC 1700 Assigned Numbers October 1994
  7002. 080090 Retix Inc Bridges
  7003. 484453 HDS ???
  7004. 800010 AT&T
  7005. AA0000 DEC obsolete
  7006. AA0001 DEC obsolete
  7007. AA0002 DEC obsolete
  7008. AA0003 DEC Global physical address for some DEC machines
  7009. AA0004 DEC Local logical address for systems running
  7010. DECNET
  7011. ETHERNET MULTICAST ADDRESSES
  7012. An Ethernet multicast address consists of the multicast bit, the
  7013. 23-bit vendor component, and the 24-bit group identifier assigned by
  7014. the vendor. For example, DEC is assigned the vendor component
  7015. 08-00-2B, so multicast addresses assigned by DEC have the first
  7016. 24-bits 09-00-2B (since the multicast bit is the low-order bit of the
  7017. first byte, which is "the first bit on the wire").
  7018. Ethernet Type
  7019. Address Field Usage
  7020. Multicast Addresses:
  7021. 01-00-5E-00-00-00- 0800 Internet Multicast [RFC1112]
  7022. 01-00-5E-7F-FF-FF
  7023. 01-00-5E-80-00-00- ???? Internet reserved by IANA
  7024. 01-00-5E-FF-FF-FF
  7025. 01-80-C2-00-00-00 -802- Spanning tree (for bridges)
  7026. 09-00-02-04-00-01? 8080? Vitalink printer
  7027. 09-00-02-04-00-02? 8080? Vitalink management
  7028. 09-00-09-00-00-01 8005 HP Probe
  7029. 09-00-09-00-00-01 -802- HP Probe
  7030. 09-00-09-00-00-04 8005? HP DTC
  7031. 09-00-1E-00-00-00 8019? Apollo DOMAIN
  7032. 09-00-2B-00-00-00 6009? DEC MUMPS?
  7033. 09-00-2B-00-00-01 8039? DEC DSM/DTP?
  7034. 09-00-2B-00-00-02 803B? DEC VAXELN?
  7035. 09-00-2B-00-00-03 8038 DEC Lanbridge Traffic Monitor (LTM)
  7036. 09-00-2B-00-00-04 ???? DEC MAP End System Hello
  7037. 09-00-2B-00-00-05 ???? DEC MAP Intermediate System Hello
  7038. 09-00-2B-00-00-06 803D? DEC CSMA/CD Encryption?
  7039. 09-00-2B-00-00-07 8040? DEC NetBios Emulator?
  7040. 09-00-2B-00-00-0F 6004 DEC Local Area Transport (LAT)
  7041. 09-00-2B-00-00-1x ???? DEC Experimental
  7042. 09-00-2B-01-00-00 8038 DEC LanBridge Copy packets
  7043. Reynolds & Postel [Page 176]
  7044. RFC 1700 Assigned Numbers October 1994
  7045. (All bridges)
  7046. 09-00-2B-01-00-01 8038 DEC LanBridge Hello packets
  7047. (All local bridges)
  7048. 1 packet per second, sent by the
  7049. designated LanBridge
  7050. 09-00-2B-02-00-00 ???? DEC DNA Lev. 2 Routing Layer routers?
  7051. 09-00-2B-02-01-00 803C? DEC DNA Naming Service Advertisement?
  7052. 09-00-2B-02-01-01 803C? DEC DNA Naming Service Solicitation?
  7053. 09-00-2B-02-01-02 803E? DEC DNA Time Service?
  7054. 09-00-2B-03-xx-xx ???? DEC default filtering by bridges?
  7055. 09-00-2B-04-00-00 8041? DEC Local Area Sys. Transport (LAST)?
  7056. 09-00-2B-23-00-00 803A? DEC Argonaut Console?
  7057. 09-00-4E-00-00-02? 8137? Novell IPX
  7058. 09-00-56-00-00-00- ???? Stanford reserved
  7059. 09-00-56-FE-FF-FF
  7060. 09-00-56-FF-00-00- 805C Stanford V Kernel, version 6.0
  7061. 09-00-56-FF-FF-FF
  7062. 09-00-77-00-00-01 ???? Retix spanning tree bridges
  7063. 09-00-7C-02-00-05 8080? Vitalink diagnostics
  7064. 09-00-7C-05-00-01 8080? Vitalink gateway?
  7065. 0D-1E-15-BA-DD-06 ???? HP
  7066. AB-00-00-01-00-00 6001 DEC Maintenance Operation Protocol
  7067. (MOP) Dump/Load Assistance
  7068. AB-00-00-02-00-00 6002 DEC Maintenance Operation Protocol
  7069. (MOP) Remote Console
  7070. 1 System ID packet every 8-10 minutes,
  7071. by every:
  7072. DEC LanBridge
  7073. DEC DEUNA interface
  7074. DEC DELUA interface
  7075. DEC DEQNA interface
  7076. (in a certain mode)
  7077. AB-00-00-03-00-00 6003 DECNET Phase IV end node Hello
  7078. packets 1 packet every 15 seconds,
  7079. sent by each DECNET host
  7080. AB-00-00-04-00-00 6003 DECNET Phase IV Router Hello packets
  7081. 1 packet every 15 seconds, sent by
  7082. the DECNET router
  7083. AB-00-00-05-00-00 ???? Reserved DEC through
  7084. AB-00-03-FF-FF-FF
  7085. AB-00-03-00-00-00 6004 DEC Local Area Transport (LAT) - old
  7086. AB-00-04-00-xx-xx ???? Reserved DEC customer private use
  7087. AB-00-04-01-xx-yy 6007 DEC Local Area VAX Cluster groups
  7088. Sys. Communication Architecture (SCA)
  7089. CF-00-00-00-00-00 9000 Ethernet Configuration Test protocol
  7090. (Loopback)
  7091. Broadcast Address:
  7092. Reynolds & Postel [Page 177]
  7093. RFC 1700 Assigned Numbers October 1994
  7094. FF-FF-FF-FF-FF-FF 0600 XNS packets, Hello or gateway search?
  7095. 6 packets every 15 seconds, per XNS
  7096. station
  7097. FF-FF-FF-FF-FF-FF 0800 IP (e.g. RWHOD via UDP) as needed
  7098. FF-FF-FF-FF-FF-FF 0804 CHAOS
  7099. FF-FF-FF-FF-FF-FF 0806 ARP (for IP and CHAOS) as needed
  7100. FF-FF-FF-FF-FF-FF 0BAD Banyan
  7101. FF-FF-FF-FF-FF-FF 1600 VALID packets, Hello or gateway
  7102. search?
  7103. 1 packets every 30 seconds, per VALID
  7104. station
  7105. FF-FF-FF-FF-FF-FF 8035 Reverse ARP
  7106. FF-FF-FF-FF-FF-FF 807C Merit Internodal (INP)
  7107. FF-FF-FF-FF-FF-FF 809B EtherTalk
  7108. REFERENCES
  7109. [RFC894] Hornig, C., "A Standard for the Transmission of IP Datagrams
  7110. over Ethernet Networks, STD 41, RFC 894, Symbolics,
  7111. April 1984.
  7112. [RFC895] Postel, J., "A Standard for the Transmission of IP Datagrams
  7113. over Experimental Ethernet Networks, STD 42, RFC 895,
  7114. USC/Information Sciences Institute, April 1984.
  7115. [RFC1112] Deeering, S., "Host Extensions for IP Multicasting",
  7116. STD 5, RFC 1112, Stanford University, August 1989.
  7117. PEOPLE
  7118. [AXC] Andrew Cherenson <[email protected]>
  7119. [DCP1] David Plummer <[email protected]>
  7120. [DT15] Daniel Tappan <[email protected]>
  7121. [HWB] Hans-Werner Braun <[email protected]>
  7122. [JBP] Jon Postel <[email protected]>
  7123. [JKR1] Joyce K. Reynolds <[email protected]>
  7124. [JXM] Joseph Murdock <---none--->
  7125. [XEROX] Fonda Pallone (415-813-7164)
  7126. Reynolds & Postel [Page 178]
  7127. RFC 1700 Assigned Numbers October 1994
  7128. []
  7129. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/ethernet-numbers
  7130. Reynolds & Postel [Page 179]
  7131. RFC 1700 Assigned Numbers October 1994
  7132. X.25 TYPE NUMBERS
  7133. CCITT defines the high order two bits of the first octet of call user
  7134. data as follows:
  7135. 00 - Used for other CCITT recomendations (such as X.29)
  7136. 01 - Reserved for use by "national" administrative
  7137. authorities
  7138. 10 - Reserved for use by international administrative authoorities
  7139. 11 - Reserved for arbitrary use between consenting DTEs
  7140. Call User Data (hex) Protocol Reference
  7141. ------------------- -------- ---------
  7142. 01 PAD [GS2]
  7143. C5 Blacker front-end descr dev [AGM]
  7144. CC IP [RFC877,AGM]*
  7145. CD ISO-IP [AGM]
  7146. CF PPP [RFC1598]
  7147. DD Network Monitoring [AGM]
  7148. *NOTE: ISO SC6/WG2 approved assignment in ISO 9577 (January 1990).
  7149. REFERENCES
  7150. [RFC877] Korb, J., "A Standard for the Transmission of IP Datagrams
  7151. Over Public Data Networks", RFC 877, Purdue University,
  7152. September 1983.
  7153. [RFC1598] Simpson, W., "PPPin X.25", RFC 1598, Daydreamer, March 1994.
  7154. PEOPLE
  7155. [AGM] Andy Malis <[email protected]>
  7156. [GS2] Greg Satz <[email protected]>
  7157. []
  7158. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/x25-type-numbers
  7159. Reynolds & Postel [Page 180]
  7160. RFC 1700 Assigned Numbers October 1994
  7161. PUBLIC DATA NETWORK NUMBERS
  7162. One of the Internet Class A Networks is the international system of
  7163. Public Data Networks. This section lists the mapping between the
  7164. Internet Addresses and the Public Data Network Addresses (X.121).
  7165. Assignments:
  7166. Internet Public Data Net Description References
  7167. -------------- ----------------- ----------- ----------
  7168. 014.000.000.000 Reserved [JBP]
  7169. 014.000.000.001 3110-317-00035 00 PURDUE-TN [TN]
  7170. 014.000.000.002 3110-608-00027 00 UWISC-TN [TN]
  7171. 014.000.000.003 3110-302-00024 00 UDEL-TN [TN]
  7172. 014.000.000.004 2342-192-00149 23 UCL-VTEST [PK]
  7173. 014.000.000.005 2342-192-00300 23 UCL-TG [PK]
  7174. 014.000.000.006 2342-192-00300 25 UK-SATNET [PK]
  7175. 014.000.000.007 3110-608-00024 00 UWISC-IBM [MS56]
  7176. 014.000.000.008 3110-213-00045 00 RAND-TN [MO2]
  7177. 014.000.000.009 2342-192-00300 23 UCL-CS [PK]
  7178. 014.000.000.010 3110-617-00025 00 BBN-VAN-GW [JD21]
  7179. 014.000.000.011 2405-015-50300 00 CHALMERS [UXB]
  7180. 014.000.000.012 3110-713-00165 00 RICE [PAM6]
  7181. 014.000.000.013 3110-415-00261 00 DECWRL [PAM6]
  7182. 014.000.000.014 3110-408-00051 00 IBM-SJ [SXA3]
  7183. 014.000.000.015 2041-117-01000 00 SHAPE [JFW]
  7184. 014.000.000.016 2628-153-90075 00 DFVLR4-X25 [GB7]
  7185. 014.000.000.017 3110-213-00032 00 ISI-VAN-GW [JD21]
  7186. 014.000.000.018 2624-522-80900 52 FGAN-SIEMENS-X25 [GB7]
  7187. 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW]
  7188. 014.000.000.020 5052-737-20000 50 UQNET [AXH]
  7189. 014.000.000.021 3020-801-00057 50 DMC-CRC1 [VXT]
  7190. 014.000.000.022 2624-522-80329 02 FGAN-FGANFFMVAX-X25 [GB7]
  7191. 014.000.000.023 2624-589-00908 01 ECRC-X25 [PXD]
  7192. 014.000.000.024 2342-905-24242 83 UK-MOD-RSRE [JXE2]
  7193. 014.000.000.025 2342-905-24242 82 UK-VAN-RSRE [AXM]
  7194. 014.000.000.026 2624-522-80329 05 DFVLRSUN-X25 [GB7]
  7195. 014.000.000.027 2624-457-11015 90 SELETFMSUN-X25 [BXD]
  7196. 014.000.000.028 3110-408-00146 00 CDC-SVL [RAM57]
  7197. 014.000.000.029 2222-551-04400 00 SUN-CNUCE [ABB2]
  7198. 014.000.000.030 2222-551-04500 00 ICNUCEVM-CNUCE [ABB2]
  7199. 014.000.000.031 2222-551-04600 00 SPARE-CNUCE [ABB2]
  7200. 014.000.000.032 2222-551-04700 00 ICNUCEVX-CNUCE [ABB2]
  7201. 014.000.000.033 2222-551-04524 00 CISCO-CNUCE [ABB2]
  7202. 014.000.000.034 2342-313-00260 90 SPIDER-GW [AD67]
  7203. Reynolds & Postel [Page 181]
  7204. RFC 1700 Assigned Numbers October 1994
  7205. 014.000.000.035 2342-313-00260 91 SPIDER-EXP [AD67]
  7206. 014.000.000.036 2342-225-00101 22 PRAXIS-X25A [TXR]
  7207. 014.000.000.037 2342-225-00101 23 PRAXIS-X25B [TXR]
  7208. 014.000.000.038 2403-712-30250 00 DIAB-TABY-GW [FXB]
  7209. 014.000.000.039 2403-715-30100 00 DIAB-LKP-GW [FXB]
  7210. 014.000.000.040 2401-881-24038 00 DIAB-TABY1-GW [FXB]
  7211. 014.000.000.041 2041-170-10060 00 STC [TC27]
  7212. 014.000.000.042 2222-551-00652 60 CNUCE [TC27]
  7213. 014.000.000.043 2422-510-05900 00 Tollpost-Globe AS [OXG]
  7214. 014.000.000.044 2422-670-08900 00 Tollpost-Globe AS [OXG]
  7215. 014.000.000.045 2422-516-01000 00 Tollpost-Globe AS [OXG]
  7216. 014.000.000.046 2422-450-00800 00 Tollpost-Globe AS [OXG]
  7217. 014.000.000.047 2422-610-00200 00 Tollpost-Globe AS [OXG]
  7218. 014.000.000.048 2422-310-00300 00 Tollpost-Globe AS [OXG]
  7219. 014.000.000.049 2422-470-08800 00 Tollpost-Globe AS [OXG]
  7220. 014.000.000.050 2422-210-04600 00 Tollpost-Globe AS [OXG]
  7221. 014.000.000.051 2422-130-28900 00 Tollpost-Globe AS [OXG]
  7222. 014.000.000.052 2422-310-27200 00 Tollpost-Globe AS [OXG]
  7223. 014.000.000.053 2422-250-05800 00 Tollpost-Globe AS [OXG]
  7224. 014.000.000.054 2422-634-05900 00 Tollpost-Globe AS [OXG]
  7225. 014.000.000.055 2422-670-08800 00 Tollpost-Globe AS [OXG]
  7226. 014.000.000.056 2422-430-07400 00 Tollpost-Globe AS [OXG]
  7227. 014.000.000.057 2422-674-07800 00 Tollpost-Globe AS [OXG]
  7228. 014.000.000.058 2422-230-16900 00 Tollpost-Globe AS [OXG]
  7229. 014.000.000.059 2422-518-02900 00 Tollpost-Globe AS [OXG]
  7230. 014.000.000.060 2422-370-03100 00 Tollpost-Globe AS [OXG]
  7231. 014.000.000.061 2422-516-03400 00 Tollpost-Globe AS [OXG]
  7232. 014.000.000.062 2422-616-04400 00 Tollpost-Globe AS [OXG]
  7233. 014.000.000.063 2422-650-23500 00 Tollpost-Globe AS [OXG]
  7234. 014.000.000.064 2422-330-02500 00 Tollpost-Globe AS [OXG]
  7235. 014.000.000.065 2422-350-01900 00 Tollpost-Globe AS [OXG]
  7236. 014.000.000.066 2422-410-00700 00 Tollpost-Globe AS [OXG]
  7237. 014.000.000.067 2422-539-06200 00 Tollpost-Globe AS [OXG]
  7238. 014.000.000.068 2422-630-07200 00 Tollpost-Globe AS [OXG]
  7239. 014.000.000.069 2422-470-12300 00 Tollpost-Globe AS [OXG]
  7240. 014.000.000.070 2422-470-13000 00 Tollpost-Globe AS [OXG]
  7241. 014.000.000.071 2422-170-04600 00 Tollpost-Globe AS [OXG]
  7242. 014.000.000.072 2422-516-04300 00 Tollpost-Globe AS [OXG]
  7243. 014.000.000.073 2422-530-00700 00 Tollpost-Globe AS [OXG]
  7244. 014.000.000.074 2422-650-18800 00 Tollpost-Globe AS [OXG]
  7245. 014.000.000.075 2422-450-24500 00 Tollpost-Globe AS [OXG]
  7246. 014.000.000.076 2062-243-15631 00 DPT-BXL-DDC [LZ15]
  7247. 014.000.000.077 2062-243-15651 00 DPT-BXL-DDC2 [LZ15]
  7248. 014.000.000.078 3110-312-00431 00 DPT-CHI [LZ15]
  7249. 014.000.000.079 3110-512-00135 00 DPT-SAT-ENG [LZ15]
  7250. 014.000.000.080 2080-941-90550 00 DPT-PAR [LZ15]
  7251. 014.000.000.081 4545-511-30600 00 DPT-PBSC [LZ15]
  7252. 014.000.000.082 4545-513-30900 00 DPT-HONGKONG [LZ15]
  7253. Reynolds & Postel [Page 182]
  7254. RFC 1700 Assigned Numbers October 1994
  7255. 014.000.000.083 4872-203-55000 00 UECI-TAIPEI [LZ15]
  7256. 014.000.000.084 2624-551-10400 20 DPT-HANOVR [LZ15]
  7257. 014.000.000.085 2624-569-00401 99 DPT-FNKFRT [LZ15]
  7258. 014.000.000.086 3110-512-00134 00 DPT-SAT-SUPT [LZ15]
  7259. 014.000.000.087 4602-3010-0103 20 DU-X25A [JK64]
  7260. 014.000.000.088 4602-3010-0103 21 FDU-X25B [JK64]
  7261. 014.000.000.089 2422-150-33700 00 Tollpost-Globe AS [OXG]
  7262. 014.000.000.090 2422-271-07100 00 Tollpost-Globe AS [OXG]
  7263. 014.000.000.091 2422-516-00100 00 Tollpost-Globe AS [OXG]
  7264. 014.000.000.092 2422-650-18800 00 Norsk Informas. [OXG]
  7265. 014.000.000.093 2422-250-30400 00 Tollpost-Globe AS [OXG]
  7266. 014.000.000.094 Leissner Data AB [PXF1]
  7267. 014.000.000.095 Leissner Data AB [PXF1]
  7268. 014.000.000.096 Leissner Data AB [PXF1]
  7269. 014.000.000.097 Leissner Data AB [PXF1]
  7270. 014.000.000.098 Leissner Data AB [PXF1]
  7271. 014.000.000.099 Leissner Data AB [PXF1]
  7272. 014.000.000.100 Leissner Data AB [PXF1]
  7273. 014.000.000.101 Leissner Data AB [PXF1]
  7274. 014.000.000.102 Leissner Data AB [PXF1]
  7275. 014.000.000.103 Leissner Data AB [PXF1]
  7276. 014.000.000.104 Leissner Data AB [PXF1]
  7277. 014.000.000.105 Leissner Data AB [PXF1]
  7278. 014.000.000.106 Leissner Data AB [PXF1]
  7279. 014.000.000.107 Leissner Data AB [PXF1]
  7280. 014.000.000.108 Leissner Data AB [PXF1]
  7281. 014.000.000.109 Leissner Data AB [PXF1]
  7282. 014.000.000.110 Leissner Data AB [PXF1]
  7283. 014.000.000.111 Leissner Data AB [PXF1]
  7284. 014.000.000.112 Leissner Data AB [PXF1]
  7285. 014.000.000.113 Leissner Data AB [PXF1]
  7286. 014.000.000.114 Leissner Data AB [PXF1]
  7287. 014.000.000.115 Leissner Data AB [PXF1]
  7288. 014.000.000.116 Leissner Data AB [PXF1]
  7289. 014.000.000.117 Leissner Data AB [PXF1]
  7290. 014.000.000.118 Leissner Data AB [PXF1]
  7291. 014.000.000.119 Leissner Data AB [PXF1]
  7292. 014.000.000.120 Leissner Data AB [PXF1]
  7293. 014.000.000.121 Leissner Data AB [PXF1]
  7294. 014.000.000.122 Leissner Data AB [PXF1]
  7295. 014.000.000.123 Leissner Data AB [PXF1]
  7296. 014.000.000.124 Leissner Data AB [PXF1]
  7297. 014.000.000.125 Leissner Data AB [PXF1]
  7298. 014.000.000.126 Leissner Data AB [PXF1]
  7299. 014.000.000.127 Leissner Data AB [PXF1]
  7300. 014.000.000.128 Leissner Data AB [PXF1]
  7301. 014.000.000.129 2422-150-17900 00 Tollpost-Globe AS [OXG]
  7302. 014.000.000.130 2422-150-42700 00 Tollpost-Globe AS [OXG]
  7303. Reynolds & Postel [Page 183]
  7304. RFC 1700 Assigned Numbers October 1994
  7305. 014.000.000.131 2422-190-41900 00 T-G Airfreight AS [OXG]
  7306. 014.000.000.132 2422-616-16100 00 Tollpost-Globe AS [OXG]
  7307. 014.000.000.133 2422-150-50700-00 Tollpost-Globe Int. [OXG]
  7308. 014.000.000.134 2422-190-28100-00 Intersped AS [OXG]
  7309. 014.000.000.135-014.255.255.254 Unassigned [JBP]
  7310. 014.255.255.255 Reserved [JBP]
  7311. The standard for transmission of IP datagrams over the Public Data
  7312. Network is specified in RFC-1356 [69].
  7313. REFERENCES
  7314. [RFC877] Korb, J., "A Standard for the Transmission of IP Datagrams
  7315. Over Public Data Networks", RFC 877, Purdue University,
  7316. September 1983.
  7317. PEOPLE
  7318. [ABB2] A. Blasco Bonito <[email protected]>
  7319. [AD67] Andy Davis <[email protected]>
  7320. [AXH] Arthur Harvey <[email protected]>
  7321. [AXM] Alex Martin <---none--->
  7322. [BXD] Brian Dockter <---none--->
  7323. [FXB] <mystery contact>
  7324. [GB7] Gerd Beling <[email protected]>
  7325. [JBP] Jon Postel <[email protected].
  7326. [JD21] Jonathan Dreyer <[email protected]>
  7327. [JFW] Jon F. Wilkes <[email protected]>
  7328. [JK64] mystery contact!
  7329. [JXE2] Jeanne Evans <JME%[email protected]>
  7330. [LZ15] Lee Ziegenhals <[email protected]>
  7331. [MS56] Marvin Solomon <[email protected]>
  7332. Reynolds & Postel [Page 184]
  7333. RFC 1700 Assigned Numbers October 1994
  7334. [MO2] Michael O'Brien <[email protected]>
  7335. [OXG] Oyvind Gjerstad <ogj%[email protected]>
  7336. [PAM6] Paul McNabb <[email protected]>
  7337. [PK] Peter Kirstein <[email protected]>
  7338. [PXD] Peter Delchiappo <---none--->
  7339. [PXF1] Per Futtrup <---none--->
  7340. [RAM57] Rex Mann <---none--->
  7341. [SXA3] Sten Andler <---none--->
  7342. [TN] Thomas Narten <[email protected]>
  7343. [TC27] Thomas Calderwood <[email protected]>
  7344. [TXR] Tim Rylance <[email protected]>
  7345. [UXB] <mystery contact>
  7346. [VXT] V. Taylor <[email protected]>
  7347. []
  7348. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/public-data-network-
  7349. numbers
  7350. Reynolds & Postel [Page 185]
  7351. RFC 1700 Assigned Numbers October 1994
  7352. MILNET LINK NUMBERS
  7353. The word "link" here refers to a field in the original MILNET Host/IMP
  7354. interface leader. The link was originally defined as an 8-bit field.
  7355. Later specifications defined this field as the "message-id" with a
  7356. length of 12 bits. The name link now refers to the high order 8 bits of
  7357. this 12-bit message-id field. The Host/IMP interface is defined in BBN
  7358. Report 1822 [BBN1822].
  7359. The low-order 4 bits of the message-id field are called the sub-link.
  7360. Unless explicitly specified otherwise for a particular protocol, there
  7361. is no sender to receiver significance to the sub-link. The sender may
  7362. use the sub-link in any way he chooses (it is returned in the RFNM by
  7363. the destination IMP), the receiver should ignore the sub-link.
  7364. Link Assignments:
  7365. Decimal Description References
  7366. ------- ----------- ----------
  7367. 0-63 BBNCC Monitoring [MB]
  7368. 64-149 Unassigned [JBP]
  7369. 150 Xerox NS IDP [ETHERNET,XEROX]
  7370. 151 Unassigned [JBP]
  7371. 152 PARC Universal Protocol [PUP,XEROX]
  7372. 153 TIP Status Reporting [JGH]
  7373. 154 TIP Accounting [JGH]
  7374. 155 Internet Protocol [regular] [RFC791,JBP]
  7375. 156-158 Internet Protocol [experimental] [RFC791,JBP]
  7376. 159 Figleaf Link [JBW1]
  7377. 160 Blacker Local Network Protocol [DM28]
  7378. 161-194 Unassigned [JBP]
  7379. 195 ISO-IP [RFC926,RXM]
  7380. 196-247 Experimental Protocols [JBP]
  7381. 248-255 Network Maintenance [JGH]
  7382. MILNET LOGICAL ADDRESSES
  7383. The MILNET facility for "logical addressing" is described in [RFC878]
  7384. and [RFC1005]. A portion of the possible logical addresses are
  7385. reserved for standard uses.
  7386. There are 49,152 possible logical host addresses. Of these, 256 are
  7387. reserved for assignment to well-known functions. Assignments for
  7388. well-known functions are made by the IANA. Assignments for other
  7389. Reynolds & Postel [Page 186]
  7390. RFC 1700 Assigned Numbers October 1994
  7391. logical host addresses are made by the NIC.
  7392. Logical Address Assignments:
  7393. Decimal Description References
  7394. ------- ----------- ----------
  7395. 0 Reserved [JBP]
  7396. 1 The BBN Core Gateways [MB]
  7397. 2-254 Unassigned [JBP]
  7398. 255 Reserved [JBP]
  7399. MILNET X.25 ADDRESS MAPPINGS
  7400. All MILNET hosts are assigned addresses by the Defense Data Network
  7401. (DDN). The address of a MILNET host may be obtained from the Network
  7402. Information Center (NIC), represented as an ASCII text string in what
  7403. is called "host table format". This section describes the process by
  7404. which MILNET X.25 addresses may be derived from addresses in the NIC
  7405. host table format.
  7406. A NIC host table address consists of the ASCII text string
  7407. representations of four decimal numbers separated by periods,
  7408. corresponding to the four octeted of a thirty-two bit Internet
  7409. address. The four decimal numbers are referred to in this section as
  7410. "n", "h' "l", and "i". Thus, a host table address may be represented
  7411. as: "n.h.l.i". Each of these four numbers will have either one, two,
  7412. or three decimal digits and will never have a value greater than 255.
  7413. For example, in the host table, address: "10.2.0.124", n=10, h=2, l=0,
  7414. and i=124. To convert a host table address to a MILNET X.25 address:
  7415. 1. If h < 64, the host table address corresponds to the X.25
  7416. physical address:
  7417. ZZZZ F IIIHHZZ (SS)
  7418. where:
  7419. ZZZZ = 0000 as required
  7420. F = 0 because the address is a physical address;
  7421. III is a three decimal digit respresentation of
  7422. "i", right-adjusted and padded with leading
  7423. Reynolds & Postel [Page 187]
  7424. RFC 1700 Assigned Numbers October 1994
  7425. zeros if required;
  7426. HH is a two decimal digit representation of "h",
  7427. right-adjusted and padded with leading zeros
  7428. if required;
  7429. ZZ = 00 and
  7430. (SS) is optional
  7431. In the example given above, the host table address 10.2.0.124
  7432. corresponds to the X.25 physical address 000001240200.
  7433. 2. If h > 64 or h = 64, the host table address corresponds to the
  7434. X.25 logical address
  7435. ZZZZ F RRRRRZZ (SS)
  7436. where:
  7437. ZZZZ = 0000 as required
  7438. F = 1 because the address is a logical address;
  7439. RRRRR is a five decimal digit representation of
  7440. the result "r" of the calculation
  7441. r = h * 256 + i
  7442. (Note that the decimal representation of
  7443. "r" will always require five digits);
  7444. ZZ = 00 and
  7445. (SS) is optional
  7446. Thus, the host table address 10.83.0.207 corresponds to the X.25
  7447. logical address 000012145500.
  7448. In both cases, the "n" and "l" fields of the host table address are
  7449. not used.
  7450. REFERENCES
  7451. [BBN1822] BBN, "Specifications for the Interconnection of a Host and
  7452. Reynolds & Postel [Page 188]
  7453. RFC 1700 Assigned Numbers October 1994
  7454. an IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  7455. Massachusetts, revised, December 1981.
  7456. [ETHERNET] "The Ethernet, A Local Area Network: Data Link Layer and
  7457. Physical Layer Specification", AA-K759B-TK, Digital
  7458. Equipment Corporation, Maynard, MA. Also as: "The Ethernet
  7459. - A Local Area Network", Version 1.0, Digital Equipment
  7460. Corporation, Intel Corporation, Xerox Corporation,
  7461. September 1980. And: "The Ethernet, A Local Area Network:
  7462. Data Link Layer and Physical Layer Specifications",
  7463. Digital, Intel and Xerox, November 1982. And: XEROX, "The
  7464. Ethernet, A Local Area Network: Data Link Layer and
  7465. Physical Layer Specification", X3T51/80-50, Xerox
  7466. Corporation, Stamford, CT., October 1980.
  7467. [PUP] Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  7468. Internetwork Architecture", XEROX Palo Alto Research Center,
  7469. CSL-79-10, July 1979; also in IEEE Transactions on
  7470. Communication, Volume COM-28, Number 4, April 1980.
  7471. [RFC791] Postel, J., ed., "Internet Protocol - DARPA Internet Program
  7472. Protocol Specification", STD 5, RFC 791, USC/Information
  7473. Sciences Institute, September 1981.
  7474. [RFC878] Malis, Andrew, "The ARPANET 1822L Host Access Protocol",
  7475. RFC 878, BBN Communications Corp., December 1983.
  7476. [RFC926] International Standards Organization, "Protocol for Providing
  7477. the Connectionless-Mode Network Services", RFC 926, ISO,
  7478. December 1984.
  7479. [RFC1005] Khanna, A., and A. Malis, "The ARPANET AHIP-E Host Access
  7480. Protocol (Enhanced AHIP)", RFC 1005, BBN Communications
  7481. Corp., May 1987.
  7482. PEOPLE
  7483. [DM28] Dennis Morris <[email protected]>
  7484. [JBP] Jon Postel <[email protected]>
  7485. [JBW1] Joseph Walters, Jr. <[email protected]>
  7486. [JGH] Jim Herman <[email protected]>
  7487. [MB] Michael Brescia <[email protected]>
  7488. Reynolds & Postel [Page 189]
  7489. RFC 1700 Assigned Numbers October 1994
  7490. [RXM] Robert Myhill <[email protected]>
  7491. [XEROX] Fonda Pallone <---none--->
  7492. []
  7493. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/milnet-parameters
  7494. Reynolds & Postel [Page 190]
  7495. RFC 1700 Assigned Numbers October 1994
  7496. XNS PROTOCOL TYPES
  7497. Assigned well-known socket numbers
  7498. Routing Information 1
  7499. Echo 2
  7500. Router Error 3
  7501. Experimental 40-77
  7502. Assigned internet packet types
  7503. Routing Information 1
  7504. Echo 2
  7505. Error 3
  7506. Packet Exchange 4
  7507. Sequenced Packet 5
  7508. PUP 12
  7509. DoD IP 13
  7510. Experimental 20-37
  7511. []
  7512. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/xns-protocol-types
  7513. Reynolds & Postel [Page 191]
  7514. RFC 1700 Assigned Numbers October 1994
  7515. INTERNET / XNS PROTOCOL MAPPINGS
  7516. Below are two tables describing the arrangement of protocol fields or
  7517. type field assignments so that one could send XNS Datagrams on the
  7518. MILNET or Internet Datagrams on 10Mb Ethernet, and also protocol and
  7519. type fields so one could encapsulate each kind of Datagram in the
  7520. other.
  7521. upper| DoD IP | PUP | NS IP |
  7522. lower | | | |
  7523. --------------|--------|--------|--------|
  7524. | Type | Type | Type |
  7525. 3Mb Ethernet | 1001 | 1000 | 3000 |
  7526. | octal | octal | octal |
  7527. --------------|--------|--------|--------|
  7528. | Type | Type | Type |
  7529. 10 Mb Ethernet| 0800 | 0200 | 0600 |
  7530. | hex | hex | hex |
  7531. --------------|--------|--------|--------|
  7532. | Link | Link | Link |
  7533. MILNET | 155 | 152 | 150 |
  7534. | decimal| decimal| decimal|
  7535. --------------|--------|--------|--------|
  7536. upper| DoD IP | PUP | NS IP |
  7537. lower | | | |
  7538. --------------|--------|--------|--------|
  7539. | |Protocol|Protocol|
  7540. DoD IP | X | 12 | 22 |
  7541. | | decimal| decimal|
  7542. --------------|--------|--------|--------|
  7543. | | | |
  7544. PUP | ? | X | ? |
  7545. | | | |
  7546. --------------|--------|--------|--------|
  7547. | Type | Type | |
  7548. NS IP | 13 | 12 | X |
  7549. | decimal| decimal| |
  7550. --------------|--------|--------|--------|
  7551. []
  7552. Reynolds & Postel [Page 192]
  7553. RFC 1700 Assigned Numbers October 1994
  7554. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/ip-xns-mapping
  7555. Reynolds & Postel [Page 193]
  7556. RFC 1700 Assigned Numbers October 1994
  7557. PRONET 80 TYPE NUMBERS
  7558. Below is the current list of PRONET 80 Type Numbers. Note: a protocol
  7559. that is on this list does not necessarily mean that there is any
  7560. implementation of it on ProNET.
  7561. Of these, protocols 1, 14, and 20 are the only ones that have ever
  7562. been seen in ARP packets.
  7563. For reference, the header is (one byte/line):
  7564. destination hardware address
  7565. source hardware address
  7566. data link header version (2)
  7567. data link header protocol number
  7568. data link header reserved (0)
  7569. data link header reserved (0)
  7570. Some protocols have been known to tuck stuff in the reserved fields.
  7571. Those who need a protocol number on ProNET-10/80 should contact John
  7572. Shriver ([email protected]).
  7573. 1 IP
  7574. 2 IP with trailing headers
  7575. 3 Address Resolution Protocol
  7576. 4 Proteon HDLC
  7577. 5 VAX Debugging Protocol (MIT)
  7578. 10 Novell NetWare (IPX and pre-IPX) (old format,
  7579. 3 byte trailer)
  7580. 11 Vianetix
  7581. 12 PUP
  7582. 13 Watstar protocol (University of Waterloo)
  7583. 14 XNS
  7584. 15 Diganostics
  7585. 16 Echo protocol (link level)
  7586. 17 Banyan Vines
  7587. 20 DECnet (DEUNA Emulation)
  7588. 21 Chaosnet
  7589. 23 IEEE 802.2 or ISO 8802/2 Data Link
  7590. 24 Reverse Address Resolution Protocol
  7591. 29 TokenVIEW-10
  7592. 31 AppleTalk LAP Data Packet
  7593. 33 Cornell Boot Server Location Protocol
  7594. 34 Novell NetWare IPX (new format, no trailer,
  7595. new XOR checksum)
  7596. Reynolds & Postel [Page 194]
  7597. RFC 1700 Assigned Numbers October 1994
  7598. []
  7599. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/pronet80-type-numbers
  7600. Reynolds & Postel [Page 195]
  7601. RFC 1700 Assigned Numbers October 1994
  7602. NOVELL SAP NUMBERS OF INTEREST
  7603. For the convenience of the Internet community the IANA maitains a list
  7604. of Novell Service Access Point (SAP) numbers. This list is kept
  7605. up-to-date- by contributions from the community. Please send
  7606. corrections and additions to [email protected].
  7607. Novell SAPs
  7608. ====== ====
  7609. Decimal Hex SAP Description
  7610. ======= ==== ===============
  7611. 0 0000 Unknown
  7612. 1 0001 User
  7613. 2 0002 User Group
  7614. 3 0003 Print Queue or Print Group
  7615. 4 0004 File Server (SLIST source)
  7616. 5 0005 Job Server
  7617. 6 0006 Gateway
  7618. 7 0007 Print Server or Silent Print Server
  7619. 8 0008 Archive Queue
  7620. 9 0009 Archive Server
  7621. 10 000a Job Queue
  7622. 11 000b Administration
  7623. 15 000F Novell TI-RPC
  7624. 23 0017 Diagnostics
  7625. 32 0020 NetBIOS
  7626. 33 0021 NAS SNA Gateway
  7627. 35 0023 NACS Async Gateway or Asynchronous Gateway
  7628. 36 0024 Remote Bridge or Routing Service
  7629. 38 0026 Bridge Server or Asynchronous Bridge Server
  7630. 39 0027 TCP/IP Gateway Server
  7631. 40 0028 Point to Point (Eicon) X.25 Bridge Server
  7632. 41 0029 Eicon 3270 Gateway
  7633. 42 002a CHI Corp ???
  7634. 44 002c PC Chalkboard
  7635. 45 002d Time Synchronization Server or Asynchronous Timer
  7636. 46 002e SAP Archive Server or SMS Target Service Agent
  7637. 69 0045 DI3270 Gateway
  7638. 71 0047 Advertising Print Server
  7639. 75 004b Btrieve VAP/NLM 5.0
  7640. 76 004c Netware SQL VAP/NLM Server
  7641. 77 004d Xtree Network Version Netware XTree
  7642. 80 0050 Btrieve VAP 4.11
  7643. 82 0052 QuickLink (Cubix)
  7644. 83 0053 Print Queue User
  7645. 88 0058 Multipoint X.25 Eicon Router
  7646. Reynolds & Postel [Page 196]
  7647. RFC 1700 Assigned Numbers October 1994
  7648. 96 0060 STLB/NLM ???
  7649. 100 0064 ARCserve
  7650. 102 0066 ARCserve 3.0
  7651. 114 0072 WAN Copy Utility
  7652. 122 007a TES-Netware for VMS
  7653. 146 0092 WATCOM Debugger or Emerald Tape Backup Server
  7654. 149 0095 DDA OBGYN ???
  7655. 152 0098 Netware Access Server (Asynchronous gateway)
  7656. 154 009a Netware for VMS II or Named Pipe Server
  7657. 155 009b Netware Access Server
  7658. 158 009e Portable Netware Server or SunLink NVT
  7659. 161 00a1 Powerchute APC UPS NLM
  7660. 170 00aa LAWserve ???
  7661. 172 00ac Compaq IDA Status Monitor
  7662. 256 0100 PIPE STAIL ???
  7663. 258 0102 LAN Protect Bindery
  7664. 259 0103 Oracle DataBase Server
  7665. 263 0107 Netware 386 or RSPX Remote Console
  7666. 271 010f Novell SNA Gateway
  7667. 274 0112 Print Server (HP)
  7668. 276 0114 CSA MUX (f/Communications Executive)
  7669. 277 0115 CSA LCA (f/Communications Executive)
  7670. 278 0116 CSA CM (f/Communications Executive)
  7671. 279 0117 CSA SMA (f/Communications Executive)
  7672. 280 0118 CSA DBA (f/Communications Executive)
  7673. 281 0119 CSA NMA (f/Communications Executive)
  7674. 282 011a CSA SSA (f/Communications Executive)
  7675. 283 011b CSA STATUS (f/Communications Executive)
  7676. 286 011e CSA APPC (f/Communications Executive)
  7677. 294 0126 SNA TEST SSA Profile
  7678. 298 012a CSA TRACE (f/Communications Executive)
  7679. 304 0130 Communications Executive
  7680. 307 0133 NNS Domain Server or Netware Naming Services Domain
  7681. 309 0135 Netware Naming Services Profile
  7682. 311 0137 Netware 386 Print Queue or NNS Print Queue
  7683. 321 0141 LAN Spool Server (Vap, Intel)
  7684. 338 0152 IRMALAN Gateway
  7685. 340 0154 Named Pipe Server
  7686. 360 0168 Intel PICKIT Comm Server or Intel CAS Talk Server
  7687. 369 171 UNKNOWN???
  7688. 371 0173 Compaq
  7689. 372 0174 Compaq SNMP Agent
  7690. 373 0175 Compaq
  7691. 384 0180 XTree Server or XTree Tools
  7692. 394 18A UNKNOWN??? Running on a Novell Server
  7693. 432 01b0 GARP Gateway (net research)
  7694. 433 01b1 Binfview (Lan Support Group)
  7695. 447 01bf Intel LanDesk Manager
  7696. Reynolds & Postel [Page 197]
  7697. RFC 1700 Assigned Numbers October 1994
  7698. 458 01ca AXTEC ???
  7699. 459 01cb Netmode ???
  7700. 460 1CC UNKNOWN??? Sheva netmodem???
  7701. 472 01d8 Castelle FAXPress Server
  7702. 474 01da Castelle LANPress Print Server
  7703. 476 1DC Castille FAX/Xerox 7033 Fax Server/Excel Lan Fax
  7704. 496 01f0 LEGATO ???
  7705. 501 01f5 LEGATO ???
  7706. 563 0233 NMS Agent or Netware Management Agent
  7707. 567 0237 NMS IPX Discovery or LANtern Read/Write Channel
  7708. 568 0238 NMS IP Discovery or LANtern Trap/Alarm Channel
  7709. 570 023a LABtern
  7710. 572 023c MAVERICK ???
  7711. 574 23E UNKNOWN??? Running on a Novell Server
  7712. 575 023f Used by eleven various Novell Servers
  7713. 590 024e Remote Something ???
  7714. 618 026a Network Management (NMS) Service Console
  7715. 619 026b Time Synchronization Server (Netware 4.x)
  7716. 632 0278 Directory Server (Netware 4.x)
  7717. 772 0304 Novell SAA Gateway
  7718. 776 0308 COM or VERMED 1 ???
  7719. 778 030a Gallacticom BBS
  7720. 780 030c Intel Netport 2 or HP JetDirect or HP Quicksilver
  7721. 800 0320 Attachmate Gateway
  7722. 807 0327 Microsoft Diagnostiocs ???
  7723. 821 0335 MultiTech Systems Multisynch Comm Server
  7724. 853 0355 Arcada Backup Exec
  7725. 858 0358 MSLCD1 ???
  7726. 865 0361 NETINELO ???
  7727. 894 037e Twelve Novell file servers in the PC3M family
  7728. 895 037f ViruSafe Notify
  7729. 902 0386 HP Bridge
  7730. 903 0387 HP Hub
  7731. 916 0394 NetWare SAA Gateway
  7732. 923 039b Lotus Notes
  7733. 951 03b7 Certus Anti Virus NLM
  7734. 964 03c4 ARCserve 4.0 (Cheyenne)
  7735. 967 03c7 LANspool 3.5 (Intel)
  7736. 990 03de Gupta Sequel Base Server or NetWare SQL
  7737. 993 03e1 Univel Unixware
  7738. 996 03e4 Univel Unixware
  7739. 1020 03fc Intel Netport
  7740. 1021 03fd Print SErver Queue ???
  7741. 1034 40A ipnServer??? Running on a Novell Server
  7742. 1035 40B UNKNOWN???
  7743. 1037 40D LVERRMAN??? Running on a Novell Server
  7744. 1038 40E LVLIC??? Running on a Novell Server
  7745. 1040 410 UNKNOWN??? Running on a Novell Server
  7746. Reynolds & Postel [Page 198]
  7747. RFC 1700 Assigned Numbers October 1994
  7748. 1044 0414 Kyocera
  7749. 1065 0429 Site Lock Virus (Brightworks)
  7750. 1074 0432 UFHELP R ???
  7751. 1075 433 Sunoptics SNMP Agent???
  7752. 1100 044c Backup ???
  7753. 1111 457 Canon GP55??? Running on a Canon GP55 network printer
  7754. 1115 045b Dell SCSI Array (DSA) Monitor
  7755. 1200 04b0 CD-Net (Meridian)
  7756. 1217 4C1 UNKNOWN???
  7757. 1299 513 Emulux NQA??? Something from Emulex
  7758. 1312 0520 Site Lock Checks
  7759. 1321 0529 Site Lock Checks (Brightworks)
  7760. 1325 052d Citrix OS/2 App Server
  7761. 1344 536 Milan ???
  7762. 1408 0580 McAfee's NetShield anti-virus
  7763. 1569 621 ?? Something from Emulex
  7764. 1571 623 UNKNOWN??? Running on a Novell Server
  7765. 1900 076C Xerox
  7766. 2857 0b29 Site Lock
  7767. 3113 0c29 Site Lock Applications
  7768. 3116 0c2c Licensing Server
  7769. 9088 2380 LAI Site Lock
  7770. 9100 238c Meeting Maker
  7771. 18440 4808 Site Lock Server or Site Lock Metering VAP/NLM
  7772. 21845 5555 Site Lock User
  7773. 25362 6312 Tapeware
  7774. 28416 6f00 Rabbit Gateway (3270)
  7775. 30467 7703 MODEM??
  7776. 32770 8002 NetPort Printers (Intel) or LANport
  7777. 32776 8008 WordPerfect Network Version
  7778. 34238 85BE Cisco Enhanced Interior Routing Protocol (EIGRP)
  7779. 34952 8888 WordPerfect Network Version or Quick Network Management
  7780. 36864 9000 McAfee's NetShield anti-virus
  7781. 38404 9604 ?? CSA-NT_MON
  7782. 61727 f11f Site Lock Metering VAP/NLM
  7783. 61951 f1ff Site Lock
  7784. 62723 F503 ?? SCA-NT
  7785. 65535 ffff Any Service or Wildcard
  7786. This file is
  7787. ftp://ftp.isi.edu/in-notes/iana/assignments/novell-sap-numbers
  7788. []
  7789. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/novell-sap-numbers
  7790. Reynolds & Postel [Page 199]
  7791. RFC 1700 Assigned Numbers October 1994
  7792. POINT-TO-POINT PROTOCOL FIELD ASSIGNMENTS
  7793. PPP DLL PROTOCOL NUMBERS
  7794. The Point-to-Point Protocol (PPP) Data Link Layer [146,147,175]
  7795. contains a 16 bit Protocol field to identify the the encapsulated
  7796. protocol. The Protocol field is consistent with the ISO 3309 (HDLC)
  7797. extension mechanism for Address fields. All Protocols MUST be
  7798. assigned such that the least significant bit of the most significant
  7799. octet equals "0", and the least significant bit of the least
  7800. significant octet equals "1".
  7801. Assigned PPP DLL Protocol Numbers
  7802. Value (in hex) Protocol Name
  7803. 0001 Padding Protocol
  7804. 0003 to 001f reserved (transparency inefficient)
  7805. 0021 Internet Protocol
  7806. 0023 OSI Network Layer
  7807. 0025 Xerox NS IDP
  7808. 0027 DECnet Phase IV
  7809. 0029 Appletalk
  7810. 002b Novell IPX
  7811. 002d Van Jacobson Compressed TCP/IP
  7812. 002f Van Jacobson Uncompressed TCP/IP
  7813. 0031 Bridging PDU
  7814. 0033 Stream Protocol (ST-II)
  7815. 0035 Banyan Vines
  7816. 0037 reserved (until 1993)
  7817. 0039 AppleTalk EDDP
  7818. 003b AppleTalk SmartBuffered
  7819. 003d Multi-Link
  7820. 003f NETBIOS Framing
  7821. 0041 Cisco Systems
  7822. 0043 Ascom Timeplex
  7823. 0045 Fujitsu Link Backup and Load Balancing (LBLB)
  7824. 0047 DCA Remote Lan
  7825. 0049 Serial Data Transport Protocol (PPP-SDTP)
  7826. 004b SNA over 802.2
  7827. 004d SNA
  7828. 004f IP6 Header Compression
  7829. 006f Stampede Bridging
  7830. 007d reserved (Control Escape) [RFC1661]
  7831. 007f reserved (compression inefficient) [RFC1662]
  7832. 00cf reserved (PPP NLPID)
  7833. 00fb compression on single link in multilink group
  7834. 00fd 1st choice compression
  7835. Reynolds & Postel [Page 200]
  7836. RFC 1700 Assigned Numbers October 1994
  7837. 00ff reserved (compression inefficient)
  7838. 0201 802.1d Hello Packets
  7839. 0203 IBM Source Routing BPDU
  7840. 0205 DEC LANBridge100 Spanning Tree
  7841. 0231 Luxcom
  7842. 0233 Sigma Network Systems
  7843. 8001-801f Not Used - reserved [RFC1661]
  7844. 8021 Internet Protocol Control Protocol
  7845. 8023 OSI Network Layer Control Protocol
  7846. 8025 Xerox NS IDP Control Protocol
  7847. 8027 DECnet Phase IV Control Protocol
  7848. 8029 Appletalk Control Protocol
  7849. 802b Novell IPX Control Protocol
  7850. 802d reserved
  7851. 802f reserved
  7852. 8031 Bridging NCP
  7853. 8033 Stream Protocol Control Protocol
  7854. 8035 Banyan Vines Control Protocol
  7855. 8037 reserved till 1993
  7856. 8039 reserved
  7857. 803b reserved
  7858. 803d Multi-Link Control Protocol
  7859. 803f NETBIOS Framing Control Protocol
  7860. 807d Not Used - reserved [RFC1661]
  7861. 8041 Cisco Systems Control Protocol
  7862. 8043 Ascom Timeplex
  7863. 8045 Fujitsu LBLB Control Protocol
  7864. 8047 DCA Remote Lan Network Control Protocol (RLNCP)
  7865. 8049 Serial Data Control Protocol (PPP-SDCP)
  7866. 804b SNA over 802.2 Control Protocol
  7867. 804d SNA Control Protocol
  7868. 804f IP6 Header Compression Control Protocol
  7869. 006f Stampede Bridging Control Protocol
  7870. 80cf Not Used - reserved [RFC1661]
  7871. 80fb compression on single link in multilink group control
  7872. 80fd Compression Control Protocol
  7873. 80ff Not Used - reserved [RFC1661]
  7874. c021 Link Control Protocol
  7875. c023 Password Authentication Protocol
  7876. c025 Link Quality Report
  7877. c027 Shiva Password Authentication Protocol
  7878. c029 CallBack Control Protocol (CBCP)
  7879. c081 Container Control Protocol [KEN]
  7880. c223 Challenge Handshake Authentication Protocol
  7881. c281 Proprietary Authentication Protocol [KEN]
  7882. Reynolds & Postel [Page 201]
  7883. RFC 1700 Assigned Numbers October 1994
  7884. c26f Stampede Bridging Authorization Protocol
  7885. c481 Proprietary Node ID Authentication Protocol [KEN]
  7886. Protocol field values in the "0xxx" to "3xxx" range identify the
  7887. network-layer protocol of specific datagrams, and values in the "8xxx"
  7888. to "bxxx" range identify datagrams belonging to the associated Network
  7889. Control Protocol (NCP), if any.
  7890. It is recommended that values in the "02xx" to "1exx" and "xx01" to
  7891. "xx1f" ranges not be assigned, as they are compression inefficient.
  7892. Protocol field values in the "4xxx" to "7xxx" range are used for
  7893. protocols with low volume traffic which have no associated NCP.
  7894. Protocol field values in the "cxxx" to "exxx" range identify datagrams
  7895. as Control Protocols (such as LCP).
  7896. PPP LCP AND IPCP CODES
  7897. The Point-to-Point Protocol (PPP) Link Control Protocol (LCP), [146]
  7898. the Compression Control Protocol (CCP), Internet Protocol Control
  7899. Protocol (IPCP), [147] and other control protocols, contain an 8 bit
  7900. Code field which identifies the type of packet. These Codes are
  7901. assigned as follows:
  7902. Code Packet Type
  7903. ---- -----------
  7904. 1 Configure-Request
  7905. 2 Configure-Ack
  7906. 3 Configure-Nak
  7907. 4 Configure-Reject
  7908. 5 Terminate-Request
  7909. 6 Terminate-Ack
  7910. 7 Code-Reject
  7911. 8 * Protocol-Reject
  7912. 9 * Echo-Request
  7913. 10 * Echo-Reply
  7914. 11 * Discard-Request
  7915. 12 * Identification
  7916. 13 * Time-Remaining
  7917. 14 + Reset-Request
  7918. 15 + Reset-Reply
  7919. * LCP Only
  7920. + CCP Only
  7921. PPP LCP CONFIGURATION OPTION TYPES
  7922. Reynolds & Postel [Page 202]
  7923. RFC 1700 Assigned Numbers October 1994
  7924. The Point-to-Point Protocol (PPP) Link Control Protocol (LCP)
  7925. specifies a number of Configuration Options [146] which are
  7926. distinguished by an 8 bit Type field. These Types are assigned as
  7927. follows:
  7928. Type Configuration Option
  7929. ---- --------------------
  7930. 1 Maximum-Receive-Unit
  7931. 2 Async-Control-Character-Map
  7932. 3 Authentication-Protocol
  7933. 4 Quality-Protocol
  7934. 5 Magic-Number
  7935. 6 RESERVED
  7936. 7 Protocol-Field-Compression
  7937. 8 Address-and-Control-Field-Compression
  7938. 9 FCS-Alternatives
  7939. 10 Self-Describing-Pad
  7940. 11 Numbered-Mode
  7941. 12 Multi-Link-Procedure
  7942. 13 Callback
  7943. 14 Connect-Time
  7944. 15 Compound-Frames
  7945. 16 Nominal-Data-Encapsulation
  7946. 17 Multilink-MRRU
  7947. 18 Multilink-Short-Sequence-Number-Header-Format
  7948. 19 Multilink-Endpoint-Discriminator
  7949. 20 Proprietary [KEN]
  7950. 21 DCE-Identifier [SCHNEIDER]
  7951. PPP LCP FCS-ALTERNATIVES
  7952. The Point-to-Point Protocol (PPP) Link Control Protocol (LCP)
  7953. FCS-Alternatives Configuration Option contains an 8-bit Options field
  7954. which identifies the FCS used. These are assigned as follows:
  7955. Bit FCS
  7956. ---- ----------
  7957. 1 Null FCS
  7958. 2 CCITT 16-Bit FCS
  7959. 4 CCITT 32-bit FCS
  7960. PPP LCP CALLBACK OPERATION FIELDS
  7961. The Point-to-Point Protocol (PPP) Link Control Protocol (LCP) Callback
  7962. Configuration Option contains an 8-bit Operations field which
  7963. identifies the format of the Message. These are assigned as follows:
  7964. Reynolds & Postel [Page 203]
  7965. RFC 1700 Assigned Numbers October 1994
  7966. Operation Description
  7967. --------- ---------------------------
  7968. 0 Location determined by user authentication.
  7969. 1 Dialing string.
  7970. 2 Location identifier.
  7971. 3 E.164 number.
  7972. 4 X.500 distinguished name.
  7973. 5 unassigned
  7974. 6 Location is determined during CBCP negotiation.
  7975. PPP IPCP CONFIGURATION OPTION TYPES
  7976. The Point-to-Point Protocol (PPP) Internet Protocol Control Protocol
  7977. (IPCP) specifies a number of Configuration Options [147] which are
  7978. distinguished by an 8 bit Type field. These Types are assigned as
  7979. follows:
  7980. Type Configuration Option
  7981. ---- --------------------
  7982. 1 IP-Addresses (deprecated)
  7983. 2 IP-Compression-Protocol
  7984. 3 IP-Address
  7985. PPP ATCP CONFIGURATION OPTION TYPES
  7986. The Point-to-Point Protocol (PPP) Apple Talk Control Protocol (ATCP)
  7987. specifies a number of Configuration Options [RFC-1378] which are
  7988. distinguished by an 8 bit Type field. These Types are assigned as
  7989. follows:
  7990. Type Configuration Option
  7991. ---- --------------------
  7992. 1 AppleTalk-Address
  7993. 2 Routing-Protocol
  7994. 3 Suppress-Broadcasts
  7995. 4 AT-Compression-Protocol
  7996. 5 Reserved
  7997. 6 Server-information
  7998. 7 Zone-information
  7999. 8 Default-Router-Address
  8000. PPP OSINLCP CONFIGURATION OPTION TYPES
  8001. The Point-to-Point Protocol (PPP) OSI Network Layer Control Protocol
  8002. (OSINLCP) specifies a number of Configuration Options [RFC-1377] which
  8003. are distinguished by an 8 bit Type field. These Types are assigned as
  8004. follows:
  8005. Reynolds & Postel [Page 204]
  8006. RFC 1700 Assigned Numbers October 1994
  8007. Type Configuration Option
  8008. ---- --------------------
  8009. 1 Align-NPDU
  8010. PPP BRIDGING CONFIGURATION OPTION TYPES
  8011. The Point-to-Point Protocol (PPP) Bridging Control Protocol (BCP)
  8012. specifies a number of Configuration Options which are distinguished by
  8013. an 8 bit Type field. These Types are assigned as follows:
  8014. Type Configuration Option
  8015. ---- --------------------
  8016. 1 Bridge-Identification
  8017. 2 Line-Identification
  8018. 3 MAC-Support
  8019. 4 Tinygram-Compression
  8020. 5 LAN-Identification
  8021. 6 MAC-Address
  8022. 7 Spanning-Tree-Protocol
  8023. PPP BRIDGING MAC TYPES
  8024. The Point-to-Point Protocol (PPP) Bridging Control Protocol (BCP)
  8025. contains an 8 bit MAC Type field which identifies the MAC
  8026. encapsulated. These Types are assigned as follows:
  8027. Type MAC
  8028. ---- -----------
  8029. 0 Reserved
  8030. 1 IEEE 802.3/Ethernet with cannonical addresses
  8031. 2 IEEE 802.4 with cannonical addresses
  8032. 3 IEEE 802.5 with non-cannonical addresses
  8033. 4 FDDI with non-cannonical addresses
  8034. 5-10 reserved
  8035. 11 IEEE 802.5 with cannonical addresses
  8036. 12 FDDI with cannonical addresses
  8037. PPP BRIDGING SPANNING TREE
  8038. The Point-to-Point Protocol (PPP) Bridging Control Protocol (BCP)
  8039. Spanning Tree Configuration Option contains an 8-bit Protocol field
  8040. which identifies the spanning tree used. These are assigned as
  8041. follows:
  8042. Protocol Spanning Tree
  8043. -------- ---------------
  8044. 0 Null - no spanning tree protocol supported
  8045. 1 IEEE 802.1D spanning tree protocol
  8046. Reynolds & Postel [Page 205]
  8047. RFC 1700 Assigned Numbers October 1994
  8048. 2 IEEE 802.1G extended spanning tree protocol
  8049. 3 IBM source route spanning tree protocol
  8050. 4 DEC LANbridge 100 spanning tree protocol
  8051. REFERENCES
  8052. [RFC1661] Simpson, W., Editor, "The Point-to-Point Protocol (PPP)",
  8053. STD 51, RFC 1661, Daydreamer, July 1994.
  8054. [RFC1662] Simpson, W., Editor, "PPP in HDLC-like Framing", STD 51, RFC
  8055. 1662, Daydreamer, July 1994.
  8056. PEOPLE
  8057. [KEN] <[email protected]>
  8058. [SCHNEIDER] Kevin Schneider <[email protected]>
  8059. []
  8060. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/ppp-numbers
  8061. Reynolds & Postel [Page 206]
  8062. RFC 1700 Assigned Numbers October 1994
  8063. MACHINE NAMES
  8064. These are the Official Machine Names as they appear in the Domain Name
  8065. System HINFO records and the NIC Host Table. Their use is described
  8066. in [RFC952].
  8067. A machine name or CPU type may be up to 40 characters taken from the
  8068. set of uppercase letters, digits, and the two punctuation characters
  8069. hyphen and slash. It must start with a letter, and end with a letter
  8070. or digit.
  8071. AMIGA-500
  8072. AMIGA-500/010
  8073. AMIGA-500/020
  8074. AMIGA-500/EC030
  8075. AMIGA-500/030
  8076. AMIGA-600
  8077. AMIGA-1000
  8078. AMIGA-1000/010
  8079. AMIGA-1000/020
  8080. AMIGA-1000/EC030
  8081. AMIGA-1000/030
  8082. AMIGA-1200
  8083. AMIGA-1200/EC030
  8084. AMIGA-1200/030
  8085. AMIGA-1200/EC040
  8086. AMIGA-1200/LC040
  8087. AMIGA-1200/040
  8088. AMIGA-2000
  8089. AMIGA-2000/010
  8090. AMIGA-2000/020
  8091. AMIGA-2000/EC030
  8092. AMIGA-2000/030
  8093. AMIGA-2000/LC040
  8094. AMIGA-2000/EC040
  8095. AMIGA-2000/040
  8096. AMIGA-3000
  8097. AMIGA-3000/EC040
  8098. AMIGA-3000/LC040
  8099. AMIGA-3000/040
  8100. AMIGA-3000/060
  8101. AMIGA-4000/EC030
  8102. AMIGA-4000/030
  8103. AMIGA-4000/LC040
  8104. AMIGA-4000/040
  8105. AMIGA-4000/060
  8106. ALTO
  8107. Reynolds & Postel [Page 207]
  8108. RFC 1700 Assigned Numbers October 1994
  8109. ALTOS-6800
  8110. AMDAHL-V7
  8111. APOLLO
  8112. APPLE-MACINTOSH
  8113. APPLE-POWERBOOK
  8114. ATARI-104ST
  8115. ATT-3B1
  8116. ATT-3B2
  8117. ATT-3B20
  8118. ATT-7300
  8119. AXP
  8120. BBN-C/60
  8121. BURROUGHS-B/29
  8122. BURROUGHS-B/4800
  8123. BUTTERFLY
  8124. C/30
  8125. C/70
  8126. CADLINC
  8127. CADR
  8128. CDC-170
  8129. CDC-170/750
  8130. CDC-173
  8131. CDTV
  8132. CDTV/060
  8133. CD32
  8134. CELERITY-1200
  8135. CLUB-386
  8136. COMPAQ-386/20
  8137. COMTEN-3690
  8138. CP8040
  8139. CRAY-1
  8140. CRAY-X/MP
  8141. CRAY-2
  8142. CTIWS-117
  8143. DANDELION
  8144. DEC-10
  8145. DEC-1050
  8146. DEC-1077
  8147. DEC-1080
  8148. DEC-1090
  8149. DEC-1090B
  8150. DEC-1090T
  8151. DEC-2020T
  8152. DEC-2040
  8153. DEC-2040T
  8154. DEC-2050T
  8155. DEC-2060
  8156. DEC-2060T
  8157. Reynolds & Postel [Page 208]
  8158. RFC 1700 Assigned Numbers October 1994
  8159. DEC-2065
  8160. DEC-AXP
  8161. DEC-FALCON
  8162. DEC-KS10
  8163. DECSTATION
  8164. DEC-VAX
  8165. DEC-VAXCLUSTER
  8166. DEC-VAXSTATION
  8167. DEC-VAX-11730
  8168. DORADO
  8169. DPS8/70M
  8170. ELXSI-6400
  8171. EVEREX-386
  8172. FOONLY-F2
  8173. FOONLY-F3
  8174. FOONLY-F4
  8175. GOULD
  8176. GOULD-6050
  8177. GOULD-6080
  8178. GOULD-9050
  8179. GOULD-9080
  8180. H-316
  8181. H-60/68
  8182. H-68
  8183. H-68/80
  8184. H-89
  8185. HONEYWELL-DPS-6
  8186. HONEYWELL-DPS-8/70
  8187. HP3000
  8188. HP3000/64
  8189. IBM-158
  8190. IBM-360/67
  8191. IBM-370/3033
  8192. IBM-3081
  8193. IBM-3084QX
  8194. IBM-3101
  8195. IBM-4331
  8196. IBM-4341
  8197. IBM-4361
  8198. IBM-4381
  8199. IBM-4956
  8200. IBM-6152
  8201. IBM-PC
  8202. IBM-PC/AT
  8203. IBM-PC/RT
  8204. IBM-PC/XT
  8205. IBM-RS/6000
  8206. IBM-SERIES/1
  8207. Reynolds & Postel [Page 209]
  8208. RFC 1700 Assigned Numbers October 1994
  8209. IMAGEN
  8210. IMAGEN-8/300
  8211. IMSAI
  8212. INTEGRATED-SOLUTIONS
  8213. INTEGRATED-SOLUTIONS-68K
  8214. INTEGRATED-SOLUTIONS-CREATOR
  8215. INTEGRATED-SOLUTIONS-CREATOR-8
  8216. INTEL-386
  8217. INTEL-IPSC
  8218. IS-1
  8219. IS-68010
  8220. LMI
  8221. LSI-11
  8222. LSI-11/2
  8223. LSI-11/23
  8224. LSI-11/73
  8225. M68000
  8226. MAC-II
  8227. MAC-POWERBOOK
  8228. MACINTOSH
  8229. MASSCOMP
  8230. MC500
  8231. MC68000
  8232. MICROPORT
  8233. MICROVAX
  8234. MICROVAX-I
  8235. MV/8000
  8236. NAS3-5
  8237. NCR-COMTEN-3690
  8238. NEXT/N1000-316
  8239. NOW
  8240. ONYX-Z8000
  8241. PDP-11
  8242. PDP-11/3
  8243. PDP-11/23
  8244. PDP-11/24
  8245. PDP-11/34
  8246. PDP-11/40
  8247. PDP-11/44
  8248. PDP-11/45
  8249. PDP-11/50
  8250. PDP-11/70
  8251. PDP-11/73
  8252. PE-7/32
  8253. PE-3205
  8254. PERQ
  8255. PLEXUS-P/60
  8256. PLI
  8257. Reynolds & Postel [Page 210]
  8258. RFC 1700 Assigned Numbers October 1994
  8259. PLURIBUS
  8260. PRIME-2350
  8261. PRIME-2450
  8262. PRIME-2755
  8263. PRIME-9655
  8264. PRIME-9755
  8265. PRIME-9955II
  8266. PRIME-2250
  8267. PRIME-2655
  8268. PRIME-9955
  8269. PRIME-9950
  8270. PRIME-9650
  8271. PRIME-9750
  8272. PRIME-2250
  8273. PRIME-750
  8274. PRIME-850
  8275. PRIME-550II
  8276. PYRAMID-90
  8277. PYRAMID-90MX
  8278. PYRAMID-90X
  8279. RIDGE
  8280. RIDGE-32
  8281. RIDGE-32C
  8282. ROLM-1666
  8283. RS/6000
  8284. S1-MKIIA
  8285. SMI
  8286. SEQUENT-BALANCE-8000
  8287. SIEMENS
  8288. SILICON-GRAPHICS
  8289. SILICON-GRAPHICS-IRIS
  8290. SGI-IRIS-2400
  8291. SGI-IRIS-2500
  8292. SGI-IRIS-3010
  8293. SGI-IRIS-3020
  8294. SGI-IRIS-3030
  8295. SGI-IRIS-3110
  8296. SGI-IRIS-3115
  8297. SGI-IRIS-3120
  8298. SGI-IRIS-3130
  8299. SGI-IRIS-4D/20
  8300. SGI-IRIS-4D/20G
  8301. SGI-IRIS-4D/25
  8302. SGI-IRIS-4D/25G
  8303. SGI-IRIS-4D/25S
  8304. SGI-IRIS-4D/50
  8305. SGI-IRIS-4D/50G
  8306. SGI-IRIS-4D/50GT
  8307. Reynolds & Postel [Page 211]
  8308. RFC 1700 Assigned Numbers October 1994
  8309. SGI-IRIS-4D/60
  8310. SGI-IRIS-4D/60G
  8311. SGI-IRIS-4D/60T
  8312. SGI-IRIS-4D/60GT
  8313. SGI-IRIS-4D/70
  8314. SGI-IRIS-4D/70G
  8315. SGI-IRIS-4D/70GT
  8316. SGI-IRIS-4D/80GT
  8317. SGI-IRIS-4D/80S
  8318. SGI-IRIS-4D/120GTX
  8319. SGI-IRIS-4D/120S
  8320. SGI-IRIS-4D/210GTX
  8321. SGI-IRIS-4D/210S
  8322. SGI-IRIS-4D/220GTX
  8323. SGI-IRIS-4D/220S
  8324. SGI-IRIS-4D/240GTX
  8325. SGI-IRIS-4D/240S
  8326. SGI-IRIS-4D/280GTX
  8327. SGI-IRIS-4D/280S
  8328. SGI-IRIS-CS/12
  8329. SGI-IRIS-4SERVER-8
  8330. SPERRY-DCP/10
  8331. SUN
  8332. SUN-2
  8333. SUN-2/50
  8334. SUN-2/100
  8335. SUN-2/120
  8336. SUN-2/130
  8337. SUN-2/140
  8338. SUN-2/150
  8339. SUN-2/160
  8340. SUN-2/170
  8341. SUN-3/50
  8342. SUN-3/60
  8343. SUN-3/75
  8344. SUN-3/80
  8345. SUN-3/110
  8346. SUN-3/140
  8347. SUN-3/150
  8348. SUN-3/160
  8349. SUN-3/180
  8350. SUN-3/200
  8351. SUN-3/260
  8352. SUN-3/280
  8353. SUN-3/470
  8354. SUN-3/480
  8355. SUN-4/60
  8356. SUN-4/110
  8357. Reynolds & Postel [Page 212]
  8358. RFC 1700 Assigned Numbers October 1994
  8359. SUN-4/150
  8360. SUN-4/200
  8361. SUN-4/260
  8362. SUN-4/280
  8363. SUN-4/330
  8364. SUN-4/370
  8365. SUN-4/390
  8366. SUN-50
  8367. SUN-100
  8368. SUN-120
  8369. SUN-130
  8370. SUN-150
  8371. SUN-170
  8372. SUN-386i/250
  8373. SUN-68000
  8374. SYMBOLICS-3600
  8375. SYMBOLICS-3670
  8376. SYMMETRIC-375
  8377. SYMULT
  8378. TANDEM-TXP
  8379. TANDY-6000
  8380. TEK-6130
  8381. TI-EXPLORER
  8382. TP-4000
  8383. TRS-80
  8384. UNIVAC-1100
  8385. UNIVAC-1100/60
  8386. UNIVAC-1100/62
  8387. UNIVAC-1100/63
  8388. UNIVAC-1100/64
  8389. UNIVAC-1100/70
  8390. UNIVAC-1160
  8391. UNKNOWN
  8392. VAX
  8393. VAX-11/725
  8394. VAX-11/730
  8395. VAX-11/750
  8396. VAX-11/780
  8397. VAX-11/785
  8398. VAX-11/790
  8399. VAX-11/8600
  8400. VAX-8600
  8401. VAXCLUSTER
  8402. VAXSTATION
  8403. WANG-PC002
  8404. WANG-VS100
  8405. WANG-VS400
  8406. WYSE-386
  8407. Reynolds & Postel [Page 213]
  8408. RFC 1700 Assigned Numbers October 1994
  8409. WYSE-WN5004
  8410. WYSE-WN5008
  8411. WYSE-WN5104
  8412. WYSE-WN5108
  8413. WYSE-WX15C
  8414. WYSE-WX17C
  8415. WYSE-WX17M
  8416. WYSE-WX19C
  8417. WYSE-WX19M
  8418. WYSE-WYX14M
  8419. WYSE-WYX5
  8420. XEROX-1108
  8421. XEROX-8010
  8422. ZENITH-148
  8423. REFERENCES
  8424. [RFC952] Harrenstien, K., Stahl, M., and E. Feinler, "DoD Internet
  8425. Host Table Specification", RFC 952, SRI, October 1985.
  8426. []
  8427. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/machine-names
  8428. Reynolds & Postel [Page 214]
  8429. RFC 1700 Assigned Numbers October 1994
  8430. OPERATING SYSTEM NAMES
  8431. These are the Official System Names as they appear in the Domain Name
  8432. System HINFO records and the NIC Host Table. Their use is described in
  8433. [RFC952].
  8434. A system name may be up to 40 characters taken from the set of
  8435. uppercase letters, digits, and the three punctuation characters
  8436. hyphen, period, and slash. It must start with a letter, and end with
  8437. a letter or digit.
  8438. AEGIS
  8439. AMIGA-OS-1.2
  8440. AMIGA-OS-1.3
  8441. AMIGA-OS-2.0
  8442. AMIGA-OS-2.1
  8443. AMIGA-OS-3.0
  8444. AMIGA-OS-3.1
  8445. APOLLO
  8446. AIX/370
  8447. AIX-PS/2
  8448. BS-2000
  8449. CEDAR
  8450. CGW
  8451. CHORUS
  8452. CHRYSALIS
  8453. CMOS
  8454. CMS
  8455. COS
  8456. CPIX
  8457. CTOS
  8458. CTSS
  8459. DCN
  8460. DDNOS
  8461. DOMAIN
  8462. DOS
  8463. EDX
  8464. ELF
  8465. EMBOS
  8466. EMMOS
  8467. EPOS
  8468. FOONEX
  8469. FORTH
  8470. FUZZ
  8471. GCOS
  8472. GPOS
  8473. Reynolds & Postel [Page 215]
  8474. RFC 1700 Assigned Numbers October 1994
  8475. HDOS
  8476. IMAGEN
  8477. INTERCOM
  8478. IMPRESS
  8479. INTERLISP
  8480. IOS
  8481. IRIX
  8482. ISI-68020
  8483. ITS
  8484. LISP
  8485. LISPM
  8486. LOCUS
  8487. MACOS
  8488. MINOS
  8489. MOS
  8490. MPE5
  8491. MPE/V
  8492. MPE/IX
  8493. MSDOS
  8494. MULTICS
  8495. MUSIC
  8496. MUSIC/SP
  8497. MVS
  8498. MVS/SP
  8499. NEXUS
  8500. NMS
  8501. NONSTOP
  8502. NOS-2
  8503. NTOS
  8504. OPENVMS
  8505. OS/DDP
  8506. OS/2
  8507. OS4
  8508. OS86
  8509. OSX
  8510. PCDOS
  8511. PERQ/OS
  8512. PLI
  8513. PSDOS/MIT
  8514. PRIMOS
  8515. RMX/RDOS
  8516. ROS
  8517. RSX11M
  8518. RTE-A
  8519. SATOPS
  8520. SCO-OPEN-DESKTOP-1.0
  8521. SCO-OPEN-DESKTOP-1.1
  8522. SCO-OPEN-DESKTOP-2.0
  8523. Reynolds & Postel [Page 216]
  8524. RFC 1700 Assigned Numbers October 1994
  8525. SCO-OPEN-DESKTOP-3.0
  8526. SCO-OPEN-DESKTOP-LITE-3.0
  8527. SCO-OPEN-SERVER-3.0
  8528. SCO-UNIX-3.2.0
  8529. SCO-UNIX-3.2V2.0
  8530. SCO-UNIX-3.2V2.1
  8531. SCO-UNIX-3.2V4.0
  8532. SCO-UNIX-3.2V4.1
  8533. SCO-UNIX-3.2V4.2
  8534. SCO-XENIX-386-2.3.2
  8535. SCO-XENIX-386-2.3.3
  8536. SCO-XENIX-386-2.3.4
  8537. SCS
  8538. SIMP
  8539. SUN
  8540. SUN-OS-3.5
  8541. SUN-OS-4.0
  8542. SWIFT
  8543. TAC
  8544. TANDEM
  8545. TENEX
  8546. THE-MAJOR-BBS
  8547. TOPS10
  8548. TOPS20
  8549. TOS
  8550. TP3010
  8551. TRSDOS
  8552. ULTRIX
  8553. UNIX
  8554. UNIX-BSD
  8555. UNIX-V1AT
  8556. UNIX-V
  8557. UNIX-V.1
  8558. UNIX-V.2
  8559. UNIX-V.3
  8560. UNIX-PC
  8561. UNKNOWN
  8562. UT2D
  8563. V
  8564. VM
  8565. VM/370
  8566. VM/CMS
  8567. VM/SP
  8568. VMS
  8569. VMS/EUNICE
  8570. VRTX
  8571. WAITS
  8572. WANG
  8573. Reynolds & Postel [Page 217]
  8574. RFC 1700 Assigned Numbers October 1994
  8575. WIN32
  8576. WYSE-WYXWARE
  8577. X11R3
  8578. XDE
  8579. XENIX
  8580. REFERENCES
  8581. [RFC952] Harrenstien, K., Stahl, M., and E. Feinler, "DoD Internet
  8582. Host Table Specification", RFC 952, SRI, October 1985.
  8583. []
  8584. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/operating-system-names
  8585. Reynolds & Postel [Page 218]
  8586. RFC 1700 Assigned Numbers October 1994
  8587. TERMINAL TYPE NAMES
  8588. These are the Official Terminal Type Names. Their use is described in
  8589. [RFC930]. The maximum length of a name is 40 characters.
  8590. A terminal names may be up to 40 characters taken from the set of
  8591. uppercase letters, digits, and the two punctuation characters hyphen
  8592. and slash. It must start with a letter, and end with a letter or
  8593. digit.
  8594. ADDS-CONSUL-980
  8595. ADDS-REGENT-100
  8596. ADDS-REGENT-20
  8597. ADDS-REGENT-200
  8598. ADDS-REGENT-25
  8599. ADDS-REGENT-40
  8600. ADDS-REGENT-60
  8601. ADDS-VIEWPOINT
  8602. ADDS-VIEWPOINT-60
  8603. AED-512
  8604. AMPEX-DIALOGUE-210
  8605. AMPEX-DIALOGUE-80
  8606. AMPEX-210
  8607. AMPEX-230
  8608. ANDERSON-JACOBSON-510
  8609. ANDERSON-JACOBSON-630
  8610. ANDERSON-JACOBSON-832
  8611. ANDERSON-JACOBSON-841
  8612. ANN-ARBOR-AMBASSADOR
  8613. ANSI
  8614. ARDS
  8615. BITGRAPH
  8616. BUSSIPLEXER
  8617. CALCOMP-565
  8618. CDC-456
  8619. CDI-1030
  8620. CDI-1203
  8621. C-ITOH-101
  8622. C-ITOH-50
  8623. C-ITOH-80
  8624. CLNZ
  8625. COMPUCOLOR-II
  8626. CONCEPT-100
  8627. CONCEPT-104
  8628. CONCEPT-108
  8629. DATA-100
  8630. Reynolds & Postel [Page 219]
  8631. RFC 1700 Assigned Numbers October 1994
  8632. DATA-GENERAL-6053
  8633. DATAGRAPHIX-132A
  8634. DATAMEDIA-1520
  8635. DATAMEDIA-1521
  8636. DATAMEDIA-2500
  8637. DATAMEDIA-3025
  8638. DATAMEDIA-3025A
  8639. DATAMEDIA-3045
  8640. DATAMEDIA-3045A
  8641. DATAMEDIA-DT80/1
  8642. DATAPOINT-2200
  8643. DATAPOINT-3000
  8644. DATAPOINT-3300
  8645. DATAPOINT-3360
  8646. DEC-DECWRITER-I
  8647. DEC-DECWRITER-II
  8648. DEC-GIGI
  8649. DEC-GT40
  8650. DEC-GT40A
  8651. DEC-GT42
  8652. DEC-LA120
  8653. DEC-LA30
  8654. DEC-LA36
  8655. DEC-LA38
  8656. DEC-VT05
  8657. DEC-VT100
  8658. DEC-VT101
  8659. DEC-VT102
  8660. DEC-VT125
  8661. DEC-VT131
  8662. DEC-VT132
  8663. DEC-VT200
  8664. DEC-VT220
  8665. DEC-VT240
  8666. DEC-VT241
  8667. DEC-VT300
  8668. DEC-VT320
  8669. DEC-VT340
  8670. DEC-VT50
  8671. DEC-VT50H
  8672. DEC-VT52
  8673. DEC-VT55
  8674. DEC-VT61
  8675. DEC-VT62
  8676. DELTA-DATA-5000
  8677. DELTA-DATA-NIH-7000
  8678. DELTA-TELTERM-2
  8679. DIABLO-1620
  8680. Reynolds & Postel [Page 220]
  8681. RFC 1700 Assigned Numbers October 1994
  8682. DIABLO-1640
  8683. DIGILOG-333
  8684. DTC-300S
  8685. DTC-382
  8686. EDT-1200
  8687. ETOS52-APL
  8688. ETOS52-CRT
  8689. ETOS52-FDW
  8690. ETOS52-FUP
  8691. ETOS52-GFM
  8692. ETOS52-SPR
  8693. EXECUPORT-4000
  8694. EXECUPORT-4080
  8695. FACIT-TWIST-4440
  8696. FREEDOM-100
  8697. FREEDOM-110
  8698. FREEDOM-200
  8699. GENERAL-TERMINAL-100A
  8700. GENERAL-TERMINAL-101
  8701. GIPSI-TX-M
  8702. GIPSI-TX-ME
  8703. GIPSI-TX-C4
  8704. GIPSI-TX-C8
  8705. GSI
  8706. HAZELTINE-1420
  8707. HAZELTINE-1500
  8708. HAZELTINE-1510
  8709. HAZELTINE-1520
  8710. HAZELTINE-1552
  8711. HAZELTINE-2000
  8712. HAZELTINE-ESPRIT
  8713. HITACHI-5601
  8714. HITACHI-5603
  8715. HITACHI-5603E
  8716. HITACHI-5603EA
  8717. HITACHI-560X
  8718. HITACHI-560XE
  8719. HITACHI-560XEA
  8720. HITACHI-560PR
  8721. HITACHI-HOAP1
  8722. HITACHI-HOAP2
  8723. HITACHI-HOAP3
  8724. HITACHI-HOAP4
  8725. HP-2392
  8726. HP-2621
  8727. HP-2621A
  8728. HP-2621P
  8729. HP-2623
  8730. Reynolds & Postel [Page 221]
  8731. RFC 1700 Assigned Numbers October 1994
  8732. HP-2626
  8733. HP-2626A
  8734. HP-2626P
  8735. HP-2627
  8736. HP-2640
  8737. HP-2640A
  8738. HP-2640B
  8739. HP-2645
  8740. HP-2645A
  8741. HP-2648
  8742. HP-2648A
  8743. HP-2649
  8744. HP-2649A
  8745. IBM-1050
  8746. IBM-2741
  8747. IBM-3101
  8748. IBM-3101-10
  8749. IBM-3151
  8750. IBM-3179-2
  8751. IBM-3180-2
  8752. IBM-3196-A1
  8753. IBM-3275-2
  8754. IBM-3276-2
  8755. IBM-3276-3
  8756. IBM-3276-4
  8757. IBM-3277-2
  8758. IBM-3278-2
  8759. IBM-3278-3
  8760. IBM-3278-4
  8761. IBM-3278-5
  8762. IBM-3279-2
  8763. IBM-3279-3
  8764. IBM-3477-FC
  8765. IBM-3477-FG
  8766. IBM-5081
  8767. IBM-5151
  8768. IBM-5154
  8769. IBM-5251-11
  8770. IBM-5291-1
  8771. IBM-5292-2
  8772. IBM-5555-B01
  8773. IBM-5555-C01
  8774. IBM-6153
  8775. IBM-6154
  8776. IBM-6155
  8777. IBM-AED
  8778. IBM-3278-2-E
  8779. IBM-3278-3-E
  8780. Reynolds & Postel [Page 222]
  8781. RFC 1700 Assigned Numbers October 1994
  8782. IBM-3278-4-E
  8783. IBM-3278-5-E
  8784. IBM-3279-2-E
  8785. IBM-3279-3-E
  8786. IMLAC
  8787. INFOTON-100
  8788. INFOTON-400
  8789. INFOTONKAS
  8790. ISC-8001
  8791. LSI-ADM-1
  8792. LSI-ADM-11
  8793. LSI-ADM-12
  8794. LSI-ADM-2
  8795. LSI-ADM-20
  8796. LSI-ADM-22
  8797. LSI-ADM-220
  8798. LSI-ADM-3
  8799. LSI-ADM-31
  8800. LSI-ADM-3A
  8801. LSI-ADM-42
  8802. LSI-ADM-5
  8803. MEMOREX-1240
  8804. MICROBEE
  8805. MICROTERM-ACT-IV
  8806. MICROTERM-ACT-V
  8807. MICROTERM-ERGO-301
  8808. MICROTERM-MIME-1
  8809. MICROTERM-MIME-2
  8810. MICROTERM-ACT-5A
  8811. MICROTERM-TWIST
  8812. NEC-5520
  8813. NETRONICS
  8814. NETWORK-VIRTUAL-TERMINAL
  8815. OMRON-8025AG
  8816. PERKIN-ELMER-550
  8817. PERKIN-ELMER-1100
  8818. PERKIN-ELMER-1200
  8819. PERQ
  8820. PLASMA-PANEL
  8821. QUME-SPRINT-5
  8822. QUME-101
  8823. QUME-102
  8824. SOROC
  8825. SOROC-120
  8826. SOUTHWEST-TECHNICAL-PRODUCTS-CT82
  8827. SUN
  8828. SUPERBEE
  8829. SUPERBEE-III-M
  8830. Reynolds & Postel [Page 223]
  8831. RFC 1700 Assigned Numbers October 1994
  8832. TEC
  8833. TEKTRONIX-4006
  8834. TEKTRONIX-4010
  8835. TEKTRONIX-4012
  8836. TEKTRONIX-4013
  8837. TEKTRONIX-4014
  8838. TEKTRONIX-4023
  8839. TEKTRONIX-4024
  8840. TEKTRONIX-4025
  8841. TEKTRONIX-4027
  8842. TEKTRONIX-4105
  8843. TEKTRONIX-4107
  8844. TEKTRONIX-4110
  8845. TEKTRONIX-4112
  8846. TEKTRONIX-4113
  8847. TEKTRONIX-4114
  8848. TEKTRONIX-4115
  8849. TEKTRONIX-4125
  8850. TEKTRONIX-4404
  8851. TELERAY-1061
  8852. TELERAY-3700
  8853. TELERAY-3800
  8854. TELETEC-DATASCREEN
  8855. TELETERM-1030
  8856. TELETYPE-33
  8857. TELETYPE-35
  8858. TELETYPE-37
  8859. TELETYPE-38
  8860. TELETYPE-40
  8861. TELETYPE-43
  8862. TELEVIDEO-910
  8863. TELEVIDEO-912
  8864. TELEVIDEO-920
  8865. TELEVIDEO-920B
  8866. TELEVIDEO-920C
  8867. TELEVIDEO-925
  8868. TELEVIDEO-955
  8869. TELEVIDEO-950
  8870. TELEVIDEO-970
  8871. TELEVIDEO-975
  8872. TERMINET-1200
  8873. TERMINET-300
  8874. TI-700
  8875. TI-733
  8876. TI-735
  8877. TI-743
  8878. TI-745
  8879. TI-800
  8880. Reynolds & Postel [Page 224]
  8881. RFC 1700 Assigned Numbers October 1994
  8882. TYCOM
  8883. UNIVAC-DCT-500
  8884. VIDEO-SYSTEMS-1200
  8885. VIDEO-SYSTEMS-5000
  8886. VOLKER-CRAIG-303
  8887. VOLKER-CRAIG-303A
  8888. VOLKER-CRAIG-404
  8889. VISUAL-200
  8890. VISUAL-55
  8891. WYSE-30
  8892. WYSE-50
  8893. WYSE-60
  8894. WYSE-75
  8895. WYSE-85
  8896. WYSE-99GT
  8897. WYSE-100
  8898. WYSE-120
  8899. WYSE-120ES
  8900. WYSE-150
  8901. WYSE-150ES
  8902. WYSE-160
  8903. WYSE-160ES
  8904. WYSE-185
  8905. WYSE-185ES
  8906. WYSE-285
  8907. WYSE-285ES
  8908. WYSE-325
  8909. WYSE-325ES
  8910. WYSE-350
  8911. WYSE-370
  8912. XEROX-1720
  8913. XTERM
  8914. ZENITH-H19
  8915. ZENITH-Z29
  8916. ZENTEC-30
  8917. REFERENCES
  8918. [RFC930] Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  8919. RFC 930, University of Wisconsin, Madison, January 1985.
  8920. []
  8921. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/terminal-type-names
  8922. Reynolds & Postel [Page 225]
  8923. RFC 1700 Assigned Numbers October 1994
  8924. PROTOCOL AND SERVICE NAMES
  8925. These are the Official Protocol Names as they appear in the Domain
  8926. Name System WKS records and the NIC Host Table. Their use is
  8927. described in [RFC952].
  8928. A protocol or service may be up to 40 characters taken from the set of
  8929. uppercase letters, digits, and the punctuation character hyphen. It
  8930. must start with a letter, and end with a letter or digit.
  8931. ARGUS - ARGUS Protocol
  8932. ARP - Address Resolution Protocol
  8933. AUTH - Authentication Service
  8934. BBN-RCC-MON - BBN RCC Monitoring
  8935. BL-IDM - Britton Lee Intelligent Database Machine
  8936. BOOTP - Bootstrap Protocol
  8937. BOOTPC - Bootstrap Protocol Client
  8938. BOOTPS - Bootstrap Protocol Server
  8939. BR-SAT-MON - Backroom SATNET Monitoring
  8940. CFTP - CFTP
  8941. CHAOS - CHAOS Protocol
  8942. CHARGEN - Character Generator Protocol
  8943. CISCO-FNA - CISCO FNATIVE
  8944. CISCO-TNA - CISCO TNATIVE
  8945. CISCO-SYS - CISCO SYSMAINT
  8946. CLOCK - DCNET Time Server Protocol
  8947. CMOT - Common Mgmnt Info Ser and Prot over TCP/IP
  8948. COOKIE-JAR - Authentication Scheme
  8949. CSNET-NS - CSNET Mailbox Nameserver Protocol
  8950. DAYTIME - Daytime Protocol
  8951. DCN-MEAS - DCN Measurement Subsystems Protocol
  8952. DCP - Device Control Protocol
  8953. DGP - Dissimilar Gateway Protocol
  8954. DISCARD - Discard Protocol
  8955. DMF-MAIL - Digest Message Format for Mail
  8956. DOMAIN - Domain Name System
  8957. ECHO - Echo Protocol
  8958. EGP - Exterior Gateway Protocol
  8959. EHF-MAIL - Encoding Header Field for Mail
  8960. EMCON - Emission Control Protocol
  8961. EMFIS-CNTL - EMFIS Control Service
  8962. EMFIS-DATA - EMFIS Data Service
  8963. FCONFIG - Fujitsu Config Protocol
  8964. FINGER - Finger Protocol
  8965. FTP - File Transfer Protocol
  8966. FTP-DATA - File Transfer Protocol Data
  8967. Reynolds & Postel [Page 226]
  8968. RFC 1700 Assigned Numbers October 1994
  8969. GGP - Gateway Gateway Protocol
  8970. GRAPHICS - Graphics Protocol
  8971. HMP - Host Monitoring Protocol
  8972. HOST2-NS - Host2 Name Server
  8973. HOSTNAME - Hostname Protocol
  8974. ICMP - Internet Control Message Protocol
  8975. IGMP - Internet Group Management Protocol
  8976. IGP - Interior Gateway Protocol
  8977. IMAP2 - Interim Mail Access Protocol version 2
  8978. INGRES-NET - INGRES-NET Service
  8979. IP - Internet Protocol
  8980. IPCU - Internet Packet Core Utility
  8981. IPPC - Internet Pluribus Packet Core
  8982. IP-ARC - Internet Protocol on ARCNET
  8983. IP-ARPA - Internet Protocol on ARPANET
  8984. IP-CMPRS - Compressing TCP/IP Headers
  8985. IP-DC - Internet Protocol on DC Networks
  8986. IP-DVMRP - Distance Vector Multicast Routing Protocol
  8987. IP-E - Internet Protocol on Ethernet Networks
  8988. IP-EE - Internet Protocol on Exp. Ethernet Nets
  8989. IP-FDDI - Transmission of IP over FDDI
  8990. IP-HC - Internet Protocol on Hyperchannnel
  8991. IP-IEEE - Internet Protocol on IEEE 802
  8992. IP-IPX - Transmission of 802.2 over IPX Networks
  8993. IP-MTU - IP MTU Discovery Options
  8994. IP-NETBIOS - Internet Protocol over NetBIOS Networks
  8995. IP-SLIP - Transmission of IP over Serial Lines
  8996. IP-WB - Internet Protocol on Wideband Network
  8997. IP-X25 - Internet Protocol on X.25 Networks
  8998. IRTP - Internet Reliable Transaction Protocol
  8999. ISI-GL - ISI Graphics Language Protocol
  9000. ISO-TP4 - ISO Transport Protocol Class 4
  9001. ISO-TSAP - ISO TSAP
  9002. LA-MAINT - IMP Logical Address Maintenance
  9003. LARP - Locus Address Resoultion Protocol
  9004. LDP - Loader Debugger Protocol
  9005. LEAF-1 - Leaf-1 Protocol
  9006. LEAF-2 - Leaf-2 Protocol
  9007. LINK - Link Protocol
  9008. LOC-SRV - Location Service
  9009. LOGIN - Login Host Protocol
  9010. MAIL - Format of Electronic Mail Messages
  9011. MERIT-INP - MERIT Internodal Protocol
  9012. METAGRAM - Metagram Relay
  9013. MIB - Management Information Base
  9014. MIT-ML-DEV - MIT ML Device
  9015. MFE-NSP - MFE Network Services Protocol
  9016. MIT-SUBNET - MIT Subnet Support
  9017. Reynolds & Postel [Page 227]
  9018. RFC 1700 Assigned Numbers October 1994
  9019. MIT-DOV - MIT Dover Spooler
  9020. MPM - Internet Message Protocol (Multimedia Mail)
  9021. MPM-FLAGS - MPM Flags Protocol
  9022. MPM-SND - MPM Send Protocol
  9023. MSG-AUTH - MSG Authentication Protocol
  9024. MSG-ICP - MSG ICP Protocol
  9025. MUX - Multiplexing Protocol
  9026. NAMESERVER - Host Name Server
  9027. NETBIOS-DGM - NETBIOS Datagram Service
  9028. NETBIOS-NS - NETBIOS Name Service
  9029. NETBIOS-SSN - NETBIOS Session Service
  9030. NETBLT - Bulk Data Transfer Protocol
  9031. NETED - Network Standard Text Editor
  9032. NETRJS - Remote Job Service
  9033. NI-FTP - NI File Transfer Protocol
  9034. NI-MAIL - NI Mail Protocol
  9035. NICNAME - Who Is Protocol
  9036. NFILE - A File Access Protocol
  9037. NNTP - Network News Transfer Protocol
  9038. NSW-FE - NSW User System Front End
  9039. NTP - Network Time Protocol
  9040. NVP-II - Network Voice Protocol
  9041. OSPF - Open Shortest Path First Interior GW Protocol
  9042. PCMAIL - Pcmail Transport Protocol
  9043. POP2 - Post Office Protocol - Version 2
  9044. POP3 - Post Office Protocol - Version 3
  9045. PPP - Point-to-Point Protocol
  9046. PRM - Packet Radio Measurement
  9047. PUP - PUP Protocol
  9048. PWDGEN - Password Generator Protocol
  9049. QUOTE - Quote of the Day Protocol
  9050. RARP - A Reverse Address Resolution Protocol
  9051. RATP - Reliable Asynchronous Transfer Protocol
  9052. RE-MAIL-CK - Remote Mail Checking Protocol
  9053. RDP - Reliable Data Protocol
  9054. RIP - Routing Information Protocol
  9055. RJE - Remote Job Entry
  9056. RLP - Resource Location Protocol
  9057. RTELNET - Remote Telnet Service
  9058. RVD - Remote Virtual Disk Protocol
  9059. SAT-EXPAK - Satnet and Backroom EXPAK
  9060. SAT-MON - SATNET Monitoring
  9061. SEP - Sequential Exchange Protocol
  9062. SFTP - Simple File Transfer Protocol
  9063. SGMP - Simple Gateway Monitoring Protocol
  9064. SNMP - Simple Network Management Protocol
  9065. SMI - Structure of Management Information
  9066. SMTP - Simple Mail Transfer Protocol
  9067. Reynolds & Postel [Page 228]
  9068. RFC 1700 Assigned Numbers October 1994
  9069. SQLSRV - SQL Service
  9070. ST - Stream Protocol
  9071. STATSRV - Statistics Service
  9072. SU-MIT-TG - SU/MIT Telnet Gateway Protocol
  9073. SUN-RPC - SUN Remote Procedure Call
  9074. SUPDUP - SUPDUP Protocol
  9075. SUR-MEAS - Survey Measurement
  9076. SWIFT-RVF - Remote Virtual File Protocol
  9077. TACACS-DS - TACACS-Database Service
  9078. TACNEWS - TAC News
  9079. TCP - Transmission Control Protocol
  9080. TCP-ACO - TCP Alternate Checksum Option
  9081. TELNET - Telnet Protocol
  9082. TFTP - Trivial File Transfer Protocol
  9083. THINWIRE - Thinwire Protocol
  9084. TIME - Time Server Protocol
  9085. TP-TCP - ISO Transport Service on top of the TCP
  9086. TRUNK-1 - Trunk-1 Protocol
  9087. TRUNK-2 - Trunk-2 Protocol
  9088. UCL - University College London Protocol
  9089. UDP - User Datagram Protocol
  9090. NNTP - Network News Transfer Protocol
  9091. USERS - Active Users Protocol
  9092. UUCP-PATH - UUCP Path Service
  9093. VIA-FTP - VIA Systems-File Transfer Protocol
  9094. VISA - VISA Protocol
  9095. VMTP - Versatile Message Transaction Protocol
  9096. WB-EXPAK - Wideband EXPAK
  9097. WB-MON - Wideband Monitoring
  9098. XNET - Cross Net Debugger
  9099. XNS-IDP - Xerox NS IDP
  9100. REFERENCES
  9101. [RFC952] Harrenstien, K., Stahl, M., and E. Feinler, "DoD Internet
  9102. Host Table Specification", RFC 952, SRI, October 1985.
  9103. []
  9104. URL = ftp://ftp.isi.edu/in-notes/iana/assignments/service-names
  9105. Reynolds & Postel [Page 229]
  9106. RFC 1700 Assigned Numbers October 1994
  9107. Security Considerations
  9108. Security issues are not discussed in this memo.
  9109. Authors' Addresses
  9110. Joyce K. Reynolds
  9111. USC/Information Sciences Institute
  9112. 4676 Admiralty Way
  9113. Marina del Rey, California 90292-6695
  9114. Phone: +1 310-822-1511
  9115. EMail: [email protected]
  9116. Jon Postel
  9117. USC/Information Sciences Institute
  9118. 4676 Admiralty Way
  9119. Marina del Rey, California 90292-6695
  9120. Phone: +1 310-822-1511
  9121. EMail: [email protected]
  9122. []
  9123. Reynolds & Postel [Page 230]