diff --git a/RFCs/INDEX b/RFCs/INDEX deleted file mode 100644 index 50e626c..0000000 --- a/RFCs/INDEX +++ /dev/null @@ -1,33 +0,0 @@ -[filename] - Description. - -[rfc1034.txt] - Domain names - concepts and facilities. P.V. Mockapetris. - Nov-01-1987. (Format: TXT=129180 bytes) (Obsoletes RFC0973, RFC0882, - RFC0883) (Obsoleted by RFC1065, RFC2308) (Updated by RFC1101, - RFC1183, RFC1348, RFC1876, RFC1982, RFC2065, RFC2181, RFC2308, - RFC2535) (Also STD0013) (Status: STANDARD) - -[rfc1035.txt] - Domain names - implementation and specification. P.V. - Mockapetris. Nov-01-1987. (Format: TXT=125626 bytes) (Obsoletes - RFC0973, RFC0882, RFC0883) (Updated by RFC1101, RFC1183, RFC1348, - RFC1876, RFC1982, RFC1995, RFC1996, RFC2065, RFC2181, RFC2136, - RFC2137, RFC2308, RFC2535) (Also STD0013) (Status: STANDARD) - -[rfc1794.txt] - DNS Support for Load Balancing. T. Brisco. April 1995. (Format: - TXT=15494 bytes) (Status: INFORMATIONAL) - -[rfc2181.txt] - Clarifications to the DNS Specification. R. Elz, R. Bush. July - 1997. (Format: TXT=36989 bytes) (Updates RFC1034, RFC1035, RFC1123) - (Updated by RFC2535) (Status: PROPOSED STANDARD) - -[rfc2308.txt] - Negative Caching of DNS Queries (DNS NCACHE). M. Andrews. March - 1998. (Format: TXT=41428 bytes) (Obsoletes RFC1034) (Updates RFC1034, - RFC1035) (Status: PROPOSED STANDARD) - -[draft-ietf-dnsext-axfr-clarify-01.txt] - DNS Zone Transfer Protocol Clarifications diff --git a/RFCs/draft-ietf-dnsext-axfr-clarify-01.txt b/RFCs/draft-ietf-dnsext-axfr-clarify-01.txt deleted file mode 100644 index 7c1d45e..0000000 --- a/RFCs/draft-ietf-dnsext-axfr-clarify-01.txt +++ /dev/null @@ -1,333 +0,0 @@ -INTERNET-DRAFT Andreas Gustafsson -draft-ietf-dnsext-axfr-clarify-01.txt Nominum Inc. - November 2000 - - - DNS Zone Transfer Protocol Clarifications - - -Status of this Memo - - This document is an Internet-Draft and is in full conformance with - all provisions of Section 10 of RFC2026. - - Internet-Drafts are working documents of the Internet Engineering - Task Force (IETF), its areas, and its working groups. Note that - other groups may also distribute working documents as Internet- - Drafts. - - Internet-Drafts are draft documents valid for a maximum of six months - and may be updated, replaced, or obsoleted by other documents at any - time. It is inappropriate to use Internet-Drafts as reference - material or to cite them other than as "work in progress." - - The list of current Internet-Drafts can be accessed at - http://www.ietf.org/ietf/1id-abstracts.txt - - The list of Internet-Draft Shadow Directories can be accessed at - http://www.ietf.org/shadow.html. - -Abstract - - In the Domain Name System, zone data is replicated among - authoritative DNS servers by means of the "zone transfer" protocol, - also known as the "AXFR" protocol. This memo clarifies, updates, and - adds missing detail to the original AXFR protocol specification in - RFC1034. - -1. Introduction - - The original definition of the DNS zone transfer protocol consists of - a single paragraph in [RFC1034] section 4.3.5 and some additional - notes in [RFC1035] section 6.3. It is not sufficiently detailed to - serve as the sole basis for constructing interoperable - implementations. This document is an attempt to provide a more - complete definition of the protocol. Where the text in RFC1034 - conflicts with existing practice, the existing practice has been - codified in the interest of interoperability. - - - - -Expires May 2001 [Page 1] - -draft-ietf-dnsext-axfr-clarify-01.txt November 2000 - - - The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", - "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this - document are to be interpreted as described in [RFC 2119]. - -2. The zone transfer request - - To initiate a zone transfer, the slave server sends a zone transfer - request to the master server over a reliable transport such as TCP. - The form of this request is specified in sufficient detail in RFC1034 - and needs no further clarification. - - Implementers are advised that one server implementation in widespread - use sends AXFR requests where the TCP message envelope size exceeds - the DNS request message size by two octets. - -3. The zone transfer response - - If the master server is unable or unwilling to provide a zone - transfer, it MUST respond with a single DNS message containing an - appropriate RCODE other than NOERROR. - - If a zone transfer can be provided, the master server sends one or - more DNS messages containing the zone data as described below. - -3.1. Multiple answers per message - - The zone data in a zone transfer response is a sequence of answer - RRs. These RRs are transmitted in the answer section(s) of one or - more DNS response messages. - - The AXFR protocol definition in RFC1034 does not make a clear - distinction between response messages and answer RRs. Historically, - DNS servers always transmitted a single answer RR per message. This - encoding is wasteful due to the overhead of repeatedly sending DNS - message headers and the loss of domain name compression - opportunities. To improve efficiency, some newer servers support a - mode where multiple RRs are transmitted in a single DNS response - message. - - A master MAY transmit multiple answer RRs per response message up to - the largest number that will fit within the 65535 byte limit on TCP - DNS message size. In the case of a small zone, this can cause the - entire transfer to be transmitted in a single response message. - - Slaves MUST accept messages containing any number of answer RRs. For - compatibility with old slaves, masters that support sending multiple - answers per message SHOULD be configurable to revert to the - historical mode of one answer per message, and the configuration - - - -Expires May 2001 [Page 2] - -draft-ietf-dnsext-axfr-clarify-01.txt November 2000 - - - SHOULD be settable on a per-slave basis. - -3.2. DNS message header contents - - RFC1034 does not specify the contents of the DNS message header of - the zone transfer response messages. The header of each message MUST - be as follows: - - ID Copy from request - QR 1 - OPCODE QUERY - AA 1 (but MAY be 0 when RCODE is nonzero) - TC 0 - RD Copy from request - RA Set according to availability of recursion S Z 0 - AD 0 - CD 0 - RCODE 0 or error code - - The slave MUST check the RCODE and abort the transfer if it is - nonzero. It SHOULD check the ID of the first message received and - abort the transfer if it does not match the ID of the request. The - ID SHOULD be ignored in subsequent messages, and fields other than - RCODE and ID SHOULD be ignored in all messages, to ensure - interoperability with certain older implementations which transmit - incorrect or arbitrary values in these fields. - -3.3. Additional section and SIG processing - - Zone transfer responses are not subject to any kind of additional - section processing or automatic inclusion of SIG records. SIG RRs in - the zone data are treated exactly the same as any other RR type. - -3.4. The question section - - RFC1034 does not specify whether zone transfer response messages have - a question section or not. The initial message of a zone transfer - response SHOULD have a question section identical to that in the - request. Subsequent messages SHOULD NOT have a question section, - though the final message MAY. The receiving slave server MUST accept - any combination of messages with and without a question section. - -3.5. The authority section - - The master server MUST transmit messages with an empty authority - section. Slaves MUST ignore any authority section contents they may - receive from masters that do not comply with this requirement. - - - - -Expires May 2001 [Page 3] - -draft-ietf-dnsext-axfr-clarify-01.txt November 2000 - - -3.6. The additional section - - The additional section MAY contain additional RRs such as transaction - signatures. The slave MUST ignore any unexpected RRs in the - additional section. - -4. Glue - - A master transmitting a zone transfer MUST include the full set of - zone data it loaded from the zone's master file, from an incoming - zone transfer, or other similar means of configuring zone data. This - includes any nonauthoritative data ("glue") associated with the zone - by being present in the zone's master file or the incoming transfer - along with the authoritative data. This glue data includes any - configured zone data obscured by zone cuts or otherwise outside the - zone in case; it is not limited to RRs pointed to by NS records. - - The glue RRs are transmitted in the answer section along with the - authoritative data. This is unlike ordinary DNS responses where glue - is transmitted in the authority or additional section. - - Zone transfers MUST NOT contain RRs from the authoritative data of - zones other than the one being transferred or from the cache, even - when such RRs are pointed to by NS records in the zone being - transferred. - - A slave receiving a zone transfer MUST accept glue data and recognize - it as such; glue MUST NOT be treated as authoritative data nor - entered into the cache. Note that classifying an RR as glue or non- - glue may not be possible until the entire zone has been received so - that the zone cuts defined by the zone's NS records can be - determined. Glue data that is not below the zone origin ("cross-zone - glue") MAY be discarded by the slave. - -5. Transmission order - - RFC1034 states that "The first and last messages must contain the - data for the top authoritative node of the zone". This is not - consistent with existing practice. All known master implementations - send, and slave implementations expect to receive, the zone's SOA RR - as the first and last record of the transfer. Any other RRs at the - zone's apex are transmitted only once. - - Therefore, the quoted sentence is hereby changed to read "The first - and last RR transmitted must be the SOA record of the zone". - - The initial and final SOA record MUST be identical, with the possible - exception of case and compression. In particular, they MUST have the - - - -Expires May 2001 [Page 4] - -draft-ietf-dnsext-axfr-clarify-01.txt November 2000 - - - same serial number. - - The transmission order of all other RRs in the zone, including glue - records, is undefined. - -6. Security Considerations - - The zone transfer protocol as defined in [RFC1034] and clarified by - this memo does not have any built-in mechanisms for the slave to - securely verify the identity of the master server and the integrity - of the transferred zone data. The use of TSIG [RFC2845] for this - purpose is RECOMMENDED. - - The zone transfer protocol allows read-only public access to the - complete zone data. Since data in the DNS is public by definition, - this is generally acceptable. Sites that wish to avoid disclosing - their full zone data MAY restrict zone transfer access to authorized - slaves. - - These clarifications are not believed to themselves introduce any new - security problems, nor to solve any existing ones. - -References - - [RFC1034] - Domain Names - Concepts and Facilities, P. Mockapetris, - November 1987. - - [RFC1035] - Domain Names - Implementation and Specifications, P. - Mockapetris, November 1987. - - [RFC2119] - Key words for use in RFCs to Indicate Requirement Levels, - S. Bradner, BCP 14, March 1997. - - [RFC2845] - Secret Key Transaction Authentication for DNS (TSIG). P. - Vixie, O. Gudmundsson, D. Eastlake, B. Wellington, May 2000. - -Author's Address - - Andreas Gustafsson - Nominum Inc. - 950 Charter Street - Redwood City, CA 94063 - USA - - Phone: +1 650 779 6004 - - Email: gson@nominum.com - - - - -Expires May 2001 [Page 5] - -draft-ietf-dnsext-axfr-clarify-01.txt November 2000 - - -Full Copyright Statement - - Copyright (C) The Internet Society (2000). All Rights Reserved. - - This document and translations of it may be copied and furnished to - others, and derivative works that comment on or otherwise explain it - or assist in its implmentation may be prepared, copied, published and - distributed, in whole or in part, without restriction of any kind, - provided that the above copyright notice and this paragraph are - included on all such copies and derivative works. However, this - document itself may not be modified in any way, such as by removing - the copyright notice or references to the Internet Society or other - Internet organizations, except as needed for the purpose of - developing Internet standards in which case the procedures for - copyrights defined in the Internet Standards process must be - followed, or as required to translate it into languages other than - English. - - The limited permissions granted above are perpetual and will not be - revoked by the Internet Society or its successors or assigns. - - This document and the information contained herein is provided on an - "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING - TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING - BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION - HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF - MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE." - - - - - - - - - - - - - - - - - - - - - - - - -Expires May 2001 [Page 6] - diff --git a/RFCs/rfc-index.txt b/RFCs/rfc-index.txt deleted file mode 100644 index b026de7..0000000 --- a/RFCs/rfc-index.txt +++ /dev/null @@ -1,9784 +0,0 @@ - - -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - RFC INDEX - ------------- - -This file contains citations for all RFCs in numeric order. - -RFC citations appear in this format: - -#### Title of RFC. Author 1, Author 2, Author 3. Issue date. - (Format: ASCII) (Obsoletes xxx) (Obsoleted by xxx) (Updates xxx) - (Updated by xxx) (Also FYI ####) - -Key to citations: - -#### is the RFC number. - -Following the number are the title (terminated with a period), the -author, or list of authors (terminated with a period), and the date -(terminated with a period). - -The format and byte information follows in parenthesis. The format, -either ASCII text (TXT) or PostScript (PS) or both, is noted, followed -by an equals sign and the number of bytes for that version. For -example (Format: TXT=aaaaa, PS=bbbbbb bytes) shows that the ASCII text -version is aaaaa bytes, and the PostScript version of the RFC is -bbbbbb bytes. - -Obsoletes xxxx refers to other RFCs that this one replaces; -Obsoleted by xxxx refers to RFCs that have replaced this one. -Updates xxxx refers to other RFCs that this one merely updates but -does not replace); Updated by xxxx refers to RFCs that have been -updated by this one (but not replaced). Only immediately succeeding -and/or preceding RFCs are indicated, not the entire history of each -related earlier or later RFC in a related series. - -The (Also FYI ##) or (Also STD ##) phrase gives the equivalent FYI or -STD number if the RFC was also issued in those document sub-series. - - For example: - - 1129 Internet time synchronization: The Network Time - Protocol. Mills, D.L. October 1989. - (Format: PS=551697 bytes) - -Details on obtaining RFCs via FTP or EMAIL may be obtained by sending -an EMAIL message to: rfc-info@ISI.EDU -with the message body help: ways_to_get_rfcs. - -For example: - - To: rfc-info@ISI.EDU - Subject: getting rfcs - - help: ways_to_get_rfcs - -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - RFC INDEX - --------- - - - -0001 Host Software. S. Crocker. Apr-07-1969. (Format: TXT=21088 bytes) - (Status: UNKNOWN) - -0002 Host software. B. Duvall. Apr-09-1969. (Not online) (Status: - UNKNOWN) - -0003 Documentation conventions. S.D. Crocker. Apr-09-1969. (Format: - TXT=2323 bytes) (Obsoleted by RFC0010) (Status: UNKNOWN) - -0004 Network timetable. E.B. Shapiro. Mar-24-1969. (Format: TXT=5933 - bytes) (Status: INFORMATIONAL) - -0005 Decode Encode Language (DEL). J. Rulifson. Jun-02-1969. (Format: - TXT=26408 bytes) (Status: UNKNOWN) - -0006 Conversation with Bob Kahn. S.D. Crocker. Apr-10-1969. (Format: - TXT=1568 bytes) (Status: UNKNOWN) - -0007 Host-IMP interface. G. Deloche. May-01-1969. (Not online) - (Status: UNKNOWN) - -0008 Functional specifications for the ARPA Network. G. Deloche. - May-05-1969. (Not online) (Status: UNKNOWN) - -0009 Host software. G. Deloche. May-01-1969. (Not online) (Status: - UNKNOWN) - -0010 Documentation conventions. S.D. Crocker. Jul-29-1969. (Format: - TXT=3348 bytes) (Obsoletes RFC0003) (Obsoleted by RFC0016) (Updated - by RFC0024, RFC0027, RFC0030) (Status: UNKNOWN) - -0011 Implementation of the Host-Host software procedures in GORDO. G. - Deloche. Aug-01-1969. (Not online) (Obsoleted by RFC0033) (Status: - UNKNOWN) - -0012 IMP-Host interface flow diagrams. M. Wingfield. Aug-26-1969. (Not - online) (Status: UNKNOWN) - -0013 Zero Text Length EOF Message. V. Cerf. Aug-20-1969. (Format: - TXT=1070 bytes) (Status: UNKNOWN) - -0015 Network subsystem for time sharing hosts. C.S. Carr. Sep-25-1969. - (Not online) (Status: UNKNOWN) - -0016 M.I.T. S. Crocker. Sep-27-1969. (Format: TXT=682 bytes) - (Obsoletes RFC0010) (Obsoleted by RFC0024) (Updated by RFC0024, - RFC0027, RFC0030) (Status: UNKNOWN) - -0017 Some questions re: Host-IMP Protocol. J.E. Kreznar. Aug-27-1969. - (Not online) (Status: UNKNOWN) - -0018 IMP-IMP and HOST-HOST Control Links. V. Cerf. Sep 1969. (Format: - TXT=634 bytes) (Status: UNKNOWN) - -0019 Two protocol suggestions to reduce congestion at swap bound - nodes. J.E. Kreznar. Oct-07-1969. (Format: TXT=3392 bytes) (Status: - UNKNOWN) - -0020 ASCII format for network interchange. V.G. Cerf. Oct-16-1969. - (Not online) (Status: UNKNOWN) - -0021 Network meeting. V.G. Cerf. Oct-17-1969. (Format: TXT=2143 bytes) - (Status: UNKNOWN) - -0022 Host-host control message formats. V.G. Cerf. Oct-17-1969. (Not - online) (Status: UNKNOWN) - -0023 Transmission of Multiple Control Messages. G. Gregg. Oct-16-1969. - (Format: TXT=690 bytes) (Status: UNKNOWN) - -0024 Documentation Conventions. S.D. Crocker. Nov-21-1969. (Format: - TXT=3460 bytes) (Obsoletes RFC0016) (Updates RFC0010, RFC0016) - (Updated by RFC0027, RFC0030) (Status: UNKNOWN) - -0025 No High Link Numbers. S.D. Crocker. Oct-30-1969. (Format: TXT=479 - bytes) (Status: UNKNOWN) - -0027 Documentation Conventions. S.D. Crocker. Dec-09-1969. (Format: - TXT=3661 bytes) (Updates RFC0010, RFC0016, RFC0024) (Updated by - RFC0030) (Status: UNKNOWN) - -0028 Time Standards. W.K. English. Jan-13-1970. (Format: TXT=557 - bytes) (Status: UNKNOWN) - -0029 Response to RFC 28. R.E. Kahn. Jan-19-1970. (Format: TXT=790 - bytes) (Also RFC0028) (Status: UNKNOWN) - -0030 Documentation Conventions. S.D. Crocker. Feb-04-1970. (Format: - TXT=4041 bytes) (Updates RFC0010, RFC0016, RFC0024, RFC0027) (Status: - UNKNOWN) - -0031 Binary Message Forms in Computer. D. Bobrow, W.R. Sutherland. - Feb-01-1968. (Format: TXT=11191 bytes) (Status: UNKNOWN) - -0032 Connecting M.I.T. Computers to the ARPA Computer-To-Computer - Communication Network. D. Vedder. Jan-31-1969. (Format: TXT=2216 - bytes) (Status: UNKNOWN) - -0033 New Host-Host Protocol. S.D. Crocker. Feb-12-1970. (Not online) - (Obsoletes RFC0011) (Updated by RFC0036, RFC0047) (Status: UNKNOWN) - -0034 Some Brief Preliminary Notes on the Augmentation Research Center - Clock. W.K. English. Feb-26-1970. (Format: TXT=2534 bytes) (Status: - UNKNOWN) - -0035 Network Meeting. S.D. Crocker. Mar-03-1970. (Format: TXT=1282 - bytes) (Status: INFORMATIONAL) - -0036 Protocol Notes. S.D. Crocker. Mar-16-1970. (Not online) (Updates - RFC0033) (Updated by RFC0039, RFC0044) (Status: UNKNOWN) - -0037 Network Meeting Epilogue, etc. S.D. Crocker. Mar-20-1970. - (Format: TXT=9107 bytes) (Status: UNKNOWN) - -0038 Comments on Network Protocol from NWG/RFC #36. S.M. Wolfe. - Mar-20-1970. (Format: TXT=2536 bytes) (Status: UNKNOWN) - -0039 Comments on Protocol Re: NWG/RFC #36. E. Harslem, J.F. Heafner. - Mar-25-1970. (Not online) (Updates RFC0036) (Status: UNKNOWN) - -0040 More Comments on the Forthcoming Protocol. E. Harslem, J.F. - Heafner. Mar-27-1970. (Format: TXT=3825 bytes) (Status: UNKNOWN) - -0041 IMP-IMP Teletype Communication. J.T. Melvin. Mar-30-1970. - (Format: TXT=1038 bytes) (Status: UNKNOWN) - -0042 Message Data Types. E. Ancona. Mar-31-1970. (Not online) (Status: - UNKNOWN) - -0043 Proposed Meeting. A.G. Nemeth. Apr-08-1970. (Format: TXT=1600 - bytes) (Updates RFC0122) (Status: UNKNOWN) - -0044 Comments on NWG/RFC 33 and 36. A. Shoshani, R. Long, A. - Landsberg. Apr-10-1970. (Not online) (Updates RFC0036) (Status: - UNKNOWN) - -0045 New Protocol is Coming. J. Postel, S.D. Crocker. Apr-14-1970. - (Format: TXT=1130 bytes) (Status: UNKNOWN) - -0046 ARPA Network protocol notes. E. Meyer. Apr-17-1970. (Not online) - (Status: UNKNOWN) - -0047 BBN's Comments on NWG/RFC #33. W.R. Crowther. Apr-20-1970. - (Format: TXT=5343 bytes) (Updates RFC0033) (Status: UNKNOWN) - -0048 Possible protocol plateau. J. Postel, S.D. Crocker. Apr-21-1970. - (Not online) (Status: UNKNOWN) - -0049 Conversations with S. Crocker (UCLA). E. Meyer. Apr-23-1970. - (Format: TXT=12384 bytes) (Status: UNKNOWN) - -0050 Comments on the Meyer Proposal. E. Harslem, J. Haverty. - Apr-30-1970. (Format: TXT=4070 bytes) (Status: UNKNOWN) - -0051 Proposal for a Network Interchange Language. M. Elie. - May-04-1970. (Not online) (Status: UNKNOWN) - -0052 Updated distribution list. J. Postel, S.D. Crocker. Jul-01-1970. - (Format: TXT=5088 bytes) (Updated by RFC0069) (Status: UNKNOWN) - -0053 Official protocol mechanism. S.D. Crocker. Jun-09-1970. (Format: - TXT=2330 bytes) (Status: UNKNOWN) - -0054 Official Protocol Proffering. S.D. Crocker, J. Postel, J. - Newkirk, M. Kraley. Jun-18-1970. (Format: TXT=20131 bytes) (Updated - by RFC0057) (Status: UNKNOWN) - -0055 Prototypical implementation of the NCP. J. Newkirk, M. Kraley, J. - Postel, S.D. Crocker. Jun-19-1970. (Not online) (Status: UNKNOWN) - -0056 Third Level Protocol: Logger Protocol. E. Belove, D. Black, R. - Flegal, L.G. Farquar. Jun-01-1970. (Format: TXT=13066 bytes) (Status: - UNKNOWN) - -0057 Thoughts and Reflections on NWG/RFC 54. M. Kraley, J. Newkirk. - Jun-19-1970. (Format: TXT=8360 bytes) (Updates RFC0054) (Status: - UNKNOWN) - -0058 Logical Message Synchronization. T.P. Skinner. Jun-26-1970. - (Format: TXT=3767 bytes) (Status: UNKNOWN) - -0059 Flow Control - Fixed Versus Demand Allocation. E. Meyer. - Jun-27-1970. (Format: TXT=17691 bytes) (Status: UNKNOWN) - -0060 Simplified NCP Protocol. R.B. Kalin. Jul-15-1970. (Format: - TXT=18941 bytes) (Status: UNKNOWN) - -0061 Note on Interprocess Communication in a Resource Sharing Computer - Network. D.C. Walden. Jul-17-1970. (Not online) (Obsoleted by - RFC0062) (Status: UNKNOWN) - -0062 Systems for Interprocess Communication in a Resource Sharing - Computer Network. D.C. Walden. Aug-03-1970. (Format: TXT=55784 bytes) - (Obsoletes RFC0061) (Status: UNKNOWN) - -0063 Belated Network Meeting Report. V.G. Cerf. Jul-31-1970. (Format: - TXT=2961 bytes) (Status: UNKNOWN) - -0064 Getting rid of marking. M. Elie. Jul-01-1970. (Format: TXT=7556 - bytes) (Status: UNKNOWN) - -0065 Comments on Host/Host Protocol document #1. D.C. Walden. - Aug-29-1970. (Not online) (Status: UNKNOWN) - -0066 NIC - third level ideas and other noise. S.D. Crocker. - Aug-26-1970. (Format: TXT=4575 bytes) (Obsoleted by RFC0123) (Updated - by RFC0080, RFC0093) (Status: UNKNOWN) - -0067 Proposed Change to Host/IMP Spec to Eliminate Marking. W.R. - Crowther. Jan-01-1970. (Format: TXT=1534 bytes) (Status: UNKNOWN) - -0068 Comments on Memory Allocation Control Commands: CEASE, ALL, GVB, - RET, and RFNM. M. Elie. Aug-31-1970. (Format: TXT=5041 bytes) - (Status: UNKNOWN) - -0069 Distribution List Change for MIT. A.K. Bhushan. Sep-22-1970. - (Format: TXT=841 bytes) (Updates RFC0052) (Status: UNKNOWN) - -0070 Note on Padding. S.D. Crocker. Oct-15-1970. (Format: TXT=12790 - bytes) (Updated by RFC0228) (Status: UNKNOWN) - -0071 Reallocation in Case of Input Error. T. Schipper. Sep-25-1970. - (Format: TXT=1265 bytes) (Status: UNKNOWN) - -0072 Proposed Moratorium on Changes to Network Protocol. R.D. - Bressler. Sep-28-1970. (Format: TXT=4047 bytes) (Status: UNKNOWN) - -0073 Response to NWG/RFC 67. S.D. Crocker. Sep-25-1970. (Format: - TXT=1268 bytes) (Status: UNKNOWN) - -0074 Specifications for network use of the UCSB On-Line System. J.E. - White. Oct-16-1970. (Not online) (Updated by RFC0217, RFC0225) - (Status: UNKNOWN) - -0075 Network Meeting. S.D. Crocker. Oct-14-1970. (Format: TXT=1318 - bytes) (Status: UNKNOWN) - -0076 Connection by name: User oriented protocol. J. Bouknight, J. - Madden, G.R. Grossman. Oct-28-1970. (Not online) (Status: UNKNOWN) - -0077 Network meeting report. J. Postel. Nov-20-1970. (Not online) - (Status: UNKNOWN) - -0078 NCP Status Report: UCSB/Rand. E. Harslem, J.F. Heafner, J.E. - White. Oct-01-1970. (Format: TXT=1303 bytes) (Status: UNKNOWN) - -0079 Logger Protocol error. E. Meyer. Nov-16-1970. (Not online) - (Status: UNKNOWN) - -0080 Protocols and Data Formats. E. Harslem, J.F. Heafner. - Dec-01-1970. (Not online) (Obsoleted by RFC0123) (Updates RFC0066) - (Updated by RFC0093) (Status: UNKNOWN) - -0081 Request for Reference Information. J. Bouknight. Dec-03-1970. - (Format: TXT=956 bytes) (Status: UNKNOWN) - -0082 Network Meeting Notes. E. Meyer. Dec-09-1970. (Not online) - (Status: UNKNOWN) - -0083 Language-machine for data reconfiguration. R.H. Anderson, E. - Harslem, J.F. Heafner. Dec-18-1970. (Not online) (Status: UNKNOWN) - -0084 List of NWG/RFC's 1-80. J.B. North. Dec-23-1970. (Not online) - (Status: UNKNOWN) - -0085 Network Working Group meeting. S.D. Crocker. Dec-28-1970. - (Format: TXT=1547 bytes) (Status: UNKNOWN) - -0086 Proposal for a Network Standard Format for a Data Stream to - Control Graphics Display. S.D. Crocker. Jan-05-1971. (Format: - TXT=7117 bytes) (Updated by RFC0125) (Status: UNKNOWN) - -0087 Topic for Discussion at the Next Network Working Group Meeting. - A. Vezza. Jan-12-1971. (Format: TXT=3593 bytes) (Status: UNKNOWN) - -0088 NETRJS: A third level protocol for Remote Job Entry. R.T. Braden, - S.M. Wolfe. Jan-13-1971. (Not online) (Obsoleted by RFC0189) (Status: - UNKNOWN) - -0089 Some historic moments in networking. R.M. Metcalfe. Jan-19-1971. - (Not online) (Status: UNKNOWN) - -0090 CCN as a Network Service Center. R.T. Braden. Jan-15-1971. - (Format: TXT=11929 bytes) (Status: UNKNOWN) - -0091 Proposed User-User Protocol. G.H. Mealy. Dec-27-1970. (Format: - TXT=24462 bytes) (Status: UNKNOWN) - -0093 Initial Connection Protocol. A.M. McKenzie. Jan-27-1971. (Format: - TXT=1746 bytes) (Updates RFC0066, RFC0080) (Status: UNKNOWN) - -0094 Some thoughts on Network Graphics. E. Harslem, J.F. Heafner. - Feb-03-1971. (Not online) (Status: UNKNOWN) - -0095 Distribution of NWG/RFC's through the NIC. S.D. Crocker. - Feb-04-1971. (Format: TXT=8938 bytes) (Obsoleted by RFC0155) (Status: - UNKNOWN) - -0096 An Interactive Network Experiment to Study Modes of Access the - Network Information Center. R.W. Watson. Feb-12-1971. (Format: - TXT=11334 bytes) (Status: INFORMATIONAL) - -0097 First Cut at a Proposed Telnet Protocol. J.T. Melvin, R.W. - Watson. Feb-15-1971. (Not online) (Status: UNKNOWN) - -0098 Logger Protocol Proposal. E. Meyer, T. Skinner. Feb-11-1971. - (Format: TXT=24536 bytes) (Updated by RFC0123) (Status: UNKNOWN) - -0099 Network Meeting. P.M. Karp. Feb-22-1971. (Format: TXT=1010 bytes) - (Updated by RFC0116) (Status: UNKNOWN) - -0100 Categorization and guide to NWG/RFCs. P.M. Karp. Feb-26-1971. - (Not online) (Status: UNKNOWN) - -0101 Notes on the Network Working Group meeting, Urbana, Illinois, - February 17, 1971. R.W. Watson. Feb-23-1971. (Not online) (Updated by - RFC0108, RFC0123) (Status: UNKNOWN) - -0102 Output of the Host-Host Protocol glitch cleaning committee. S.D. - Crocker. Feb-22-1971. (Not online) (Updated by RFC0107) (Status: - UNKNOWN) - -0103 Implementation of Interrupt Keys. R.B. Kalin. Feb-24-1971. - (Format: TXT=7592 bytes) (Status: UNKNOWN) - -0104 Link 191. J.B. Postel, S.D. Crocker. Feb-25-1971. (Format: - TXT=1017 bytes) (Status: UNKNOWN) - -0105 Network Specifications for Remote Job Entry and Remote Job Output - Retrieval at UCSB. J.E. White. Mar-22-1971. (Format: TXT=21938 bytes) - (Updated by RFC0217) (Status: UNKNOWN) - -0106 User/Server Site Protocol Network Host Questionnaire. T.C. - O'Sullivan. Mar-03-1971. (Format: TXT=6946 bytes) (Status: UNKNOWN) - -0107 Output of the Host-Host Protocol Glitch Cleaning Committee. R.D. - Bressler, S.D. Crocker, W.R. Crowther, G.R. Grossman, R.S. Tomlinson, - J.E. White. Mar-23-1971. (Format: TXT=18109 bytes) (Updates RFC0102) - (Updated by RFC0111, RFC0124, RFC0132, RFC0154, RFC0179) (Status: - UNKNOWN) - -0108 Attendance list at the Urbana NWG meeting, February 17-19, 1971. - R.W. Watson. Mar-25-1971. (Not online) (Updates RFC0101) (Status: - UNKNOWN) - -0109 Level III Server Protocol for the Lincoln Laboratory NIC 360/67 - Host. J.M. Winett. Mar-24-1971. (Not online) (Also RFC393) (Status: - UNKNOWN) - -0110 Conventions for using an IBM 2741 terminal as a user console for - access to network server hosts. J.M. Winett. Mar-25-1971. (Not - online) (Updated by RFC0135) (Status: UNKNOWN) - -0111 Pressure from the Chairman. S.D. Crocker. Mar-31-1971. (Format: - TXT=2098 bytes) (Updates RFC0107) (Updated by RFC0130) (Status: - UNKNOWN) - -0112 User/Server Site Protocol: Network host questionnaire responses. - T.C. O'Sullivan. Apr-01-1971. (Not online) (Status: UNKNOWN) - -0113 Network activity report: UCSB Rand. E. Harslem, J.F. Heafner, - J.E. White. Apr-05-1971. (Format: TXT=3442 bytes) (Updated by - RFC0227) (Status: UNKNOWN) - -0114 File Transfer Protocol. A.K. Bhushan. Apr-10-1971. (Not online) - (Updated by RFC0141, RFC0172, RFC0171) (Status: UNKNOWN) - -0115 Some Network Information Center policies on handling documents. - R.W. Watson, J.B. North. Apr-16-1971. (Not online) (Status: UNKNOWN) - -0116 Structure of the May NWG Meeting. S.D. Crocker. Apr-12-1971. - (Format: TXT=2395 bytes) (Updates RFC0099) (Updated by RFC0131, - RFC0156) (Status: UNKNOWN) - -0117 Some comments on the official protocol. J. Wong. Apr-07-1971. - (Format: TXT=7128 bytes) (Status: UNKNOWN) - -0118 Recommendations for facility documentation. R.W. Watson. - Apr-16-1971. (Not online) (Status: UNKNOWN) - -0119 Network Fortran subprograms. M. Krilanovich. Apr-21-1971. (Not - online) (Status: UNKNOWN) - -0120 Network PL1 subprograms. M. Krilanovich. Apr-21-1971. (Format: - TXT=37192 bytes) (Status: UNKNOWN) - -0121 Network on-line operators. M. Krilanovich. Apr-21-1971. (Not - online) (Status: UNKNOWN) - -0122 Network specifications for UCSB's Simple-Minded File System. J.E. - White. Apr-26-1971. (Not online) (Updated by RFC0217, RFC0269, - RFC0399, RFC0043, RFC0431) (Status: UNKNOWN) - -0123 Proffered Official ICP. S.D. Crocker. Apr-20-1971. (Format: - TXT=4812 bytes) (Obsoletes RFC0066, RFC0080) (Obsoleted by RFC0165) - (Updates RFC0098, RFC0101) (Updated by RFC0127, RFC0148, RFC0143) - (Status: UNKNOWN) - -0124 Typographical error in RFC 107. J.T. Melvin. Apr-19-1971. - (Format: TXT=659 bytes) (Updates RFC0107) (Status: UNKNOWN) - -0125 Response to RFC 86: Proposal for Network Standard Format for a - Graphics Data Stream. J. McConnell. Apr-18-1971. (Format: TXT=8133 - bytes) (Updates RFC0086) (Updated by RFC0177) (Status: UNKNOWN) - -0126 Graphics Facilities at Ames Research Center. J. McConnell. - Apr-18-1971. (Format: TXT=1974 bytes) (Status: UNKNOWN) - -0127 Comments on RFC 123. J. Postel. Apr-20-1971. (Format: TXT=2305 - bytes) (Obsoleted by RFC0145) (Updates RFC0123) (Updated by RFC0151) - (Status: UNKNOWN) - -0128 Bytes. J. Postel. Apr-21-1971. (Not online) (Status: UNKNOWN) - -0129 Request for comments on socket name structure. E. Harslem, J. - Heafner, E. Meyer. Apr-22-1971. (Format: TXT=11175 bytes) (Updated by - RFC0147) (Status: UNKNOWN) - -0130 Response to RFC 111: Pressure from the chairman. J.F. Heafner. - Apr-22-1971. (Not online) (Updates RFC0111) (Status: UNKNOWN) - -0131 Response to RFC 116: May NWG meeting. E. Harslem, J.F. Heafner. - Apr-22-1971. (Format: TXT=5375 bytes) (Updates RFC0116) (Status: - UNKNOWN) - -0132 Typographical Error in RFC 107. J.E. White. Apr-28-1971. (Format: - TXT=1058 bytes) (Obsoleted by RFC0154) (Updates RFC0107) (Status: - UNKNOWN) - -0133 File Transfer and Recovery. R.L. Sundberg. Apr-27-1971. (Format: - TXT=7998 bytes) (Status: UNKNOWN) - -0134 Network Graphics meeting. A. Vezza. Apr-29-1971. (Format: - TXT=2684 bytes) (Status: UNKNOWN) - -0135 Response to NWG/RFC 110. W. Hathaway. Apr-29-1971. (Not online) - (Updates RFC0110) (Status: UNKNOWN) - -0136 Host accounting and administrative procedures. R.E. Kahn. - Apr-29-1971. (Not online) (Status: UNKNOWN) - -0137 Telnet Protocol - a proposed document. T.C. O'Sullivan. - Apr-30-1971. (Not online) (Updated by RFC0139) (Status: UNKNOWN) - -0138 Status report on proposed Data Reconfiguration Service. R.H. - Anderson, V.G. Cerf, E. Harslem, J.F. Heafner, J. Madden, R.M. - Metcalfe, A. Shoshani, J.E. White, D.C.M. Wood. Apr-28-1971. (Not - online) (Status: UNKNOWN) - -0139 Discussion of Telnet Protocol. T.C. O'Sullivan. May-07-1971. (Not - online) (Updates RFC0137) (Updated by RFC0158) (Also RFC393) (Status: - UNKNOWN) - -0140 Agenda for the May NWG meeting. S.D. Crocker. May-04-1971. - (Format: TXT=6934 bytes) (Updated by RFC0149) (Status: UNKNOWN) - -0141 Comments on RFC 114: A File Transfer Protocol. E. Harslem, J.F. - Heafner. Apr-29-1971. (Format: TXT=3512 bytes) (Updates RFC0114) - (Status: UNKNOWN) - -0142 Time-Out Mechanism in the Host-Host Protocol. C. Kline, J. Wong. - May-03-1971. (Format: TXT=4372 bytes) (Status: UNKNOWN) - -0143 Regarding proffered official ICP. W. Naylor, J. Wong, C. Kline, - J. Postel. May-03-1971. (Format: TXT=6963 bytes) (Obsoleted by - RFC0165) (Updates RFC0123, RFC0145) (Status: UNKNOWN) - -0144 Data sharing on computer networks. A. Shoshani. Apr-30-1971. (Not - online) (Status: UNKNOWN) - -0145 Initial Connection Protocol Control Commands. J. Postel. - May-04-1971. (Not online) (Obsoletes RFC0127) (Obsoleted by RFC0165) - (Updated by RFC0143) (Status: UNKNOWN) - -0146 Views on issues relevant to data sharing on computer networks. - P.M. Karp, D.B. McKay, D.C.M. Wood. May-12-1971. (Format: TXT=9828 - bytes) (Status: UNKNOWN) - -0147 Definition of a socket. J.M. Winett. May-07-1971. (Format: - TXT=6438 bytes) (Updates RFC0129) (Status: UNKNOWN) - -0148 Comments on RFC 123. A.K. Bhushan. May-07-1971. (Format: TXT=1149 - bytes) (Updates RFC0123) (Status: UNKNOWN) - -0149 Best Laid Plans. S.D. Crocker. May-10-1971. (Format: TXT=1057 - bytes) (Updates RFC0140) (Status: UNKNOWN) - -0150 Use of IPC Facilities: A Working Paper. R.B. Kalin. May-05-1971. - (Format: TXT=28163 bytes) (Status: UNKNOWN) - -0151 Comments on a proffered official ICP: RFCs 123, 127. A. Shoshani. - May-10-1971. (Format: TXT=3623 bytes) (Updates RFC0127) (Status: - UNKNOWN) - -0152 SRI Artificial Intelligence status report. M. Wilber. - May-10-1971. (Format: TXT=2726 bytes) (Status: UNKNOWN) - -0153 SRI ARC-NIC status. J.T. Melvin, R.W. Watson. May-15-1971. (Not - online) (Status: UNKNOWN) - -0154 Exposition Style. S.D. Crocker. May-12-1971. (Format: TXT=1293 - bytes) (Obsoletes RFC0132) (Updates RFC107, RFC0107) (Status: - UNKNOWN) - -0155 ARPA Network mailing lists. J.B. North. May-01-1971. (Format: - TXT=11054 bytes) (Obsoletes RFC0095) (Obsoleted by RFC0168) (Status: - UNKNOWN) - -0156 Status of the Illinois site: Response to RFC 116. J. Bouknight. - Apr-26-1971. (Format: TXT=1171 bytes) (Updates RFC0116) (Status: - UNKNOWN) - -0157 Invitation to the Second Symposium on Problems in the - Optimization of Data Communications Systems. V.G. Cerf. May-12-1971. - (Not online) (Status: UNKNOWN) - -0158 Telnet Protocol: A Proposed Document. T.C. O'Sullivan. - May-19-1971. (Not online) (Obsoleted by RFC0495) (Updates RFC0139) - (Updated by RFC0318) (Also RFC393) (Status: UNKNOWN) - -0160 RFC brief list. Network Information Center. Stanford Research - Institute. May-18-1971. (Not online) (Obsoleted by RFC0200, RFC0999) - (Updates NIC 6716) (Status: UNKNOWN) - -0161 Solution to the race condition in the ICP. A. Shoshani. - May-19-1971. (Format: TXT=1977 bytes) (Status: UNKNOWN) - -0162 NETBUGGER3. M. Kampe. May-22-1971. (Not online) (Status: UNKNOWN) - -0163 Data transfer protocols. V.G. Cerf. May-19-1971. (Format: - TXT=5465 bytes) (Status: UNKNOWN) - -0164 Minutes of Network Working Group meeting, 5/16 through 5/19/71. - J.F. Heafner. May-25-1971. (Not online) (Status: UNKNOWN) - -0165 Proffered official Initial Connection Protocol. J. Postel. - May-25-1971. (Not online) (Obsoletes RFC0145, RFC0143, RFC0123) - (Updated by NIC 7101) (Status: UNKNOWN) - -0166 Data Reconfiguration Service: An implementation specification. - R.H. Anderson, V.G. Cerf, E. Harslem, J.F. Heafner, J. Madden, R.M. - Metcalfe, A. Shoshani, J.E. White, D.C.M. Wood. May-25-1971. (Not - online) (Status: UNKNOWN) - -0167 Socket conventions reconsidered. A.K. Bhushan, R.M. Metcalfe, - J.M. Winett. May-24-1971. (Format: TXT=7643 bytes) (Also RFC0147, - RFC0129) (Status: UNKNOWN) - -0168 ARPA Network mailing lists. J.B. North. May-26-1971. (Format: - TXT=13294 bytes) (Obsoletes RFC0155) (Obsoleted by RFC0211) (Status: - UNKNOWN) - -0169 Computer networks. S.D. Crocker. May-27-1971. (Not online) - (Status: UNKNOWN) - -0170 RFC List by Number. Network Information Center, Stanford Research - Institute. Jun-01-1971. (Format: TXT=17670 bytes) (Obsoleted by - RFC0200) (Status: UNKNOWN) - -0171 The Data Transfer Protocol. A. Bhushan, B. Braden, W. Crowther, - E. Harslem, J. Heafner, A. McKenize, J. Melvin, B. Sundberg, D. - Watson, J. White. Jun-01-1971. (Not online) (Obsoleted by RFC0264) - (Updates RFC0114) (Updated by RFC0238) (Status: UNKNOWN) - -0172 The File Transfer Protocol. A. Bhushan, B. Braden, W. Crowther, - E. Harslem, J. Heafner, A. McKenzie, J. Melvin, B. Sundberg, D. - Watson, J. White. Jun-23-1971. (Format: TXT=21328 bytes) (Obsoleted - by RFC0265) (Updates RFC0114) (Updated by RFC0238) (Status: UNKNOWN) - -0173 Network Data Management Committee Meeting Announcement. P.M. - Karp, D.B. McKay. Jun-04-1971. (Format: TXT=4239 bytes) (Status: - UNKNOWN) - -0174 UCLA - Computer Science Graphics Overview. J. Postel, V.G. Cerf. - Jun-08-1971. (Format: TXT=5037 bytes) (Status: UNKNOWN) - -0175 Comments on "Socket Conventions Reconsidered". E. Harslem, J.F. - Heafner. Jun-11-1971. (Format: TXT=2225 bytes) (Status: UNKNOWN) - -0176 Comments on "Byte size for connections". A.K. Bhushan, R. - Kanodia, R.M. Metcalfe, J. Postel. Jun-14-1971. (Format: TXT=7269 - bytes) (Status: UNKNOWN) - -0177 Device independent graphical display description. J. McConnell. - Jun-15-1971. (Not online) (Updates RFC0125) (Updated by RFC0181) - (Status: UNKNOWN) - -0178 Network graphic attention handling. I.W. Cotton. Jun-27-1971. - (Not online) (Status: UNKNOWN) - -0179 Link Number Assignments. A.M. McKenzie. Jun-22-1971. (Format: - TXT=1221 bytes) (Updates RFC0107) (Status: UNKNOWN) - -0180 File system questionnaire. A.M. McKenzie. Jun-25-1971. (Format: - TXT=8154 bytes) (Status: UNKNOWN) - -0181 Modifications to RFC 177. J. McConnell. Jul-21-1971. (Format: - TXT=4892 bytes) (Updates RFC0177) (Status: UNKNOWN) - -0182 Compilation of list of relevant site reports. J.B. North. - Jun-25-1971. (Not online) (Status: UNKNOWN) - -0183 EBCDIC codes and their mapping to ASCII. J.M. Winett. - Jul-21-1971. (Not online) (Status: UNKNOWN) - -0184 Proposed graphic display modes. K.C. Kelley. Jul-06-1971. (Not - online) (Status: UNKNOWN) - -0185 NIC distribution of manuals and handbooks. J.B. North. - Jul-07-1971. (Format: TXT=1406 bytes) (Status: UNKNOWN) - -0186 Network graphics loader. J.C. Michener. Jul-12-1971. (Not online) - (Status: UNKNOWN) - -0187 Network/440 Protocol Concept. D.B. McKay, D.P. Karp. Jul-01-1971. - (Format: TXT=25042 bytes) (Status: UNKNOWN) - -0188 Data management meeting announcement. P.M. Karp, D.B. McKay. - Jan-28-1971. (Not online) (Status: UNKNOWN) - -0189 Interim NETRJS specifications. R.T. Braden. Jul-15-1971. (Not - online) (Obsoletes RFC0088) (Obsoleted by RFC0599) (Updated by - RFC0283) (Status: UNKNOWN) - -0190 DEC PDP-10-IMLAC communications system. L.P. Deutsch. - Jul-13-1971. (Not online) (Status: UNKNOWN) - -0191 Graphics implementation and conceptualization at Augmentation - Research Center. C.H. Irby. Jul-13-1971. (Format: TXT=8179 bytes) - (Status: UNKNOWN) - -0192 Some factors which a Network Graphics Protocol must consider. - R.W. Watson. Jul-12-1971. (Not online) (Status: UNKNOWN) - -0193 NETWORK CHECKOUT. E. Harslem, J.F. Heafner. Jul-14-1971. (Format: - TXT=3622 bytes) (Obsoleted by RFC0198) (Updated by RFC0198) (Status: - UNKNOWN) - -0194 The Data Reconfiguration Service -- Compiler/Interpreter - Implementation Notes. V. Cerf, E. Harslem, J. Heafner, B. Metcalfe, - J. White. Jul-14-1971. (Format: TXT=32716 bytes) (Status: UNKNOWN) - -0195 Data computers-data descriptions and access language. G.H. Mealy. - Jul-16-1971. (Not online) (Status: UNKNOWN) - -0196 Mail Box Protocol. R.W. Watson. Jul-20-1971. (Format: TXT=7016 - bytes) (Obsoleted by RFC0221) (Status: UNKNOWN) - -0197 Initial Connection Protocol - Reviewed. A. Shoshani, E. Harslem. - Jul-14-1971. (Format: TXT=7094 bytes) (Status: UNKNOWN) - -0198 Site Certification - Lincoln Labs 360/67. J.F. Heafner. - Jul-20-1971. (Format: TXT=855 bytes) (Obsoletes RFC0193) (Obsoleted - by RFC0214) (Updates RFC0193) (Status: UNKNOWN) - -0199 Suggestions for a network data-tablet graphics protocol. T. - Williams. Jul-15-1971. (Not online) (Status: UNKNOWN) - -0200 RFC list by number. J.B. North. Aug-01-1971. (Not online) - (Obsoletes RFC0170, RFC0160) (Obsoleted by NIC 7724) (Status: - UNKNOWN) - -0202 Possible Deadlock in ICP. S.M. Wolfe, J. Postel. Jul-26-1971. - (Format: TXT=2796 bytes) (Status: UNKNOWN) - -0203 Achieving reliable communication. R.B. Kalin. Aug-10-1971. (Not - online) (Status: UNKNOWN) - -0204 Sockets in use. J. Postel. Aug-05-1971. (Format: TXT=1379 bytes) - (Updated by RFC0234) (Status: UNKNOWN) - -0205 NETCRT - a character display protocol. R.T. Braden. Aug-06-1971. - (Not online) (Status: UNKNOWN) - -0206 User Telnet - description of an initial implementation. J.E. - White. Aug-09-1971. (Not online) (Status: UNKNOWN) - -0207 September Network Working Group meeting. A. Vezza. Aug-09-1971. - (Format: TXT=3356 bytes) (Obsoleted by RFC0212) (Status: UNKNOWN) - -0208 Address tables. A.M. McKenzie. Aug-09-1971. (Not online) (Status: - UNKNOWN) - -0209 Host/IMP interface documentation. B. Cosell. Aug-13-1971. (Not - online) (Status: UNKNOWN) - -0210 Improvement of Flow Control. W. Conrad. Aug-16-1971. (Format: - TXT=3329 bytes) (Status: UNKNOWN) - -0211 ARPA Network mailing lists. J.B. North. Aug-18-1971. (Not online) - (Obsoletes RFC0168) (Obsoleted by RFC0300) (Status: UNKNOWN) - -0212 NWG meeting on network usage. Information Sciences Institute - University of Southern California. Aug-23-1971. (Format: TXT=4356 - bytes) (Obsoletes RFC0207) (Updated by RFC0222) (Status: UNKNOWN) - -0213 IMP System change notification. B. Cosell. Aug-20-1971. (Format: - TXT=1589 bytes) (Status: UNKNOWN) - -0214 Network checkpoint. E. Harslem. Aug-21-1971. (Format: TXT=3152 - bytes) (Obsoletes RFC0198) (Status: UNKNOWN) - -0215 NCP, ICP, and Telnet: The Terminal IMP implementation. A.M. - McKenzie. Aug-30-1971. (Format: TXT=16645 bytes) (Status: UNKNOWN) - -0216 Telnet access to UCSB's On-Line System. J.E. White. Sep-08-1971. - (Not online) (Status: UNKNOWN) - -0217 Specifications changes for OLS, RJE/RJOR, and SMFS. J.E. White. - Sep-08-1971. (Format: TXT=2956 bytes) (Updates RFC0074, RFC0105, - RFC0122) (Status: UNKNOWN) - -0218 Changing the IMP status reporting facility. B. Cosell. - Sep-08-1971. (Format: TXT=1131 bytes) (Status: UNKNOWN) - -0219 User's view of the datacomputer. R. Winter. Sep-03-1971. (Not - online) (Status: UNKNOWN) - -0221 Mail Box Protocol: Version 2. R.W. Watson. Aug-27-1971. (Not - online) (Obsoletes RFC0196) (Obsoleted by RFC0278) (Status: UNKNOWN) - -0222 Subject: System programmer's workshop. R.M. Metcalfe. - Sep-13-1971. (Not online) (Updates RFC0212) (Updated by RFC0234) - (Status: UNKNOWN) - -0223 Network Information Center schedule for network users. J.T. - Melvin, R.W. Watson. Sep-14-1971. (Format: TXT=5369 bytes) (Status: - UNKNOWN) - -0224 Comments on Mailbox Protocol. A.M. McKenzie. Sep-14-1971. - (Format: TXT=3583 bytes) (Status: UNKNOWN) - -0225 Rand/UCSB network graphics experiment. E. Harslem, R. Stoughton. - Sep-13-1971. (Not online) (Updates RFC0074) (Status: UNKNOWN) - -0226 Standardization of host mnemonics. P.M. Karp. Sep-20-1971. - (Format: TXT=2012 bytes) (Obsoleted by RFC0247) (Status: UNKNOWN) - -0227 Data transfer rates (Rand/UCLA). J.F. Heafner, E. Harslem. - Sep-17-1971. (Not online) (Updates RFC0113) (Status: UNKNOWN) - -0228 Clarification. D.C. Walden. Sep-22-1971. (Format: TXT=715 bytes) - (Updates RFC0070) (Status: UNKNOWN) - -0229 Standard host names. J. Postel. Sep-22-1971. (Format: TXT=3388 - bytes) (Obsoleted by RFC0236) (Status: UNKNOWN) - -0230 Toward reliable operation of minicomputer-based terminals on a - TIP. T. Pyke. Sep-24-1971. (Format: TXT=7040 bytes) (Status: UNKNOWN) - -0231 Service center standards for remote usage: A user's view. J.F. - Heafner, E. Harslem. Sep-21-1971. (Format: TXT=9692 bytes) (Status: - UNKNOWN) - -0232 Postponement of network graphics meeting. A. Vezza. Sep-23-1971. - (Format: TXT=899 bytes) (Status: UNKNOWN) - -0233 Standardization of host call letters. A. Bhushan, R. Metcalfe. - Sep-28-1971. (Format: TXT=3206 bytes) (Status: UNKNOWN) - -0234 Network Working Group meeting schedule. A. Vezza. Oct-05-1971. - (Not online) (Updates RFC0222, RFC0204) (Status: UNKNOWN) - -0235 Site status. E. Westheimer. Sep-27-1971. (Not online) (Obsoleted - by RFC0240) (Status: UNKNOWN) - -0236 Standard host names. J. Postel. Sep-27-1971. (Format: TXT=5112 - bytes) (Obsoletes RFC0229) (Status: UNKNOWN) - -0237 NIC view of standard host names. R.W. Watson. Sep-29-1971. (Not - online) (Obsoleted by RFC0273) (Status: UNKNOWN) - -0238 Comments on DTP and FTP proposals. R.T. Braden. Sep-29-1971. - (Format: TXT=2735 bytes) (Updates RFC0171, RFC0172) (Updated by - RFC0269) (Status: UNKNOWN) - -0239 Host mnemonics proposed in RFC 226 (NIC 7625). R.T. Braden. - Sep-23-1971. (Format: TXT=2236 bytes) (Also RFC226, RFC229, RFC236) - (Status: UNKNOWN) - -0240 Site Status. A.M. McKenzie. Sep-30-1971. (Format: TXT=7948 bytes) - (Obsoletes RFC0235) (Obsoleted by RFC0252) (Status: UNKNOWN) - -0241 Connecting computers to MLC ports. A.M. McKenzie. Sep-29-1971. - (Format: TXT=3739 bytes) (Status: UNKNOWN) - -0242 Data Descriptive Language for Shared Data. L. Haibt, A.P. - Mullery. Jul-19-1971. (Format: TXT=18151 bytes) (Status: UNKNOWN) - -0243 Network and data sharing bibliography. A.P. Mullery. Oct-05-1971. - (Not online) (Obsoleted by RFC0290) (Status: UNKNOWN) - -0245 Reservations for Network Group meeting. C. Falls. Oct-05-1971. - (Format: TXT=1142 bytes) (Status: UNKNOWN) - -0246 Network Graphics meeting. A. Vezza. Oct-05-1971. (Format: TXT=856 - bytes) (Status: UNKNOWN) - -0247 Proffered set of standard host names. P.M. Karp. Oct-12-1971. - (Format: TXT=7122 bytes) (Obsoletes RFC0226) (Status: UNKNOWN) - -0249 Coordination of equipment and supplies purchase. R.F. Borelli. - Oct-08-1971. (Format: TXT=4561 bytes) (Status: UNKNOWN) - -0250 Some thoughts on file transfer. H. Brodie. Oct-07-1971. (Format: - TXT=2446 bytes) (Status: UNKNOWN) - -0251 Weather data. D. Stern. Oct-13-1971. (Format: TXT=1907 bytes) - (Status: UNKNOWN) - -0252 Network host status. E. Westheimer. Oct-08-1971. (Format: - TXT=5872 bytes) (Obsoletes RFC0240) (Obsoleted by RFC0255) (Status: - UNKNOWN) - -0253 Second Network Graphics meeting details. J.A. Moorer. - Oct-19-1971. (Format: TXT=1981 bytes) (Status: UNKNOWN) - -0254 Scenarios for using ARPANET computers. A. Bhushan. Oct-29-1971. - (Not online) (Status: UNKNOWN) - -0255 Status of network hosts. E. Westheimer. Oct-26-1971. (Not online) - (Obsoletes RFC0252) (Obsoleted by RFC0266) (Status: UNKNOWN) - -0256 IMPSYS change notification. B. Cosell. Nov-03-1971. (Format: - TXT=1240 bytes) (Status: UNKNOWN) - -0263 "Very Distant" Host interface. A.M. McKenzie. Dec-17-1971. - (Format: TXT=3914 bytes) (Status: UNKNOWN) - -0264 The Data Transfer Protocol. A. Bhushan, B. Braden, W. Crowther, - E. Harslem, J. Heafner, A. McKenize, B. Sundberg, D. Watson, J. - White. Jan-04-1972. (Not online) (Obsoletes RFC0171) (Obsoleted by - RFC0354) (Status: UNKNOWN) - -0265 THE FILE TRANSFER PROTOCOL. A. Bhushan, B. Braden, W. Crowther, - E. Narslem, J. Heafner, A. McKenzie, J. Melvin, B. Sundberg, D. - Watson, J. White,. Dec-17-1971. (Format: TXT=3914 bytes) (Obsoletes - RFC0172) (Obsoleted by RFC0354) (Updated by RFC0294) (Status: - UNKNOWN) - -0266 Network host status. E. Westheimer. Nov-08-1971. (Format: - TXT=3174 bytes) (Obsoletes RFC0255) (Obsoleted by RFC0267) (Status: - UNKNOWN) - -0267 Network Host Status. E. Westheimer. Nov-22-1971. (Format: - TXT=7862 bytes) (Obsoletes RFC0266) (Obsoleted by RFC0287) (Status: - UNKNOWN) - -0268 Graphics facilities information. J. Postel. Nov-24-1971. (Format: - TXT=1298 bytes) (Status: UNKNOWN) - -0269 Some Experience with File Transfer. H. Brodie. Dec-06-1971. - (Format: TXT=5961 bytes) (Updates RFC0122, RFC0238) (Status: UNKNOWN) - -0270 Correction to BBN Report No. 1822 (NIC NO 7958). A.M. McKenzie. - Jan-01-1972. (Not online) (Updates NIC7959) (Status: UNKNOWN) - -0271 IMP System change notifications. B. Cosell. Jan-03-1972. (Format: - TXT=4022 bytes) (Status: UNKNOWN) - -0273 More on standard host names. R.W. Watson. Oct-18-1971. (Format: - TXT=4589 bytes) (Obsoletes RFC0237) (Status: UNKNOWN) - -0274 Establishing a local guide for network usage. E. Forman. - Nov-01-1971. (Format: TXT=7114 bytes) (Status: UNKNOWN) - -0276 NIC course. R.W. Watson. Nov-08-1971. (Format: TXT=1183 bytes) - (Status: UNKNOWN) - -0278 Revision of the Mail Box Protocol. A.K. Bhushan, R.T. Braden, E. - Harslem, J.F. Heafner, A.M. McKenzie, J.T. Melvin, R.L. Sundberg, - R.W. Watson, J.E. White. Nov-17-1971. (Format: TXT=7526 bytes) - (Obsoletes RFC0221) (Status: UNKNOWN) - -0280 A Draft of Host Names. R.W. Watson. Nov-17-1971. (Format: - TXT=3629 bytes) (Status: UNKNOWN) - -0281 Suggested addition to File Transfer Protocol. A.M. McKenzie. - Dec-08-1971. (Not online) (Status: UNKNOWN) - -0282 Graphics meeting report. M.A. Padlipsky. Dec-08-1971. (Not - online) (Status: UNKNOWN) - -0283 NETRJT: Remote Job Service Protocol for TIPS. R.T. Braden. - Dec-20-1971. (Format: TXT=18771 bytes) (Updates RFC0189) (Status: - UNKNOWN) - -0285 Network graphics. D. Huff. Dec-15-1971. (Format: TXT=18076 bytes) - (Status: UNKNOWN) - -0286 Network Library Information System. E. Forman. Dec-21-1971. - (Format: TXT=2079 bytes) (Status: UNKNOWN) - -0287 Status of Network Hosts. E. Westheimer. Dec-22-1971. (Format: - TXT=9217 bytes) (Obsoletes RFC0267) (Obsoleted by RFC0288) (Status: - UNKNOWN) - -0288 Network host status. E. Westheimer. Jan-06-1972. (Not online) - (Obsoletes RFC0287) (Obsoleted by RFC0293) (Updated by RFC0293) - (Status: UNKNOWN) - -0289 What we hope is an official list of host names. R.W. Watson. - Dec-21-1971. (Format: TXT=5069 bytes) (Obsoleted by RFC0384) (Status: - UNKNOWN) - -0290 Computer networks and data sharing: A bibliography. A.P. Mullery. - Jan-11-1972. (Not online) (Obsoletes RFC0243) (Status: UNKNOWN) - -0291 Data Management Meeting Announcement. D.B. McKay. Jan-14-1972. - (Format: TXT=3375 bytes) (Status: UNKNOWN) - -0292 Graphics Protocol: Level 0 only. J.C. Michener, I.W. Cotton, K.C. - Kelley, D.E. Liddle, E. Meyer. Jan-12-1972. (Not online) (Status: - UNKNOWN) - -0293 Network Host Status. E. Westheimer. Jan-18-1972. (Format: - TXT=7639 bytes) (Obsoletes RFC0288) (Obsoleted by RFC0298) (Updates - RFC0288) (Status: UNKNOWN) - -0294 The Use of "Set Data Type" Transaction in File Transfer Protocol. - A.K. Bhushan. Jan-25-1972. (Format: TXT=3924 bytes) (Updates RFC0265) - (Status: UNKNOWN) - -0295 Report of the Protocol Workshop, 12 October 1971. J. Postel. - Jan-02-1972. (Format: TXT=5432 bytes) (Status: UNKNOWN) - -0296 DS-1 display system. D.E. Liddle. Jan-27-1972. (Not online) - (Status: UNKNOWN) - -0297 TIP Message Buffers. D.C. Walden. Jan-31-1972. (Format: TXT=3517 - bytes) (Status: UNKNOWN) - -0298 Network host status. E. Westheimer. Feb-11-1972. (Not online) - (Obsoletes RFC0293) (Obsoleted by RFC0306) (Status: UNKNOWN) - -0299 Information Management System. D. Hopkin. Feb-11-1972. (Format: - TXT=1825 bytes) (Status: UNKNOWN) - -0300 ARPA Network mailing lists. J.B. North. Jan-25-1972. (Not online) - (Obsoletes RFC0211) (Obsoleted by RFC0303) (Status: UNKNOWN) - -0301 BBN IMP (#5) and NCC Schedule March 4, 1971. R. Alter. - Feb-11-1972. (Format: TXT=1487 bytes) (Status: UNKNOWN) - -0302 Exercising The ARPANET. R.F. Bryan. Feb-08-1972. (Format: - TXT=5452 bytes) (Status: UNKNOWN) - -0303 ARPA Network mailing lists. Network Information Center. Stanford - Research Institute. Feb-23-1972. (Not online) (Obsoletes RFC0300) - (Obsoleted by RFC0329) (Status: UNKNOWN) - -0304 Data management system proposal for the ARPA network. D.B. McKay. - Feb-17-1972. (Not online) (Status: UNKNOWN) - -0305 Unknown Host Numbers. R. Alter. Feb-23-1972. (Format: TXT=1998 - bytes) (Status: UNKNOWN) - -0306 Network host status. E. Westheimer. Feb-15-1972. (Not online) - (Obsoletes RFC0298) (Obsoleted by RFC0315) (Status: UNKNOWN) - -0307 Using network Remote Job Entry. E. Harslem. Feb-24-1972. (Not - online) (Status: UNKNOWN) - -0308 ARPANET host availability data. M. Seriff. Mar-13-1972. (Format: - TXT=5948 bytes) (Status: UNKNOWN) - -0309 Data and File Transfer Workshop Announcement. A.K. Bhushan. - Mar-17-1972. (Format: TXT=9404 bytes) (Status: UNKNOWN) - -0310 Another Look at Data and File Transfer Protocols. A.K. Bhushan. - Apr-03-1972. (Not online) (Status: UNKNOWN) - -0311 New Console Attachments to the USCB Host. R.F. Bryan. - Feb-29-1972. (Format: TXT=3141 bytes) (Status: UNKNOWN) - -0312 Proposed Change in IMP-to-Host Protocol. A.M. McKenzie. - Mar-22-1972. (Format: TXT=3562 bytes) (Status: UNKNOWN) - -0313 Computer based instruction. T.C. O'Sullivan. Mar-06-1972. (Not - online) (Status: UNKNOWN) - -0314 Network Graphics Working Group Meeting. I.W. Cotton. Mar-14-1972. - (Format: TXT=1836 bytes) (Status: UNKNOWN) - -0315 Network Host Status. E. Westheimer. Mar-08-1972. (Not online) - (Obsoletes RFC0306) (Obsoleted by RFC0319) (Status: UNKNOWN) - -0316 ARPA Network Data Management Working Group. D.B. McKay, A.P. - Mullery. Feb-23-1972. (Not online) (Status: UNKNOWN) - -0317 Official Host-Host Protocol Modification: Assigned Link Numbers. - J. Postel. Mar-20-1972. (Not online) (Obsoleted by RFC0604) (Status: - UNKNOWN) - -0318 Telnet Protocols. J. Postel. Apr-03-1972. (Not online) (Updates - RFC0158) (Updated by RFC0435) (Also RFC0139, RFC0158) (Status: - UNKNOWN) - -0319 Network Host Status. E. Westheimer. Mar-21-1972. (Not online) - (Obsoletes RFC0315) (Obsoleted by RFC0326) (Status: UNKNOWN) - -0320 Workshop on Hard Copy Line Printers. R. Reddy. Mar-27-1972. (Not - online) (Status: UNKNOWN) - -0321 CBI Networking Activity at MITRE. P.M. Karp. Mar-24-1972. - (Format: TXT=20500 bytes) (Status: UNKNOWN) - -0322 Well known socket numbers. V. Cerf, J. Postel. Mar-26-1972. - (Format: TXT=1735 bytes) (Status: UNKNOWN) - -0323 Formation of Network Measurement Group (NMG). V. Cerf. - Mar-23-1972. (Not online) (Updated by RFC0388) (Status: UNKNOWN) - -0324 RJE Protocol meeting. J. Postel. Apr-03-1972. (Format: TXT=1176 - bytes) (Status: UNKNOWN) - -0325 Network Remote Job Entry program - NETRJS. G. Hicks. Apr-06-1972. - (Not online) (Status: UNKNOWN) - -0326 Network Host Status. E. Westheimer. Apr-03-1972. (Format: - TXT=7944 bytes) (Obsoletes RFC0319) (Obsoleted by RFC0330) (Updated - by RFC0330) (Status: UNKNOWN) - -0327 Data and File Transfer workshop notes. A.K. Bhushan. Apr-27-1972. - (Not online) (Status: UNKNOWN) - -0328 Suggested Telnet Protocol Changes. J. Postel. Apr-29-1972. - (Format: TXT=2685 bytes) (Status: UNKNOWN) - -0329 ARPA Network Mailing Lists. Network Information Center. Stanford - Research Institute. May-17-1972. (Not online) (Obsoletes RFC0303) - (Obsoleted by RFC0363) (Status: UNKNOWN) - -0330 Network Host Status. E. Westheimer. Apr-13-1972. (Format: - TXT=8085 bytes) (Obsoletes RFC0326) (Obsoleted by RFC0332) (Updates - RFC0326) (Updated by RFC0332) (Status: UNKNOWN) - -0331 IMP System Change Notification. J.M. McQuillan. Apr-19-1972. - (Format: TXT=2339 bytes) (Obsoleted by RFC0343) (Status: UNKNOWN) - -0332 Network Host Status. E. Westheimer. Apr-25-1972. (Format: - TXT=8427 bytes) (Obsoletes RFC0330) (Obsoleted by RFC0342) (Updates - RFC0330) (Updated by RFC0342) (Status: UNKNOWN) - -0333 Proposed experiment with a Message Switching Protocol. R.D. - Bressler, D. Murphy, D.C. Walden. May-15-1972. (Not online) (Status: - UNKNOWN) - -0334 Network Use on May 8. A.M. McKenzie. May-01-1972. (Format: - TXT=1376 bytes) (Status: UNKNOWN) - -0335 New Interface - IMP/360. R.F. Bryan. May-01-1972. (Format: - TXT=934 bytes) (Status: UNKNOWN) - -0336 Level 0 Graphic Input Protocol. I.W. Cotton. May-05-1972. - (Format: TXT=3787 bytes) (Status: UNKNOWN) - -0338 EBCDIC/ASCII Mapping for Network RJE. R.T. Braden. May-17-1972. - (Not online) (Status: UNKNOWN) - -0339 MLTNET: A "Multi Telnet" Subsystem for Tenex. R. Thomas. - May-05-1972. (Format: TXT=7941 bytes) (Status: UNKNOWN) - -0340 Proposed Telnet Changes. T.C. O'Sullivan. May-15-1972. (Format: - TXT=2656 bytes) (Also RFC0328) (Status: UNKNOWN) - -0342 Network Host Status. E. Westheimer. May-15-1972. (Format: - TXT=8382 bytes) (Obsoletes RFC0332) (Obsoleted by RFC0344) (Updates - RFC0332) (Updated by RFC0344) (Status: UNKNOWN) - -0343 IMP System change notification. A.M. McKenzie. May-19-1972. (Not - online) (Obsoletes RFC0331) (Obsoleted by RFC0359) (Status: UNKNOWN) - -0344 Network Host Status. E. Westheimer. May-22-1972. (Format: - TXT=8366 bytes) (Obsoletes RFC0342) (Obsoleted by RFC0353) (Updates - RFC0342) (Status: UNKNOWN) - -0345 Interest in Mixed Integer Programming (MPSX on NIC 360/91 at - CCN). K.C. Kelley. May-26-1972. (Format: TXT=1999 bytes) (Status: - UNKNOWN) - -0346 Satellite Considerations. J. Postel. May-30-1972. (Format: - TXT=2778 bytes) (Status: UNKNOWN) - -0347 Echo process. J. Postel. May-30-1972. (Format: TXT=1377 bytes) - (Status: UNKNOWN) - -0348 Discard Process. J. Postel. May-30-1972. (Format: TXT=1181 bytes) - (Status: UNKNOWN) - -0349 Proposed Standard Socket Numbers. J. Postel. May-30-1972. - (Format: TXT=1663 bytes) (Obsoleted by RFC0433) (Also RFC0322, - RFC0204) (Status: UNKNOWN) - -0350 User Accounts for UCSB On-Line System. R. Stoughton. May-18-1972. - (Format: TXT=5117 bytes) (Status: UNKNOWN) - -0351 Graphics information form for the ARPANET graphics resources - notebook. D. Crocker. Jun-05-1972. (Not online) (Status: UNKNOWN) - -0352 TIP Site Information Form. D. Crocker. Jun-05-1972. (Format: - TXT=2266 bytes) (Status: UNKNOWN) - -0353 Network host status. E. Westheimer. Jun-12-1972. (Not online) - (Obsoletes RFC0344) (Obsoleted by RFC0362) (Status: UNKNOWN) - -0354 File Transfer Protocol. A.K. Bhushan. Jul-08-1972. (Format: - TXT=58074 bytes) (Obsoletes RFC0264, RFC0265) (Obsoleted by RFC0542) - (Updated by RFC0385) (Status: UNKNOWN) - -0355 Response to NWG/RFC 346. J. Davidson. Jun-09-1972. (Format: - TXT=3717 bytes) (Status: UNKNOWN) - -0356 ARPA Network Control Center. R. Alter. Jun-21-1972. (Format: - TXT=1963 bytes) (Status: UNKNOWN) - -0357 Echoing strategy for satellite links. J. Davidson. Jun-26-1972. - (Not online) (Status: UNKNOWN) - -0359 Status of the Release of the New IMP System (2600). D.C. Walden. - Jun-22-1972. (Format: TXT=2015 bytes) (Obsoletes RFC0343) (Status: - UNKNOWN) - -0360 Proposed Remote Job Entry Protocol. C. Holland. Jun-24-1972. (Not - online) (Obsoleted by RFC0407) (Status: UNKNOWN) - -0361 Deamon Processes on Host 106. R.D. Bressler. Jul-05-1972. - (Format: TXT=1480 bytes) (Status: UNKNOWN) - -0362 Network Host Status. E. Westheimer. Jun-28-1972. (Format: - TXT=8631 bytes) (Obsoletes RFC0353) (Obsoleted by RFC0366) (Status: - UNKNOWN) - -0363 ARPA Network mailing lists. Network Information Center. Stanford - Research Institute. Aug-08-1972. (Not online) (Obsoletes RFC0329) - (Obsoleted by RFC0402) (Status: UNKNOWN) - -0364 Serving remote users on the ARPANET. M.D. Abrams. Jul-11-1972. - (Not online) (Status: UNKNOWN) - -0365 Letter to All TIP Users. D.C. Walden. Jul-11-1972. (Format: - TXT=10331 bytes) (Status: UNKNOWN) - -0366 Network Host Status. E. Westheimer. Jul-11-1972. (Format: - TXT=8278 bytes) (Obsoletes RFC0362) (Obsoleted by RFC0367) (Status: - UNKNOWN) - -0367 Network host status. E. Westheimer. Jul-19-1972. (Not online) - (Obsoletes RFC0366) (Obsoleted by RFC0370) (Updated by RFC0370) - (Status: UNKNOWN) - -0368 Comments on "Proposed Remote Job Entry Protocol". R.T. Braden. - Jul-21-1972. (Format: TXT=3883 bytes) (Status: UNKNOWN) - -0369 Evaluation of ARPANET services January-March, 1972. J.R. Pickens. - Jul-25-1972. (Not online) (Status: UNKNOWN) - -0370 Network Host Status. E. Westheimer. Jul-31-1972. (Format: - TXT=8389 bytes) (Obsoletes RFC0367) (Obsoleted by RFC0376) (Updates - RFC0367) (Updated by RFC0376) (Status: UNKNOWN) - -0371 Demonstration at International Computer Communications - Conference. R.E. Kahn. Jul-12-1972. (Format: TXT=3728 bytes) (Status: - UNKNOWN) - -0372 Notes on a Conversation with Bob Kahn on the ICCC. R.W. Watson. - Jul-12-1972. (Format: TXT=6040 bytes) (Status: UNKNOWN) - -0373 Arbitrary Character Sets. J. McCarthy. Jul-14-1972. (Format: - TXT=7783 bytes) (Status: UNKNOWN) - -0374 IMP System Announcement. A.M. McKenzie. Jul-19-1972. (Format: - TXT=3963 bytes) (Status: UNKNOWN) - -0376 Network Host Status. E. Westheimer. Aug-08-1972. (Format: - TXT=8861 bytes) (Obsoletes RFC0370) (Updates RFC0370) (Status: - UNKNOWN) - -0377 Using TSO via ARPA Network Virtual Terminal. R.T. Braden. - Aug-10-1972. (Format: TXT=7093 bytes) (Status: UNKNOWN) - -0378 Traffic statistics (July 1972). A.M. McKenzie. Aug-10-1972. (Not - online) (Obsoleted by RFC0391) (Status: UNKNOWN) - -0379 Using TSO at CCN. R.T. Braden. Aug-11-1972. (Format: TXT=8674 - bytes) (Status: UNKNOWN) - -0381 Three aids to improved network operation. J.M. McQuillan. - Jul-26-1972. (Not online) (Updated by RFC0394) (Status: UNKNOWN) - -0382 Mathematical Software on the ARPA Network. L. McDaniel. - Aug-03-1972. (Format: TXT=2041 bytes) (Status: UNKNOWN) - -0384 Official site idents for organizations in the ARPA Network. J.B. - North. Aug-28-1972. (Not online) (Obsoletes RFC0289) (Status: - UNKNOWN) - -0385 Comments on the File Transfer Protocol. A.K. Bhushan. - Aug-18-1972. (Format: TXT=13030 bytes) (Updates RFC0354) (Updated by - RFC0414) (Status: UNKNOWN) - -0386 Letter to TIP users-2. B. Cosell, D.C. Walden. Aug-16-1972. - (Format: TXT=12475 bytes) (Status: UNKNOWN) - -0387 Some experiences in implementing Network Graphics Protocol Level - 0. K.C. Kelley, J. Meir. Aug-10-1972. (Format: TXT=9059 bytes) - (Updated by RFC0401) (Status: UNKNOWN) - -0388 NCP statistics. V. Cerf. Aug-23-1972. (Not online) (Updates - RFC0323) (Status: UNKNOWN) - -0389 UCLA Campus Computing Network Liaison Staff for ARPA Network. B. - Noble. Aug-30-1972. (Format: TXT=2819 bytes) (Obsoleted by RFC0423) - (Status: UNKNOWN) - -0390 TSO Scenario. R.T. Braden. Sep-12-1972. (Format: TXT=6103 bytes) - (Status: UNKNOWN) - -0391 Traffic statistics (August 1972). A.M. McKenzie. Sep-15-1972. - (Not online) (Obsoletes RFC0378) (Status: UNKNOWN) - -0392 Measurement of host costs for transmitting network data. G. - Hicks, B.D. Wessler. Sep-20-1972. (Not online) (Status: UNKNOWN) - -0393 Comments on Telnet Protocol Changes. J.M. Winett. Oct-03-1972. - (Format: TXT=9435 bytes) (Also RFC109, RFC139, RFC158, RFC318, - RFC328) (Status: UNKNOWN) - -0394 Two Proposed Changes to the IMP-Host Protocol. J.M. McQuillan. - Sep-27-1972. (Format: TXT=5780 bytes) (Updates RFC381, RFC0381) - (Status: UNKNOWN) - -0395 Switch Settings on IMPs and TIPs. J.M. McQuillan. Oct-03-1972. - (Format: TXT=1827 bytes) (Status: UNKNOWN) - -0396 Network Graphics Working Group Meeting - Second Iteration. S. - Bunch. Nov-13-1972. (Format: TXT=2224 bytes) (Updated by RFC474) - (Status: UNKNOWN) - -0398 ICP Sockets. J.R. Pickens, E. Faeh. Sep-22-1972. (Format: - TXT=3846 bytes) (Status: UNKNOWN) - -0399 SMFS Login and Logout. M. Krilanovich. Sep-26-1972. (Format: - TXT=3024 bytes) (Obsoleted by RFC0431) (Updates RFC0122) (Status: - UNKNOWN) - -0400 Traffic Statistics (September 1972). A.M. McKenzie. Oct-18-1972. - (Not online) (Status: UNKNOWN) - -0401 Conversion of NGP-0 Coordinates to Device Specific Coordinates. - J. Hansen. Oct-23-1972. (Format: TXT=3894 bytes) (Updates RFC387, - RFC0387) (Status: UNKNOWN) - -0402 ARPA Network Mailing Lists. J.B. North. Oct-26-1972. (Not online) - (Obsoletes RFC0363) (Status: UNKNOWN) - -0403 Desirability of a network 1108 service. G. Hicks. Jan-10-1973. - (Not online) (Status: UNKNOWN) - -0404 Host Address Changes Involving Rand and ISI. A.M. McKenzie. - Oct-05-1972. (Format: TXT=944 bytes) (Updated by RFC0405) (Status: - UNKNOWN) - -0405 Correction to RFC 404. A.M. McKenzie. Oct-10-1972. (Format: - TXT=1103 bytes) (Updates RFC0404) (Status: UNKNOWN) - -0406 Scheduled IMP Software Releases. J.M. McQuillan. Oct-10-1972. - (Format: TXT=2468 bytes) (Status: UNKNOWN) - -0407 Remote Job Entry Protocol. R.D. Bressler, R. Guida, A.M. - McKenzie. Oct-16-1972. (Format: TXT=47556 bytes) (Obsoletes RFC0360) - (Status: HISTORIC) - -0408 NETBANK. A.D. Owen, J. Postel. Oct-25-1972. (Format: TXT=1645 - bytes) (Status: UNKNOWN) - -0409 Tenex interface to UCSB's Simple-Minded File System. J.E. White. - Dec-08-1972. (Not online) (Status: UNKNOWN) - -0410 Removal of the 30-Second Delay When Hosts Come Up. J.M. - McQuillan. Nov-10-1972. (Format: TXT=3964 bytes) (Status: UNKNOWN) - -0411 New MULTICS Network Software Features. M.A. Padlipsky. - Nov-14-1972. (Format: TXT=3024 bytes) (Status: UNKNOWN) - -0412 User FTP Documentation. G. Hicks. Nov-27-1972. (Format: TXT=17510 - bytes) (Status: UNKNOWN) - -0413 Traffic statistics (October 1972). A.M. McKenzie. Nov-13-1972. - (Not online) (Status: UNKNOWN) - -0414 File Transfer Protocol (FTP) status and further comments. A.K. - Bhushan. Dec-29-1972. (Not online) (Updates RFC0385) (Status: - UNKNOWN) - -0415 Tenex bandwidth. H. Murray. Nov-29-1972. (Not online) (Status: - UNKNOWN) - -0416 ARC System Will Be Unavailable for Use During Thanksgiving Week. - J.C. Norton. Nov-07-1972. (Format: TXT=2205 bytes) (Status: UNKNOWN) - -0417 Link usage violation. J. Postel, C. Kline. Dec-06-1972. (Not - online) (Status: UNKNOWN) - -0418 Server file transfer under TSS/360 at NASA Ames. W. Hathaway. - Nov-27-1972. (Not online) (Status: UNKNOWN) - -0419 To: Network liaisons and station agents. A. Vezza. Dec-12-1972. - (Not online) (Status: UNKNOWN) - -0420 CCA ICCC weather demo. H. Murray. Jan-04-1973. (Not online) - (Status: UNKNOWN) - -0421 Software Consulting Service for Network Users. A.M. McKenzie. - Nov-27-1972. (Format: TXT=2483 bytes) (Status: UNKNOWN) - -0422 Traffic statistics (November 1972). A.M. McKenzie. Dec-11-1972. - (Not online) (Status: UNKNOWN) - -0423 UCLA Campus Computing Network Liaison Staff for ARPANET. B. - Noble. Dec-12-1972. (Format: TXT=2890 bytes) (Obsoletes RFC0389) - (Status: UNKNOWN) - -0425 "But my NCP costs $500 a day". R.D. Bressler. Dec-19-1972. - (Format: TXT=1763 bytes) (Status: UNKNOWN) - -0426 Reconnection Protocol. R. Thomas. Jan-26-1973. (Not online) - (Status: UNKNOWN) - -0429 Character Generator Process. J. Postel. Dec-12-1972. (Format: - TXT=1319 bytes) (Status: UNKNOWN) - -0430 Comments on File Transfer Protocol. R.T. Braden. Feb-07-1973. - (Not online) (Status: UNKNOWN) - -0431 Update on SMFS Login and Logout. M. Krilanovich. Dec-15-1972. - (Format: TXT=4196 bytes) (Obsoletes RFC0399) (Updates RFC0122) - (Status: UNKNOWN) - -0432 Network logical map. N. Neigus. Dec-29-1972. (Not online) - (Status: UNKNOWN) - -0433 Socket number list. J. Postel. Dec-22-1972. (Format: TXT=6834 - bytes) (Obsoletes RFC0349) (Obsoleted by RFC0503) (Status: UNKNOWN) - -0434 IMP/TIP memory retrofit schedule. A.M. McKenzie. Jan-04-1973. - (Format: TXT=2242 bytes) (Obsoleted by RFC0447) (Status: UNKNOWN) - -0435 Telnet issues. B. Cosell, D.C. Walden. Jan-05-1973. (Not online) - (Updates RFC0318) (Status: UNKNOWN) - -0436 Announcement of RJS at UCSB. M. Krilanovich. Jan-10-1973. - (Format: TXT=2579 bytes) (Status: UNKNOWN) - -0437 Data Reconfiguration Service at UCSB. E. Faeh. Jun-30-1973. (Not - online) (Status: UNKNOWN) - -0438 FTP server-server interaction. R. Thomas, R. Clements. - Jan-15-1973. (Not online) (Status: UNKNOWN) - -0439 PARRY encounters the DOCTOR. V. Cerf. Jan-21-1973. (Not online) - (Status: UNKNOWN) - -0440 Scheduled network software maintenance. D.C. Walden. Jan-01-1973. - (Not online) (Status: UNKNOWN) - -0441 Inter-Entity Communication - an experiment. R.D. Bressler, R. - Thomas. Jan-19-1973. (Not online) (Status: UNKNOWN) - -0442 Current flow-control scheme for IMPSYS. V. Cerf. Jan-24-1973. - (Not online) (Updated by RFC0449) (Status: UNKNOWN) - -0443 Traffic statistics (December 1972). A.M. McKenzie. Jan-18-1973. - (Not online) (Status: UNKNOWN) - -0445 IMP/TIP preventive maintenance schedule. A.M. McKenzie. - Jan-22-1973. (Not online) (Status: UNKNOWN) - -0446 Proposal to consider a network program resource notebook. L.P. - Deutsch. Jan-25-1973. (Not online) (Status: UNKNOWN) - -0447 IMP/TIP memory retrofit schedule. A.M. McKenzie. Jan-29-1973. - (Not online) (Obsoletes RFC0434) (Obsoleted by RFC0476) (Status: - UNKNOWN) - -0448 Print files in FTP. R.T. Braden. Feb-27-1973. (Not online) - (Status: UNKNOWN) - -0449 Current flow-control scheme for IMPSYS. D.C. Walden. Jan-06-1973. - (Not online) (Updates RFC0442) (Status: UNKNOWN) - -0450 MULTICS sampling timeout change. M.A. Padlipsky. Feb-08-1973. - (Not online) (Status: UNKNOWN) - -0451 Tentative proposal for a Unified User Level Protocol. M.A. - Padlipsky. Feb-22-1973. (Not online) (Status: UNKNOWN) - -0452 TELENET Command at Host LL. J. Winett. Feb-08-1973. (Not online) - (Status: UNKNOWN) - -0453 Meeting announcement to discuss a network mail system. M.D. - Kudlick. Feb-07-1973. (Not online) (Status: UNKNOWN) - -0454 File Transfer Protocol - meeting announcement and a new proposed - document. A.M. McKenzie. Feb-16-1973. (Not online) (Status: UNKNOWN) - -0455 Traffic statistics (January 1973). A.M. McKenzie. Feb-12-1973. - (Not online) (Status: UNKNOWN) - -0456 Memorandum: Date change of mail meeting. M.D. Kudlick. - Feb-13-1973. (Not online) (Status: UNKNOWN) - -0457 TIPUG. D.C. Walden. Feb-15-1973. (Not online) (Status: UNKNOWN) - -0458 Mail retrieval via FTP. R.D. Bressler, R. Thomas. Feb-20-1973. - (Not online) (Status: UNKNOWN) - -0459 Network questionnaires. W. Kantrowitz. Feb-26-1973. (Not online) - (Status: UNKNOWN) - -0460 NCP survey. C. Kline. Feb-13-1973. (Not online) (Status: UNKNOWN) - -0461 Telnet Protocol meeting announcement. A.M. McKenzie. Feb-14-1973. - (Not online) (Status: UNKNOWN) - -0462 Responding to user needs. J. Iseli, D. Crocker. Feb-22-1973. (Not - online) (Status: UNKNOWN) - -0463 FTP comments and response to RFC 430. A.K. Bhushan. Feb-21-1973. - (Not online) (Status: UNKNOWN) - -0464 Resource notebook framework. M.D. Kudlick. Feb-27-1973. (Not - online) (Status: UNKNOWN) - -0466 Telnet logger/server for host LL-67. J.M. Winett. Feb-27-1973. - (Not online) (Status: UNKNOWN) - -0467 Proposed change to Host-Host Protocol: Resynchronization of - connection status. J.D. Burchfiel, R.S. Tomlinson. Feb-20-1973. (Not - online) (Updated by RFC0492) (Status: UNKNOWN) - -0468 FTP data compression. R.T. Braden. Mar-08-1973. (Not online) - (Status: UNKNOWN) - -0469 Network mail meeting summary. M.D. Kudlick. Mar-08-1973. (Format: - TXT=17774 bytes) (Status: UNKNOWN) - -0470 Change in socket for TIP news facility. R. Thomas. Mar-13-1973. - (Not online) (Status: UNKNOWN) - -0471 Workshop on multi-site executive programs. R. Thomas. - Mar-13-1973. (Not online) (Status: UNKNOWN) - -0472 Illinois' reply to Maxwell's request for graphics information - (NIC 14925). S. Bunch. Mar-01-1973. (Not online) (Status: UNKNOWN) - -0473 MIX and MIXAL?. D.C. Walden. Feb-28-1973. (Not online) (Status: - UNKNOWN) - -0474 Announcement of NGWG meeting: Call for papers. S. Bunch. - Mar-01-1973. (Format: TXT=1170 bytes) (Status: UNKNOWN) - -0475 FTP and network mail system. A.K. Bhushan. Mar-06-1973. (Not - online) (Status: UNKNOWN) - -0476 IMP/TIP memory retrofit schedule (rev 2). A.M. McKenzie. - Mar-07-1973. (Not online) (Obsoletes RFC0447) (Status: UNKNOWN) - -0477 Remote Job Service at UCSB. M. Krilanovich. May-23-1973. (Not - online) (Status: UNKNOWN) - -0478 FTP server-server interaction - II. R.D. Bressler, R. Thomas. - Mar-26-1973. (Not online) (Status: UNKNOWN) - -0479 Use of FTP by the NIC Journal. J.E. White. Mar-08-1973. (Not - online) (Status: UNKNOWN) - -0480 Host-dependent FTP parameters. J.E. White. Mar-08-1973. (Not - online) (Status: UNKNOWN) - -0482 Traffic statistics (February 1973). A.M. McKenzie. Mar-12-1973. - (Not online) (Status: UNKNOWN) - -0483 Cancellation of the resource notebook framework meeting. M.D. - Kudlick. Mar-14-1973. (Not online) (Status: UNKNOWN) - -0485 MIX and MIXAL at UCSB. J.R. Pickens. Mar-19-1973. (Not online) - (Status: UNKNOWN) - -0486 Data transfer revisited. R.D. Bressler. Mar-20-1973. (Not online) - (Status: UNKNOWN) - -0487 Free file transfer. R.D. Bressler. Apr-06-1973. (Not online) - (Status: UNKNOWN) - -0488 NLS classes at network sites. M.F. Auerbach. Mar-23-1973. (Not - online) (Status: UNKNOWN) - -0489 Comment on resynchronization of connection status proposal. J. - Postel. Mar-26-1973. (Not online) (Status: UNKNOWN) - -0490 Surrogate RJS for UCLA-CCN. J.R. Pickens. Mar-06-1973. (Not - online) (Status: UNKNOWN) - -0491 What is "Free"?. M.A. Padlipsky. Apr-12-1973. (Not online) - (Status: UNKNOWN) - -0492 Response to RFC 467. E. Meyer. Apr-18-1973. (Not online) (Updates - RFC0467) (Status: UNKNOWN) - -0493 Graphics Protocol. J.C. Michener, I.W. Cotton, K.C. Kelley, D.E. - Liddle, E. Meyer. Apr-26-1973. (Not online) (Status: UNKNOWN) - -0494 Availability of MIX and MIXAL in the Network. D.C. Walden. - Apr-20-1973. (Not online) (Status: UNKNOWN) - -0495 Telnet Protocol specifications. A.M. McKenzie. May-01-1973. (Not - online) (Obsoletes RFC0158) (Status: UNKNOWN) - -0496 TNLS quick reference card is available. M.F. Auerbach. - Apr-05-1973. (Not online) (Status: UNKNOWN) - -0497 Traffic statistics (March 1973). A.M. McKenzie. Apr-10-1973. (Not - online) (Status: UNKNOWN) - -0498 On mail service to CCN. R.T. Braden. Apr-17-1973. (Not online) - (Status: UNKNOWN) - -0499 Harvard's network RJE. B.R. Reussow. Apr-01-1973. (Not online) - (Status: UNKNOWN) - -0500 Integration of data management systems on a computer network. A. - Shoshani, I. Spiegler. Apr-16-1973. (Not online) (Status: UNKNOWN) - -0501 Un-muddling "free file transfer". K.T. Pogran. May-11-1973. (Not - online) (Status: UNKNOWN) - -0503 Socket number list. N. Neigus, J. Postel. Apr-12-1973. (Not - online) (Obsoletes RFC0433) (Obsoleted by RFC0739) (Status: UNKNOWN) - -0504 Distributed resources workshop announcement. R. Thomas. - Apr-30-1973. (Not online) (Status: UNKNOWN) - -0505 Two solutions to a file transfer access problem. M.A. Padlipsky. - Jun-25-1973. (Not online) (Status: UNKNOWN) - -0506 FTP command naming problem. M.A. Padlipsky. Jun-26-1973. (Not - online) (Status: UNKNOWN) - -0508 Real-time data transmission on the ARPANET. L. Pfeifer, J. - McAfee. May-07-1973. (Not online) (Status: UNKNOWN) - -0509 Traffic statistics (April 1973). A.M. McKenzie. Apr-07-1973. (Not - online) (Status: UNKNOWN) - -0510 Request for network mailbox addresses. J.E. White. May-30-1973. - (Not online) (Status: UNKNOWN) - -0511 Enterprise phone service to NIC from ARPANET sites. J.B. North. - May-23-1973. (Not online) (Status: UNKNOWN) - -0512 More on lost message detection. W. Hathaway. May-23-1973. (Not - online) (Status: UNKNOWN) - -0513 Comments on the new Telnet specifications. W. Hathaway. - May-30-1973. (Not online) (Status: UNKNOWN) - -0514 Network make-work. W. Kantrowitz. Jun-05-1973. (Not online) - (Status: UNKNOWN) - -0515 Specifications for datalanguage: Version 0/9. R. Winter. - Jun-06-1973. (Not online) (Status: UNKNOWN) - -0516 Lost message detection. J. Postel. May-18-1973. (Not online) - (Status: UNKNOWN) - -0518 ARPANET accounts. N. Vaughan, E.J. Feinler. Jun-19-1973. (Not - online) (Status: UNKNOWN) - -0519 Resource evaluation. J.R. Pickens. Jun-01-1973. (Not online) - (Status: UNKNOWN) - -0520 Memo to FTP group: Proposal for File Access Protocol. J.D. Day. - Jun-25-1973. (Not online) (Status: UNKNOWN) - -0521 Restricted use of IMP DDT. A.M. McKenzie. May-30-1973. (Not - online) (Status: UNKNOWN) - -0522 Traffic statistics (May 1973). A.M. McKenzie. Jun-05-1973. (Not - online) (Status: UNKNOWN) - -0523 SURVEY is in operation again. A.K. Bhushan. Jun-05-1973. (Not - online) (Status: UNKNOWN) - -0524 Proposed Mail Protocol. J.E. White. Jun-13-1973. (Not online) - (Status: UNKNOWN) - -0525 MIT-MATHLAB meets UCSB-OLS -an example of resource sharing. W. - Parrish, J.R. Pickens. Jun-01-1973. (Not online) (Status: UNKNOWN) - -0526 Technical meeting: Digital image processing software systems. - W.K. Pratt. Jun-25-1973. (Not online) (Status: UNKNOWN) - -0527 ARPAWOCKY. D.L. Covill. May-01-1973. (Format: TXT=1857 bytes) - (Status: UNKNOWN) - -0528 Software checksumming in the IMP and network reliability. J.M. - McQuillan. Jun-20-1973. (Not online) (Status: UNKNOWN) - -0529 Note on protocol synch sequences. A.M. McKenzie, R. Thomas, R.S. - Tomlinson, K.T. Pogran. Jun-29-1973. (Not online) (Status: UNKNOWN) - -0530 Report on the Survey project. A.K. Bhushan. Jun-22-1973. (Not - online) (Status: UNKNOWN) - -0531 Feast or famine? A response to two recent RFC's about network - information. M.A. Padlipsky. Jun-26-1973. (Not online) (Status: - UNKNOWN) - -0532 UCSD-CC Server-FTP facility. R.G. Merryman. Jul-12-1973. (Not - online) (Status: UNKNOWN) - -0533 Message-ID numbers. D.C. Walden. Jul-17-1973. (Not online) - (Status: UNKNOWN) - -0534 Lost message detection. D.C. Walden. Jul-17-1973. (Not online) - (Status: UNKNOWN) - -0535 Comments on File Access Protocol. R. Thomas. Jul-25-1973. (Not - online) (Status: UNKNOWN) - -0537 Announcement of NGG meeting July 16-17. S. Bunch. Jun-27-1973. - (Not online) (Status: UNKNOWN) - -0538 Traffic statistics (June 1973). A.M. McKenzie. Jul-05-1973. (Not - online) (Status: UNKNOWN) - -0539 Thoughts on the mail protocol proposed in RFC 524. D. Crocker, J. - Postel. Jul-07-1973. (Not online) (Status: UNKNOWN) - -0542 File Transfer Protocol. N. Neigus. Jul-12-1973. (Format: - TXT=100666 bytes) (Obsoletes RFC0354) (Obsoleted by RFC0765) (Also - RFC354, RFC454, RFC495) (Status: UNKNOWN) - -0543 Network journal submission and delivery. N.D. Meyer. Jul-24-1973. - (Not online) (Status: UNKNOWN) - -0544 Locating on-line documentation at SRI-ARC. N.D. Meyer, K. Kelley. - Jul-13-1973. (Format: TXT=1541 bytes) (Status: UNKNOWN) - -0545 Of what quality be the UCSB resources evaluators?. J.R. Pickens. - Jul-23-1973. (Not online) (Status: UNKNOWN) - -0546 Tenex load averages for July 1973. R. Thomas. Aug-10-1973. (Not - online) (Status: UNKNOWN) - -0547 Change to the Very Distant Host specification. D.C. Walden. - Aug-13-1973. (Not online) (Status: UNKNOWN) - -0548 Hosts using the IMP Going Down message. D.C. Walden. Aug-16-1973. - (Format: TXT=1435 bytes) (Status: UNKNOWN) - -0549 Minutes of Network Graphics Group meeting, 15-17 July 1973. J.C. - Michener. Jul-17-1973. (Not online) (Status: UNKNOWN) - -0550 NIC NCP experiment. L.P. Deutsch. Aug-24-1973. (Format: TXT=3688 - bytes) (Status: UNKNOWN) - -0552 Single access to standard protocols. A.D. Owen. Jul-13-1973. - (Format: TXT=1404 bytes) (Status: UNKNOWN) - -0553 Draft design for a text/graphics protocol. C.H. Irby, K. Victor. - Jul-14-1973. (Not online) (Status: UNKNOWN) - -0555 Responses to critiques of the proposed mail protocol. J.E. White. - Jul-30-1973. (Not online) (Status: UNKNOWN) - -0556 Traffic statistics (July 1973). A.M. McKenzie. Aug-13-1973. (Not - online) (Status: UNKNOWN) - -0557 Revelations in network host measurements. B.D. Wessler. - Aug-30-1973. (Not online) (Status: UNKNOWN) - -0559 Comments on The New Telnet Protocol and its Implementation. A.K. - Bhushan. Aug-15-1973. (Format: TXT=10643 bytes) (Status: UNKNOWN) - -0560 Remote Controlled Transmission and Echoing Telnet option. D. - Crocker, J. Postel. Aug-18-1973. (Not online) (Status: UNKNOWN) - -0561 Standardizing Network Mail Headers. A.K. Bhushan, K.T. Pogran, - R.S. Tomlinson, J.E. White. Sep-05-1973. (Format: TXT=6159 bytes) - (Updated by RFC0680) (Status: UNKNOWN) - -0562 Modifications to the Telnet specification. A.M. McKenzie. - Aug-28-1973. (Not online) (Status: UNKNOWN) - -0563 Comments on the RCTE Telnet option. J. Davidson. Aug-28-1973. - (Not online) (Status: UNKNOWN) - -0565 Storing network survey data at the datacomputer. D. Cantor. - Aug-28-1973. (Not online) (Status: UNKNOWN) - -0566 Traffic statistics (August 1973). A.M. McKenzie. Sep-04-1973. - (Not online) (Status: UNKNOWN) - -0567 Cross Country Network Bandwidth. L.P. Deutsch. Sep-06-1973. - (Format: TXT=1529 bytes) (Updated by RFC0568) (Status: UNKNOWN) - -0568 Response to RFC 567 - cross country network bandwidth. J.M. - McQuillan. Sep-18-1973. (Not online) (Updates RFC0567) (Status: - UNKNOWN) - -0569 NETED: A Common Editor for the ARPA Network. M.A. Padlipsky. - Oct-15-1973. (Format: TXT=17717 bytes) (Status: HISTORIC) - -0570 Experimental input mapping between NVT ASCII and UCSB On Line - System. J.R. Pickens. Oct-30-1973. (Not online) (Status: UNKNOWN) - -0571 Tenex FTP problem. R.T. Braden. Nov-15-1973. (Not online) - (Status: UNKNOWN) - -0573 Data and file transfer: Some measurement results. A.K. Bhushan. - Sep-14-1973. (Not online) (Status: UNKNOWN) - -0574 Announcement of a mail facility at UCSB. M. Krilanovich. - Sep-26-1973. (Not online) (Status: UNKNOWN) - -0576 Proposal for modifying linking. K. Victor. Sep-26-1973. (Not - online) (Status: UNKNOWN) - -0577 Mail priority. D. Crocker. Oct-18-1973. (Not online) (Status: - UNKNOWN) - -0578 Using MIT-Mathlab MACSYMA from MIT-DMS Muddle. A.K. Bhushan, N.D. - Ryan. Oct-29-1973. (Not online) (Status: UNKNOWN) - -0579 Traffic statistics (September 1973). A.M. McKenzie. Nov-26-1973. - (Not online) (Status: UNKNOWN) - -0580 Note to Protocol Designers and Implementers. J. Postel. - Oct-25-1973. (Format: TXT=1451 bytes) (Updated by RFC0582) (Status: - UNKNOWN) - -0581 Corrections to RFC 560: Remote Controlled Transmission and - Echoing Telnet Option. D. Crocker, J. Postel. Nov-02-1973. (Not - online) (Status: UNKNOWN) - -0582 Comments on RFC 580: Machine readable protocols. R. Clements. - Nov-05-1973. (Not online) (Updates RFC0580) (Status: UNKNOWN) - -0584 Charter for ARPANET Users Interest Working Group. J. Iseli, D. - Crocker, N. Neigus. Nov-06-1973. (Not online) (Status: UNKNOWN) - -0585 ARPANET users interest working group meeting. D. Crocker, N. - Neigus, E.J. Feinler, J. Iseli. Nov-06-1973. (Not online) (Status: - UNKNOWN) - -0586 Traffic statistics (October 1973). A.M. McKenzie. Nov-08-1973. - (Not online) (Status: UNKNOWN) - -0587 Announcing new Telnet options. J. Postel. Nov-13-1973. (Not - online) (Status: UNKNOWN) - -0588 London node is now up. A.V. Stokes. Oct-29-1973. (Not online) - (Status: UNKNOWN) - -0589 CCN NETRJS server messages to remote user. R.T. Braden. - Nov-26-1973. (Format: TXT=7998 bytes) (Status: UNKNOWN) - -0590 MULTICS address change. M.A. Padlipsky. Nov-19-1973. (Not online) - (Status: UNKNOWN) - -0591 Addition to the Very Distant Host specifications. D.C. Walden. - Nov-29-1973. (Format: TXT=901 bytes) (Status: UNKNOWN) - -0592 Some thoughts on system design to facilitate resource sharing. - R.W. Watson. Nov-20-1973. (Not online) (Status: UNKNOWN) - -0593 Telnet and FTP implementation schedule change. A.M. McKenzie, J. - Postel. Nov-29-1973. (Not online) (Status: UNKNOWN) - -0594 Speedup of Host-IMP interface. J.D. Burchfiel. Dec-10-1973. (Not - online) (Status: UNKNOWN) - -0595 Second thoughts in defense of the Telnet Go-Ahead. W. Hathaway. - Dec-12-1973. (Not online) (Status: UNKNOWN) - -0596 Second thoughts on Telnet Go-Ahead. E.A. Taft. Dec-08-1973. (Not - online) (Status: UNKNOWN) - -0597 Host status. N. Neigus, E.J. Feinler. Dec-12-1973. (Not online) - (Updated by RFC0603) (Status: UNKNOWN) - -0598 RFC index - December 5, 1973. Network Information Center. - Stanford Research Institute. Dec-05-1973. (Not online) (Status: - UNKNOWN) - -0599 Update on NETRJS. R.T. Braden. Dec-13-1973. (Format: TXT=16590 - bytes) (Obsoletes RFC0189) (Obsoleted by RFC0740) (Status: UNKNOWN) - -0600 Interfacing an Illinois plasma terminal to the ARPANET. A. - Berggreen. Nov-26-1973. (Not online) (Status: UNKNOWN) - -0601 Traffic statistics (November 1973). A.M. McKenzie. Dec-14-1973. - (Format: TXT=9100 bytes) (Status: UNKNOWN) - -0602 "The stockings were hung by the chimney with care". R.M. - Metcalfe. Dec-27-1973. (Format: TXT=1988 bytes) (Status: UNKNOWN) - -0603 Response to RFC 597: Host status. J.D. Burchfiel. Dec-31-1973. - (Not online) (Updates RFC0597) (Updated by RFC0613) (Status: UNKNOWN) - -0604 Assigned link numbers. J. Postel. Dec-26-1973. (Not online) - (Obsoletes RFC0317) (Obsoleted by RFC0739) (Status: UNKNOWN) - -0606 Host names on-line. L.P. Deutsch. Dec-29-1973. (Format: TXT=6855 - bytes) (Status: UNKNOWN) - -0607 Comments on the File Transfer Protocol. M. Krilanovich, G. Gregg. - Jan-07-1974. (Format: TXT=8652 bytes) (Obsoleted by RFC0624) (Updated - by RFC0614) (Status: UNKNOWN) - -0608 Host names on-line. M.D. Kudlick. Jan-10-1974. (Format: TXT=7010 - bytes) (Obsoleted by RFC0810) (Status: UNKNOWN) - -0609 Statement of upcoming move of NIC/NLS service. B. Ferguson. - Jan-10-1974. (Not online) (Status: UNKNOWN) - -0610 Further datalanguage design concepts. R. Winter, J. Hill, W. - Greiff. Dec-15-1973. (Not online) (Status: UNKNOWN) - -0611 Two changes to the IMP/Host Protocol to improve user/network - communications. D.C. Walden. Feb-14-1974. (Not online) (Status: - UNKNOWN) - -0612 Traffic statistics (December 1973). A.M. McKenzie. Jan-16-1974. - (Not online) (Status: UNKNOWN) - -0613 Network connectivity: A response to RFC 603. A.M. McKenzie. - Jan-21-1974. (Format: TXT=2557 bytes) (Updates RFC0603) (Status: - UNKNOWN) - -0614 Response to RFC 607: "Comments on the File Transfer Protocol". - K.T. Pogran, N. Neigus. Jan-28-1974. (Format: TXT=11409 bytes) - (Updates RFC542, RFC0607) (Status: UNKNOWN) - -0615 Proposed Network Standard Data Pathname syntax. D. Crocker. - Mar-01-1974. (Format: TXT=9448 bytes) (Status: UNKNOWN) - -0616 Latest network maps. D.C. Walden. Feb-11-1973. (Not online) - (Status: UNKNOWN) - -0617 Note on socket number assignment. E.A. Taft. Feb-19-1974. - (Format: TXT=8062 bytes) (Status: UNKNOWN) - -0618 Few observations on NCP statistics. E.A. Taft. Feb-19-1974. - (Format: TXT=4929 bytes) (Status: UNKNOWN) - -0619 Mean round-trip times in the ARPANET. W. Naylor, H. Opderbeck. - Mar-07-1974. (Not online) (Status: UNKNOWN) - -0620 Request for monitor host table updates. B. Ferguson. Mar-01-1974. - (Format: TXT=1950 bytes) (Status: UNKNOWN) - -0621 NIC user directories at SRI ARC. M.D. Kudlick. Mar-06-1974. (Not - online) (Status: UNKNOWN) - -0622 Scheduling IMP/TIP down time. A.M. McKenzie. Mar-13-1974. - (Format: TXT=4367 bytes) (Status: UNKNOWN) - -0623 Comments on on-line host name service. M. Krilanovich. - Feb-22-1974. (Format: TXT=3740 bytes) (Status: UNKNOWN) - -0624 Comments on the File Transfer Protocol. M. Krilanovich, G. Gregg, - W. Hathaway, J.E. White. Feb-28-1974. (Format: TXT=10105 bytes) - (Obsoletes RFC0607) (Status: UNKNOWN) - -0625 On-line hostnames service. M.D. Kudlick, E.J. Feinler. - Mar-07-1974. (Not online) (Status: UNKNOWN) - -0626 On a possible lockup condition in IMP subnet due to message - sequencing. L. Kleinrock, H. Opderbeck. Mar-14-1974. (Format: - TXT=13150 bytes) (Status: UNKNOWN) - -0627 ASCII text file of hostnames. M.D. Kudlick, E.J. Feinler. - Mar-25-1974. (Format: TXT=2007 bytes) (Status: UNKNOWN) - -0628 Status of RFC numbers and a note on pre-assigned journal numbers. - M.L. Keeney. Mar-27-1974. (Not online) (Status: UNKNOWN) - -0629 Scenario for using the Network Journal. J.B. North. Mar-27-1974. - (Not online) (Status: UNKNOWN) - -0630 FTP error code usage for more reliable mail service. J. Sussmann. - Apr-10-1974. (Not online) (Status: UNKNOWN) - -0631 International meeting on minicomputers and data communication: - Call for papers. A. Danthine. Apr-17-1974. (Not online) (Status: - UNKNOWN) - -0632 Throughput degradations for single packet messages. H. Opderbeck. - May-20-1974. (Not online) (Status: UNKNOWN) - -0633 IMP/TIP preventive maintenance schedule. A.M. McKenzie. - Mar-18-1974. (Not online) (Obsoleted by RFC0638) (Status: UNKNOWN) - -0634 Change in network address for Haskins Lab. A.M. McKenzie. - Apr-10-1974. (Format: TXT=1098 bytes) (Status: UNKNOWN) - -0635 Assessment of ARPANET protocols. V. Cerf. Apr-22-1974. (Not - online) (Status: UNKNOWN) - -0636 TIP/Tenex reliability improvements. J.D. Burchfiel, B. Cosell, - R.S. Tomlinson, D.C. Walden. Jun-10-1974. (Format: TXT=19914 bytes) - (Status: UNKNOWN) - -0637 Change of network address for SU-DSL. A.M. McKenzie. Apr-23-1974. - (Not online) (Status: UNKNOWN) - -0638 IMP/TIP preventive maintenance schedule. A.M. McKenzie. - Apr-25-1974. (Not online) (Obsoletes RFC0633) (Status: UNKNOWN) - -0640 Revised FTP reply codes. J. Postel. Jun-05-1974. (Format: - TXT=39670 bytes) (Status: UNKNOWN) - -0642 Ready line philosophy and implementation. J.D. Burchfiel. - Jul-05-1974. (Not online) (Status: UNKNOWN) - -0643 Network Debugging Protocol. E. Mader. Jul-01-1974. (Format: - TXT=12563 bytes) (Status: UNKNOWN) - -0644 On the problem of signature authentication for network mail. R. - Thomas. Jul-22-1974. (Format: TXT=9501 bytes) (Status: UNKNOWN) - -0645 Network Standard Data Specification syntax. D. Crocker. - Jun-26-1974. (Not online) (Status: UNKNOWN) - -0647 Proposed protocol for connecting host computers to ARPA-like - networks via front end processors. M.A. Padlipsky. Nov-12-1974. (Not - online) (Status: UNKNOWN) - -0651 Revised Telnet status option. D. Crocker. Oct-25-1974. (Format: - TXT=4360 bytes) (Obsoleted by RFC0859) (Status: UNKNOWN) - -0652 Telnet output carriage-return disposition option. D. Crocker. - Oct-25-1974. (Format: TXT=7003 bytes) (Status: HISTORIC) - -0653 Telnet output horizontal tabstops option. D. Crocker. - Oct-25-1974. (Format: TXT=4694 bytes) (Status: HISTORIC) - -0654 Telnet output horizontal tab disposition option. D. Crocker. - Oct-25-1974. (Format: TXT=6158 bytes) (Status: HISTORIC) - -0655 Telnet output formfeed disposition option. D. Crocker. - Oct-25-1974. (Format: TXT=5991 bytes) (Status: HISTORIC) - -0656 Telnet output vertical tabstops option. D. Crocker. Oct-25-1974. - (Format: TXT=4858 bytes) (Status: HISTORIC) - -0657 Telnet output vertical tab disposition option. D. Crocker. - Oct-25-1974. (Format: TXT=5759 bytes) (Status: HISTORIC) - -0658 Telnet output linefeed disposition. D. Crocker. Oct-25-1974. - (Format: TXT=6484 bytes) (Status: HISTORIC) - -0659 Announcing additional Telnet options. J. Postel. Oct-18-1974. - (Not online) (Status: UNKNOWN) - -0660 Some changes to the IMP and the IMP/Host interface. D.C. Walden. - Oct-23-1974. (Format: TXT=4991 bytes) (Status: UNKNOWN) - -0661 Protocol information. J. Postel. Nov-23-1974. (Not online) - (Status: UNKNOWN) - -0662 Performance improvement in ARPANET file transfers from Multics. - R. Kanodia. Nov-26-1974. (Format: TXT=8872 bytes) (Status: UNKNOWN) - -0663 Lost message detection and recovery protocol. R. Kanodia. - Nov-29-1974. (Format: TXT=44702 bytes) (Status: UNKNOWN) - -0666 Specification of the Unified User-Level Protocol. M.A. Padlipsky. - Nov-26-1974. (Not online) (Status: UNKNOWN) - -0667 BBN host ports. S.G. Chipman. Dec-17-1974. (Not online) (Status: - UNKNOWN) - -0669 November, 1974, survey of New-Protocol Telnet servers. D.W. - Dodds. Dec-04-1974. (Not online) (Status: UNKNOWN) - -0671 Note on Reconnection Protocol. R. Schantz. Dec-06-1974. (Not - online) (Status: UNKNOWN) - -0672 Multi-site data collection facility. R. Schantz. Dec-06-1974. - (Format: TXT=25736 bytes) (Status: UNKNOWN) - -0674 Procedure call documents: Version 2. J. Postel, J.E. White. - Dec-12-1974. (Format: TXT=12178 bytes) (Status: UNKNOWN) - -0675 Specification of Internet Transmission Control Program. V. Cerf, - Y. Dalal, C. Sunshine. Dec-01-1974. (Not online) (Status: UNKNOWN) - -0677 Maintenance of duplicate databases. P.R. Johnson, R. Thomas. - Jan-27-1975. (Not online) (Status: UNKNOWN) - -0678 Standard file formats. J. Postel. Dec-19-1974. (Format: TXT=12393 - bytes) (Status: UNKNOWN) - -0679 February, 1975, survey of New-Protocol Telnet servers. D.W. - Dodds. Feb-21-1975. (Not online) (Status: UNKNOWN) - -0680 Message Transmission Protocol. T.H. Myer, D.A. Henderson. - Apr-30-1975. (Not online) (Updates RFC0561) (Status: UNKNOWN) - -0681 Network UNIX. S. Holmgren. Mar-18-1975. (Format: TXT=18874 bytes) - (Status: UNKNOWN) - -0683 FTPSRV - Tenex extension for paged files. R. Clements. - Apr-03-1975. (Format: TXT=8806 bytes) (Status: UNKNOWN) - -0684 Commentary on procedure calling as a network protocol. R. - Schantz. Apr-15-1975. (Format: TXT=21164 bytes) (Status: UNKNOWN) - -0685 Response time in cross network debugging. M. Beeler. Apr-16-1975. - (Format: TXT=6914 bytes) (Status: UNKNOWN) - -0686 Leaving well enough alone. B. Harvey. May-10-1975. (Not online) - (Status: UNKNOWN) - -0687 IMP/Host and Host/IMP Protocol changes. D.C. Walden. Jun-02-1975. - (Format: TXT=6013 bytes) (Obsoleted by RFC0704) (Updated by RFC0690) - (Status: UNKNOWN) - -0688 Tentative schedule for the new Telnet implementation for the TIP. - D.C. Walden. Jun-04-1975. (Format: TXT=1593 bytes) (Status: UNKNOWN) - -0689 Tenex NCP finite state machine for connections. R. Clements. - May-23-1975. (Format: TXT=13101 bytes) (Status: UNKNOWN) - -0690 Comments on the proposed Host/IMP Protocol changes. J. Postel. - Jun-06-1975. (Format: TXT=7215 bytes) (Updates RFC0687) (Updated by - RFC0692) (Status: UNKNOWN) - -0691 One more try on the FTP. B. Harvey. May-28-1975. (Format: - TXT=32821 bytes) (Status: UNKNOWN) - -0692 Comments on IMP/Host Protocol changes (RFCs 687 and 690). S.M. - Wolfe. Jun-20-1975. (Not online) (Updates RFC0690) (Status: UNKNOWN) - -0694 Protocol information. J. Postel. Jun-18-1975. (Not online) - (Status: UNKNOWN) - -0695 Official change in Host-Host Protocol. M. Krilanovich. - Jul-05-1975. (Format: TXT=3425 bytes) (Status: UNKNOWN) - -0696 Comments on the IMP/Host and Host/IMP Protocol changes. V.G. - Cerf. Jul-13-1975. (Not online) (Status: UNKNOWN) - -0697 CWD command of FTP. J. Lieb. Jul-14-1975. (Not online) (Status: - UNKNOWN) - -0698 Telnet extended ASCII option. T. Mock. Jul-23-1975. (Format: - TXT=5086 bytes) (Status: PROPOSED STANDARD) - -0699 Request For Comments summary notes: 600-699. J. Postel, J. - Vernon. Nov-01-1982. (Format: TXT=14688 bytes) (Status: - INFORMATIONAL) - -0700 Protocol experiment. E. Mader, W.W. Plummer, R.S. Tomlinson. - Aug-01-1974. (Format: TXT=14600 bytes) (Status: UNKNOWN) - -0701 August, 1974, survey of New-Protocol Telnet servers. D.W. Dodds. - Aug-01-1974. (Format: TXT=3549 bytes) (Status: UNKNOWN) - -0702 September, 1974, survey of New-Protocol Telnet servers. D.W. - Dodds. Sep-25-1974. (Not online) (Status: UNKNOWN) - -0703 July, 1975, survey of New-Protocol Telnet Servers. D.W. Dodds. - Jul-11-1975. (Not online) (Status: UNKNOWN) - -0704 IMP/Host and Host/IMP Protocol change. P.J. Santos. Sep-15-1975. - (Format: TXT=7504 bytes) (Obsoletes RFC0687) (Status: UNKNOWN) - -0705 Front-end Protocol B6700 version. R.F. Bryan. Nov-05-1975. - (Format: TXT=70998 bytes) (Status: UNKNOWN) - -0706 On the junk mail problem. J. Postel. Nov-08-1975. (Format: - TXT=2085 bytes) (Status: UNKNOWN) - -0707 High-level framework for network-based resource sharing. J.E. - White. Dec-23-1975. (Format: TXT=57254 bytes) (Status: UNKNOWN) - -0708 Elements of a Distributed Programming System. J.E. White. - Jan-28-1976. (Format: TXT=57888 bytes) (Status: UNKNOWN) - -0709 Not Issued. . November 1993. (Format: TXT=27 bytes) (Status: - UNKNOWN) - -0710 Not Issued. . November 1993. (Format: TXT=27 bytes) (Status: - UNKNOWN) - -0711 Not Issued. . November 1993. (Format: TXT=27 bytes) (Status: - UNKNOWN) - -0712 Distributed Capability Computing System (DCCS). J.E. Donnelley. - Feb-05-1976. (Not online) (Status: UNKNOWN) - -0713 MSDTP-Message Services Data Transmission Protocol. J. Haverty. - Apr-06-1976. (Format: TXT=41175 bytes) (Status: UNKNOWN) - -0714 Host-Host Protocol for an ARPANET-Type Network. A.M. McKenzie. - Apr-21-1976. (Not online) (Status: UNKNOWN) - -0715 Not Issued. . November 1993. (Format: TXT=27 bytes) (Status: - UNKNOWN) - -0716 Interim Revision to Appendix F of BBN 1822. D.C. Walden, J. - Levin. May-24-1976. (Format: TXT=3345 bytes) (Status: UNKNOWN) - -0717 Assigned Network Numbers. J. Postel. Jul-01-1976. (Format: - TXT=2322 bytes) (Status: HISTORIC) - -0718 Comments on RCTE from the Tenex Implementation Experience. J. - Postel. Jun-30-1976. (Format: TXT=3829 bytes) (Status: UNKNOWN) - -0719 Discussion on RCTE. J. Postel. Jul-22-1976. (Format: TXT=4708 - bytes) (Status: UNKNOWN) - -0720 Address Specification Syntax for Network Mail. D. Crocker. - Aug-05-1976. (Format: TXT=6602 bytes) (Status: UNKNOWN) - -0721 Out-of-Band Control Signals in a Host-to-Host Protocol. L.L. - Garlick. Sep-01-1976. (Format: TXT=13566 bytes) (Status: UNKNOWN) - -0722 Thoughts on Interactions in Distributed Services. J. Haverty. - Sep-16-1976. (Format: TXT=29478 bytes) (Status: UNKNOWN) - -0723 Not Issued. . November 1993. (Format: TXT=29 bytes) (Status: - UNKNOWN) - -0724 Proposed official standard for the format of ARPA Network - messages. D. Crocker, K.T. Pogran, J. Vittal, D.A. Henderson. - May-12-1977. (Format: TXT=75554 bytes) (Obsoleted by RFC0733) - (Status: UNKNOWN) - -0725 RJE protocol for a resource sharing network. J.D. Day, G.R. - Grossman. Mar-01-1977. (Format: TXT=44025 bytes) (Status: UNKNOWN) - -0726 Remote Controlled Transmission and Echoing Telnet option. J. - Postel, D. Crocker. Mar-08-1977. (Format: TXT=38651 bytes) (Status: - PROPOSED STANDARD) - -0727 Telnet logout option. M.R. Crispin. Apr-27-1977. (Format: - TXT=5674 bytes) (Status: PROPOSED STANDARD) - -0728 Minor pitfall in the Telnet Protocol. J.D. Day. Apr-27-1977. - (Format: TXT=2224 bytes) (Status: UNKNOWN) - -0729 Telnet byte macro option. D. Crocker. May-13-1977. (Format: - TXT=6509 bytes) (Obsoleted by RFC0735) (Status: UNKNOWN) - -0730 Extensible field addressing. J. Postel. May-20-1977. (Format: - TXT=9519 bytes) (Status: UNKNOWN) - -0731 Telnet Data Entry Terminal option. J.D. Day. Jun-27-1977. - (Format: TXT=61648 bytes) (Obsoleted by RFC0732) (Status: UNKNOWN) - -0732 Telnet Data Entry Terminal option. J.D. Day. Sep-12-1977. - (Format: TXT=57160 bytes) (Obsoletes RFC0731) (Updated by RFC1043) - (Status: UNKNOWN) - -0733 Standard for the format of ARPA network text messages. D. - Crocker, J. Vittal, K.T. Pogran, D.A. Henderson. Nov-21-1977. - (Format: TXT=73006 bytes) (Obsoletes RFC0724) (Obsoleted by RFC0822) - (Status: UNKNOWN) - -0734 SUPDUP Protocol. M.R. Crispin. Oct-07-1977. (Format: TXT=33256 - bytes) (Status: HISTORIC) - -0735 Revised Telnet byte macro option. D. Crocker, R.H. Gumpertz. - Nov-03-1977. (Format: TXT=10585 bytes) (Obsoletes RFC0729) (Status: - PROPOSED STANDARD) - -0736 Telnet SUPDUP option. M.R. Crispin. Oct-31-1977. (Format: - TXT=3081 bytes) (Status: PROPOSED STANDARD) - -0737 FTP extension: XSEN. K. Harrenstien. Oct-31-1977. (Format: - TXT=2127 bytes) (Status: UNKNOWN) - -0738 Time server. K. Harrenstien. Oct-31-1977. (Format: TXT=1851 - bytes) (Status: UNKNOWN) - -0739 Assigned numbers. J. Postel. Nov-11-1977. (Format: TXT=16346 - bytes) (Obsoletes RFC0604, RFC0503) (Obsoleted by RFC0750) (Status: - HISTORIC) - -0740 NETRJS Protocol. R.T. Braden. Nov-22-1977. (Format: TXT=38833 - bytes) (Obsoletes RFC0599) (Status: HISTORIC) - -0741 Specifications for the Network Voice Protocol (NVP). D. Cohen. - Nov-22-1977. (Format: TXT=57581 bytes) (Status: UNKNOWN) - -0742 NAME/FINGER Protocol. K. Harrenstien. Dec-30-1977. (Format: - TXT=12321 bytes) (Obsoleted by RFC1288, RFC1194) (Status: UNKNOWN) - -0743 FTP extension: XRSQ/XRCP. K. Harrenstien. Dec-30-1977. (Format: - TXT=16249 bytes) (Status: UNKNOWN) - -0744 MARS - a Message Archiving and Retrieval Service. J. Sattley. - Jan-08-1978. (Format: TXT=10984 bytes) (Status: UNKNOWN) - -0745 JANUS interface specifications. M. Beeler. Mar-30-1978. (Format: - TXT=21453 bytes) (Status: UNKNOWN) - -0746 SUPDUP graphics extension. R. Stallman. Mar-17-1978. (Format: - TXT=30197 bytes) (Status: UNKNOWN) - -0747 Recent extensions to the SUPDUP Protocol. M.R. Crispin. - Mar-21-1978. (Format: TXT=2870 bytes) (Status: UNKNOWN) - -0748 Telnet randomly-lose option. M.R. Crispin. Apr-01-1978. (Format: - TXT=2741 bytes) (Status: UNKNOWN) - -0749 Telnet SUPDUP-Output option. B. Greenberg. Sep-18-1978. (Format: - TXT=8933 bytes) (Status: PROPOSED STANDARD) - -0750 Assigned numbers. J. Postel. Sep-26-1978. (Format: TXT=19979 - bytes) (Obsoletes RFC0739) (Obsoleted by RFC0755) (Status: HISTORIC) - -0751 Survey of FTP mail and MLFL. P.D. Lebling. Dec-10-1978. (Format: - TXT=10069 bytes) (Status: UNKNOWN) - -0752 Universal host table. M.R. Crispin. Jan-02-1979. (Format: - TXT=33793 bytes) (Status: UNKNOWN) - -0753 Internet Message Protocol. J. Postel. Mar-01-1979. (Format: - TXT=93363 bytes) (Status: UNKNOWN) - -0754 Out-of-net host addresses for mail. J. Postel. Apr-06-1979. - (Format: TXT=19212 bytes) (Status: UNKNOWN) - -0755 Assigned numbers. J. Postel. May-03-1979. (Format: TXT=22039 - bytes) (Obsoletes RFC0750) (Obsoleted by RFC0758) (Status: HISTORIC) - -0756 NIC name server - a datagram-based information utility. J.R. - Pickens, E.J. Feinler, J.E. Mathis. Jul-01-1979. (Format: TXT=23491 - bytes) (Status: UNKNOWN) - -0757 Suggested solution to the naming, addressing, and delivery - problem for ARPANET message systems. D.P. Deutsch. Sep-10-1979. - (Format: TXT=35618 bytes) (Status: UNKNOWN) - -0758 Assigned numbers. J. Postel. Aug-01-1979. (Format: TXT=22911 - bytes) (Obsoletes RFC0755) (Obsoleted by RFC0762) (Status: HISTORIC) - -0759 Internet Message Protocol. J. Postel. Aug-01-1980. (Format: - TXT=123606 bytes) (Status: HISTORIC) - -0760 DoD standard Internet Protocol. J. Postel. Jan-01-1980. (Format: - TXT=81507 bytes) (Obsoletes IEN 123) (Obsoleted by RFC0791, RFC0777) - (Status: UNKNOWN) - -0761 DoD standard Transmission Control Protocol. J. Postel. - Jan-01-1980. (Format: TXT=167049 bytes) (Status: UNKNOWN) - -0762 Assigned numbers. J. Postel. Jan-01-1980. (Format: TXT=24668 - bytes) (Obsoletes RFC0758) (Obsoleted by RFC0770) (Status: HISTORIC) - -0763 Role mailboxes. M.D. Abrams. May-07-1980. (Format: TXT=942 bytes) - (Status: UNKNOWN) - -0764 Telnet Protocol specification. J. Postel. Jun-01-1980. (Format: - TXT=40005 bytes) (Obsoleted by RFC0854) (Status: UNKNOWN) - -0765 File Transfer Protocol specification. J. Postel. Jun-01-1980. - (Format: TXT=146641 bytes) (Obsoletes RFC0542) (Obsoleted by RFC0959) - (Status: UNKNOWN) - -0766 Internet Protocol Handbook: Table of contents. J. Postel. - Jul-01-1980. (Format: TXT=3465 bytes) (Obsoleted by RFC0774) (Status: - UNKNOWN) - -0767 Structured format for transmission of multi-media documents. J. - Postel. Aug-01-1980. (Format: TXT=59971 bytes) (Status: UNKNOWN) - -0768 User Datagram Protocol. J. Postel. Aug-28-1980. (Format: TXT=5896 - bytes) (Also STD0006) (Status: STANDARD) - -0769 Rapicom 450 facsimile file format. J. Postel. Sep-26-1980. - (Format: TXT=4079 bytes) (Status: UNKNOWN) - -0770 Assigned numbers. J. Postel. Sep-01-1980. (Format: TXT=26248 - bytes) (Obsoletes RFC0762) (Obsoleted by RFC0776) (Status: HISTORIC) - -0771 Mail transition plan. V.G. Cerf, J. Postel. Sep-01-1980. (Format: - TXT=18623 bytes) (Status: UNKNOWN) - -0772 Mail Transfer Protocol. S. Sluizer, J. Postel. Sep-01-1980. - (Format: TXT=61061 bytes) (Obsoleted by RFC0780) (Status: UNKNOWN) - -0773 Comments on NCP/TCP mail service transition strategy. V.G. Cerf. - Oct-01-1980. (Format: TXT=22181 bytes) (Status: UNKNOWN) - -0774 Internet Protocol Handbook: Table of contents. J. Postel. - Oct-01-1980. (Format: TXT=3452 bytes) (Obsoletes RFC0766) (Status: - UNKNOWN) - -0775 Directory oriented FTP commands. D. Mankins, D. Franklin, A.D. - Owen. Dec-01-1980. (Format: TXT=9511 bytes) (Status: UNKNOWN) - -0776 Assigned numbers. J. Postel. Jan-01-1981. (Format: TXT=30311 - bytes) (Obsoletes RFC0770) (Obsoleted by RFC0790) (Status: HISTORIC) - -0777 Internet Control Message Protocol. J. Postel. Apr-01-1981. - (Format: TXT=19407 bytes) (Obsoletes RFC0760) (Obsoleted by RFC0792) - (Status: UNKNOWN) - -0778 DCNET Internet Clock Service. D.L. Mills. Apr-18-1981. (Format: - TXT=9464 bytes) (Status: HISTORIC) - -0779 Telnet send-location option. E. Killian. Apr-01-1981. (Format: - TXT=2564 bytes) (Status: PROPOSED STANDARD) - -0780 Mail Transfer Protocol. S. Sluizer, J. Postel. May-01-1981. - (Format: TXT=80352 bytes) (Obsoletes RFC0772) (Obsoleted by RFC0788) - (Status: UNKNOWN) - -0781 Specification of the Internet Protocol (IP) timestamp option. Z. - Su. May-01-1981. (Format: TXT=4002 bytes) (Status: UNKNOWN) - -0782 Virtual Terminal management model. J. Nabielsky, A.P. Skelton. - Jan-01-1981. (Format: TXT=43589 bytes) (Status: UNKNOWN) - -0783 TFTP Protocol (revision 2). K.R. Sollins. Jun-01-1981. (Format: - TXT=23522 bytes) (Obsoletes IEN 133) (Status: UNKNOWN) - -0784 Mail Transfer Protocol: ISI TOPS20 implementation. S. Sluizer, J. - Postel. Jul-01-1981. (Format: TXT=5856 bytes) (Obsoleted by RFC1350) - (Status: UNKNOWN) - -0785 Mail Transfer Protocol: ISI TOPS20 file definitions. S. Sluizer, - J. Postel. Jul-01-1981. (Format: TXT=7032 bytes) (Status: UNKNOWN) - -0786 Mail Transfer Protocol: ISI TOPS20 MTP-NIMAIL interface. S. - Sluizer, J. Postel. Jul-01-1981. (Format: TXT=3129 bytes) (Status: - UNKNOWN) - -0787 Connectionless data transmission survey/tutorial. A.L. Chapin. - Jul-01-1981. (Format: TXT=84265 bytes) (Status: UNKNOWN) - -0788 Simple Mail Transfer Protocol. J. Postel. Nov-01-1981. (Format: - TXT=109001 bytes) (Obsoletes RFC0780) (Obsoleted by RFC0821) (Status: - UNKNOWN) - -0789 Vulnerabilities of network control protocols: An example. E.C. - Rosen. Jul-01-1981. (Format: TXT=25541 bytes) (Status: UNKNOWN) - -0790 Assigned numbers. J. Postel. Sep-01-1981. (Format: TXT=35316 - bytes) (Obsoletes RFC0776) (Obsoleted by RFC0820) (Status: HISTORIC) - -0791 Internet Protocol. J. Postel. Sep-01-1981. (Format: TXT=97779 - bytes) (Obsoletes RFC0760) (Also STD0005) (Status: STANDARD) - -0792 Internet Control Message Protocol. J. Postel. Sep-01-1981. - (Format: TXT=30404 bytes) (Obsoletes RFC0777) (Updated by RFC0950) - (Also STD0005) (Status: STANDARD) - -0793 Transmission Control Protocol. J. Postel. Sep-01-1981. (Format: - TXT=177957 bytes) (Also STD0007) (Status: STANDARD) - -0794 Pre-emption. V.G. Cerf. Sep-01-1981. (Format: TXT=5906 bytes) - (Updates IEN 125) (Status: UNKNOWN) - -0795 Service mappings. J. Postel. Sep-01-1981. (Format: TXT=5228 - bytes) (Status: UNKNOWN) - -0796 Address mappings. J. Postel. Sep-01-1981. (Format: TXT=11239 - bytes) (Obsoletes IEN 115) (Status: UNKNOWN) - -0797 Format for Bitmap files. A.R. Katz. Sep-01-1981. (Format: - TXT=3067 bytes) (Status: UNKNOWN) - -0798 Decoding facsimile data from the Rapicom 450. A.R. Katz. - Sep-01-1981. (Format: TXT=38867 bytes) (Status: UNKNOWN) - -0799 Internet name domains. D.L. Mills. Sep-01-1981. (Format: - TXT=13896 bytes) (Status: UNKNOWN) - -0800 Request For Comments summary notes: 700-799. J. Postel, J. - Vernon. Nov-01-1982. (Format: TXT=18354 bytes) (Status: HISTORIC) - -0801 NCP/TCP transition plan. J. Postel. Nov-01-1981. (Format: - TXT=42041 bytes) (Status: UNKNOWN) - -0802 ARPANET 1822L Host Access Protocol. A.G. Malis. Nov-01-1981. - (Format: TXT=62470 bytes) (Obsoleted by RFC0851) (Status: UNKNOWN) - -0803 Dacom 450/500 facsimile data transcoding. A. Agarwal, M.J. - O'Connor, D.L. Mills. Nov-02-1981. (Format: TXT=33826 bytes) (Status: - UNKNOWN) - -0804 CCITT draft recommendation T.4. International Telegraph and - Telephone Consultative Committee of the International - Telecommunication Union. Jan-01-1981. (Format: TXT=17025 bytes) - (Status: UNKNOWN) - -0805 Computer mail meeting notes. J. Postel. Feb-08-1982. (Format: - TXT=12522 bytes) (Status: UNKNOWN) - -0806 Proposed Federal Information Processing Standard: Specification - for message format for computer based message systems. National - Bureau of Standards. Sep-01-1981. (Format: TXT=216377 bytes) - (Obsoleted by RFC0841) (Status: UNKNOWN) - -0807 Multimedia mail meeting notes. J. Postel. Feb-09-1982. (Format: - TXT=11633 bytes) (Status: UNKNOWN) - -0808 Summary of computer mail services meeting held at BBN on 10 - January 1979. J. Postel. Mar-01-1982. (Format: TXT=15930 bytes) - (Status: UNKNOWN) - -0809 UCL facsimile system. T. Chang. Feb-01-1982. (Format: TXT=171153 - bytes) (Status: UNKNOWN) - -0810 DoD Internet host table specification. E.J. Feinler, K. - Harrenstien, Z. Su, V. White. Mar-01-1982. (Format: TXT=14196 bytes) - (Obsoletes RFC0608) (Obsoleted by RFC0952) (Status: UNKNOWN) - -0811 Hostnames Server. K. Harrenstien, V. White, E.J. Feinler. - Mar-01-1982. (Format: TXT=7771 bytes) (Obsoleted by RFC0953) (Status: - UNKNOWN) - -0812 NICNAME/WHOIS. K. Harrenstien, V. White. Mar-01-1982. (Format: - TXT=5389 bytes) (Obsoleted by RFC0954) (Status: UNKNOWN) - -0813 Window and Acknowledgement Strategy in TCP. D.D. Clark. - Jul-01-1982. (Format: TXT=38110 bytes) (Status: UNKNOWN) - -0814 Name, addresses, ports, and routes. D.D. Clark. Jul-01-1982. - (Format: TXT=24663 bytes) (Status: UNKNOWN) - -0815 IP datagram reassembly algorithms. D.D. Clark. Jul-01-1982. - (Format: TXT=14575 bytes) (Status: UNKNOWN) - -0816 Fault isolation and recovery. D.D. Clark. Jul-01-1982. (Format: - TXT=20106 bytes) (Status: UNKNOWN) - -0817 Modularity and efficiency in protocol implementation. D.D. Clark. - Jul-01-1982. (Format: TXT=45931 bytes) (Status: UNKNOWN) - -0818 Remote User Telnet service. J. Postel. Nov-01-1982. (Format: - TXT=3693 bytes) (Status: HISTORIC) - -0819 Domain naming convention for Internet user applications. Z. Su, - J. Postel. Aug-01-1982. (Format: TXT=35314 bytes) (Status: UNKNOWN) - -0820 Assigned numbers. J. Postel. Aug-14-1982. (Format: TXT=54213 - bytes) (Obsoletes RFC0790) (Obsoleted by RFC0870) (Status: HISTORIC) - -0821 Simple Mail Transfer Protocol. J. Postel. Aug-01-1982. (Format: - TXT=124482 bytes) (Obsoletes RFC0788) (Also STD0010) (Status: - STANDARD) - -0822 Standard for the format of ARPA Internet text messages. D. - Crocker. Aug-13-1982. (Format: TXT=109200 bytes) (Obsoletes RFC0733) - (Updated by RFC1123, RFC1138, RFC1148, RFC1327, RFC2156) (Also - STD0011) (Status: STANDARD) - -0823 DARPA Internet gateway. R.M. Hinden, A. Sheltzer. Sep-01-1982. - (Format: TXT=62620 bytes) (Updates IEN 109, IEN 30) (Status: - HISTORIC) - -0824 CRONUS Virtual Local Network. W.I. MacGregor, D.C. Tappan. - Aug-25-1982. (Format: TXT=58732 bytes) (Status: UNKNOWN) - -0825 Request for comments on Requests For Comments. J. Postel. - Nov-01-1982. (Format: TXT=4255 bytes) (Obsoleted by RFC1111, RFC1543) - (Status: UNKNOWN) - -0826 Ethernet Address Resolution Protocol: Or converting network - protocol addresses to 48.bit Ethernet address for transmission on - Ethernet hardware. D.C. Plummer. Nov-01-1982. (Format: TXT=22026 - bytes) (Also STD0037) (Status: STANDARD) - -0827 Exterior Gateway Protocol (EGP). E.C. Rosen. Oct-01-1982. - (Format: TXT=68436 bytes) (Updated by RFC0904) (Status: UNKNOWN) - -0828 Data communications: IFIP's international "network" of experts. - K. Owen. Aug-01-1982. (Format: TXT=29922 bytes) (Status: UNKNOWN) - -0829 Packet satellite technology reference sources. V.G. Cerf. - Nov-01-1982. (Format: TXT=10919 bytes) (Status: UNKNOWN) - -0830 Distributed system for Internet name service. Z. Su. Oct-01-1982. - (Format: TXT=31597 bytes) (Status: UNKNOWN) - -0831 Backup access to the European side of SATNET. R.T. Braden. - Dec-01-1982. (Format: TXT=11735 bytes) (Status: UNKNOWN) - -0832 Who talks TCP?. D. Smallberg. Dec-07-1982. (Format: TXT=42751 - bytes) (Obsoleted by RFC0833) (Status: UNKNOWN) - -0833 Who talks TCP?. D. Smallberg. Dec-14-1982. (Format: TXT=42973 - bytes) (Obsoletes RFC0832) (Obsoleted by RFC0834) (Status: UNKNOWN) - -0834 Who talks TCP?. D. Smallberg. Dec-22-1982. (Format: TXT=42764 - bytes) (Obsoletes RFC0833) (Obsoleted by RFC0835) (Status: UNKNOWN) - -0835 Who talks TCP?. D. Smallberg. Dec-29-1982. (Format: TXT=42959 - bytes) (Obsoletes RFC0834) (Obsoleted by RFC0836) (Status: UNKNOWN) - -0836 Who talks TCP?. D. Smallberg. Jan-05-1983. (Format: TXT=43643 - bytes) (Obsoletes RFC0835) (Obsoleted by RFC0837) (Status: UNKNOWN) - -0837 Who talks TCP?. D. Smallberg. Jan-12-1983. (Format: TXT=44864 - bytes) (Obsoletes RFC0836) (Obsoleted by RFC0838) (Status: UNKNOWN) - -0838 Who talks TCP?. D. Smallberg. Jan-20-1983. (Format: TXT=45033 - bytes) (Obsoletes RFC0837) (Obsoleted by RFC0839) (Status: UNKNOWN) - -0839 Who talks TCP?. D. Smallberg. Jan-26-1983. (Format: TXT=45175 - bytes) (Obsoletes RFC0838) (Obsoleted by RFC0842) (Status: UNKNOWN) - -0840 Official protocols. J. Postel. Apr-13-1983. (Format: TXT=33534 - bytes) (Obsoleted by RFC0880) (Status: HISTORIC) - -0841 Specification for message format for Computer Based Message - Systems. National Bureau of Standards. Jan-27-1983. (Format: - TXT=231871 bytes) (Obsoletes RFC0806) (Status: UNKNOWN) - -0842 Who talks TCP? - survey of 1 February 83. D. Smallberg. - Feb-03-1983. (Format: TXT=45962 bytes) (Obsoletes RFC0839) (Obsoleted - by RFC0843) (Status: UNKNOWN) - -0843 Who talks TCP? - survey of 8 February 83. D. Smallberg. - Feb-09-1983. (Format: TXT=46193 bytes) (Obsoletes RFC0842) (Obsoleted - by RFC0845) (Updated by RFC0844) (Status: UNKNOWN) - -0844 Who talks ICMP, too? - Survey of 18 February 1983. R. Clements. - Feb-18-1983. (Format: TXT=9078 bytes) (Updates RFC0843) (Status: - UNKNOWN) - -0845 Who talks TCP? - survey of 15 February 1983. D. Smallberg. - Feb-17-1983. (Format: TXT=45983 bytes) (Obsoletes RFC0843) (Obsoleted - by RFC0846) (Status: UNKNOWN) - -0846 Who talks TCP? - survey of 22 February 1983. D. Smallberg. - Feb-23-1983. (Format: TXT=45597 bytes) (Obsoletes RFC0845) (Obsoleted - by RFC0847) (Status: UNKNOWN) - -0847 Summary of Smallberg surveys. D. Smallberg, A. Westine, J. - Postel. Feb-01-1983. (Format: TXT=3789 bytes) (Obsoletes RFC0846) - (Status: UNKNOWN) - -0848 Who provides the "little" TCP services?. D. Smallberg. - Mar-14-1983. (Format: TXT=10985 bytes) (Status: UNKNOWN) - -0849 Suggestions for improved host table distribution. M.R. Crispin. - May-01-1983. (Format: TXT=5178 bytes) (Status: UNKNOWN) - -0850 Standard for interchange of USENET messages. M.R. Horton. - Jun-01-1983. (Format: TXT=43871 bytes) (Obsoleted by RFC1036) - (Status: UNKNOWN) - -0851 ARPANET 1822L Host Access Protocol. A.G. Malis. Apr-18-1983. - (Format: TXT=72042 bytes) (Obsoletes RFC0802) (Obsoleted by RFC0878) - (Status: UNKNOWN) - -0852 ARPANET short blocking feature. A.G. Malis. Apr-01-1983. (Format: - TXT=17151 bytes) (Status: UNKNOWN) - -0853 Not Issued. . November 1993. (Format: TXT=28 bytes) (Status: - UNKNOWN) - -0854 Telnet Protocol Specification. J. Postel, J.K. Reynolds. - May-01-1983. (Format: TXT=39371 bytes) (Obsoletes RFC0764, NIC 18639) - (Also STD 0008) (Status: STANDARD) - -0855 Telnet Option Specifications. J. Postel, J.K. Reynolds. - May-01-1983. (Format: TXT=6218 bytes) (Obsoletes NIC 18640) (Also - STD0008) (Status: STANDARD) - -0856 Telnet Binary Transmission. J. Postel, J.K. Reynolds. - May-01-1983. (Format: TXT=9192 bytes) (Obsoletes NIC 15389) (Also - STD0027) (Status: STANDARD) - -0857 Telnet Echo Option. J. Postel, J.K. Reynolds. May-01-1983. - (Format: TXT=11143 bytes) (Obsoletes NIC 15390) (Also STD0028) - (Status: STANDARD) - -0858 Telnet Suppress Go Ahead Option. J. Postel, J.K. Reynolds. - May-01-1983. (Format: TXT=3825 bytes) (Obsoletes NIC 15392) (Also - STD0029) (Status: STANDARD) - -0859 Telnet Status Option. J. Postel, J.K. Reynolds. May-01-1983. - (Format: TXT=4443 bytes) (Obsoletes RFC0651) (Also STD0030) (Status: - STANDARD) - -0860 Telnet Timing Mark Option. J. Postel, J.K. Reynolds. May-01-1983. - (Format: TXT=8108 bytes) (Obsoletes NIC 16238) (Also STD0031) - (Status: STANDARD) - -0861 Telnet Extended Options: List Option. J. Postel, J.K. Reynolds. - May-01-1983. (Format: TXT=3181 bytes) (Obsoletes NIC 16239) (Also - STD0032) (Status: STANDARD) - -0862 Echo Protocol. J. Postel. May-01-1983. (Format: TXT=1294 bytes) - (Also STD0020) (Status: STANDARD) - -0863 Discard Protocol. J. Postel. May-01-1983. (Format: TXT=1297 - bytes) (Also STD0021) (Status: STANDARD) - -0864 Character Generator Protocol. J. Postel. May-01-1983. (Format: - TXT=7016 bytes) (Also STD0022) (Status: STANDARD) - -0865 Quote of the Day Protocol. J. Postel. May-01-1983. (Format: - TXT=1734 bytes) (Also STD0023) (Status: STANDARD) - -0866 Active users. J. Postel. May-01-1983. (Format: TXT=2087 bytes) - (Also STD0024) (Status: STANDARD) - -0867 Daytime Protocol. J. Postel. May-01-1983. (Format: TXT=2405 - bytes) (Also STD0025) (Status: STANDARD) - -0868 Time Protocol. J. Postel, K. Harrenstien. May-01-1983. (Format: - TXT=3140 bytes) (Also STD0026) (Status: STANDARD) - -0869 Host Monitoring Protocol. R. Hinden. Dec-01-1983. (Format: - TXT=94550 bytes) (Status: HISTORIC) - -0870 Assigned numbers. J.K. Reynolds, J. Postel. Oct-01-1983. (Format: - TXT=56055 bytes) (Obsoletes RFC0820) (Obsoleted by RFC0900) (Status: - HISTORIC) - -0871 Perspective on the ARPANET reference model. M.A. Padlipsky. - Sep-01-1982. (Format: TXT=74455 bytes) (Status: UNKNOWN) - -0872 TCP-on-a-LAN. M.A. Padlipsky. Sep-01-1982. (Format: TXT=22446 - bytes) (Status: UNKNOWN) - -0873 Illusion of vendor support. M.A. Padlipsky. Sep-01-1982. (Format: - TXT=23095 bytes) (Status: UNKNOWN) - -0874 Critique of X.25. M.A. Padlipsky. Sep-01-1982. (Format: TXT=36386 - bytes) (Status: UNKNOWN) - -0875 Gateways, architectures, and heffalumps. M.A. Padlipsky. - Sep-01-1982. (Format: TXT=22816 bytes) (Status: UNKNOWN) - -0876 Survey of SMTP implementations. D. Smallberg. Sep-01-1983. - (Format: TXT=37775 bytes) (Status: UNKNOWN) - -0877 Standard for the transmission of IP datagrams over public data - networks. J.T. Korb. Sep-01-1983. (Format: TXT=3272 bytes) (Obsoleted - by RFC1356) (Status: UNKNOWN) - -0878 ARPANET 1822L Host Access Protocol. A.G. Malis. Dec-01-1983. - (Format: TXT=74774 bytes) (Obsoletes RFC0851) (Status: UNKNOWN) - -0879 TCP maximum segment size and related topics. J. Postel. - Nov-01-1983. (Format: TXT=22024 bytes) (Status: UNKNOWN) - -0880 Official protocols. J.K. Reynolds, J. Postel. Oct-01-1983. - (Format: TXT=37332 bytes) (Obsoletes RFC0840) (Obsoleted by RFC0901) - (Status: HISTORIC) - -0881 Domain names plan and schedule. J. Postel. Nov-01-1983. (Format: - TXT=23490 bytes) (Updated by RFC0897) (Status: UNKNOWN) - -0882 Domain names: Concepts and facilities. P.V. Mockapetris. - Nov-01-1983. (Format: TXT=79776 bytes) (Obsoleted by RFC1034, - RFC1035) (Updated by RFC0973) (Status: UNKNOWN) - -0883 Domain names: Implementation specification. P.V. Mockapetris. - Nov-01-1983. (Format: TXT=175067 bytes) (Obsoleted by RFC1034, - RFC1035) (Updated by RFC0973) (Status: UNKNOWN) - -0884 Telnet terminal type option. M. Solomon, E. Wimmers. Dec-01-1983. - (Format: TXT=7881 bytes) (Obsoleted by RFC0930) (Status: UNKNOWN) - -0885 Telnet end of record option. J. Postel. Dec-01-1983. (Format: - TXT=3232 bytes) (Status: PROPOSED STANDARD) - -0886 Proposed standard for message header munging. M.T. Rose. - Dec-15-1983. (Format: TXT=30566 bytes) (Status: UNKNOWN) - -0887 Resource Location Protocol. M. Accetta. Dec-01-1983. (Format: - TXT=36770 bytes) (Status: EXPERIMENTAL) - -0888 "STUB" Exterior Gateway Protocol. L. Seamonson, E.C. Rosen. - Jan-01-1984. (Format: TXT=53227 bytes) (Updated by RFC0904) (Status: - UNKNOWN) - -0889 Internet delay experiments. D.L. Mills. Dec-01-1983. (Format: - TXT=27128 bytes) (Status: UNKNOWN) - -0890 Exterior Gateway Protocol implementation schedule. J. Postel. - Feb-01-1984. (Format: TXT=5899 bytes) (Status: UNKNOWN) - -0891 DCN local-network protocols. D.L. Mills. Dec-01-1983. (Format: - TXT=66769 bytes) (Also STD0044) (Status: STANDARD) - -0892 ISO Transport Protocol specification. International Organization - for Standardization. Dec-01-1983. (Format: TXT=158151 bytes) - (Obsoleted by RFC0905) (Status: UNKNOWN) - -0893 Trailer encapsulations. S. Leffler, M.J. Karels. Apr-01-1984. - (Format: TXT=13353 bytes) (Status: UNKNOWN) - -0894 Standard for the transmission of IP datagrams over Ethernet - networks. C. Hornig. Apr-01-1984. (Format: TXT=5697 bytes) (Also - STD0041) (Status: STANDARD) - -0895 Standard for the transmission of IP datagrams over experimental - Ethernet networks. J. Postel. Apr-01-1984. (Format: TXT=4985 bytes) - (Also STD0042) (Status: STANDARD) - -0896 Congestion control in IP/TCP internetworks. J. Nagle. - Jan-06-1984. (Format: TXT=26782 bytes) (Status: UNKNOWN) - -0897 Domain name system implementation schedule. J. Postel. - Feb-01-1984. (Format: TXT=15683 bytes) (Updates RFC0881) (Updated by - RFC0921) (Status: UNKNOWN) - -0898 Gateway special interest group meeting notes. R.M. Hinden, J. - Postel, M. Muuss, J.K. Reynolds. Apr-01-1984. (Format: TXT=42112 - bytes) (Status: UNKNOWN) - -0899 Request For Comments summary notes: 800-899. J. Postel, A. - Westine. May-01-1984. (Format: TXT=39996 bytes) (Status: - INFORMATIONAL) - -0900 Assigned Numbers. J.K. Reynolds, J. Postel. Jun-01-1984. (Format: - TXT=82116 bytes) (Obsoletes RFC0870) (Obsoleted by RFC0923) (Status: - HISTORIC) - -0901 Official ARPA-Internet protocols. J.K. Reynolds, J. Postel. - Jun-01-1984. (Format: TXT=41058 bytes) (Obsoletes RFC0880) (Obsoleted - by RFC0924) (Status: UNKNOWN) - -0902 ARPA Internet Protocol policy. J.K. Reynolds, J. Postel. - Jul-01-1984. (Format: TXT=11027 bytes) (Status: UNKNOWN) - -0903 Reverse Address Resolution Protocol. R. Finlayson, T. Mann, J.C. - Mogul, M. Theimer. Jun-01-1984. (Format: TXT=9345 bytes) (Also - STD0038) (Status: STANDARD) - -0904 Exterior Gateway Protocol formal specification. D.L. Mills. - Apr-01-1984. (Format: TXT=65226 bytes) (Updates RFC0827, RFC0888) - (Status: HISTORIC) - -0905 ISO Transport Protocol specification ISO DP 8073. A.M. McKenzie. - Apr-01-1984. (Format: TXT=249214 bytes) (Obsoletes RFC0892) (Status: - UNKNOWN) - -0906 Bootstrap loading using TFTP. R. Finlayson. Jun-01-1984. (Format: - TXT=10102 bytes) (Status: UNKNOWN) - -0907 Host Access Protocol specification. Bolt, Beranek and Newman, - Inc.. Jul-01-1984. (Format: TXT=129985 bytes) (Obsoleted by STD0040) - (Updated by RFC1221) (Also STD0040) (Status: STANDARD) - -0908 Reliable Data Protocol. D. Velten, R.M. Hinden, J. Sax. - Jul-01-1984. (Format: TXT=97646 bytes) (Updated by RFC1151) (Status: - EXPERIMENTAL) - -0909 Loader Debugger Protocol. C. Welles, W. Milliken. Jul-01-1984. - (Format: TXT=209813 bytes) (Status: EXPERIMENTAL) - -0910 Multimedia mail meeting notes. H.C. Forsdick. Aug-01-1984. - (Format: TXT=24915 bytes) (Status: UNKNOWN) - -0911 EGP Gateway under Berkeley UNIX 4.2. P. Kirton. Aug-22-1984. - (Format: TXT=55908 bytes) (Status: UNKNOWN) - -0912 Authentication service. M. St. Johns. Sep-01-1984. (Format: - TXT=4544 bytes) (Obsoleted by RFC0931) (Status: UNKNOWN) - -0913 Simple File Transfer Protocol. M. Lottor. Sep-01-1984. (Format: - TXT=20929 bytes) (Status: HISTORIC) - -0914 Thinwire protocol for connecting personal computers to the - Internet. D.J. Farber, G. Delp, T.M. Conte. Sep-01-1984. (Format: - TXT=57288 bytes) (Status: HISTORIC) - -0915 Network mail path service. M.A. Elvy, R. Nedved. Dec-01-1984. - (Format: TXT=21635 bytes) (Status: UNKNOWN) - -0916 Reliable Asynchronous Transfer Protocol (RATP). G.G. Finn. - Oct-01-1984. (Format: TXT=110737 bytes) (Status: HISTORIC) - -0917 Internet subnets. J.C. Mogul. Oct-01-1984. (Format: TXT=47072 - bytes) (Status: UNKNOWN) - -0918 Post Office Protocol. J.K. Reynolds. Oct-01-1984. (Format: - TXT=9876 bytes) (Obsoleted by RFC0937) (Status: UNKNOWN) - -0919 Broadcasting Internet Datagrams. J.C. Mogul. Oct-01-1984. - (Format: TXT=16382 bytes) (Also STD0005) (Status: STANDARD) - -0920 Domain requirements. J. Postel, J.K. Reynolds. Oct-01-1984. - (Format: TXT=27823 bytes) (Status: UNKNOWN) - -0921 Domain name system implementation schedule - revised. J. Postel. - Oct-01-1984. (Format: TXT=23318 bytes) (Updates RFC0897) (Status: - UNKNOWN) - -0922 Broadcasting Internet datagrams in the presence of subnets. J.C. - Mogul. Oct-01-1984. (Format: TXT=24147 bytes) (Also STD0005) (Status: - STANDARD) - -0923 Assigned numbers. J.K. Reynolds, J. Postel. Oct-01-1984. (Format: - TXT=96467 bytes) (Obsoletes RFC0900) (Obsoleted by RFC0943) (Status: - HISTORIC) - -0924 Official ARPA-Internet protocols for connecting personal - computers to the Internet. J.K. Reynolds, J. Postel. Oct-01-1984. - (Format: TXT=48513 bytes) (Obsoletes RFC0901) (Obsoleted by RFC0944) - (Status: UNKNOWN) - -0925 Multi-LAN address resolution. J. Postel. Oct-01-1984. (Format: - TXT=31137 bytes) (Status: UNKNOWN) - -0926 Protocol for providing the connectionless mode network services. - International Organization for Standardization. Dec-01-1984. (Format: - TXT=165895 bytes) (Obsoleted by RFC0994) (Status: UNKNOWN) - -0927 TACACS user identification Telnet option. B.A. Anderson. - Dec-01-1984. (Format: TXT=5474 bytes) (Status: PROPOSED STANDARD) - -0928 Introduction to proposed DoD standard H-FP. M.A. Padlipsky. - Dec-01-1984. (Format: TXT=60461 bytes) (Status: UNKNOWN) - -0929 Proposed Host-Front End Protocol. J. Lilienkamp, R. Mandell, M.A. - Padlipsky. Dec-01-1984. (Format: TXT=135042 bytes) (Status: HISTORIC) - -0930 Telnet terminal type option. M. Solomon, E. Wimmers. Jan-01-1985. - (Format: TXT=6583 bytes) (Obsoletes RFC0884) (Obsoleted by RFC1091) - (Status: UNKNOWN) - -0931 Authentication server. M. St. Johns. Jan-01-1985. (Format: - TXT=8982 bytes) (Obsoletes RFC0912) (Status: UNKNOWN) - -0932 Subnetwork addressing scheme. D.D. Clark. Jan-01-1985. (Format: - TXT=9283 bytes) (Status: UNKNOWN) - -0933 Output marking Telnet option. S. Silverman. Jan-01-1985. (Format: - TXT=6715 bytes) (Status: PROPOSED STANDARD) - -0934 Proposed standard for message encapsulation. M.T. Rose, E.A. - Stefferud. Jan-01-1985. (Format: TXT=21770 bytes) (Status: UNKNOWN) - -0935 Reliable link layer protocols. J.G. Robinson. Jan-01-1985. - (Format: TXT=31625 bytes) (Status: UNKNOWN) - -0936 Another Internet subnet addressing scheme. M.J. Karels. - Feb-01-1985. (Format: TXT=10179 bytes) (Status: UNKNOWN) - -0937 Post Office Protocol: Version 2. M. Butler, J. Postel, D. Chase, - J. Goldberger, J.K. Reynolds. Feb-01-1985. (Format: TXT=42370 bytes) - (Obsoletes RFC0918) (Status: HISTORIC) - -0938 Internet Reliable Transaction Protocol functional and interface - specification. T. Miller. Feb-01-1985. (Format: TXT=39478 bytes) - (Status: EXPERIMENTAL) - -0939 Executive summary of the NRC report on transport protocols for - Department of Defense data networks. National Research Council. - Feb-01-1985. (Format: TXT=42345 bytes) (Status: UNKNOWN) - -0940 Toward an Internet standard scheme for subnetting. Gateway - Algorithms and Data Structures Task Force. Apr-01-1985. (Format: - TXT=6881 bytes) (Status: UNKNOWN) - -0941 Addendum to the network service definition covering network layer - addressing. International Organization for Standardization. - Apr-01-1985. (Format: TXT=68733 bytes) (Status: UNKNOWN) - -0942 Transport protocols for Department of Defense data networks. - National Research Council. Feb-01-1985. (Format: TXT=217284 bytes) - (Status: UNKNOWN) - -0943 Assigned numbers. J.K. Reynolds, J. Postel. Apr-01-1985. (Format: - TXT=105234 bytes) (Obsoletes RFC0923) (Obsoleted by RFC0960) (Status: - HISTORIC) - -0944 Official ARPA-Internet protocols. J.K. Reynolds, J. Postel. - Apr-01-1985. (Format: TXT=61373 bytes) (Obsoletes RFC0924) (Obsoleted - by RFC0961) (Status: UNKNOWN) - -0945 DoD statement on the NRC report. J. Postel. May-01-1985. (Format: - TXT=5017 bytes) (Obsoleted by RFC1039) (Status: UNKNOWN) - -0946 Telnet terminal location number option. R. Nedved. May-01-1985. - (Format: TXT=6285 bytes) (Status: PROPOSED STANDARD) - -0947 Multi-network broadcasting within the Internet. K. Lebowitz, D. - Mankins. Jun-01-1985. (Format: TXT=12569 bytes) (Status: UNKNOWN) - -0948 Two methods for the transmission of IP datagrams over IEEE 802.3 - networks. I. Winston. Jun-01-1985. (Format: TXT=11495 bytes) - (Obsoleted by RFC1042, STD0043) (Also STD0043) (Status: UNKNOWN) - -0949 FTP unique-named store command. M.A. Padlipsky. Jul-01-1985. - (Format: TXT=4017 bytes) (Status: UNKNOWN) - -0950 Internet Standard Subnetting Procedure. J.C. Mogul, J. Postel. - Aug-01-1985. (Format: TXT=37985 bytes) (Updates RFC0792) (Also - STD0005) (Status: STANDARD) - -0951 Bootstrap Protocol. W.J. Croft, J. Gilmore. Sep-01-1985. (Format: - TXT=28354 bytes) (Updated by RFC1395, RFC1497, RFC1532, RFC1542) - (Status: UNKNOWN) - -0952 DoD Internet host table specification. K. Harrenstien, M.K. - Stahl, E.J. Feinler. Oct-01-1985. (Format: TXT=12388 bytes) - (Obsoletes RFC0810) (Status: UNKNOWN) - -0953 Hostname Server. K. Harrenstien, M.K. Stahl, E.J. Feinler. - Oct-01-1985. (Format: TXT=8305 bytes) (Obsoletes RFC0811) (Status: - HISTORIC) - -0954 NICNAME/WHOIS. K. Harrenstien, M.K. Stahl, E.J. Feinler. - Oct-01-1985. (Format: TXT=7397 bytes) (Obsoletes RFC0812) (Status: - DRAFT STANDARD) - -0955 Towards a transport service for transaction processing - applications. R.T. Braden. Sep-01-1985. (Format: TXT=22497 bytes) - (Status: UNKNOWN) - -0956 Algorithms for synchronizing network clocks. D.L. Mills. - Sep-01-1985. (Format: TXT=67387 bytes) (Status: UNKNOWN) - -0957 Experiments in network clock synchronization. D.L. Mills. - Sep-01-1985. (Format: TXT=68952 bytes) (Status: UNKNOWN) - -0958 Network Time Protocol (NTP). D.L. Mills. Sep-01-1985. (Format: - TXT=30723 bytes) (Obsoleted by RFC1059, RFC1119, RFC1305) (Status: - UNKNOWN) - -0959 File Transfer Protocol. J. Postel, J.K. Reynolds. Oct-01-1985. - (Format: TXT=151249 bytes) (Obsoletes RFC0765) (Updated by RFC2228, - RFC2640) (Also STD0009) (Status: STANDARD) - -0960 Assigned numbers. J.K. Reynolds, J. Postel. Dec-01-1985. (Format: - TXT=125814 bytes) (Obsoletes RFC0943) (Obsoleted by RFC0990) (Status: - HISTORIC) - -0961 Official ARPA-Internet protocols. J.K. Reynolds, J. Postel. - Dec-01-1985. (Format: TXT=52672 bytes) (Obsoletes RFC0944) (Obsoleted - by RFC0991) (Status: UNKNOWN) - -0962 TCP-4 prime. M.A. Padlipsky. Nov-01-1985. (Format: TXT=2773 - bytes) (Status: UNKNOWN) - -0963 Some problems with the specification of the Military Standard - Internet Protocol. D.P. Sidhu. Nov-01-1985. (Format: TXT=44019 bytes) - (Status: UNKNOWN) - -0964 Some problems with the specification of the Military Standard - Transmission Control Protocol. D.P. Sidhu. Nov-01-1985. (Format: - TXT=20972 bytes) (Status: UNKNOWN) - -0965 Format for a graphical communication protocol. L. Aguilar. - Dec-01-1985. (Format: TXT=105456 bytes) (Status: UNKNOWN) - -0966 Host groups: A multicast extension to the Internet Protocol. S.E. - Deering, D.R. Cheriton. Dec-01-1985. (Format: TXT=59469 bytes) - (Obsoleted by RFC0988) (Status: UNKNOWN) - -0967 All victims together. M.A. Padlipsky. Dec-01-1985. (Format: - TXT=4706 bytes) (Status: UNKNOWN) - -0968 Twas the night before start-up. V.G. Cerf. Dec-01-1985. (Format: - TXT=2459 bytes) (Status: UNKNOWN) - -0969 NETBLT: A bulk data transfer protocol. D.D. Clark, M.L. Lambert, - L. Zhang. Dec-01-1985. (Format: TXT=40040 bytes) (Obsoleted by - RFC0998) (Status: UNKNOWN) - -0970 On packet switches with infinite storage. J. Nagle. Dec-01-1985. - (Format: TXT=35316 bytes) (Status: UNKNOWN) - -0971 Survey of data representation standards. A.L. DeSchon. - Jan-01-1986. (Format: TXT=22883 bytes) (Status: UNKNOWN) - -0972 Password Generator Protocol. F.J. Wancho. Jan-01-1986. (Format: - TXT=3890 bytes) (Status: UNKNOWN) - -0973 Domain system changes and observations. P.V. Mockapetris. - Jan-01-1986. (Format: TXT=22364 bytes) (Obsoleted by RFC1034, - RFC1035) (Updates RFC0882, RFC0883) (Status: UNKNOWN) - -0974 Mail routing and the domain system. C. Partridge. Jan-01-1986. - (Format: TXT=18581 bytes) (Also STD0014) (Status: STANDARD) - -0975 Autonomous confederations. D.L. Mills. Feb-01-1986. (Format: - TXT=28010 bytes) (Status: UNKNOWN) - -0976 UUCP mail interchange format standard. M.R. Horton. Feb-01-1986. - (Format: TXT=26814 bytes) (Updated by RFC1137) (Status: UNKNOWN) - -0977 Network News Transfer Protocol. B. Kantor, P. Lapsley. - Feb-01-1986. (Format: TXT=55062 bytes) (Status: PROPOSED STANDARD) - -0978 Voice File Interchange Protocol (VFIP). J.K. Reynolds, R. - Gillman, W.A. Brackenridge, A. Witkowski, J. Postel. Feb-01-1986. - (Format: TXT=9223 bytes) (Status: UNKNOWN) - -0979 PSN End-to-End functional specification. A.G. Malis. Mar-01-1986. - (Format: TXT=39472 bytes) (Status: UNKNOWN) - -0980 Protocol document order information. O.J. Jacobsen, J. Postel. - Mar-01-1986. (Format: TXT=24416 bytes) (Status: UNKNOWN) - -0981 Experimental multiple-path routing algorithm. D.L. Mills. - Mar-01-1986. (Format: TXT=59069 bytes) (Status: UNKNOWN) - -0982 Guidelines for the specification of the structure of the Domain - Specific Part (DSP) of the ISO standard NSAP address. H.W. Braun. - Apr-01-1986. (Format: TXT=22595 bytes) (Status: UNKNOWN) - -0983 ISO transport arrives on top of the TCP. D.E. Cass, M.T. Rose. - Apr-01-1986. (Format: TXT=59819 bytes) (Obsoleted by RFC1006) - (Status: UNKNOWN) - -0984 PCMAIL: A distributed mail system for personal computers. D.D. - Clark, M.L. Lambert. May-01-1986. (Format: TXT=69333 bytes) - (Obsoleted by RFC0993) (Status: UNKNOWN) - -0985 Requirements for Internet gateways - draft. National Science - Foundation, Network Technical Advisory Group. May-01-1986. (Format: - TXT=59221 bytes) (Obsoleted by RFC1009) (Status: UNKNOWN) - -0986 Guidelines for the use of Internet-IP addresses in the ISO - Connectionless-Mode Network Protocol. R.W. Callon, H.W. Braun. - Jun-01-1986. (Format: TXT=13950 bytes) (Obsoleted by RFC1069) - (Status: UNKNOWN) - -0987 Mapping between X.400 and RFC 822. S.E. Kille. Jun-01-1986. - (Format: TXT=127540 bytes) (Obsoleted by RFC2156) (Updated by - RFC1026, RFC1138, RFC1148) (Status: UNKNOWN) - -0988 Host extensions for IP multicasting. S.E. Deering. Jul-01-1986. - (Format: TXT=45220 bytes) (Obsoletes RFC0966) (Obsoleted by RFC1054, - RFC1112) (Status: UNKNOWN) - -0989 Privacy enhancement for Internet electronic mail: Part I: Message - encipherment and authentication procedures. J. Linn. Feb-01-1987. - (Format: TXT=63934 bytes) (Obsoleted by RFC1040, RFC1113) (Status: - UNKNOWN) - -0990 Assigned numbers. J.K. Reynolds, J. Postel. Nov-01-1986. (Format: - TXT=174784 bytes) (Obsoletes RFC0960) (Obsoleted by RFC1010) (Updated - by RFC0997) (Status: HISTORIC) - -0991 Official ARPA-Internet protocols. J.K. Reynolds, J. Postel. - Nov-01-1986. (Format: TXT=65205 bytes) (Obsoletes RFC0961) (Obsoleted - by RFC1011) (Status: UNKNOWN) - -0992 On communication support for fault tolerant process groups. K.P. - Birman, T.A. Joseph. Nov-01-1986. (Format: TXT=52313 bytes) (Status: - UNKNOWN) - -0993 PCMAIL: A distributed mail system for personal computers. D.D. - Clark, M.L. Lambert. Dec-01-1986. (Format: TXT=71725 bytes) - (Obsoletes RFC0984) (Obsoleted by RFC1056) (Status: UNKNOWN) - -0994 Final text of DIS 8473, Protocol for Providing the - Connectionless-mode Network Service. International Organization for - Standardization. Mar-01-1986. (Format: TXT=129006 bytes) (Obsoletes - RFC0926) (Status: UNKNOWN) - -0995 End System to Intermediate System Routing Exchange Protocol for - use in conjunction with ISO 8473. International Organization for - Standardization. Apr-01-1986. (Format: TXT=94069 bytes) (Status: - UNKNOWN) - -0996 Statistics server. D.L. Mills. Feb-01-1987. (Format: TXT=6127 - bytes) (Status: HISTORIC) - -0997 Internet numbers. J.K. Reynolds, J. Postel. Mar-01-1987. (Format: - TXT=123919 bytes) (Obsoleted by RFC1020, RFC1117) (Updates RFC0990) - (Status: UNKNOWN) - -0998 NETBLT: A bulk data transfer protocol. D.D. Clark, M.L. Lambert, - L. Zhang. Mar-01-1987. (Format: TXT=57147 bytes) (Obsoletes RFC0969) - (Status: EXPERIMENTAL) - -0999 Requests For Comments summary notes: 900-999. A. Westine, J. - Postel. Apr-01-1987. (Format: TXT=62877 bytes) (Obsoletes RFC0160) - (Obsoleted by RFC1000) (Status: UNKNOWN) - -1000 Request For Comments reference guide. J.K. Reynolds, J. Postel. - Aug-01-1987. (Format: TXT=323960 bytes) (Obsoletes RFC0999) (Status: - UNKNOWN) - -1001 Protocol standard for a NetBIOS service on a TCP/UDP transport: - Concepts and methods. NetBIOS Working Group in the Defense Advanced - Research Projects Agency, Internet Activities Board, End-to-End - Services Task Force. Mar-01-1987. (Format: TXT=158437 bytes) (Also - STD0019) (Status: STANDARD) - -1002 Protocol standard for a NetBIOS service on a TCP/UDP transport: - Detailed specifications. NetBIOS Working Group in the Defense - Advanced Research Projects Agency, Internet Activities Board, - End-to-End Services Task Force. Mar-01-1987. (Format: TXT=170262 - bytes) (Also STD0019) (Status: STANDARD) - -1003 Issues in defining an equations representation standard. A.R. - Katz. Mar-01-1987. (Format: TXT=19816 bytes) (Status: UNKNOWN) - -1004 Distributed-protocol authentication scheme. D.L. Mills. - Apr-01-1987. (Format: TXT=21402 bytes) (Status: EXPERIMENTAL) - -1005 ARPANET AHIP-E Host Access Protocol (enhanced AHIP). A. Khanna, - A.G. Malis. May-01-1987. (Format: TXT=69957 bytes) (Status: UNKNOWN) - -1006 ISO transport services on top of the TCP: Version 3. M.T. Rose, - D.E. Cass. May-01-1987. (Format: TXT=31935 bytes) (Obsoletes RFC0983) - (Updated by RFC2126) (Also STD0035) (Status: STANDARD) - -1007 Military supplement to the ISO Transport Protocol. W. McCoy. - Jun-01-1987. (Format: TXT=51280 bytes) (Status: UNKNOWN) - -1008 Implementation guide for the ISO Transport Protocol. W. McCoy. - Jun-01-1987. (Format: TXT=204664 bytes) (Status: UNKNOWN) - -1009 Requirements for Internet gateways. R.T. Braden, J. Postel. - Jun-01-1987. (Format: TXT=128173 bytes) (Obsoletes RFC0985) - (Obsoleted by RFC1812) (Status: HISTORIC) - -1010 Assigned numbers. J.K. Reynolds, J. Postel. May-01-1987. (Format: - TXT=78179 bytes) (Obsoletes RFC0990) (Obsoleted by RFC1060) (Status: - HISTORIC) - -1011 Official Internet protocols. J.K. Reynolds, J. Postel. - May-01-1987. (Format: TXT=74593 bytes) (Obsoletes RFC0991) (Status: - UNKNOWN) - -1012 Bibliography of Request For Comments 1 through 999. J.K. - Reynolds, J. Postel. Jun-01-1987. (Format: TXT=129194 bytes) (Status: - INFORMATIONAL) - -1013 X Window System Protocol, version 11: Alpha update April 1987. - R.W. Scheifler. Jun-01-1987. (Format: TXT=244905 bytes) (Status: - UNKNOWN) - -1014 XDR: External Data Representation standard. Sun Microsystems. - Jun-01-1987. (Format: TXT=39316 bytes) (Status: UNKNOWN) - -1015 Implementation plan for interagency research Internet. B.M. - Leiner. Jul-01-1987. (Format: TXT=63159 bytes) (Status: UNKNOWN) - -1016 Something a host could do with source quench: The Source Quench - Introduced Delay (SQuID). W. Prue, J. Postel. Jul-01-1987. (Format: - TXT=47922 bytes) (Status: UNKNOWN) - -1017 Network requirements for scientific research: Internet task force - on scientific computing. B.M. Leiner. Aug-01-1987. (Format: TXT=49512 - bytes) (Status: UNKNOWN) - -1018 Some comments on SQuID. A.M. McKenzie. Aug-01-1987. (Format: - TXT=7931 bytes) (Status: UNKNOWN) - -1019 Report of the Workshop on Environments for Computational - Mathematics. D. Arnon. Sep-01-1987. (Format: TXT=21151 bytes) - (Status: UNKNOWN) - -1020 Internet numbers. S. Romano, M.K. Stahl. Nov-01-1987. (Format: - TXT=146864 bytes) (Obsoletes RFC0997) (Obsoleted by RFC1062, RFC1117, - RFC1166) (Status: UNKNOWN) - -1021 High-level Entity Management System (HEMS). C. Partridge, G. - Trewitt. Oct-01-1987. (Format: TXT=12993 bytes) (Status: HISTORIC) - -1022 High-level Entity Management Protocol (HEMP). C. Partridge, G. - Trewitt. Oct-01-1987. (Format: TXT=25348 bytes) (Status: UNKNOWN) - -1023 HEMS monitoring and control language. G. Trewitt, C. Partridge. - Oct-01-1987. (Format: TXT=40992 bytes) (Obsoleted by RFC1076) - (Status: UNKNOWN) - -1024 HEMS variable definitions. C. Partridge, G. Trewitt. Oct-01-1987. - (Format: TXT=126536 bytes) (Status: UNKNOWN) - -1025 TCP and IP bake off. J. Postel. Sep-01-1987. (Format: TXT=11648 - bytes) (Status: UNKNOWN) - -1026 Addendum to RFC 987: (Mapping between X.400 and RFC-822). S.E. - Kille. Sep-01-1987. (Format: TXT=7117 bytes) (Obsoleted by RFC1327, - RFC1495, RFC2156) (Updates RFC0987) (Updated by RFC1138, RFC1148) - (Status: UNKNOWN) - -1027 Using ARP to implement transparent subnet gateways. S. - Carl-Mitchell, J.S. Quarterman. Oct-01-1987. (Format: TXT=21297 - bytes) (Status: UNKNOWN) - -1028 Simple Gateway Monitoring Protocol. J. Davin, J.D. Case, M. - Fedor, M.L. Schoffstall. Nov-01-1987. (Format: TXT=82440 bytes) - (Status: HISTORIC) - -1029 More fault tolerant approach to address resolution for a - Multi-LAN system of Ethernets. G. Parr. May-01-1988. (Format: - TXT=44019 bytes) (Status: UNKNOWN) - -1030 On testing the NETBLT Protocol over divers networks. M.L. - Lambert. Nov-01-1987. (Format: TXT=40964 bytes) (Status: UNKNOWN) - -1031 MILNET name domain transition. W.D. Lazear. Nov-01-1987. (Format: - TXT=20137 bytes) (Status: UNKNOWN) - -1032 Domain administrators guide. M.K. Stahl. Nov-01-1987. (Format: - TXT=29454 bytes) (Status: UNKNOWN) - -1033 Domain administrators operations guide. M. Lottor. Nov-01-1987. - (Format: TXT=37263 bytes) (Status: UNKNOWN) - -1034 Domain names - concepts and facilities. P.V. Mockapetris. - Nov-01-1987. (Format: TXT=129180 bytes) (Obsoletes RFC0973, RFC0882, - RFC0883) (Obsoleted by RFC1065, RFC2308) (Updated by RFC1101, - RFC1183, RFC1348, RFC1876, RFC1982, RFC2065, RFC2181, RFC2308, - RFC2535) (Also STD0013) (Status: STANDARD) - -1035 Domain names - implementation and specification. P.V. - Mockapetris. Nov-01-1987. (Format: TXT=125626 bytes) (Obsoletes - RFC0973, RFC0882, RFC0883) (Updated by RFC1101, RFC1183, RFC1348, - RFC1876, RFC1982, RFC1995, RFC1996, RFC2065, RFC2181, RFC2136, - RFC2137, RFC2308, RFC2535) (Also STD0013) (Status: STANDARD) - -1036 Standard for interchange of USENET messages. M.R. Horton, R. - Adams. Dec-01-1987. (Format: TXT=46891 bytes) (Obsoletes RFC0850) - (Status: UNKNOWN) - -1037 NFILE - a file access protocol. B. Greenberg, S. Keene. - Dec-01-1987. (Format: TXT=197312 bytes) (Status: HISTORIC) - -1038 Draft revised IP security option. M. St. Johns. Jan-01-1988. - (Format: TXT=15879 bytes) (Obsoleted by RFC1108) (Status: UNKNOWN) - -1039 DoD statement on Open Systems Interconnection protocols. D. - Latham. Jan-01-1988. (Format: TXT=6194 bytes) (Obsoletes RFC0945) - (Status: UNKNOWN) - -1040 Privacy enhancement for Internet electronic mail: Part I: Message - encipherment and authentication procedures. J. Linn. Jan-01-1988. - (Format: TXT=76276 bytes) (Obsoletes RFC0989) (Obsoleted by RFC1113) - (Status: UNKNOWN) - -1041 Telnet 3270 regime option. Y. Rekhter. Jan-01-1988. (Format: - TXT=11608 bytes) (Status: PROPOSED STANDARD) - -1042 Standard for the transmission of IP datagrams over IEEE 802 - networks. J. Postel, J.K. Reynolds. Feb-01-1988. (Format: TXT=34359 - bytes) (Obsoletes RFC0948) (Also STD0043) (Status: STANDARD) - -1043 Telnet Data Entry Terminal option: DODIIS implementation. A. - Yasuda, T. Thompson. Feb-01-1988. (Format: TXT=59478 bytes) (Updates - RFC0732) (Status: PROPOSED STANDARD) - -1044 Internet Protocol on Network System's HYPERchannel: Protocol - specification. K. Hardwick, J. Lekashman. Feb-01-1988. (Format: - TXT=103241 bytes) (Also STD0045) (Status: STANDARD) - -1045 VMTP: Versatile Message Transaction Protocol: Protocol - specification. D.R. Cheriton. Feb-01-1988. (Format: TXT=272058 bytes) - (Status: EXPERIMENTAL) - -1046 Queuing algorithm to provide type-of-service for IP links. W. - Prue, J. Postel. Feb-01-1988. (Format: TXT=30106 bytes) (Status: - UNKNOWN) - -1047 Duplicate messages and SMTP. C. Partridge. Feb-01-1988. (Format: - TXT=5888 bytes) (Status: UNKNOWN) - -1048 BOOTP vendor information extensions. P.A. Prindeville. - Feb-01-1988. (Format: TXT=15423 bytes) (Obsoleted by RFC1084, - RFC1395, RFC1497, RFC1533) (Status: UNKNOWN) - -1049 Content-type header field for Internet messages. M.A. Sirbu. - Mar-01-1988. (Format: TXT=18923 bytes) (Also STD0011) (Status: - HISTORIC) - -1050 RPC: Remote Procedure Call Protocol specification. Sun - Microsystems. Apr-01-1988. (Format: TXT=51540 bytes) (Obsoleted by - RFC1057) (Status: HISTORIC) - -1051 Standard for the transmission of IP datagrams and ARP packets - over ARCNET networks. P.A. Prindeville. Mar-01-1988. (Format: - TXT=7779 bytes) (Obsoleted by RFC1201, STD0046) (Also STD0046) - (Status: STANDARD) - -1052 IAB recommendations for the development of Internet network - management standards. V.G. Cerf. Apr-01-1988. (Format: TXT=30569 - bytes) (Status: UNKNOWN) - -1053 Telnet X.3 PAD option. S. Levy, T. Jacobson. Apr-01-1988. - (Format: TXT=48952 bytes) (Status: PROPOSED STANDARD) - -1054 Host extensions for IP multicasting. S.E. Deering. May-01-1988. - (Format: TXT=45465 bytes) (Obsoletes RFC0988) (Obsoleted by RFC1112) - (Status: UNKNOWN) - -1055 Nonstandard for transmission of IP datagrams over serial lines: - SLIP. J.L. Romkey. Jun-01-1988. (Format: TXT=12911 bytes) (Also - STD0047) (Status: STANDARD) - -1056 PCMAIL: A distributed mail system for personal computers. M.L. - Lambert. Jun-01-1988. (Format: TXT=85368 bytes) (Obsoletes RFC0993) - (Status: INFORMATIONAL) - -1057 RPC: Remote Procedure Call Protocol specification: Version 2. Sun - Microsystems. Jun-01-1988. (Format: TXT=52462 bytes) (Obsoletes - RFC1050) (Status: INFORMATIONAL) - -1058 Routing Information Protocol. C.L. Hedrick. Jun-01-1988. (Format: - TXT=93285 bytes) (Updated by RFC1388, RFC1723) (Also STD0034) - (Status: HISTORIC) - -1059 Network Time Protocol (version 1) specification and - implementation. D.L. Mills. Jul-01-1988. (Format: TXT=140890 bytes) - (Obsoletes RFC0958) (Obsoleted by RFC1119, RFC1305) (Status: UNKNOWN) - -1060 Assigned numbers. J.K. Reynolds, J. Postel. Mar-01-1990. (Format: - TXT=177923 bytes) (Obsoletes RFC1010) (Obsoleted by RFC1340) (Status: - HISTORIC) - -1061 Not Issued. . November 1993. (Format: bytes) (Status: UNKNOWN) - -1062 Internet numbers. S. Romano, M.K. Stahl, M. Recker. Aug-01-1988. - (Format: TXT=198729 bytes) (Obsoletes RFC1020) (Obsoleted by RFC1117, - RFC1166) (Status: UNKNOWN) - -1063 IP MTU discovery options. J.C. Mogul, C.A. Kent, C. Partridge, K. - McCloghrie. Jul-01-1988. (Format: TXT=27121 bytes) (Obsoleted by - RFC1191) (Status: UNKNOWN) - -1064 Interactive Mail Access Protocol: Version 2. M.R. Crispin. - Jul-01-1988. (Format: TXT=57813 bytes) (Obsoleted by RFC1176, - RFC1203) (Status: UNKNOWN) - -1065 Structure and identification of management information for - TCP/IP-based internets. K. McCloghrie, M.T. Rose. Aug-01-1988. - (Format: TXT=38858 bytes) (Obsoletes RFC1034) (Obsoleted by RFC1155, - STD0016) (Also STD0016) (Status: STANDARD) - -1066 Management Information Base for network management of - TCP/IP-based internets. K. McCloghrie, M.T. Rose. Aug-01-1988. - (Format: TXT=135177 bytes) (Obsoleted by RFC1156) (Status: UNKNOWN) - -1067 Simple Network Management Protocol. J.D. Case, M. Fedor, M.L. - Schoffstall, J. Davin. Aug-01-1988. (Format: TXT=69592 bytes) - (Obsoleted by RFC1098) (Status: UNKNOWN) - -1068 Background File Transfer Program (BFTP). A.L. DeSchon, R.T. - Braden. Aug-01-1988. (Format: TXT=51004 bytes) (Status: UNKNOWN) - -1069 Guidelines for the use of Internet-IP addresses in the ISO - Connectionless-Mode Network Protocol. R.W. Callon, H.W. Braun. - Feb-01-1989. (Format: TXT=24268 bytes) (Obsoletes RFC0986) (Status: - UNKNOWN) - -1070 Use of the Internet as a subnetwork for experimentation with the - OSI network layer. R.A. Hagens, N.E. Hall, M.T. Rose. Feb-01-1989. - (Format: TXT=37354 bytes) (Status: UNKNOWN) - -1071 Computing the Internet checksum. R.T. Braden, D.A. Borman, C. - Partridge. Sep-01-1988. (Format: TXT=54941 bytes) (Updated by - RFC1141) (Status: UNKNOWN) - -1072 TCP extensions for long-delay paths. V. Jacobson, R.T. Braden. - Oct-01-1988. (Format: TXT=36000 bytes) (Obsoleted by RFC1323, - RFC2018) (Status: UNKNOWN) - -1073 Telnet window size option. D. Waitzman. Oct-01-1988. (Format: - TXT=7639 bytes) (Status: PROPOSED STANDARD) - -1074 NSFNET backbone SPF based Interior Gateway Protocol. J. Rekhter. - Oct-01-1988. (Format: TXT=10872 bytes) (Status: UNKNOWN) - -1075 Distance Vector Multicast Routing Protocol. D. Waitzman, C. - Partridge, S.E. Deering. Nov-01-1988. (Format: TXT=54731 bytes) - (Status: EXPERIMENTAL) - -1076 HEMS monitoring and control language. G. Trewitt, C. Partridge. - Nov-01-1988. (Format: TXT=98774 bytes) (Obsoletes RFC1023) (Status: - UNKNOWN) - -1077 Critical issues in high bandwidth networking. B.M. Leiner. - Nov-01-1988. (Format: TXT=116464 bytes) (Status: UNKNOWN) - -1078 TCP port service Multiplexer (TCPMUX). M. Lottor. Nov-01-1988. - (Format: TXT=3248 bytes) (Status: UNKNOWN) - -1079 Telnet terminal speed option. C.L. Hedrick. Dec-01-1988. (Format: - TXT=4942 bytes) (Status: PROPOSED STANDARD) - -1080 Telnet remote flow control option. C.L. Hedrick. Nov-01-1988. - (Format: TXT=6688 bytes) (Obsoleted by RFC1372) (Status: UNKNOWN) - -1081 Post Office Protocol: Version 3. M.T. Rose. Nov-01-1988. (Format: - TXT=37009 bytes) (Obsoleted by RFC1225) (Status: UNKNOWN) - -1082 Post Office Protocol: Version 3: Extended service offerings. M.T. - Rose. Nov-01-1988. (Format: TXT=25423 bytes) (Status: UNKNOWN) - -1083 IAB official protocol standards. Defense Advanced Research - Projects Agency, Internet Activities Board. Dec-01-1988. (Format: - TXT=27128 bytes) (Obsoleted by RFC1100, RFC1250, RFC2200, RFC2300, - RFC2400) (Also STD0001) (Status: HISTORIC) - -1084 BOOTP vendor information extensions. J.K. Reynolds. Dec-01-1988. - (Format: TXT=16327 bytes) (Obsoletes RFC1048) (Obsoleted by RFC1395, - RFC1497, RFC1533) (Status: UNKNOWN) - -1085 ISO presentation services on top of TCP/IP based internets. M.T. - Rose. Dec-01-1988. (Format: TXT=64643 bytes) (Status: UNKNOWN) - -1086 ISO-TP0 bridge between TCP and X.25. J.P. Onions, M.T. Rose. - Dec-01-1988. (Format: TXT=19934 bytes) (Status: UNKNOWN) - -1087 Ethics and the Internet. Defense Advanced Research Projects - Agency, Internet Activities Board. Jan-01-1989. (Format: TXT=4582 - bytes) (Status: UNKNOWN) - -1088 Standard for the transmission of IP datagrams over NetBIOS - networks. L.J. McLaughlin. Feb-01-1989. (Format: TXT=5749 bytes) - (Also STD0048) (Status: STANDARD) - -1089 SNMP over Ethernet. M.L. Schoffstall, C. Davin, M. Fedor, J.D. - Case. Feb-01-1989. (Format: TXT=4458 bytes) (Status: UNKNOWN) - -1090 SMTP on X.25. R. Ullmann. Feb-01-1989. (Format: TXT=6141 bytes) - (Status: UNKNOWN) - -1091 Telnet terminal-type option. J. VanBokkelen. Feb-01-1989. - (Format: TXT=13439 bytes) (Obsoletes RFC0930) (Status: PROPOSED - STANDARD) - -1092 EGP and policy based routing in the new NSFNET backbone. J. - Rekhter. Feb-01-1989. (Format: TXT=11865 bytes) (Status: UNKNOWN) - -1093 NSFNET routing architecture. H.W. Braun. Feb-01-1989. (Format: - TXT=20629 bytes) (Status: UNKNOWN) - -1094 NFS: Network File System Protocol specification. Sun - Microsystems. Mar-01-1989. (Format: TXT=51454 bytes) (Also RFC1813) - (Status: INFORMATIONAL) - -1095 Common Management Information Services and Protocol over TCP/IP - (CMOT). U.S. Warrier, L. Besaw. Apr-01-1989. (Format: TXT=157506 - bytes) (Obsoleted by RFC1189) (Status: UNKNOWN) - -1096 Telnet X display location option. G.A. Marcy. Mar-01-1989. - (Format: TXT=4634 bytes) (Status: PROPOSED STANDARD) - -1097 Telnet subliminal-message option. B. Miller. Apr-01-1989. - (Format: TXT=5490 bytes) (Status: UNKNOWN) - -1098 Simple Network Management Protocol (SNMP). J.D. Case, M. Fedor, - M.L. Schoffstall, C. Davin. Apr-01-1989. (Format: TXT=71563 bytes) - (Obsoletes RFC1067) (Obsoleted by RFC1157) (Status: UNKNOWN) - -1099 Request for Comments Summary: RFC Numbers 1000-1099. J. Reynolds. - December 1991. (Format: TXT=49108 bytes) (Status: INFORMATIONAL) - -1100 IAB official protocol standards. Defense Advanced Research - Projects Agency, Internet Activities Board. Apr-01-1989. (Format: - TXT=30101 bytes) (Obsoletes RFC1083) (Obsoleted by RFC1130, RFC1250, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1101 DNS encoding of network names and other types. P.V. Mockapetris. - Apr-01-1989. (Format: TXT=28677 bytes) (Updates RFC1034, RFC1035) - (Status: UNKNOWN) - -1102 Policy routing in Internet protocols. D.D. Clark. May-01-1989. - (Format: TXT=59664 bytes) (Status: UNKNOWN) - -1103 Proposed standard for the transmission of IP datagrams over FDDI - Networks. D. Katz. Jun-01-1989. (Format: TXT=19439 bytes) (Obsoleted - by RFC1188) (Status: UNKNOWN) - -1104 Models of policy based routing. H.W. Braun. Jun-01-1989. (Format: - TXT=25468 bytes) (Status: UNKNOWN) - -1105 Border Gateway Protocol (BGP). K. Lougheed, Y. Rekhter. - Jun-01-1989. (Format: TXT=37644 bytes) (Obsoleted by RFC1163) - (Status: EXPERIMENTAL) - -1106 TCP big window and NAK options. R. Fox. Jun-01-1989. (Format: - TXT=37105 bytes) (Status: UNKNOWN) - -1107 Plan for Internet directory services. K.R. Sollins. Jul-01-1989. - (Format: TXT=51773 bytes) (Status: INFORMATIONAL) - -1108 U.S. Department of Defense Security Options for the Internet - Protocol. S. Kent. November 1991. (Format: TXT=41791 bytes) - (Obsoletes RFC1038) (Status: HISTORIC) - -1109 Report of the second Ad Hoc Network Management Review Group. V.G. - Cerf. Aug-01-1989. (Format: TXT=20642 bytes) (Status: UNKNOWN) - -1110 Problem with the TCP big window option. A.M. McKenzie. - Aug-01-1989. (Format: TXT=5778 bytes) (Status: UNKNOWN) - -1111 Request for comments on Request for Comments: Instructions to RFC - authors. J. Postel. Aug-01-1989. (Format: TXT=11793 bytes) (Obsoletes - RFC0825) (Obsoleted by RFC1543, RFC2223) (Status: INFORMATIONAL) - -1112 Host extensions for IP multicasting. S.E. Deering. Aug-01-1989. - (Format: TXT=39904 bytes) (Obsoletes RFC0988, RFC1054) (Updated by - RFC2236) (Also STD0005) (Status: STANDARD) - -1113 Privacy enhancement for Internet electronic mail: Part I - - message encipherment and authentication procedures. J. Linn. - Aug-01-1989. (Format: TXT=89293 bytes) (Obsoletes RFC0989, RFC1040) - (Obsoleted by RFC1421) (Status: HISTORIC) - -1114 Privacy enhancement for Internet electronic mail: Part II - - certificate-based key management. S.T. Kent, J. Linn. Aug-01-1989. - (Format: TXT=69661 bytes) (Obsoleted by RFC1422) (Status: HISTORIC) - -1115 Privacy enhancement for Internet electronic mail: Part III - - algorithms, modes, and identifiers. J. Linn. Aug-01-1989. (Format: - TXT=18226 bytes) (Obsoleted by RFC1423) (Status: HISTORIC) - -1116 Telnet Linemode option. D.A. Borman. Aug-01-1989. (Format: - TXT=47473 bytes) (Obsoleted by RFC1184) (Status: PROPOSED STANDARD) - -1117 Internet numbers. S. Romano, M.K. Stahl, M. Recker. Aug-01-1989. - (Format: TXT=324666 bytes) (Obsoletes RFC1062, RFC1020, RFC0997) - (Obsoleted by RFC1166) (Status: INFORMATIONAL) - -1118 Hitchhikers guide to the Internet. E. Krol. Sep-01-1989. (Format: - TXT=62757 bytes) (Status: INFORMATIONAL) - -1119 Network Time Protocol (version 2) specification and - implementation. D.L. Mills. Sep-01-1989. (Format: TXT=143, PS=518020 - bytes) (Obsoletes RFC0958, RFC1059) (Obsoleted by RFC1305) (Also - STD0012) (Status: STANDARD) - -1120 Internet Activities Board. V. Cerf. Sep-01-1989. (Format: - TXT=26123 bytes) (Obsoleted by RFC1160) (Status: INFORMATIONAL) - -1121 Act one - the poems. J. Postel, L. Kleinrock, V.G. Cerf, B. - Boehm. Sep-01-1989. (Format: TXT=10644 bytes) (Status: INFORMATIONAL) - -1122 Requirements for Internet hosts - communication layers. R.T. - Braden. Oct-01-1989. (Format: TXT=295992 bytes) (Also STD0003) - (Status: STANDARD) - -1123 Requirements for Internet hosts - application and support. R.T. - Braden. Oct-01-1989. (Format: TXT=245503 bytes) (Updates RFC0822) - (Updated by RFC2181) (Also STD0003) (Status: STANDARD) - -1124 Policy issues in interconnecting networks. B.M. Leiner. - Sep-01-1989. (Format: TXT=118, PS=315692 bytes) (Status: UNKNOWN) - -1125 Policy requirements for inter Administrative Domain routing. D. - Estrin. Nov-01-1989. (Format: TXT=55248, PS=282123 bytes) (Status: - UNKNOWN) - -1126 Goals and functional requirements for inter-autonomous system - routing. M. Little. Oct-01-1989. (Format: TXT=62725 bytes) (Status: - UNKNOWN) - -1127 Perspective on the Host Requirements RFCs. R.T. Braden. - Oct-01-1989. (Format: TXT=41267 bytes) (Status: INFORMATIONAL) - -1128 Measured performance of the Network Time Protocol in the Internet - system. D.L. Mills. Oct-01-1989. (Format: TXT=314, PS=633742 bytes) - (Status: UNKNOWN) - -1129 Internet time synchronization: The Network Time Protocol. D.L. - Mills. Oct-01-1989. (Format: TXT=298, PS=551697 bytes) (Status: - UNKNOWN) - -1130 IAB official protocol standards. Defense Advanced Research - Projects Agency, Internet Activities Board. Oct-01-1989. (Format: - TXT=33858 bytes) (Obsoletes RFC1100) (Obsoleted by RFC1140, RFC1250, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1131 OSPF specification. J. Moy. Oct-01-1989. (Format: TXT=268, - PS=857280 bytes) (Obsoleted by RFC1247) (Status: PROPOSED STANDARD) - -1132 Standard for the transmission of 802.2 packets over IPX networks. - L.J. McLaughlin. Nov-01-1989. (Format: TXT=8128 bytes) (Also STD0049) - (Status: STANDARD) - -1133 Routing between the NSFNET and the DDN. J.Y. Yu, H.W. Braun. - Nov-01-1989. (Format: TXT=23169 bytes) (Status: INFORMATIONAL) - -1134 Point-to-Point Protocol: A proposal for multi-protocol - transmission of datagrams over Point-to-Point links. D. Perkins. - Nov-01-1989. (Format: TXT=87352 bytes) (Obsoleted by RFC1171) - (Status: PROPOSED STANDARD) - -1135 Helminthiasis of the Internet. J.K. Reynolds. Dec-01-1989. - (Format: TXT=77033 bytes) (Status: INFORMATIONAL) - -1136 Administrative Domains and Routing Domains: A model for routing - in the Internet. S. Hares, D. Katz. Dec-01-1989. (Format: TXT=22158 - bytes) (Status: INFORMATIONAL) - -1137 Mapping between full RFC 822 and RFC 822 with restricted - encoding. S. Kille. Dec-01-1989. (Format: TXT=6266 bytes) (Updates - RFC0976) (Status: HISTORIC) - -1138 Mapping between X.400(1988) / ISO 10021 and RFC 822. S.E. Kille. - Dec-01-1989. (Format: TXT=191029 bytes) (Obsoleted by RFC1327, - RFC1495, RFC2156) (Updates RFC0822, RFC0987, RFC1026) (Updated by - RFC1148) (Status: EXPERIMENTAL) - -1139 Echo function for ISO 8473. R.A. Hagens. Jan-01-1990. (Format: - TXT=14229 bytes) (Obsoleted by RFC1574, RFC1575) (Status: PROPOSED - STANDARD) - -1140 IAB official protocol standards. Defense Advanced Research - Projects Agency, Internet Activities Board. May-01-1990. (Format: - TXT=60501 bytes) (Obsoletes RFC1130) (Obsoleted by RFC1200, RFC1250, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1141 Incremental updating of the Internet checksum. T. Mallory, A. - Kullberg. Jan-01-1990. (Format: TXT=3587 bytes) (Updates RFC1071) - (Updated by RFC1624) (Status: INFORMATIONAL) - -1142 OSI IS-IS Intra-domain Routing Protocol. D. Oran. Feb-01-1990. - (Format: TXT=425379, PS=1204297 bytes) (Status: INFORMATIONAL) - -1143 The Q Method of Implementing TELNET Option Negotiation. D.J. - Bernstein. Feb-01-1990. (Format: TXT=23331 bytes) (Status: - EXPERIMENTAL) - -1144 Compressing TCP/IP headers for low-speed serial links. V. - Jacobson. Feb-01-1990. (Format: TXT=120959, PS=534729 bytes) (Status: - PROPOSED STANDARD) - -1145 TCP alternate checksum options. J. Zweig, C. Partridge. - Feb-01-1990. (Format: TXT=11052 bytes) (Obsoleted by RFC1146) - (Status: EXPERIMENTAL) - -1146 TCP alternate checksum options. J. Zweig, C. Partridge. - Mar-01-1990. (Format: TXT=10955 bytes) (Obsoletes RFC1145) (Status: - EXPERIMENTAL) - -1147 FYI on a network management tool catalog: Tools for monitoring - and debugging TCP/IP internets and interconnected devices. R.H. - Stine. Apr-01-1990. (Format: TXT=336906, PS=555225 bytes) (Obsoleted - by RFC1470) (Updated by FYI0002) (Also FYI0002) (Status: - INFORMATIONAL) - -1148 Mapping between X.400(1988) / ISO 10021 and RFC 822. S.E. Kille. - Mar-01-1990. (Format: TXT=194292 bytes) (Obsoleted by RFC1327, - RFC1495, RFC2156) (Updates RFC0822, RFC0987, RFC1026, RFC1138) - (Status: EXPERIMENTAL) - -1149 Standard for the transmission of IP datagrams on avian carriers. - D. Waitzman. Apr-01-1990. (Format: TXT=3329 bytes) (Updated by 2549) - (Status: EXPERIMENTAL) - -1150 FYI on FYI: Introduction to the FYI Notes. G.S. Malkin, J.K. - Reynolds. Mar-01-1990. (Format: TXT=7867 bytes) (Also FYI0001) - (Status: INFORMATIONAL) - -1151 Version 2 of the Reliable Data Protocol (RDP). C. Partridge, R.M. - Hinden. Apr-01-1990. (Format: TXT=8293 bytes) (Updates RFC0908) - (Status: EXPERIMENTAL) - -1152 Workshop report: Internet research steering group workshop on - very-high-speed networks. C. Partridge. Apr-01-1990. (Format: - TXT=64003 bytes) (Status: INFORMATIONAL) - -1153 Digest message format. F.J. Wancho. Apr-01-1990. (Format: - TXT=6632 bytes) (Status: EXPERIMENTAL) - -1154 Encoding header field for internet messages. D. Robinson, R. - Ullmann. Apr-01-1990. (Format: TXT=12214 bytes) (Obsoleted by - RFC1505) (Status: EXPERIMENTAL) - -1155 Structure and identification of management information for - TCP/IP-based internets. M.T. Rose, K. McCloghrie. May-01-1990. - (Format: TXT=40927 bytes) (Obsoletes RFC1065) (Also STD0016) (Status: - STANDARD) - -1156 Management Information Base for network management of - TCP/IP-based internets. K. McCloghrie, M.T. Rose. May-01-1990. - (Format: TXT=138781 bytes) (Obsoletes RFC1066) (Status: HISTORIC) - -1157 Simple Network Management Protocol (SNMP). J.D. Case, M. Fedor, - M.L. Schoffstall, C. Davin. May-01-1990. (Format: TXT=74894 bytes) - (Obsoletes RFC1098) (Also STD0015) (Status: STANDARD) - -1158 Management Information Base for network management of - TCP/IP-based internets: MIB-II. M.T. Rose. May-01-1990. (Format: - TXT=212152 bytes) (Obsoleted by RFC1213, STD0017) (Also STD0017) - (Status: PROPOSED STANDARD) - -1159 Message Send Protocol. R. Nelson. Jun-01-1990. (Format: TXT=3957 - bytes) (Status: EXPERIMENTAL) - -1160 Internet Activities Board. V. Cerf. May-01-1990. (Format: - TXT=28182 bytes) (Obsoletes RFC1120) (Status: INFORMATIONAL) - -1161 SNMP over OSI. M.T. Rose. Jun-01-1990. (Format: TXT=16036 bytes) - (Obsoleted by RFC1418) (Status: EXPERIMENTAL) - -1162 Connectionless Network Protocol (ISO 8473) and End System to - Intermediate System (ISO 9542) Management Information Base. G. Satz. - Jun-01-1990. (Format: TXT=109893 bytes) (Obsoleted by RFC1238) - (Status: EXPERIMENTAL) - -1163 Border Gateway Protocol (BGP). K. Lougheed, Y. Rekhter. - Jun-01-1990. (Format: TXT=69404 bytes) (Obsoletes RFC1105) (Obsoleted - by RFC1267) (Status: HISTORIC) - -1164 Application of the Border Gateway Protocol in the Internet. J.C. - Honig, D. Katz, M. Mathis, Y. Rekhter, J.Y. Yu. Jun-01-1990. (Format: - TXT=56278 bytes) (Obsoleted by RFC1268) (Status: HISTORIC) - -1165 Network Time Protocol (NTP) over the OSI Remote Operations - Service. J. Crowcroft, J.P. Onions. Jun-01-1990. (Format: TXT=18277 - bytes) (Status: EXPERIMENTAL) - -1166 Internet numbers. S. Kirkpatrick, M.K. Stahl, M. Recker. - Jul-01-1990. (Format: TXT=566778 bytes) (Obsoletes RFC1117, RFC1062, - RFC1020) (Status: INFORMATIONAL) - -1167 Thoughts on the National Research and Education Network. V.G. - Cerf. Jul-01-1990. (Format: TXT=20682 bytes) (Status: INFORMATIONAL) - -1168 Intermail and Commercial Mail Relay services. A. Westine, A.L. - DeSchon, J. Postel, C.E. Ward. Jul-01-1990. (Format: TXT=40306, - PS=149816 bytes) (Status: INFORMATIONAL) - -1169 Explaining the role of GOSIP. V.G. Cerf, K.L. Mills. Aug-01-1990. - (Format: TXT=30255 bytes) (Status: INFORMATIONAL) - -1170 Public key standards and licenses. R.B. Fougner. Jan-01-1991. - (Format: TXT=3144 bytes) (Status: INFORMATIONAL) - -1171 Point-to-Point Protocol for the transmission of multi-protocol - datagrams over Point-to-Point links. D. Perkins. Jul-01-1990. - (Format: TXT=92321 bytes) (Obsoletes RFC1134) (Obsoleted by RFC1331) - (Status: DRAFT STANDARD) - -1172 Point-to-Point Protocol (PPP) initial configuration options. D. - Perkins, R. Hobby. Jul-01-1990. (Format: TXT=76132 bytes) (Obsoleted - by RFC1331) (Status: PROPOSED STANDARD) - -1173 Responsibilities of host and network managers: A summary of the - "oral tradition" of the Internet. J. VanBokkelen. Aug-01-1990. - (Format: TXT=12527 bytes) (Status: INFORMATIONAL) - -1174 IAB recommended policy on distributing internet identifier - assignment and IAB recommended policy change to internet "connected" - status. V.G. Cerf. Aug-01-1990. (Format: TXT=21321 bytes) (Status: - INFORMATIONAL) - -1175 FYI on where to start: A bibliography of internetworking - information. K.L. Bowers, T.L. LaQuey, J.K. Reynolds, K. Roubicek, - M.K. Stahl, A. Yuan. Aug-01-1990. (Format: TXT=67330 bytes) (Also - FYI0003) (Status: INFORMATIONAL) - -1176 Interactive Mail Access Protocol: Version 2. M.R. Crispin. - Aug-01-1990. (Format: TXT=67330 bytes) (Obsoletes RFC1064) (Status: - EXPERIMENTAL) - -1177 FYI on Questions and Answers: Answers to commonly asked "new - internet user" questions. G.S. Malkin, A.N. Marine, J.K. Reynolds. - Aug-01-1990. (Format: TXT=52852 bytes) (Obsoleted by RFC1206, - FYI0004) (Also FYI0004) (Status: INFORMATIONAL) - -1178 Choosing a name for your computer. D. Libes. Aug-01-1990. - (Format: TXT=18472 bytes) (Also FYI0005) (Status: INFORMATIONAL) - -1179 Line printer daemon protocol. L. McLaughlin. Aug-01-1990. - (Format: TXT=24324 bytes) (Status: INFORMATIONAL) - -1180 TCP/IP tutorial. T.J. Socolofsky, C.J. Kale. Jan-01-1991. - (Format: TXT=65494 bytes) (Status: INFORMATIONAL) - -1181 RIPE Terms of Reference. R. Blokzijl. Sep-01-1990. (Format: - TXT=2523 bytes) (Status: INFORMATIONAL) - -1182 Not Issued. .. (Format: TXT=29 bytes) (Status: UNKNOWN) - -1183 New DNS RR Definitions. C.F. Everhart, L.A. Mamakos, R. Ullmann, - P.V. Mockapetris. Oct-01-1990. (Format: TXT=23788 bytes) (Updates - RFC1034, RFC1035) (Status: EXPERIMENTAL) - -1184 Telnet Linemode Option. D.A. Borman. Oct-01-1990. (Format: - TXT=53085 bytes) (Obsoletes RFC1116) (Status: DRAFT STANDARD) - -1185 TCP Extension for High-Speed Paths. V. Jacobson, R.T. Braden, L. - Zhang. Oct-01-1990. (Format: TXT=49508 bytes) (Obsoleted by RFC1323) - (Status: EXPERIMENTAL) - -1186 MD4 Message Digest Algorithm. R.L. Rivest. Oct-01-1990. (Format: - TXT=35391 bytes) (Status: INFORMATIONAL) - -1187 Bulk Table Retrieval with the SNMP. M.T. Rose, K. McCloghrie, - J.R. Davin. Oct-01-1990. (Format: TXT=27220 bytes) (Status: - EXPERIMENTAL) - -1188 Proposed Standard for the Transmission of IP Datagrams over FDDI - Networks. D. Katz. Oct-01-1990. (Format: TXT=22424 bytes) (Obsoletes - RFC1103) (Status: DRAFT STANDARD) - -1189 Common Management Information Services and Protocols for the - Internet (CMOT and CMIP). U.S. Warrier, L. Besaw, L. LaBarre, B.D. - Handspicker. Oct-01-1990. (Format: TXT=32928 bytes) (Obsoletes - RFC1095) (Status: HISTORIC) - -1190 Experimental Internet Stream Protocol: Version 2 (ST-II). C. - Topolcic. Oct-01-1990. (Format: TXT=386909 bytes) (Obsoletes IEN 119) - (Obsoleted by RFC1819) (Status: EXPERIMENTAL) - -1191 Path MTU discovery. J.C. Mogul, S.E. Deering. Nov-01-1990. - (Format: TXT=47936 bytes) (Obsoletes RFC1063) (Status: DRAFT - STANDARD) - -1192 Commercialization of the Internet summary report. B. Kahin. - Nov-01-1990. (Format: TXT=35253 bytes) (Status: INFORMATIONAL) - -1193 Client requirements for real-time communication services. D. - Ferrari. Nov-01-1990. (Format: TXT=61540 bytes) (Status: - INFORMATIONAL) - -1194 Finger User Information Protocol. D.P. Zimmerman. Nov-01-1990. - (Format: TXT=24626 bytes) (Obsoletes RFC0742) (Obsoleted by RFC1288, - RFC1196) (Status: DRAFT STANDARD) - -1195 Use of OSI IS-IS for routing in TCP/IP and dual environments. - R.W. Callon. Dec-01-1990. (Format: TXT=187866, PS=362052 bytes) - (Status: PROPOSED STANDARD) - -1196 Finger User Information Protocol. D.P. Zimmerman. Dec-01-1990. - (Format: TXT=24799 bytes) (Obsoletes RFC1194, 742) (Obsoleted by - RFC1288) (Status: DRAFT STANDARD) - -1197 Using ODA for translating multimedia information. M. Sherman. - Dec-01-1990. (Format: TXT=3620 bytes) (Status: INFORMATIONAL) - -1198 FYI on the X window system. R.W. Scheifler. Jan-01-1991. (Format: - TXT=3629 bytes) (Also FYI0006) (Status: INFORMATIONAL) - -1199 Request for Comments Summary Notes: 1100-1199. J. Reynolds. - Dec-01-1991. (Format: TXT=46443 bytes) (Status: INFORMATIONAL) - -1200 IAB official protocol standards. Defense Advanced Research - Projects Agency, Internet Activities Board. Apr-01-1991. (Format: - TXT=67069 bytes) (Obsoletes RFC1140) (Obsoleted by RFC1250, RFC2200, - RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1201 Transmitting IP traffic over ARCNET networks. D. Provan. - Feb-01-1991. (Format: TXT=16959 bytes) (Obsoletes RFC1051) (Also - STD0046) (Status: STANDARD) - -1202 Directory Assistance service. M.T. Rose. Feb-01-1991. (Format: - TXT=21645 bytes) (Status: INFORMATIONAL) - -1203 Interactive Mail Access Protocol: Version 3. J. Rice. - Feb-01-1991. (Format: TXT=123325 bytes) (Obsoletes RFC1064) (Status: - HISTORIC) - -1204 Message Posting Protocol (MPP). S. Yeh, D. Lee. Feb-01-1991. - (Format: TXT=11371 bytes) (Status: EXPERIMENTAL) - -1205 5250 Telnet interface. P. Chmielewski. Feb-01-1991. (Format: - TXT=27179 bytes) (Status: INFORMATIONAL) - -1206 FYI on Questions and Answers: Answers to commonly asked "new - Internet user" questions. G.S. Malkin, A.N. Marine. Feb-01-1991. - (Format: TXT=72479 bytes) (Obsoletes RFC1177) (Obsoleted by FYI0004, - RFC1325) (Also FYI0004) (Status: INFORMATIONAL) - -1207 FYI on Questions and Answers: Answers to commonly asked - "experienced Internet user" questions. G.S. Malkin, A.N. Marine, J.K. - Reynolds. Feb-01-1991. (Format: TXT=33385 bytes) (Also FYI0007) - (Status: INFORMATIONAL) - -1208 Glossary of networking terms. O.J. Jacobsen, D.C. Lynch. - Mar-01-1991. (Format: TXT=41156 bytes) (Status: INFORMATIONAL) - -1209 Transmission of IP datagrams over the SMDS Service. D.M. - Piscitello, J. Lawrence. Mar-01-1991. (Format: TXT=25280 bytes) (Also - STD0052) (Status: STANDARD) - -1210 Network and infrastructure user requirements for transatlantic - research collaboration: Brussels, July 16-18, and Washington July - 24-25, 1990. V.G. Cerf, P.T. Kirstein, B. Randell. Mar-01-1991. - (Format: TXT=79048 bytes) (Status: INFORMATIONAL) - -1211 Problems with the maintenance of large mailing lists. A. Westine, - J. Postel. Mar-01-1991. (Format: TXT=96167 bytes) (Status: - INFORMATIONAL) - -1212 Concise MIB definitions. M.T. Rose, K. McCloghrie. Mar-01-1991. - (Format: TXT=43579 bytes) (Also STD0016) (Status: STANDARD) - -1213 Management Information Base for Network Management of - TCP/IP-based internets:MIB-II. K. McCloghrie, M.T. Rose. Mar-01-1991. - (Format: TXT=146080 bytes) (Obsoletes RFC1158) (Updated by RFC2011, - RFC2012, RFC2013) (Also STD0017) (Status: STANDARD) - -1214 OSI internet management: Management Information Base. L. LaBarre. - Apr-01-1991. (Format: TXT=172564 bytes) (Status: HISTORIC) - -1215 Convention for defining traps for use with the SNMP. M.T. Rose. - Mar-01-1991. (Format: TXT=19336 bytes) (Status: INFORMATIONAL) - -1216 Gigabit network economics and paradigm shifts. P. Richard, P. - Kynikos. Apr-01-1991. (Format: TXT=8130 bytes) (Status: - INFORMATIONAL) - -1217 Memo from the Consortium for Slow Commotion Research (CSCR). V.G. - Cerf. Apr-01-1991. (Format: TXT=11079 bytes) (Status: INFORMATIONAL) - -1218 Naming scheme for c=US. North American Directory Forum. - Apr-01-1991. (Format: TXT=42698 bytes) (Obsoleted by RFC1255, - RFC1417) (Status: INFORMATIONAL) - -1219 On the assignment of subnet numbers. P.F. Tsuchiya. Apr-01-1991. - (Format: TXT=30609 bytes) (Status: INFORMATIONAL) - -1220 Point-to-Point Protocol extensions for bridging. F. Baker. - Apr-01-1991. (Format: TXT=38165 bytes) (Obsoleted by RFC1638) - (Status: PROPOSED STANDARD) - -1221 Host Access Protocol (HAP) specification: Version 2. W. Edmond. - Apr-01-1991. (Format: TXT=152740 bytes) (Updates RFC0907) (Status: - INFORMATIONAL) - -1222 Advancing the NSFNET routing architecture. H.W. Braun, Y. - Rekhter. May-01-1991. (Format: TXT=15067 bytes) (Status: - INFORMATIONAL) - -1223 OSI CLNS and LLC1 protocols on Network Systems HYPERchannel. J.M. - Halpern. May-01-1991. (Format: TXT=29601 bytes) (Status: - INFORMATIONAL) - -1224 Techniques for managing asynchronously generated alerts. L. - Steinberg. May-01-1991. (Format: TXT=54303 bytes) (Status: - EXPERIMENTAL) - -1225 Post Office Protocol: Version 3. M.T. Rose. May-01-1991. (Format: - TXT=37340 bytes) (Obsoletes RFC1081) (Obsoleted by RFC1460) (Status: - DRAFT STANDARD) - -1226 Internet protocol encapsulation of AX.25 frames. B. Kantor. - May-01-1991. (Format: TXT=2573 bytes) (Status: EXPERIMENTAL) - -1227 SNMP MUX protocol and MIB. M.T. Rose. May-01-1991. (Format: - TXT=25868 bytes) (Status: HISTORIC) - -1228 SNMP-DPI: Simple Network Management Protocol Distributed Program - Interface. G. Carpenter, B. Wijnen. May-01-1991. (Format: TXT=96972 - bytes) (Obsoleted by RFC1592) (Status: EXPERIMENTAL) - -1229 Extensions to the generic-interface MIB. K. McCloghrie. - May-01-1991. (Format: TXT=36022 bytes) (Obsoleted by RFC1573) - (Updated by RFC1239) (Status: PROPOSED STANDARD) - -1230 IEEE 802.4 Token Bus MIB. K. McCloghrie, R. Fox. May-01-1991. - (Format: TXT=53100 bytes) (Updated by RFC1239) (Status: HISTORIC) - -1231 IEEE 802.5 Token Ring MIB. K. McCloghrie, R. Fox, E. Decker. - May-01-1991. (Format: TXT=53542 bytes) (Obsoleted by RFC1743, - RFC1748) (Updated by RFC1239) (Status: PROPOSED STANDARD) - -1232 Definitions of managed objects for the DS1 Interface type. F. - Baker, C.P. Kolb. May-01-1991. (Format: TXT=60757 bytes) (Obsoleted - by RFC1406) (Updated by RFC1239) (Status: PROPOSED STANDARD) - -1233 Definitions of managed objects for the DS3 Interface type. T.A. - Cox, K. Tesink. May-01-1991. (Format: TXT=49559 bytes) (Obsoleted by - RFC1407) (Updated by RFC1239) (Status: PROPOSED STANDARD) - -1234 Tunneling IPX traffic through IP networks. D. Provan. - Jun-01-1991. (Format: TXT=12333 bytes) (Status: PROPOSED STANDARD) - -1235 Coherent File Distribution Protocol. J. Ioannidis, G. Maguire. - Jun-01-1991. (Format: TXT=29345 bytes) (Status: EXPERIMENTAL) - -1236 IP to X.121 address mapping for DDN. L. Morales, P. Hasse. - Jun-01-1991. (Format: TXT=12626 bytes) (Status: INFORMATIONAL) - -1237 Guidelines for OSI NSAP Allocation in the Internet. R. Collela, - E.P. Gardner, R.W. Callon. Jul-01-1991. (Format: TXT=116989, - PS=160478 bytes) (Obsoleted by RFC1629) (Status: PROPOSED STANDARD) - -1238 CLNS MIB for use with Connectionless Network Protocol (ISO 8473) - and End System to Intermediate System (ISO 9542). G. Satz. - Jun-01-1991. (Format: TXT=65159 bytes) (Obsoletes RFC1162) (Status: - EXPERIMENTAL) - -1239 Reassignment of experimental MIBs to standard MIBs. J.K. - Reynolds. Jun-01-1991. (Format: TXT=3656 bytes) (Updates RFC1229, - RFC1230, RFC1231, RFC1232, RFC1233) (Status: PROPOSED STANDARD) - -1240 OSI connectionless transport services on top of UDP: Version 1. - C. Shue, W. Haggerty, K. Dobbins. Jun-01-1991. (Format: TXT=18140 - bytes) (Status: HISTORIC) - -1241 Scheme for an internet encapsulation protocol: Version 1. R.A. - Woodburn, D.L. Mills. Jul-01-1991. (Format: TXT=42468, PS=128921 - bytes) (Status: EXPERIMENTAL) - -1242 Benchmarking terminology for network interconnection devices. S. - Bradner. Jul-01-1991. (Format: TXT=22817 bytes) (Status: - INFORMATIONAL) - -1243 AppleTalk Management Information Base. S. Waldbusser. - Jul-01-1991. (Format: TXT=61985 bytes) (Obsoleted by RFC1742) - (Status: PROPOSED STANDARD) - -1244 Site Security Handbook. J.P. Holbrook, J.K. Reynolds. - Jul-01-1991. (Format: TXT=259129 bytes) (Obsoleted by RFC2196, - FYI0008) (Also FYI0008) (Status: INFORMATIONAL) - -1245 OSPF Protocol Analysis. J. Moy. Jul-01-1991. (Format: TXT=26160, - PS=33546 bytes) (Also RFC1247, RFC1246) (Status: INFORMATIONAL) - -1246 Experience with the OSPF Protocol. J. Moy. Jul-01-1991. (Format: - TXT=70441, PS=141924 bytes) (Also RFC1247, RFC1245) (Status: - INFORMATIONAL) - -1247 OSPF Version 2. J. Moy. Jul-01-1991. (Format: TXT=433332, - PS=989724 bytes) (Obsoletes RFC1131) (Obsoleted by RFC1583) (Also - RFC1246, RFC1245) (Status: DRAFT STANDARD) - -1248 OSPF Version 2 Management Information Base. F. Baker, R. Coltun. - Jul-01-1991. (Format: TXT=74347 bytes) (Obsoleted by RFC1252) - (Status: PROPOSED STANDARD) - -1249 DIXIE Protocol Specification. T. Howes, M. Smith, B. Beecher. - Aug-01-1991. (Format: TXT=20028 bytes) (Also RFC1202) (Status: - INFORMATIONAL) - -1250 IAB Official Protocol Standards. J. Postel. Aug-01-1991. (Format: - TXT=62555 bytes) (Obsoletes RFC1200, RFC1100, RFC1083, RFC1130, - RFC1140) (Obsoleted by RFC2200, RFC2300, RFC2400) (Also RFC1060, - RFC1011, RFC1160, STD0001) (Status: HISTORIC) - -1251 Who's Who in the Internet: Biographies of IAB, IESG and IRSG - Members. G. Malkin. Aug-01-1991. (Format: TXT=70383 bytes) (Also - FYI0009) (Status: INFORMATIONAL) - -1252 OSPF Version 2 Management Information Base. F. Baker, R. Coltun. - Aug-01-1991. (Format: TXT=74471 bytes) (Obsoletes RFC1248) (Obsoleted - by RFC1253) (Also RFC1247, RFC1245) (Status: PROPOSED STANDARD) - -1253 OSPF Version 2 Management Information Base. F. Baker, R. Coltun. - Aug-01-1991. (Format: TXT=74453 bytes) (Obsoletes RFC1252) (Obsoleted - by RFC1850) (Also RFC1247, RFC1245, RFC1246) (Status: PROPOSED - STANDARD) - -1254 Gateway Congestion Control Survey. A. Mankin, K. Ramakrishnan. - Jul-01-1991. (Format: TXT=67609 bytes) (Status: INFORMATIONAL) - -1255 A Naming Scheme for c=US. The North American Directory Forum. - Sep-01-1991. (Format: TXT=51103 bytes) (Obsoletes RFC1218) (Obsoleted - by RFC1417) (Status: INFORMATIONAL) - -1256 ICMP Router Discovery Messages. S. Deering. Sep-01-1991. (Format: - TXT=43059 bytes) (Also RFC0792) (Status: PROPOSED STANDARD) - -1257 Isochronous applications do not require jitter-controlled - networks. C. Partridge. Sep-01-1991. (Format: TXT=11075 bytes) - (Status: INFORMATIONAL) - -1258 BSD Rlogin. B. Kantor. Sep-01-1991. (Format: TXT=10763 bytes) - (Status: INFORMATIONAL) - -1259 Building the open road: The NREN as test-bed for the national - public network. M. Kapor. Sep-01-1991. (Format: TXT=61654 bytes) - (Status: INFORMATIONAL) - -1260 Not Issued. .. (Format: TXT=29 bytes) (Status: UNKNOWN) - -1261 Transition of Nic Services. S. Williamson, L. Nobile. - Sep-01-1991. (Format: TXT=4244 bytes) (Status: INFORMATIONAL) - -1262 Guidelines for Internet Measurement Activities. V.G. Cerf. - Oct-01-1991. (Format: TXT=6381 bytes) (Status: INFORMATIONAL) - -1263 TCP Extensions Considered Harmful. S. O'Malley, L.L. Peterson. - Oct-01-1991. (Format: TXT=54078 bytes) (Status: INFORMATIONAL) - -1264 Internet Engineering Task Force Internet Routing Protocol - Standardization Criteria. R.M. Hinden. Oct-01-1991. (Format: - TXT=17016 bytes) (Status: INFORMATIONAL) - -1265 BGP Protocol Analysis. Y. Rekhter. Oct-01-1991. (Format: - TXT=20728 bytes) (Status: INFORMATIONAL) - -1266 Experience with the BGP Protocol. Y. Rekhter. Oct-01-1991. - (Format: TXT=21938 bytes) (Status: INFORMATIONAL) - -1267 Border Gateway Protocol 3 (BGP-3). K. Lougheed, Y. Rekhter. - Oct-01-1991. (Format: TXT=80724 bytes) (Obsoletes RFC1163) (Status: - HISTORIC) - -1268 Application of the Border Gateway Protocol in the Internet. Y. - Rekhter, P. Gross. Oct-01-1991. (Format: TXT=31102 bytes) (Obsoletes - RFC1164) (Obsoleted by RFC1655) (Status: HISTORIC) - -1269 Definitions of Managed Objects for the Border Gateway Protocol: - Version 3. S. Willis, J.W. Burruss. Oct-01-1991. (Format: TXT=25717 - bytes) (Status: PROPOSED STANDARD) - -1270 SNMP Communications Services. F. Kastenholz. Oct-01-1991. - (Format: TXT=26167 bytes) (Status: INFORMATIONAL) - -1271 Remote Network Monitoring Management Information Base. S. - Waldbusser. Nov-01-1991. (Format: TXT=184111 bytes) (Obsoleted by - RFC1757) (Status: PROPOSED STANDARD) - -1272 Internet Accounting: Background. C. Mills, D. Hirsh, G.R. Ruth. - Nov-01-1991. (Format: TXT=46562 bytes) (Status: INFORMATIONAL) - -1273 Measurement Study of Changes in Service-Level Reachability in the - Global TCP/IP Internet: Goals, Experimental Design, Implementation, - and Policy Considerations. M.F. Schwartz. Nov-01-1991. (Format: - TXT=19949 bytes) (Status: INFORMATIONAL) - -1274 The COSINE and Internet X.500 Schema. P. Barker, S. Kille. - November 1991. (Format: TXT=92827 bytes) (Status: PROPOSED STANDARD) - -1275 Replication Requirements to provide an Internet Directory using - X.500. S.E. Hardcastle-Kille. November 1991. (Format: TXT=4616, - PS=83736 bytes) (Status: INFORMATIONAL) - -1276 Replication and Distributed Operations extensions to provide an - Internet Directory using X.500. S.E. Hardcastle-Kille. November 1991. - (Format: TXT=33731, PS=217170 bytes) (Status: PROPOSED STANDARD) - -1277 Encoding Network Addresses to Support Operation over Non-OSI - Lower Layers. S.E. Hardcastle-Kille. November 1991. (Format: - TXT=22254, PS=176169 bytes) (Status: PROPOSED STANDARD) - -1278 A string encoding of Presentation Address. S.E. Hardcastle-Kille. - November 1991. (Format: TXT=10256, PS=128696 bytes) (Status: - INFORMATIONAL) - -1279 X.500 and Domains. S.E. Hardcastle-Kille. November 1991. (Format: - TXT=26669, PS=170029 bytes) (Status: EXPERIMENTAL) - -1280 IAB Official Protocol Standards. J. Postel. March 1992. (Format: - TXT=70458 bytes) (Obsoletes RFC1360) (Obsoleted by RFC2200, RFC2300, - RFC2400) (Also STD0001) (Status: HISTORIC) - -1281 Guidelines for the Secure Operation of the Internet. R. Pethia, - S. Crocker, B. Fraser. November 1991. (Format: TXT=22618 bytes) - (Status: INFORMATIONAL) - -1282 BSD Rlogin. B. Kantor. December 1991. (Format: TXT=10704 bytes) - (Status: INFORMATIONAL) - -1283 SNMP over OSI. M. Rose. December 1991. (Format: TXT=16857 bytes) - (Obsoleted by RFC1418) (Status: EXPERIMENTAL) - -1284 Definitions of Managed Objects for the Ethernet-like Interface - Types. J. Cook. December 1991. (Format: TXT=43225 bytes) (Obsoleted - by RFC1398) (Status: PROPOSED STANDARD) - -1285 FDDI Management Information Base. J. Case. January 1992. (Format: - TXT=99747 bytes) (Updated by RFC1512) (Status: PROPOSED STANDARD) - -1286 Definitions of Managed Objects for Bridges. E. Decker, P. - Langille, A. Rijsinghani, K. McCloghrie. December 1991. (Format: - TXT=79104 bytes) (Obsoleted by RFC1493, RFC1525) (Status: PROPOSED - STANDARD) - -1287 Towards the Future Internet Architecture. D. Clark, L. Chapin, V. - Cerf, R. Braden, R. Hobby. December 1991. (Format: TXT=59812 bytes) - (Status: INFORMATIONAL) - -1288 The Finger User Information Protocol. D. Zimmerman. December - 1991. (Format: TXT=25161 bytes) (Obsoletes RFC1196, RFC1194, RFC0742) - (Status: DRAFT STANDARD) - -1289 DECnet Phase IV MIB Extensions. J. Saperia. December 1991. - (Format: TXT=122272 bytes) (Obsoleted by RFC1559) (Status: PROPOSED - STANDARD) - -1290 There's Gold in them thar Networks! or Searching for Treasure in - all the Wrong Places. J. Martin. December 1991. (Format: TXT=46997 - bytes) (Obsoleted by RFC1402, FYI0010) (Also FYI0010) (Status: - INFORMATIONAL) - -1291 Mid-Level Networks Potential Technical Services. V. Aggarwal. - December 1991. (Format: TXT=24314, PS=218918 bytes) (Status: - INFORMATIONAL) - -1292 A Catalog of Available X.500 Implementations. R. Lang, R. Wright. - January 1992. (Format: TXT=129468 bytes) (Obsoleted by RFC1632, - FYI0011) (Status: INFORMATIONAL) - -1293 Inverse Address Resolution Protocol. T. Bradley, C. Brown. - January 1992. (Format: TXT=11368 bytes) (Obsoleted by RFC2390) - (Status: PROPOSED STANDARD) - -1294 Multiprotocol Interconnect over Frame Relay. T. Bradley, C. - Brown, A. Malis. January 1992. (Format: TXT=54992 bytes) (Obsoleted - by RFC1490, RFC2427, STD0055) (Also STD0055) (Status: PROPOSED - STANDARD) - -1295 User Bill of Rights for entries and listings in the Public - Directory. The North American Directory Forum. January 1992. (Format: - TXT=3502 bytes) (Obsoleted by RFC1417) (Status: INFORMATIONAL) - -1296 Internet Growth (1981-1991). M. Lottor. January 1992. (Format: - TXT=20103 bytes) (Status: INFORMATIONAL) - -1297 NOC Internal Integrated Trouble Ticket System Functional - Specification Wishlist ("NOC TT REQUIREMENTS"). D. Johnson. January - 1992. (Format: TXT=32964 bytes) (Status: INFORMATIONAL) - -1298 SNMP over IPX. R. Wormley, S. Bostock. February 1992. (Format: - TXT=7878 bytes) (Obsoleted by RFC1420) (Status: INFORMATIONAL) - -1299 Summary of 1200-1299. M. Kennedy. January 1997. (Format: - TXT=36594 bytes) (Status: INFORMATIONAL) - -1300 Remembrances of Things Past. S. Greenfield. February 1992. - (Format: TXT=4963 bytes) (Status: INFORMATIONAL) - -1301 Multicast Transport Protocol. S. Armstrong, A. Freier, K. - Marzullo. February 1992. (Format: TXT=91976 bytes) (Status: - INFORMATIONAL) - -1302 Building a Network Information Services Infrastructure. D. - Sitzler, P. Smith, A. Marine. February 1992. (Format: TXT=29135 - bytes) (Also FYI0012) (Status: INFORMATIONAL) - -1303 A Convention for Describing SNMP-based Agents. K. McCloghrie, M. - Rose. February 1992. (Format: TXT=22915 bytes) (Also RFC1155, - RFC1212, RFC1213, RFC1157) (Status: INFORMATIONAL) - -1304 Definitions of Managed Objects for the SIP Interface Type. T. - Cox, K. Tesink, Editors. February 1992. (Format: TXT=52491 bytes) - (Obsoleted by RFC1694) (Status: PROPOSED STANDARD) - -1305 Network Time Protocol (Version 3) Specification, Implementation. - David L. Mills. March 1992. (Format: TXT=307085 bytes) (Obsoletes - RFC0958, RFC1059, RFC1119) (Status: DRAFT STANDARD) - -1306 Experiences Supporting By-Request Circuit-Switched T3 Networks. - A. Nicholson, J. Young. March 1992. (Format: TXT=25788 bytes) - (Status: INFORMATIONAL) - -1307 Dynamically Switched Link Control Protocol. J. Young, A. - Nicholson. March 1992. (Format: TXT=24145 bytes) (Status: - EXPERIMENTAL) - -1308 Executive Introduction to Directory Services Using the X.500 - Protocol. C. Weider, J. Reynolds. March 1992. (Format: TXT=9392 - bytes) (Status: INFORMATIONAL) - -1309 Technical Overview of Directory Services Using the X.500 - Protocol. C. Weider, J. Reynolds, S. Heker. March 1992. (Format: - TXT=35694 bytes) (Status: INFORMATIONAL) - -1310 The Internet Standards Process. L. Chapin. March 1992. (Format: - TXT=54738 bytes) (Obsoleted by RFC1602) (Status: INFORMATIONAL) - -1311 Introduction to the STD Notes. J. Postel. March 1992. (Format: - TXT=11308 bytes) (Status: INFORMATIONAL) - -1312 Message Send Protocol 2. R. Nelson, G. Arnold. April 1992. - (Format: TXT=18037 bytes) (Status: EXPERIMENTAL) - -1313 Today's Programming for KRFC AM 1313 Internet Talk Radio. C. - Partridge. Apr-1-1992. (Format: TXT=5444 bytes) (Status: - INFORMATIONAL) - -1314 A File Format for the Exchange of Images in the Internet. A. - Katz, D. Cohen. April 1992. (Format: TXT=54072 bytes) (Status: - PROPOSED STANDARD) - -1315 Management Information Base for Frame Relay DTEs. C. Brown, F. - Baker, C. Carvalho. April 1992. (Format: TXT=33825 bytes) (Obsoleted - by RFC2115) (Status: PROPOSED STANDARD) - -1316 Definitions of Managed Objects for Character Stream Devices. B. - Stewart. April 1992. (Format: TXT=35143 bytes) (Obsoleted by RFC1658) - (Status: PROPOSED STANDARD) - -1317 Definitions of Managed Objects for RS-232-like Hardware Devices. - B. Stewart. April 1992. (Format: TXT=30442 bytes) (Obsoleted by - RFC1659) (Status: PROPOSED STANDARD) - -1318 Definitions of Managed Objects for Parallel-printer-like Hardware - Devices. B. Stewart. April 1992. (Format: TXT=19570 bytes) (Obsoleted - by RFC1660) (Status: PROPOSED STANDARD) - -1319 The MD2 Message-Digest Algorithm. B. Kaliski. April 1992. - (Format: TXT=25661 bytes) (Status: INFORMATIONAL) - -1320 The MD4 Message-Digest Algorithm. R. Rivest. April 1992. (Format: - TXT=32407 bytes) (Status: INFORMATIONAL) - -1321 The MD5 Message-Digest Algorithm. R. Rivest. April 1992. (Format: - TXT=35222 bytes) (Status: INFORMATIONAL) - -1322 A Unified Approach to Inter-Domain Routing. D. Estrin, Y. - Rekhter, S. Hotz. May 1992. (Format: TXT=96934 bytes) (Status: - INFORMATIONAL) - -1323 TCP Extensions for High Performance. V. Jacobson, R. Braden, D. - Borman. May 1992. (Format: TXT=84558 bytes) (Obsoletes RFC1072, - RFC1185) (Status: PROPOSED STANDARD) - -1324 A Discussion on Computer Network Conferencing. D. Reed. May 1992. - (Format: TXT=24988 bytes) (Status: INFORMATIONAL) - -1325 FYI on Questions and Answers Answers to Commonly asked "New - Internet User" Questions. G. Malkin, A. Marine. May 1992. (Format: - TXT=91884 bytes) (Obsoletes RFC1206) (Obsoleted by RFC1594, FYI0004) - (Also FYI0004) (Status: INFORMATIONAL) - -1326 Mutual Encapsulation Considered Dangerous. P. Tsuchiya. May 1992. - (Format: TXT=11277 bytes) (Status: INFORMATIONAL) - -1327 Mapping between X.400(1988) / ISO 10021 and RFC 822. S. - Hardcastle-Kille. May 1992. (Format: TXT=228598 bytes) (Obsoletes - RFC987, RFC1026, RFC1138, RFC1148) (Obsoleted by RFC1495, RFC2156) - (Updates RFC0822, RFC0822) (Status: PROPOSED STANDARD) - -1328 X.400 1988 to 1984 downgrading. S. Hardcastle-Kille. May 1992. - (Format: TXT=10006 bytes) (Status: PROPOSED STANDARD) - -1329 Thoughts on Address Resolution for Dual MAC FDDI Networks. P. - Kuehn. May 1992. (Format: TXT=58150 bytes) (Status: INFORMATIONAL) - -1330 Recommendations for the Phase I Deployment of OSI Directory - Services (X.500) and OSI Message Handling Services (X.400) within the - ESNET Community. ESCC X.500/X.400 Task Force, ESnet Site Coordinating - Committee (ESCC). May 1992. (Format: TXT=192925 bytes) (Status: - INFORMATIONAL) - -1331 The Point-to-Point Protocol (PPP) for the Transmission of - Multi-protocol Datagrams over Point-to-Point Links. W. Simpson. May - 1992. (Format: TXT=129892 bytes) (Obsoletes RFC1171, RFC1172) - (Obsoleted by RFC1548) (Status: PROPOSED STANDARD) - -1332 The PPP Internet Protocol Control Protocol (IPCP). G. McGregor. - May 1992. (Format: TXT=17613 bytes) (Obsoletes 1172) (Status: - PROPOSED STANDARD) - -1333 PPP Link Quality Monitoring. W. Simpson. May 1992. (Format: - TXT=29965 bytes) (Obsoleted by RFC1989) (Status: PROPOSED STANDARD) - -1334 PPP Authentication Protocols. B. Lloyd, W. Simpson. October 1992. - (Format: TXT=33248 bytes) (Obsoleted by RFC1994) (Status: PROPOSED - STANDARD) - -1335 A Two-Tier Address Structure for the Internet: A Solution to the - Problem of Address Space Exhaustion. Z. Wang, J. Crowcroft. May 1992. - (Format: TXT=15418 bytes) (Status: INFORMATIONAL) - -1336 Who's Who in the Internet: Biographies of IAB, IESG and IRSG - Members. G. MAlkin. May 1992. (Format: TXT=92119 bytes) (Status: - INFORMATIONAL) - -1337 TIME-WAIT Assassination Hazards in TCP. R. Braden. May 1992. - (Format: TXT=22887 bytes) (Status: INFORMATIONAL) - -1338 Supernetting: an Address Assignment and Aggregation Strategy. V. - Fuller, T. Li, J. Yu, K. Varadhan. June 1992. (Format: TXT=47975 - bytes) (Obsoleted by RFC1519) (Status: INFORMATIONAL) - -1339 Remote Mail Checking Protocol. S. Dorner, P. Resnick. June 1992. - (Format: TXT=13115 bytes) (Status: EXPERIMENTAL) - -1340 Assigned Numbers. J. Reynolds,J. Postel. July 1992. (Format: - TXT=232974 bytes) (Obsoletes RFC1060) (Obsoleted by RFC1700) (Status: - HISTORIC) - -1341 MIME (Multipurpose Internet Mail Extensions): Mechanisms for - Specifying and Describing the Format of Internet Message Bodies. N. - Borenstein, N. Freed. June 1992. (Format: TXT=211117, PS=347082 - bytes) (Obsoleted by RFC1521) (Status: PROPOSED STANDARD) - -1342 Representation of Non-ASCII Text in Internet Message Headers. K. - Moore. June 1992. (Format: TXT=15845 bytes) (Obsoleted by RFC1522) - (Status: PROPOSED STANDARD) - -1343 A User Agent Configuration Mechanism for Multimedia Mail Format - Information. N. Borenstein. June 1992. (Format: TXT=29295, PS=59978 - bytes) (Status: INFORMATIONAL) - -1344 Implications of MIME for Internet Mail Gateways. N. Borenstein. - June 1992. (Format: TXT=25872, PS=51812 bytes) (Status: - INFORMATIONAL) - -1345 Character Mnemonics and Character Sets. K. Simonsen. June 1992. - (Format: TXT=249737 bytes) (Status: INFORMATIONAL) - -1346 Resource Allocation, Control, and Accounting for the Use of - Network Resources. P. Jones. June 1992. (Format: TXT=13084 bytes) - (Status: INFORMATIONAL) - -1347 TCP and UDP with Bigger Addresses (TUBA), A Simple Proposal for - Internet Addressing and Routing. R. Callon. June 1992. (Format: - TXT=26563, PS=42398 bytes) (Status: INFORMATIONAL) - -1348 DNS NSAP RRs. B. Manning. July 1992. (Format: TXT=6871 bytes) - (Obsoleted by RFC1637) (Updates RFC1034, RFC1035) (Updated by - RFC1637) (Status: EXPERIMENTAL) - -1349 Type of Service in the Internet Protocol Suite. P. Almquist. July - 1992. (Format: TXT=68949 bytes) (Obsoleted by RFC2474) (Status: - PROPOSED STANDARD) - -1350 The TFTP Protocol (Revision 2). K. Sollins. July 1992. (Format: - TXT=24599 bytes) (Obsoletes RFC0784) (Updates RFC1350, RFC1783) - (Updated by RFC1782, RFC1783, RFC1784, RFC1350, RFC1785, RFC2347, - RFC2348, RFC2349) (Also STD0033) (Status: STANDARD) - -1351 SNMP Administrative Model. J. Davin, J. Galvin, K. McCloghrie. - July 1992. (Format: TXT=80721 bytes) (Status: HISTORIC) - -1352 SNMP Security Protocols. J. Galvin,K. McCloghrie,J. Davin. July - 1992. (Format: TXT=95732 bytes) (Status: HISTORIC) - -1353 Definitions of Managed Objects for Administration of SNMP - Parties. K. McCloghrie, J. Davin, J. Galvin. July 1992. (Format: - TXT=59556 bytes) (Status: HISTORIC) - -1354 IP Forwarding Table MIB. F. Baker. July 1992. (Format: TXT=24905 - bytes) (Obsoleted by RFC2096) (Status: PROPOSED STANDARD) - -1355 Privacy and Accuracy Issues in Network Information Center - Databases. J. Curran, A. Marine. August 1992. (Format: TXT=8858 - bytes) (Also FYI0015) (Status: INFORMATIONAL) - -1356 Multiprotocol Interconnect on X.25 and ISDN in the Packet Mode. - A. Malis, D. Robinson, R. Ullmann. August 1992. (Format: TXT=32043 - bytes) (Obsoletes RFC0877) (Status: DRAFT STANDARD) - -1357 A Format for E-mailing Bibliographic Records. D. Cohen. July - 1992. (Format: TXT=25021 bytes) (Obsoleted by RFC1807) (Status: - INFORMATIONAL) - -1358 Charter of the Internet Architecture Board (IAB). L. Chapin. - August 1992. (Format: TXT=11328 bytes) (Obsoleted by RFC1601) - (Status: INFORMATIONAL) - -1359 Connecting to the Internet - What Connecting Institutions Should - Anticipate. ACM SIGUCCS. August 1992. (Format: TXT=53449 bytes) (Also - FYI0016) (Status: INFORMATIONAL) - -1360 IAB Official Protocol Standards. J. Postel. September 1992. - (Format: TXT=71860 bytes) (Obsoleted by RFC1280, RFC1410, RFC2200, - RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1361 Simple Network Time Protocol (SNTP). D. Mills. August 1992. - (Format: TXT=23812 bytes) (Obsoleted by RFC1769) (Also RFC1305) - (Status: INFORMATIONAL) - -1362 Novell IPX over Various WAN Media (IPXWAN). M. Allen. September - 1992. (Format: TXT=30219 bytes) (Obsoleted by RFC1634) (Status: - INFORMATIONAL) - -1363 A Proposed Flow Specification. C. Partridge. September 1992. - (Format: TXT=59214 bytes) (Status: INFORMATIONAL) - -1364 BGP OSPF Interaction. K. Varadhan. September 1992. (Format: - TXT=32121 bytes) (Obsoleted by RFC1403) (Also RFC1247, RFC1267) - (Status: PROPOSED STANDARD) - -1365 An IP Address Extension Proposal. K. Siyan. September 1992. - (Format: TXT=12790 bytes) (Status: INFORMATIONAL) - -1366 Guidelines for Management of IP Address Space. E. Gerich. October - 1992. (Format: TXT=17793 bytes) (Obsoleted by RFC1466) (Status: - INFORMATIONAL) - -1367 Schedule for IP Address Space Management Guidelines. C. Topolcic. - October 1992. (Format: TXT=4780 bytes) (Obsoleted by RFC1467) - (Status: INFORMATIONAL) - -1368 Definition of Managed Objects for IEEE 802.3 Repeater Devices. D. - McMaster, K. McCloghrie. October 1992. (Format: TXT=83905 bytes) - (Obsoleted by RFC1516) (Status: PROPOSED STANDARD) - -1369 Implementation Notes and Experience for the Internet Ethernet - MIB. F. Kastenholz. October 1992. (Format: TXT=13961 bytes) (Status: - INFORMATIONAL) - -1370 Applicability Statement for OSPF. Internet Architecture Board, L. - Chapin. October 1992. (Format: TXT=4303 bytes) (Status: PROPOSED - STANDARD) - -1371 Choosing a Common IGP for the IP Internet. P. Gross. October - 1992. (Format: TXT=18168 bytes) (Status: INFORMATIONAL) - -1372 Telnet Remote Flow Control Option. C. Hedrick, D. Borman. October - 1992. (Format: TXT=11098 bytes) (Obsoletes RFC1080) (Status: PROPOSED - STANDARD) - -1373 Portable DUAs. T. Tignor. October 1992. (Format: TXT=19931 bytes) - (Status: INFORMATIONAL) - -1374 IP and ARP on HIPPI. J. Renwick, A. Nicholson. October 1992. - (Format: TXT=100903 bytes) (Status: PROPOSED STANDARD) - -1375 Suggestion for New Classes of IP Addresses. P. Robinson. October - 1992. (Format: TXT=16990 bytes) (Status: INFORMATIONAL) - -1376 The PPP DECnet Phase IV Control Protocol (DNCP). S. Senum. - November 1992. (Format: TXT=12448 bytes) (Obsoleted by RFC1762) - (Status: PROPOSED STANDARD) - -1377 The PPP OSI Network Layer Control Protocol (OSINLCP). D. Katz. - November 1992. (Format: TXT=22109 bytes) (Status: PROPOSED STANDARD) - -1378 The PPP AppleTalk Control Protocol (ATCP). B. Parker. November - 1992. (Format: TXT=28496 bytes) (Status: PROPOSED STANDARD) - -1379 Extending TCP for Transactions -- Concepts. R. Braden. November - 1992. (Format: TXT=91353 bytes) (Status: INFORMATIONAL) - -1380 IESG Deliberations on Routing and Addressing. P. Gross, P. - Almquist. November 1992. (Format: TXT=49415 bytes) (Status: - INFORMATIONAL) - -1381 SNMP MIB Extension for X.25 LAPB. D. Throop, F. Baker. November - 1992. (Format: TXT=71253 bytes) (Status: PROPOSED STANDARD) - -1382 SNMP MIB Extension for the X.25 Packet Layer. D. Throop. November - 1992. (Format: TXT=153877 bytes) (Status: PROPOSED STANDARD) - -1383 An Experiment in DNS Based IP Routing. C. Huitema. December 1992. - (Format: TXT=32680 bytes) (Status: EXPERIMENTAL) - -1384 Naming Guidelines for Directory Pilots. P. Barker, S.E. - Hardcastle-Kille. February 1993. (Format: TXT=25870, PS=175044 bytes) - (Obsoleted by RFC1617, RTR0011) (Status: INFORMATIONAL) - -1385 EIP: The Extended Internet Protocol. Z. Wang. November 1992. - (Format: TXT=39123 bytes) (Status: INFORMATIONAL) - -1386 The US Domain. A. Cooper, J. Postel. December 1992. (Format: - TXT=62310 bytes) (Obsoleted by RFC1480) (Status: INFORMATIONAL) - -1387 RIP Version 2 Protocol Analysis. G. Malkin. January 1993. - (Format: TXT=5598 bytes) (Obsoleted by RFC1721) (Status: - INFORMATIONAL) - -1388 RIP Version 2 Carrying Additional Information. G. Malkin. January - 1993. (Format: TXT=16227 bytes) (Obsoleted by RFC1723) (Updates - RFC1058) (Updated by RFC2453) (Also STD0056) (Status: PROPOSED - STANDARD) - -1389 RIP Version 2 MIB Extensions. G. Malkin, F. Baker. January 1993. - (Format: TXT=23569 bytes) (Obsoleted by RFC1724) (Status: PROPOSED - STANDARD) - -1390 Transmission of IP and ARP over FDDI Networks. D. Katz. January - 1993. (Format: TXT=22077 bytes) (Also STD0036) (Status: STANDARD) - -1391 The Tao of the IETF: A Guide for New Attendees of the Internet - Engineering Task Force. G. Malkin. January 1993. (Format: TXT=41892 - bytes) (Obsoleted by RFC1539, FYI0017) (Also FYI0017) (Status: - INFORMATIONAL) - -1392 Internet Users' Glossary. G. Malkin, T. LaQuey Parker. January - 1993. (Format: TXT=104624 bytes) (Obsoleted by RFC1983, FYI0018) - (Also FYI0018) (Status: INFORMATIONAL) - -1393 Traceroute Using an IP Option. G. Malkin. January 1993. (Format: - TXT=13140 bytes) (Status: EXPERIMENTAL) - -1394 Relationship of Telex Answerback Codes to Internet Domains. P. - Robinson. January 1993. (Format: TXT=43776 bytes) (Status: - INFORMATIONAL) - -1395 BOOTP Vendor Information Extensions. J. Reynolds. January 1993. - (Format: TXT=16314 bytes) (Obsoletes RFC1084, RFC1048) (Obsoleted by - RFC1497, RFC1533) (Updates RFC951, RFC0951) (Status: DRAFT STANDARD) - -1396 The Process for Organization of Internet Standards Working Group - (POISED). S. Crocker. January 1993. (Format: TXT=22096 bytes) - (Status: INFORMATIONAL) - -1397 Default Route Advertisement In BGP2 and BGP3 Version of The - Border Gateway Protocol. D. Haskin. January 1993. (Format: TXT=4124 - bytes) (Status: PROPOSED STANDARD) - -1398 Definitions of Managed Objects for the Ethernet-Like Interface - Types. F. Kastenholz. January 1993. (Format: TXT=36684 bytes) - (Obsoletes RFC1284) (Obsoleted by RFC1643, RFC1623) (Also STD0056) - (Status: DRAFT STANDARD) - -1399 Summary of 1300-1399. J. Elliott. January 1997. (Format: - TXT=43662 bytes) (Status: INFORMATIONAL) - -1400 Transition and Modernization of the Internet Registration - Service. S. Williamson. March 1993. (Format: TXT=13008 bytes) - (Status: INFORMATIONAL) - -1401 Correspondence between the IAB and DISA on the use of DNS. - Internet Architecture Board. January 1993. (Format: TXT=12528 bytes) - (Status: INFORMATIONAL) - -1402 There's Gold in them thar Networks! or Searching for Treasure in - all the Wrong Places. J. Martin. January 1993. (Format: TXT=71176 - bytes) (Obsoletes RFC1290) (Also FYI0010) (Status: INFORMATIONAL) - -1403 BGP OSPF Interaction. K. Varadhan. January 1993. (Format: - TXT=36173 bytes) (Obsoletes RFC1364) (Status: PROPOSED STANDARD) - -1404 A Model for Common Operational Statistics. B. Stockman. January - 1993. (Format: TXT=52814 bytes) (Obsoleted by RFC1857) (Status: - INFORMATIONAL) - -1405 Mapping between X.400(1984/1988) and Mail-11 (DECnet mail). C. - Allocchio. January 1993. (Format: TXT=33885 bytes) (Obsoleted by - RFC2162) (Status: EXPERIMENTAL) - -1406 Definitions of Managed Objects for the DS1 and E1 Interface - Types. F. Baker, J. Watt, Editors. January 1993. (Format: TXT=97559 - bytes) (Obsoletes RFC1232) (Obsoleted by RFC2495) (Status: PROPOSED - STANDARD) - -1407 Definitions of Managed Objects for the DS3/E3 Interface Type. T. - Cox, K. Tesink. January 1993. (Format: TXT=90682 bytes) (Obsoletes - RFC1233) (Obsoleted by RFC2496) (Status: PROPOSED STANDARD) - -1408 Telnet Environment Option. D. Borman, Editor. January 1993. - (Format: TXT=13936 bytes) (Updated by RFC1571) (Status: HISTORIC) - -1409 Telnet Authentication Option. D. Borman, Editor. January 1993. - (Format: TXT=13119 bytes) (Obsoleted by RFC1416) (Status: - EXPERIMENTAL) - -1410 IAB Official Protocol Standards. J. Postel, Editor. March 1993. - (Format: TXT=76524 bytes) (Obsoletes RFC1360) (Obsoleted by RFC1500, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1411 Telnet Authentication: Kerberos Version 4. D. Borman, Editor. - January 1993. (Format: TXT=7967 bytes) (Status: EXPERIMENTAL) - -1412 Telnet Authentication: SPX. K. Alagappan. January 1993. (Format: - TXT=6952 bytes) (Status: EXPERIMENTAL) - -1413 Identification Protocol. M. StJohns. January 1993. (Format: - TXT=16291 bytes) (Obsoletes RFC931) (Status: PROPOSED STANDARD) - -1414 Identification MIB. M. StJohns, M. Rose. January 1993. (Format: - TXT=14165 bytes) (Status: PROPOSED STANDARD) - -1415 FTP-FTAM Gateway Specification. J. Mindel, R. Slaski. January - 1993. (Format: TXT=128261 bytes) (Status: PROPOSED STANDARD) - -1416 Telnet Authentication Option. D. Borman, Editor. February 1993. - (Format: TXT=13270 bytes) (Obsoletes RFC1409) (Status: EXPERIMENTAL) - -1417 NADF Standing Documents: A Brief Overview. The North American - Directory Forum. February 1993. (Format: TXT=7270 bytes) (Obsoletes - RFC1295, RFC1255, RFC1218) (Obsoleted by RFC1758) (Status: - INFORMATIONAL) - -1418 SNMP over OSI. M. Rose. March 1993. (Format: TXT=7721 bytes) - (Obsoletes RFC1161, RFC1283) (Status: PROPOSED STANDARD) - -1419 SNMP over AppleTalk. G. Minshall, M. Ritter. March 1993. (Format: - TXT=16470 bytes) (Status: PROPOSED STANDARD) - -1420 SNMP over IPX. S. Bostock. March 1993. (Format: TXT=6762 bytes) - (Obsoletes RFC1298) (Status: PROPOSED STANDARD) - -1421 Privacy Enhancement for Internet Electronic Mail: Part I: Message - Encryption and Authentication Procedures. J. Linn. February 1993. - (Format: TXT=103894 bytes) (Obsoletes RFC1113) (Status: PROPOSED - STANDARD) - -1422 Privacy Enhancement for Internet Electronic Mail: Part II: - Certificate-Based Key Management. S. Kent. February 1993. (Format: - TXT=86085 bytes) (Obsoletes RFC1114) (Status: PROPOSED STANDARD) - -1423 Privacy Enhancement for Internet Electronic Mail: Part III: - Algorithms, Modes, and Identifiers. D. Balenson. February 1993. - (Format: TXT=33277 bytes) (Obsoletes RFC1115) (Status: PROPOSED - STANDARD) - -1424 Privacy Enhancement for Internet Electronic Mail: Part IV: Key - Certification and Related Services. B. Kaliski. February 1993. - (Format: TXT=17537 bytes) (Status: PROPOSED STANDARD) - -1425 SMTP Service Extensions. J. Klensin, WG Chair, N. Freed, Editor, - M. Rose, E. Stefferud, D. Crocker. February 1993. (Format: TXT=20932 - bytes) (Obsoleted by RFC1651) (Status: PROPOSED STANDARD) - -1426 SMTP Service Extension for 8bit-MIMEtransport. J. Klensin, WG - Chair, N. Freed, Editor, M. Rose, E. Stefferud, D. Crocker. February - 1993. (Format: TXT=11661 bytes) (Obsoleted by RFC1652) (Status: - PROPOSED STANDARD) - -1427 SMTP Service Extension for Message Size Declaration. J. Klensin, - WG Chair, N. Freed, Editor, K. Moore. February 1993. (Format: - TXT=17856 bytes) (Obsoleted by RFC1653) (Status: PROPOSED STANDARD) - -1428 Transition of Internet Mail from Just-Send-8 to 8bit-SMTP/MIME. - G. Vaudreuil. February 1993. (Format: TXT=12064 bytes) (Status: - INFORMATIONAL) - -1429 Listserv Distribute Protocol. E. Thomas. February 1993. (Format: - TXT=17759 bytes) (Status: INFORMATIONAL) - -1430 A Strategic Plan for Deploying an Internet X.500 Directory - Service. S. Hardcastle-Kille, E. Huizer, V. Cerf, R. Hobby, S. Kent. - February 1993. (Format: TXT=47587 bytes) (Status: INFORMATIONAL) - -1431 DUA Metrics (OSI-DS 33 (v2)). P. Barker. February 1993. (Format: - TXT=42240 bytes) (Status: INFORMATIONAL) - -1432 Recent Internet Books. J. Quarterman. March 1993. (Format: - TXT=27089 bytes) (Status: INFORMATIONAL) - -1433 Directed ARP. J. Garrett, J. Hagan, J. Wong. March 1993. (Format: - TXT=41028 bytes) (Status: EXPERIMENTAL) - -1434 Data Link Switching: Switch-to-Switch Protocol. R. Dixon, D. - Kushi. March 1993. (Format: TXT=80182, PS=292006 bytes) (Obsoleted by - RFC1795) (Status: INFORMATIONAL) - -1435 IESG Advice from Experience with Path MTU Discovery. S. Knowles. - March 1993. (Format: TXT=2708 bytes) (Status: INFORMATIONAL) - -1436 The Internet Gopher Protocol (a distributed document search and - retrieval protocol). F. Anklesaria, M. McCahill, P. Lindner, D. - Johnson, D. Torrey, B. Albert. March 1993. (Format: TXT=36493 bytes) - (Status: INFORMATIONAL) - -1437 The Extension of MIME Content-Types to a New Medium. N. - Borenstein, M. Linimon. Apr-1-1993. (Format: TXT=13356 bytes) - (Status: INFORMATIONAL) - -1438 Internet Engineering Task Force Statements Of Boredom (SOBs). A. - Lyman Chapin, C. Huitema. Apr-1-1993. (Format: TXT=3044 bytes) - (Status: INFORMATIONAL) - -1439 The Uniqueness of Unique Identifiers. C. Finseth. March 1993. - (Format: TXT=20477 bytes) (Status: INFORMATIONAL) - -1440 SIFT/UFT: Sender-Initiated/Unsolicited File Transfer. R. Troth. - July 1993. (Format: TXT=17366 bytes) (Status: EXPERIMENTAL) - -1441 Introduction to version 2 of the Internet-standard Network - Management Framework. J. Case, K. McCloghrie, M. Rose, S. Waldbusser. - April 1993. (Format: TXT=25386 bytes) (Status: PROPOSED STANDARD) - -1442 Structure of Management Information for version 2 of the Simple - Network Management Protocol (SNMPv2). J. Case, K. McCloghrie, M. - Rose, S. Waldbusser. April 1993. (Format: TXT=95779 bytes) (Obsoleted - by RFC1902) (Status: PROPOSED STANDARD) - -1443 Textual Conventions for version 2 of the Simple Network - Management Protocol (SNMPv2). J. Case, K. McCloghrie, M. Rose, S. - Waldbusser. April 1993. (Format: TXT=60947 bytes) (Obsoleted by - RFC1903) (Status: PROPOSED STANDARD) - -1444 Conformance Statements for version 2 of the Simple Network - Management Protocol (SNMPv2). J. Case, K. McCloghrie, M. Rose, S. - Waldbusser. April 1993. (Format: TXT=57744 bytes) (Obsoleted by - RFC1904) (Status: PROPOSED STANDARD) - -1445 Administrative Model for version 2 of the Simple Network - Management Protocol (SNMPv2). J. Galvin, K. McCloghrie. April 1993. - (Format: TXT=99443 bytes) (Status: HISTORIC) - -1446 Security Protocols for version 2 of the Simple Network Management - Protocol (SNMPv2). J. Galvin, K. McCloghrie. April 1993. (Format: - TXT=108733 bytes) (Status: HISTORIC) - -1447 Party MIB for version 2 of the Simple Network Management Protocol - (SNMPv2). K. McCloghrie, J. Galvin. April 1993. (Format: TXT=80762 - bytes) (Status: HISTORIC) - -1448 Protocol Operations for version 2 of the Simple Network - Management Protocol (SNMPv2). J. Case, K. McCloghrie, M. Rose, S. - Waldbusser. April 1993. (Format: TXT=74224 bytes) (Obsoleted by - RFC1905) (Status: PROPOSED STANDARD) - -1449 Transport Mappings for version 2 of the Simple Network Management - Protocol (SNMPv2). J. Case, K. McCloghrie, M. Rose, S. Waldbusser. - April 1993. (Format: TXT=41161 bytes) (Obsoleted by RFC1906) (Status: - PROPOSED STANDARD) - -1450 Management Information Base for version 2 of the Simple Network - Management Protocol (SNMPv2). J. Case, K. McCloghrie, M. Rose, S. - Waldbusser. April 1993. (Format: TXT=42172 bytes) (Obsoleted by - RFC1907) (Status: PROPOSED STANDARD) - -1451 Manager-to-Manager Management Information Base. J. Case, K. - McCloghrie, M. Rose, S. Waldbusser. April 1993. (Format: TXT=62935 - bytes) (Status: HISTORIC) - -1452 Coexistence between version 1 and version 2 of the - Internet-standard Network Management Framework. J. Case, K. - McCloghrie, M. Rose, S. Waldbusser. April 1993. (Format: TXT=32176 - bytes) (Obsoleted by RFC1908) (Status: PROPOSED STANDARD) - -1453 A Comment on Packet Video Remote Conferencing and the - Transport/Network Layers. W. Chimiak. April 1993. (Format: TXT=23563 - bytes) (Status: INFORMATIONAL) - -1454 Comparison of Proposals for Next Version of IP. T. Dixon. May - 1993. (Format: TXT=35064 bytes) (Status: INFORMATIONAL) - -1455 Physical Link Security Type of Service. D. Eastlake. May 1993. - (Format: TXT=12391 bytes) (Obsoleted by RFC2474) (Status: - EXPERIMENTAL) - -1456 Conventions for Encoding the Vietnamese Language VISCII: - VIetnamese Standard Code for Information Interchange VIQR: VIetnamese - Quoted-Readable Specification. Vietnamese Standardization Working - Group. May 1993. (Format: TXT=14775 bytes) (Status: INFORMATIONAL) - -1457 Security Label Framework for the Internet. R. Housley. May 1993. - (Format: TXT=35802 bytes) (Status: INFORMATIONAL) - -1458 Requirements for Multicast Protocols. R. Braudes, S. Zabele. May - 1993. (Format: TXT=48106 bytes) (Status: INFORMATIONAL) - -1459 Internet Relay Chat Protocol. J. Oikarinen, D. Reed. May 1993. - (Format: TXT=138964 bytes) (Status: EXPERIMENTAL) - -1460 Post Office Protocol - Version 3. M. Rose. June 1993. (Format: - TXT=38827 bytes) (Obsoletes RFC1225) (Obsoleted by RFC1725) (Status: - DRAFT STANDARD) - -1461 SNMP MIB extension for Multiprotocol Interconnect over X.25. D. - Throop. May 1993. (Format: TXT=47945 bytes) (Status: PROPOSED - STANDARD) - -1462 FYI on "What is the Internet?". E. Krol, E. Hoffman. May 1993. - (Format: TXT=27811 bytes) (Also FYI0020) (Status: INFORMATIONAL) - -1463 FYI on Introducing the Internet-- A Short Bibliography of - Introductory Internetworking Readings. E. Hoffman, L. Jackson. May - 1993. (Format: TXT=7116 bytes) (Also FYI0019) (Status: INFORMATIONAL) - -1464 Using the Domain Name System To Store Arbitrary String - Attributes. R. Rosenbaum. May 1993. (Format: TXT=7953 bytes) (Status: - EXPERIMENTAL) - -1465 Routing Coordination for X.400 MHS Services Within a Multi - Protocol / Multi Network Environment Table Format V3 for Static - Routing. D. Eppenberger. May 1993. (Format: TXT=66833 bytes) (Status: - EXPERIMENTAL) - -1466 Guidelines for Management of IP Address Space. E. Gerich. May - 1993. (Format: TXT=22262 bytes) (Obsoletes RFC1366) (Obsoleted by - RFC2050) (Status: INFORMATIONAL) - -1467 Status of CIDR Deployment in the Internet. C. Topolcic. August - 1993. (Format: TXT=20720 bytes) (Obsoletes RFC1367) (Status: - INFORMATIONAL) - -1468 Japanese Character Encoding for Internet Messages. J. Murai, M. - Crispin, E. van der Poel. June 1993. (Format: TXT=10970 bytes) - (Status: INFORMATIONAL) - -1469 IP Multicast over Token-Ring Local Area Networks. T. Pusateri. - June 1993. (Format: TXT=8189 bytes) (Status: PROPOSED STANDARD) - -1470 FYI on a Network Management Tool Catalog: Tools for Monitoring - and Debugging TCP/IP Internets and Interconnected Devices. R. Enger, - J. Reynolds. June 1993. (Format: TXT=308528 bytes) (Obsoletes - RFC1147) (Also FYI0002) (Status: INFORMATIONAL) - -1471 The Definitions of Managed Objects for the Link Control Protocol - of the Point-to-Point Protocol. F. Kastenholz. June 1993. (Format: - TXT=53558 bytes) (Status: PROPOSED STANDARD) - -1472 The Definitions of Managed Objects for the Security Protocols of - the Point-to-Point Protocol. F. Kastenholz. June 1993. (Format: - TXT=27152 bytes) (Status: PROPOSED STANDARD) - -1473 The Definitions of Managed Objects for the IP Network Control - Protocol of the Point-to-Point Protocol. F. Kastenholz. June 1993. - (Format: TXT=20484 bytes) (Status: PROPOSED STANDARD) - -1474 The Definitions of Managed Objects for the Bridge Network Control - Protocol of the Point-to-Point Protocol. F. Kastenholz. June 1993. - (Format: TXT=31846 bytes) (Status: PROPOSED STANDARD) - -1475 TP/IX: The Next Internet. R. Ullmann. June 1993. (Format: - TXT=77854 bytes) (Status: EXPERIMENTAL) - -1476 RAP: Internet Route Access Protocol. R. Ullmann. June 1993. - (Format: TXT=45560 bytes) (Status: EXPERIMENTAL) - -1477 IDPR as a Proposed Standard. M. Steenstrup. July 1993. (Format: - TXT=32238 bytes) (Status: INFORMATIONAL) - -1478 An Architecture for Inter-Domain Policy Routing. M. Steenstrup. - July 1993. (Format: TXT=90673 bytes) (Status: PROPOSED STANDARD) - -1479 Inter-Domain Policy Routing Protocol Specification: Version 1. M. - Steenstrup. July 1993. (Format: TXT=275823 bytes) (Status: PROPOSED - STANDARD) - -1480 The US Domain. A. Cooper, J. Postel. June 1993. (Format: - TXT=100556 bytes) (Obsoletes RFC1386) (Status: INFORMATIONAL) - -1481 IAB Recommendation for an Intermediate Strategy to Address the - Issue of Scaling. C. Huitema. July 1993. (Format: TXT=3502 bytes) - (Status: INFORMATIONAL) - -1482 Aggregation Support in the NSFNET Policy-Based Routing Database. - M. Knopper, S. Richardson. July 1993. (Format: TXT=25330 bytes) - (Status: INFORMATIONAL) - -1483 Multiprotocol Encapsulation over ATM Adaptation Layer 5. Juha - Heinanen. July 1993. (Format: TXT=35192 bytes) (Obsoleted by RFC2684) - (Status: PROPOSED STANDARD) - -1484 Using the OSI Directory to achieve User Friendly Naming (OSI-DS - 24 (v1.2)). S. Hardcastle-Kille. July 1993. (Format: TXT=48974 bytes) - (Obsoleted by RFC1781) (Updated by RFC1781) (Status: EXPERIMENTAL) - -1485 A String Representation of Distinguished Names (OSI-DS 23 (v5)). - S. Hardcastle-Kille. July 1993. (Format: TXT=11158 bytes) (Obsoleted - by RFC1779) (Status: PROPOSED STANDARD) - -1486 An Experiment in Remote Printing. M. Rose, C. Malamud. August - 1993. (Format: TXT=26373 bytes) (Obsoleted by RFC1528, RFC1529) - (Status: EXPERIMENTAL) - -1487 X.500 Lightweight Directory Access Protocol. W. Yeong, T. Howes, - S. Kille. July 1993. (Format: TXT=44947 bytes) (Obsoleted by RFC1777) - (Status: PROPOSED STANDARD) - -1488 The X.500 String Representation of Standard Attribute Syntaxes. - T. Howes, S. Kille, W. Yeong, C. Robbins. July 1993. (Format: - TXT=17182 bytes) (Obsoleted by RFC1778) (Status: PROPOSED STANDARD) - -1489 Registration of a Cyrillic Character Set. A. Chernov. July 1993. - (Format: TXT=7798 bytes) (Status: INFORMATIONAL) - -1490 Multiprotocol Interconnect over Frame Relay. T. Bradley, C. - Brown, A. Malis. July 1993. (Format: TXT=75206 bytes) (Obsoletes - RFC1294) (Obsoleted by RFC2427 , STD0055) (Also STD0055) (Status: - DRAFT STANDARD) - -1491 A Survey of Advanced Usages of X.500. C. Weider, R. Wright. July - 1993. (Format: TXT=34883 bytes) (Also FYI0021) (Status: - INFORMATIONAL) - -1492 An Access Control Protocol, Sometimes Called TACACS. C. Finseth. - July 1993. (Format: TXT=41880 bytes) (Status: INFORMATIONAL) - -1493 Definitions of Managed Objects for Bridges. E. Decker, P. - Langille, A. Rijsinghani, K. McCloghrie. July 1993. (Format: - TXT=74493 bytes) (Obsoletes RFC1286) (Status: DRAFT STANDARD) - -1494 Equivalences between 1988 X.400 and RFC-822 Message Bodies. H. - Alvestrand, S. Thompson. August 1993. (Format: TXT=37273 bytes) - (Status: PROPOSED STANDARD) - -1495 Mapping between X.400 and RFC-822 Message Bodies. H. Alvestrand, - S. Kille, R. Miles, M. Rose, S. Thompson. August 1993. (Format: - TXT=20071 bytes) (Obsoletes RFC987, RFC1026, RFC1138, RFC1148, - RFC1327) (Obsoleted by RFC2156) (Status: PROPOSED STANDARD) - -1496 Rules for downgrading messages from X.400/88 to X.400/84 when - MIME content-types are present in the messages. H. Alvestrand, J. - Romaguera, K. Jordan. August 1993. (Format: TXT=8411 bytes) (Status: - PROPOSED STANDARD) - -1497 BOOTP Vendor Information Extensions. J. Reynolds. August 1993. - (Format: TXT=16805 bytes) (Obsoletes RFC1395, RFC1084, RFC1048) - (Obsoleted by RFC1533) (Updates RFC951, RFC0951) (Status: DRAFT - STANDARD) - -1498 On the Naming and Binding of Network Destinations. J. Saltzer. - August 1993. (Format: TXT=24698 bytes) (Status: INFORMATIONAL) - -1499 Summary of 1400-1499. J. Elliott. January 1997. (Format: - TXT=40923 bytes) (Status: INFORMATIONAL) - -1500 Internet Official Protocol Standards. J. Postel. August 1993. - (Format: TXT=79557 bytes) (Obsoletes RFC1410) (Obsoleted by RFC1540, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1501 OS/2 User Group. E. Brunsen. August 1993. (Format: TXT=3636 - bytes) (Status: INFORMATIONAL) - -1502 X.400 Use of Extended Character Sets. H. Alvestrand. August 1993. - (Format: TXT=27976 bytes) (Status: PROPOSED STANDARD) - -1503 Algorithms for Automating Administration in SNMPv2 Managers. K. - McCloghrie, M. Rose. August 1993. (Format: TXT=33542 bytes) (Status: - INFORMATIONAL) - -1504 Appletalk Update-Based Routing Protocol: Enhanced Appletalk - Routing. A. Oppenheimer. August 1993. (Format: TXT=201553 bytes) - (Status: INFORMATIONAL) - -1505 Encoding Header Field for Internet Messages. A. Costanzo, D. - Robinson, R. Ullmann. August 1993. (Format: TXT=63796 bytes) - (Obsoletes RFC1154) (Status: EXPERIMENTAL) - -1506 A Tutorial on Gatewaying between X.400 and Internet Mail. J. - Houttuin. September 1993. (Format: TXT=85550 bytes) (Status: - INFORMATIONAL) - -1507 DASS - Distributed Authentication Security Service. C. Kaufman. - September 1993. (Format: TXT=287809 bytes) (Status: EXPERIMENTAL) - -1508 Generic Security Service Application Program Interface. J. Linn. - September 1993. (Format: TXT=111228 bytes) (Obsoleted by RFC2078) - (Status: PROPOSED STANDARD) - -1509 Generic Security Service API : C-bindings. J. Wray. September - 1993. (Format: TXT=99608 bytes) (Obsoleted by RFC2744) (Status: - PROPOSED STANDARD) - -1510 The Kerberos Network Authentication Service (V5). J. Kohl, C. - Neuman. September 1993. (Format: TXT=275395 bytes) (Status: PROPOSED - STANDARD) - -1511 Common Authentication Technology Overview. J. Linn. September - 1993. (Format: TXT=4185 bytes) (Status: INFORMATIONAL) - -1512 FDDI Management Information Base. J. Case, A. Rijsinghani. - September 1993. (Format: TXT=108589 bytes) (Updates RFC1285) (Status: - PROPOSED STANDARD) - -1513 Token Ring Extensions to the Remote Network Monitoring MIB. S. - Waldbusser. September 1993. (Format: TXT=121974 bytes) (Updates 1271) - (Status: PROPOSED STANDARD) - -1514 Host Resources MIB. P. Grillo, S. Waldbusser. September 1993. - (Format: TXT=63775 bytes) (Status: PROPOSED STANDARD) - -1515 Definitions of Managed Objects for IEEE 802.3 Medium Attachment - Units (MAUs). D. McMaster, K. McCloghrie, S. Roberts. September 1993. - (Format: TXT=52828 bytes) (Status: PROPOSED STANDARD) - -1516 Definitions of Managed Objects for IEEE 802.3 Repeater Devices. - D. McMaster, K. McCloghrie. September 1993. (Format: TXT=82918 bytes) - (Obsoletes RFC1368) (Obsoleted by RFC2108) (Status: DRAFT STANDARD) - -1517 Applicability Statement for the Implementation of Classless - Inter-Domain Routing (CIDR). Internet Engineering Steering Group, R. - Hinden. September 1993. (Format: TXT=7357 bytes) (Status: PROPOSED - STANDARD) - -1518 An Architecture for IP Address Allocation with CIDR. Y. Rekhter, - T. Li. September 1993. (Format: TXT=72609 bytes) (Status: PROPOSED - STANDARD) - -1519 Classless Inter-Domain Routing (CIDR): an Address Assignment and - Aggregation Strategy. V. Fuller, T. Li, J. Yu, K. Varadhan. September - 1993. (Format: TXT=59998 bytes) (Obsoletes RFC1338) (Status: PROPOSED - STANDARD) - -1520 Exchanging Routing Information Across Provider Boundaries in the - CIDR Environment. Y. Rekhter, C. Topolcic. September 1993. (Format: - TXT=20389 bytes) (Status: INFORMATIONAL) - -1521 MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms - for Specifying and Describing the Format of Internet Message Bodies. - N. Borenstein, N. Freed. September 1993. (Format: TXT=187424, - PS=393670 bytes) (Obsoletes RFC1341) (Obsoleted by RFC2045, RFC2046, - RFC2047, RFC2048, RFC2049, BCP0013) (Updated by RFC1590) (Status: - DRAFT STANDARD) - -1522 MIME (Multipurpose Internet Mail Extensions) Part Two: Message - Header Extensions for Non-ASCII Text. K. Moore. September 1993. - (Format: TXT=22502 bytes) (Obsoletes RFC1342) (Obsoleted by RFC2045, - RFC2046, RFC2047, RFC2048, RFC2049, BCP0013) (Status: DRAFT STANDARD) - -1523 The text/enriched MIME Content-type. N. Borenstein. September - 1993. (Format: TXT=32691 bytes) (Obsoleted by RFC1563, RFC1896) - (Status: INFORMATIONAL) - -1524 A User Agent Configuration Mechanism For Multimedia Mail Format - Information. N. Borenstein. September 1993. (Format: TXT=26464 bytes) - (Status: INFORMATIONAL) - -1525 Definitions of Managed Objects for Source Routing Bridges. E. - Decker, K. McCloghrie, P. Langille, A. Rijsinghani. September 1993. - (Format: TXT=38100 bytes) (Obsoletes RFC1286) (Status: PROPOSED - STANDARD) - -1526 Assignment of System Identifiers for TUBA/CLNP Hosts. D. - Piscitello. September 1993. (Format: TXT=16848 bytes) (Status: - INFORMATIONAL) - -1527 What Should We Plan Given the Dilemma of the Network?. G. Cook. - September 1993. (Format: TXT=46935 bytes) (Status: INFORMATIONAL) - -1528 Principles of Operation for the TPC.INT Subdomain: Remote - Printing -- Technical Procedures. C. Malamud, M. Rose. October 1993. - (Format: TXT=18576 bytes) (Obsoletes RFC1486) (Status: EXPERIMENTAL) - -1529 Principles of Operation for the TPC.INT Subdomain: Remote - Printing -- Administrative Policies. C. Malamud, M. Rose. October - 1993. (Format: TXT=11142 bytes) (Obsoletes RFC1486) (Status: - INFORMATIONAL) - -1530 Principles of Operation for the TPC.INT Subdomain: General - Principles and Policy. C. Malamud, M. Rose. October 1993. (Format: - TXT=15031 bytes) (Status: INFORMATIONAL) - -1531 Dynamic Host Configuration Protocol. R. Droms. October 1993. - (Format: TXT=96192 bytes) (Obsoleted by RFC1541) (Status: PROPOSED - STANDARD) - -1532 Clarifications and Extensions for the Bootstrap Protocol. W. - Wimer. October 1993. (Format: TXT=51545 bytes) (Obsoleted by RFC1542) - (Updates RFC0951) (Status: PROPOSED STANDARD) - -1533 DHCP Options and BOOTP Vendor Extensions. S. Alexander, R. Droms. - October 1993. (Format: TXT=50919 bytes) (Obsoletes RFC1497, RFC1395, - RFC1084, RFC1048) (Obsoleted by RFC2132) (Status: PROPOSED STANDARD) - -1534 Interoperation Between DHCP and BOOTP. R. Droms. October 1993. - (Format: TXT=6966 bytes) (Status: DRAFT STANDARD) - -1535 A Security Problem and Proposed Correction With Widely Deployed - DNS Software. E. Gavron. October 1993. (Format: TXT=9722 bytes) - (Status: INFORMATIONAL) - -1536 Common DNS Implementation Errors and Suggested Fixes. A. Kumar, - J. Postel, C. Neuman, P. Danzig, S. Miller. October 1993. (Format: - TXT=25476 bytes) (Status: INFORMATIONAL) - -1537 Common DNS Data File Configuration Errors. P. Beertema. October - 1993. (Format: TXT=19825 bytes) (Obsoleted by RFC1912) (Status: - INFORMATIONAL) - -1538 Advanced SNA/IP : A Simple SNA Transport Protocol. W. Behl, B. - Sterling, W. Teskey. October 1993. (Format: TXT=21217 bytes) (Status: - INFORMATIONAL) - -1539 The Tao of IETF - A Guide for New Attendees of the Internet - Engineering Task Force. G. Malkin. October 1993. (Format: TXT=48199 - bytes) (Obsoletes RFC1391) (Obsoleted by FYI0017, RFC1718) (Status: - INFORMATIONAL) - -1540 Internet Official Protocol Standards. J. Postel. October 1993. - (Format: TXT=75496 bytes) (Obsoletes RFC1500) (Obsoleted by RFC1600, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1541 Dynamic Host Configuration Protocol. R. Droms. October 1993. - (Format: TXT=96950 bytes) (Obsoletes RFC1531) (Obsoleted by RFC2131) - (Status: PROPOSED STANDARD) - -1542 Clarifications and Extensions for the Bootstrap Protocol. W. - Wimer. October 1993. (Format: TXT=52948 bytes) (Obsoletes RFC1532) - (Updates RFC0951) (Status: DRAFT STANDARD) - -1543 Instructions to RFC Authors. J. Postel. October 1993. (Format: - TXT=31383 bytes) (Obsoletes RFC1111, RFC0825) (Obsoleted by RFC2223) - (Status: INFORMATIONAL) - -1544 The Content-MD5 Header Field. M. Rose. November 1993. (Format: - TXT=6478 bytes) (Obsoleted by RFC1864) (Status: PROPOSED STANDARD) - -1545 FTP Operation Over Big Address Records (FOOBAR). D. Piscitello. - November 1993. (Format: TXT=8985 bytes) (Obsoleted by RFC1639) - (Status: EXPERIMENTAL) - -1546 Host Anycasting Service. C. Partridge, T. Mendez, W. Milliken. - November 1993. (Format: TXT=22263 bytes) (Status: INFORMATIONAL) - -1547 Requirements for an Internet Standard Point-to-Point Protocol. D. - Perkins. December 1993. (Format: TXT=49810 bytes) (Status: - INFORMATIONAL) - -1548 The Point-to-Point Protocol (PPP). W. Simpson. December 1993. - (Format: TXT=111638 bytes) (Obsoletes RFC1331) (Obsoleted by RFC1661) - (Updated by RFC1570) (Status: DRAFT STANDARD) - -1549 PPP in HDLC Framing. W. Simpson. December 1993. (Format: - TXT=36352 bytes) (Obsoleted by RFC1662, STD0051) (Also STD0051) - (Status: DRAFT STANDARD) - -1550 IP: Next Generation (IPng) White Paper Solicitation. S. Bradner, - A. Mankin. December 1993. (Format: TXT=12472 bytes) (Status: - INFORMATIONAL) - -1551 Novell IPX Over Various WAN Media (IPXWAN). M. Allen. December - 1993. (Format: TXT=54210 bytes) (Obsoleted by RFC1634) (Status: - INFORMATIONAL) - -1552 The PPP Internetworking Packet Exchange Control Protocol (IPXCP). - W. Simpson. December 1993. (Format: TXT=29173 bytes) (Status: - PROPOSED STANDARD) - -1553 Compressing IPX Headers Over WAN Media (CIPX). S. Mathur, M. - Lewis. December 1993. (Format: TXT=47450 bytes) (Status: PROPOSED - STANDARD) - -1554 ISO-2022-JP-2: Multilingual Extension of ISO-2022-JP. M. Ohta, K. - Handa. December 1993. (Format: TXT=11449 bytes) (Status: - INFORMATIONAL) - -1555 Hebrew Character Encoding for Internet Messages. H. Nussbacher, - Y. Bourvine. December 1993. (Format: TXT=9273 bytes) (Status: - INFORMATIONAL) - -1556 Handling of Bi-directional Texts in MIME. H. Nussbacher. December - 1993. (Format: TXT=5602 bytes) (Status: INFORMATIONAL) - -1557 Korean Character Encoding for Internet Messages. U. Choi, K. - Chon, H. Park. December 1993. (Format: TXT=8736 bytes) (Status: - INFORMATIONAL) - -1558 A String Representation of LDAP Search Filters. T. Howes. - December 1993. (Format: TXT=5239 bytes) (Obsoleted by RFC1960) - (Status: INFORMATIONAL) - -1559 DECnet Phase IV MIB Extensions. J. Saperia. December 1993. - (Format: TXT=125427 bytes) (Obsoletes RFC1289) (Status: DRAFT - STANDARD) - -1560 The MultiProtocol Internet. B. Leiner, Y. Rekhter. December 1993. - (Format: TXT=16651 bytes) (Status: INFORMATIONAL) - -1561 Use of ISO CLNP in TUBA Environments. D. Piscitello. December - 1993. (Format: TXT=55902 bytes) (Status: EXPERIMENTAL) - -1562 Naming Guidelines for the AARNet X.500 Directory Service. G. - Michaelson, M. Prior. December 1993. (Format: TXT=6884 bytes) - (Status: INFORMATIONAL) - -1563 The text/enriched MIME Content-type. N. Borenstein. January 1994. - (Format: TXT=32913, PS=73543 bytes) (Obsoletes RFC1523) (Obsoleted by - RFC1896) (Status: INFORMATIONAL) - -1564 DSA Metrics (OSI-DS 34 (v3)). P. Barker, R. Hedberg. January - 1994. (Format: TXT=46205 bytes) (Status: INFORMATIONAL) - -1565 Network Services Monitoring MIB. S. Kille, N. Freed. January - 1994. (Format: TXT=29761 bytes) (Obsoleted by RFC2248) (Status: - PROPOSED STANDARD) - -1566 Mail Monitoring MIB. S. Kille, N. Freed. January 1994. (Format: - TXT=33136 bytes) (Obsoleted by RFC2249) (Status: PROPOSED STANDARD) - -1567 X.500 Directory Monitoring MIB. G. Mansfield, S. Kille. January - 1994. (Format: TXT=33527 bytes) (Obsoleted by RFC2605) (Status: - PROPOSED STANDARD) - -1568 Simple Network Paging Protocol - Version 1(b). A. Gwinn. January - 1994. (Format: TXT=16558 bytes) (Obsoleted by RFC1645) (Status: - INFORMATIONAL) - -1569 Principles of Operation for the TPC.INT Subdomain: Radio Paging - -- Technical Procedures. M. Rose. January 1994. (Format: TXT=12597 - bytes) (Obsoleted by RFC1703) (Status: INFORMATIONAL) - -1570 PPP LCP Extensions. W. Simpson. January 1994. (Format: TXT=35719 - bytes) (Updates RFC1548) (Updated by RFC2484) (Status: PROPOSED - STANDARD) - -1571 Telnet Environment Option Interoperability Issues. D. Borman. - January 1994. (Format: TXT=8117 bytes) (Updates RFC1408) (Status: - INFORMATIONAL) - -1572 Telnet Environment Option. S. Alexander. January 1994. (Format: - TXT=14676 bytes) (Status: PROPOSED STANDARD) - -1573 Evolution of the Interfaces Group of MIB-II. K. McCloghrie, F. - Kastenholz. January 1994. (Format: TXT=123057 bytes) (Obsoletes - RFC1229) (Obsoleted by RFC2233) (Status: PROPOSED STANDARD) - -1574 Essential Tools for the OSI Internet. S. Hares, C. Wittbrodt. - February 1994. (Format: TXT=27735 bytes) (Obsoletes RFC1139) (Status: - INFORMATIONAL) - -1575 An Echo Function for CLNP (ISO 8473). S. Hares, C. Wittbrodt. - February 1994. (Format: TXT=22479 bytes) (Obsoletes RFC1139) (Status: - DRAFT STANDARD) - -1576 TN3270 Current Practices. J. Penner. January 1994. (Format: - TXT=24477 bytes) (Status: INFORMATIONAL) - -1577 Classical IP and ARP over ATM. M. Laubach. January 1994. (Format: - TXT=41239 bytes) (Obsoleted by RFC2225) (Status: PROPOSED STANDARD) - -1578 FYI on Questions and Answers - Answers to Commonly Asked "Primary - and Secondary School Internet User" Questions. J. Sellers. February - 1994. (Format: TXT=113646 bytes) (Obsoleted by FYI0022, RFC1941) - (Also FYI0022) (Status: INFORMATIONAL) - -1579 Firewall-Friendly FTP. S. Bellovin. February 1994. (Format: - TXT=8806 bytes) (Status: INFORMATIONAL) - -1580 Guide to Network Resource Tools. EARN Staff. March 1994. (Format: - TXT=235112 bytes) (Also FYI0023) (Status: INFORMATIONAL) - -1581 Protocol Analysis for Extensions to RIP to Support Demand - Circuits. G. Meyer. February 1994. (Format: TXT=7536 bytes) (Status: - INFORMATIONAL) - -1582 Extensions to RIP to Support Demand Circuits. G. Meyer. February - 1994. (Format: TXT=63271 bytes) (Status: PROPOSED STANDARD) - -1583 OSPF Version 2. J. Moy. March 1994. (Format: TXT=532636, - PS=990794 bytes) (Obsoletes RFC1247) (Obsoleted by RFC2178) (Status: - DRAFT STANDARD) - -1584 Multicast Extensions to OSPF. J. Moy. March 1994. (Format: - TXT=262463, PS=426358 bytes) (Status: PROPOSED STANDARD) - -1585 MOSPF: Analysis and Experience. J. Moy. March 1994. (Format: - TXT=29754 bytes) (Status: INFORMATIONAL) - -1586 Guidelines for Running OSPF Over Frame Relay Networks. O. - deSouza, M. Rodrigues. March 1994. (Format: TXT=14968 bytes) (Status: - INFORMATIONAL) - -1587 The OSPF NSSA Option. R. Coltun, V. Fuller. March 1994. (Format: - TXT=37412 bytes) (Status: PROPOSED STANDARD) - -1588 White Pages Meeting Report. J. Postel, C. Anderson. February - 1994. (Format: TXT=77945 bytes) (Status: INFORMATIONAL) - -1589 A Kernel Model for Precision Timekeeping. D. Mills. March 1994. - (Format: TXT=88129 bytes) (Status: INFORMATIONAL) - -1590 Media Type Registration Procedure. J. Postel. March 1994. - (Format: TXT=13044 bytes) (Obsoleted by RFC2045, RFC2046, RFC2047, - RFC2048, RFC2049, BCP0013) (Updates RFC1521) (Status: INFORMATIONAL) - -1591 Domain Name System Structure and Delegation. J. Postel. March - 1994. (Format: TXT=16481 bytes) (Status: INFORMATIONAL) - -1592 Simple Network Management Protocol Distributed Protocol Interface - Version 2.0. B. Wijnen, G. Carpenter, K. Curran, A. Sehgal, G. - Waters. March 1994. (Format: TXT=135259 bytes) (Obsoletes RFC1228) - (Status: EXPERIMENTAL) - -1593 SNA APPN Node MIB. W. McKenzie, J. Cheng. March 1994. (Format: - TXT=207882 bytes) (Status: INFORMATIONAL) - -1594 FYI on Questions and Answers - Answers to Commonly asked "New - Internet User" Questions. A. Marine, J. Reynolds, G. Malkin. March - 1994. (Format: TXT=98753 bytes) (Obsoletes RFC1325) (Obsoleted by - RFC2664) (Also FYI0004) (Status: INFORMATIONAL) - -1595 Definitions of Managed Objects for the SONET/SDH Interface Type. - T. Brown, K. Tesink. March 1994. (Format: TXT=121937 bytes) - (Obsoleted by RFC2558) (Status: PROPOSED STANDARD) - -1596 Definitions of Managed Objects for Frame Relay Service. T. Brown, - Editor. March 1994. (Format: TXT=88795 bytes) (Obsoleted by RFC1604) - (Status: PROPOSED STANDARD) - -1597 Address Allocation for Private Internets. Y. Rekhter, B. - Moskowitz, D. Karrenberg, G. de Groot. March 1994. (Format: TXT=17430 - bytes) (Obsoleted by BCP0005, RFC1918) (Status: INFORMATIONAL) - -1598 PPP in X.25. W. Simpson. March 1994. (Format: TXT=13835 bytes) - (Status: PROPOSED STANDARD) - -1599 Summary of 1500-1599. M. Kennedy. January 1997. (Format: - TXT=43761 bytes) (Status: INFORMATIONAL) - -1600 Internet Official Protocol Standards. J. Postel. March 1994. - (Format: TXT=80958 bytes) (Obsoletes RFC1540) (Obsoleted by RFC1610, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1601 Charter of the Internet Architecture Board (IAB). C. Huitema. - March 1994. (Format: TXT=12424 bytes) (Obsoletes RFC1358) (Status: - INFORMATIONAL) - -1602 The Internet Standards Process -- Revision 2. Internet - Architecture Board and Internet Engineering Steering Group. March - 1994. (Format: TXT=88465 bytes) (Obsoletes RFC1310) (Obsoleted by - RFC2026, BCP0009) (Updated by RFC1871, BCP0002) (Status: - INFORMATIONAL) - -1603 IETF Working Group Guidelines and Procedures. E. Huizer, D. - Crocker. March 1994. (Format: TXT=63900 bytes) (Obsoleted by RFC2418, - BCP0025) (Updated by RFC1871, BCP0002) (Status: INFORMATIONAL) - -1604 Definitions of Managed Objects for Frame Relay Service. T. Brown, - Editor. March 1994. (Format: TXT=88770 bytes) (Obsoletes RFC1596) - (Status: PROPOSED STANDARD) - -1605 SONET to Sonnet Translation. W. Shakespeare. Apr-1-1994. (Format: - TXT=4451 bytes) (Status: INFORMATIONAL) - -1606 A Historical Perspective On The Usage Of IP Version 9. J. Onions. - Apr-1-1994. (Format: TXT=8398 bytes) (Status: INFORMATIONAL) - -1607 A VIEW FROM THE 21ST CENTURY. V. Cerf. Apr-1-1994. (Format: - TXT=28165 bytes) (Status: INFORMATIONAL) - -1608 Representing IP Information in the X.500 Directory. T. Johannsen, - G. Mansfield, M. Kosters, S. Sataluri. March 1994. (Format: TXT=40269 - bytes) (Status: EXPERIMENTAL) - -1609 Charting Networks in the X.500 Directory. G. Mansfield, T. - Johannsen, M. Knopper. March 1994. (Format: TXT=30044 bytes) (Status: - EXPERIMENTAL) - -1610 Internet Official Protocol Standards. J. Postel. July 1994. - (Format: TXT=81346 bytes) (Obsoletes RFC1600) (Obsoleted by RFC1720, - RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: HISTORIC) - -1611 DNS Server MIB Extensions. R. Austein, J. Saperia. May 1994. - (Format: TXT=58700 bytes) (Status: PROPOSED STANDARD) - -1612 DNS Resolver MIB Extensions. R. Austein, J. Saperia. May 1994. - (Format: TXT=61382 bytes) (Status: PROPOSED STANDARD) - -1613 cisco Systems X.25 over TCP (XOT). J. Forster, G. Satz, G. Glick, - R. Day. May 1994. (Format: TXT=29267 bytes) (Status: INFORMATIONAL) - -1614 Network Access to Multimedia Information. C. Adie. May 1994. - (Format: TXT=187253 bytes) (Status: INFORMATIONAL) - -1615 Migrating from X.400(84) to X.400(88). J. Houttuin, J. Craigie. - May 1994. (Format: TXT=39693 bytes) (Status: INFORMATIONAL) - -1616 X.400(1988) for the Academic and Research Community in Europe. - RARE WG-MSG Task Force 88, E. Huizer, J. Romaguera, Editors. May - 1994. (Format: TXT=107432 bytes) (Status: INFORMATIONAL) - -1617 Naming and Structuring Guidelines for X.500 Directory Pilots. P. - Barker, S. Kille, T. Lenggenhager. May 1994. (Format: TXT=56739 - bytes) (Obsoletes RFC1384) (Status: INFORMATIONAL) - -1618 PPP over ISDN. W. Simpson. May 1994. (Format: TXT=14896 bytes) - (Status: PROPOSED STANDARD) - -1619 PPP over SONET/SDH. W. Simpson. May 1994. (Format: TXT=8893 - bytes) (Obsoleted by RFC2615) (Status: PROPOSED STANDARD) - -1620 Internet Architecture Extensions for Shared Media. B. Braden, J. - Postel, Y. Rekhter. May 1994. (Format: TXT=44999 bytes) (Status: - INFORMATIONAL) - -1621 Pip Near-term Architecture. P. Francis. May 1994. (Format: - TXT=128905 bytes) (Status: INFORMATIONAL) - -1622 Pip Header Processing. P. Francis. May 1994. (Format: TXT=34837 - bytes) (Status: INFORMATIONAL) - -1623 Definitions of Managed Objects for the Ethernet-like Interface - Types. F. Kastenholz. May 1994. (Format: TXT=38745 bytes) (Obsoletes - RFC1398) (Obsoleted by RFC1643, STD0050) (Also STD0050) (Status: - STANDARD) - -1624 Computation of the Internet Checksum via Incremental Update. A. - Rijsinghani, Editor. May 1994. (Format: TXT=9836 bytes) (Updates - RFC1141) (Status: INFORMATIONAL) - -1625 WAIS over Z39.50-1988. M. St. Pierre, J. Fullton, K. Gamiel, J. - Goldman, B. Kahle, J. Kunze, H. Morris, F. Schiettecatte. June 1994. - (Format: TXT=14694 bytes) (Status: INFORMATIONAL) - -1626 Default IP MTU for use over ATM AAL5. R. Atkinson. May 1994. - (Format: TXT=11841 bytes) (Obsoleted by RFC2225) (Status: PROPOSED - STANDARD) - -1627 Network 10 Considered Harmful (Some Practices Shouldn't be - Codified). E. Lear, E. Fair, D. Crocker, T. Kessler. June 1994. - (Format: TXT=18823 bytes) (Obsoleted by BCP0005, RFC1918) (Status: - INFORMATIONAL) - -1628 UPS Management Information Base. J. Case. May 1994. (Format: - TXT=83439 bytes) (Status: INFORMATIONAL) - -1629 Guidelines for OSI NSAP Allocation in the Internet. R. Colella, - R. Callon, E. Gardner, Y. Rekhter. May 1994. (Format: TXT=131640 - bytes) (Obsoletes RFC1237) (Status: DRAFT STANDARD) - -1630 Universal Resource Identifiers in WWW: A Unifying Syntax for the - Expression of Names and Addresses of Objects on the Network as used - in the World-Wide Web. T. Berners-Lee. June 1994. (Format: TXT=57601 - bytes) (Status: INFORMATIONAL) - -1631 The IP Network Address Translator (NAT). K. Egevang, P. Francis. - May 1994. (Format: TXT=22714 bytes) (Status: INFORMATIONAL) - -1632 A Revised Catalog of Available X.500 Implementations. A. - Getchell, S. Sataluri, Editors. May 1994. (Format: TXT=124111 bytes) - (Obsoletes RFC1292) (Obsoleted by RFC2116, FYI0011) (Also FYI0011) - (Status: INFORMATIONAL) - -1633 Integrated Services in the Internet Architecture: an Overview. R. - Braden, D. Clark, S. Shenker. June 1994. (Format: TXT=89691, - PS=207016 bytes) (Status: INFORMATIONAL) - -1634 Novell IPX Over Various WAN Media (IPXWAN). M. Allen. May 1994. - (Format: TXT=55347 bytes) (Obsoletes RFC1551, RFC1362) (Status: - INFORMATIONAL) - -1635 How to Use Anonymous FTP. P. Deutsch, A. Emtage, A. Marine. May - 1994. (Format: TXT=27258 bytes) (Also FYI0024) (Status: - INFORMATIONAL) - -1636 Report of IAB Workshop on Security in the Internet Architecture - - February 8-10, 1994. R. Braden, D. Clark, S. Crocker, C. Huitema. - June 1994. (Format: TXT=130761 bytes) (Status: INFORMATIONAL) - -1637 DNS NSAP Resource Records. B. Manning, R. Colella. June 1994. - (Format: TXT=21768 bytes) (Obsoletes RFC1348) (Obsoleted by RFC1706) - (Updates RFC1348) (Status: EXPERIMENTAL) - -1638 PPP Bridging Control Protocol (BCP). F. Baker, R. Bowen. June - 1994. (Format: TXT=58477 bytes) (Obsoletes RFC1220) (Status: PROPOSED - STANDARD) - -1639 FTP Operation Over Big Address Records (FOOBAR). D. Piscitello. - June 1994. (Format: TXT=10055 bytes) (Obsoletes RFC1545) (Status: - EXPERIMENTAL) - -1640 The Process for Organization of Internet Standards Working Group - (POISED). S. Crocker. June 1994. (Format: TXT=21780 bytes) (Status: - INFORMATIONAL) - -1641 Using Unicode with MIME. D. Goldsmith, M. Davis. July 1994. - (Format: TXT=11258, PS=20451 bytes) (Status: EXPERIMENTAL) - -1642 UTF-7 - A Mail-Safe Transformation Format of Unicode. D. - Goldsmith, M. Davis. July 1994. (Format: TXT=27770, PS=50907 bytes) - (Obsoleted by RFC2152) (Status: EXPERIMENTAL) - -1643 Definitions of Managed Objects for the Ethernet-like Interface - Types. F. Kastenholz. July 1994. (Format: TXT=39008 bytes) (Obsoletes - RFC1623, RFC1398) (Also STD0050) (Status: STANDARD) - -1644 T/TCP -- TCP Extensions for Transactions Functional - Specification. R. Braden. July 1994. (Format: TXT=87362 bytes) - (Status: EXPERIMENTAL) - -1645 Simple Network Paging Protocol - Version 2. A. Gwinn. July 1994. - (Format: TXT=31243 bytes) (Obsoletes RFC1568) (Obsoleted by RFC1861, - RFC1863) (Status: INFORMATIONAL) - -1646 TN3270 Extensions for LUname and Printer Selection. C. Graves, T. - Butts, M. Angel. July 1994. (Format: TXT=27564 bytes) (Status: - INFORMATIONAL) - -1647 TN3270 Enhancements. B. Kelly. July 1994. (Format: TXT=84420 - bytes) (Obsoleted by RFC2355) (Status: PROPOSED STANDARD) - -1648 Postmaster Convention for X.400 Operations. A. Cargille. July - 1994. (Format: TXT=8761 bytes) (Status: PROPOSED STANDARD) - -1649 Operational Requirements for X.400 Management Domains in the - GO-MHS Community. R. Hagens, A. Hansen. July 1994. (Format: TXT=28138 - bytes) (Status: INFORMATIONAL) - -1650 Definitions of Managed Objects for the Ethernet-like Interface - Types using SMIv2. F. Kastenholz. August 1994. (Format: TXT=40484 - bytes) (Obsoleted by RFC2358) (Status: PROPOSED STANDARD) - -1651 SMTP Service Extensions. J. Klensin, N. Freed, M. Rose, E. - Stefferud, D. Crocker. July 1994. (Format: TXT=22153 bytes) - (Obsoletes RFC1425) (Obsoleted by RFC1869, STD0010) (Also STD0010) - (Status: DRAFT STANDARD) - -1652 SMTP Service Extension for 8bit-MIMEtransport. J. Klensin, N. - Freed, M. Rose, E. Stefferud, D. Crocker. July 1994. (Format: - TXT=11842 bytes) (Obsoletes RFC1426) (Status: DRAFT STANDARD) - -1653 SMTP Service Extension for Message Size Declaration. J. Klensin, - N. Freed, K. Moore. July 1994. (Format: TXT=17883 bytes) (Obsoletes - RFC1427) (Obsoleted by RFC1870) (Also STD0011) (Status: DRAFT - STANDARD) - -1654 A Border Gateway Protocol 4 (BGP-4). Y. Rekhter, T. Li, Editors. - July 1994. (Format: TXT=130118 bytes) (Obsoleted by RFC1771) (Status: - PROPOSED STANDARD) - -1655 Application of the Border Gateway Protocol in the Internet. Y. - Rekhter, P. Gross, Editors. July 1994. (Format: TXT=43664 bytes) - (Obsoletes RFC1268) (Obsoleted by RFC1772) (Status: PROPOSED - STANDARD) - -1656 BGP-4 Protocol Document Roadmap and Implementation Experience. P. - Traina. July 1994. (Format: TXT=7705 bytes) (Obsoleted by RFC1773) - (Status: INFORMATIONAL) - -1657 Definitions of Managed Objects for the Fourth Version of the - Border Gateway Protocol (BGP-4) using SMIv2. S. Willis, J. Burruss, - J. Chu, Editor. July 1994. (Format: TXT=45505 bytes) (Status: DRAFT - STANDARD) - -1658 Definitions of Managed Objects for Character Stream Devices using - SMIv2. B. Stewart. July 1994. (Format: TXT=32579 bytes) (Obsoletes - RFC1316) (Status: DRAFT STANDARD) - -1659 Definitions of Managed Objects for RS-232-like Hardware Devices - using SMIv2. B. Stewart. July 1994. (Format: TXT=36479 bytes) - (Obsoletes RFC1317) (Status: DRAFT STANDARD) - -1660 Definitions of Managed Objects for Parallel-printer-like Hardware - Devices using SMIv2. B. Stewart. July 1994. (Format: TXT=16784 bytes) - (Obsoletes RFC1318) (Status: DRAFT STANDARD) - -1661 The Point-to-Point Protocol (PPP). W. Simpson, Editor. July 1994. - (Format: TXT=103026 bytes) (Obsoletes RFC1548) (Updated by RFC2153) - (Also STD0051) (Status: STANDARD) - -1662 PPP in HDLC-like Framing. W. Simpson, Editor. July 1994. (Format: - TXT=48058 bytes) (Obsoletes RFC1549) (Also STD0051) (Status: - STANDARD) - -1663 PPP Reliable Transmission. D. Rand. July 1994. (Format: TXT=17281 - bytes) (Status: PROPOSED STANDARD) - -1664 Using the Internet DNS to Distribute RFC1327 Mail Address Mapping - Tables. C. Allocchio, A. Bonito, B. Cole, S. Giordano, R. Hagens. - August 1994. (Format: TXT=50783 bytes) (Obsoleted by RFC2163) - (Status: EXPERIMENTAL) - -1665 Definitions of Managed Objects for SNA NAUs using SMIv2. Z. - Kielczewski, D. Kostick, K. Shih, Editors. July 1994. (Format: - TXT=133381 bytes) (Obsoleted by RFC1666) (Status: PROPOSED STANDARD) - -1666 Definitions of Managed Objects for SNA NAUs using SMIv2. Z. - Kielczewski, D. Kostick, K. Shih, Editors. August 1994. (Format: - TXT=134385 bytes) (Obsoletes RFC1665) (Status: PROPOSED STANDARD) - -1667 Modeling and Simulation Requirements for IPng. S. Symington, D. - Wood, M. Pullen. August 1994. (Format: TXT=17291 bytes) (Status: - INFORMATIONAL) - -1668 Unified Routing Requirements for IPng. D. Estrin, T. Li, Y. - Rekhter. August 1994. (Format: TXT=5106 bytes) (Status: - INFORMATIONAL) - -1669 Market Viability as a IPng Criteria. J. Curran. August 1994. - (Format: TXT=8099 bytes) (Status: INFORMATIONAL) - -1670 Input to IPng Engineering Considerations. D. Heagerty. August - 1994. (Format: TXT=5350 bytes) (Status: INFORMATIONAL) - -1671 IPng White Paper on Transition and Other Considerations. B. - Carpenter. August 1994. (Format: TXT=17631 bytes) (Status: - INFORMATIONAL) - -1672 Accounting Requirements for IPng. N. Brownlee. August 1994. - (Format: TXT=6185 bytes) (Status: INFORMATIONAL) - -1673 Electric Power Research Institute Comments on IPng. R. Skelton. - August 1994. (Format: TXT=7476 bytes) (Status: INFORMATIONAL) - -1674 A Cellular Industry View of IPng. M. Taylor. August 1994. - (Format: TXT=6157 bytes) (Status: INFORMATIONAL) - -1675 Security Concerns for IPng. S. Bellovin. August 1994. (Format: - TXT=8290 bytes) (Status: INFORMATIONAL) - -1676 INFN Requirements for an IPng. A. Ghiselli, D. Salomoni, C. - Vistoli. August 1994. (Format: TXT=8493 bytes) (Status: - INFORMATIONAL) - -1677 Tactical Radio Frequency Communication Requirements for IPng. B. - Adamson. August 1994. (Format: TXT=24065 bytes) (Status: - INFORMATIONAL) - -1678 IPng Requirements of Large Corporate Networks. E. Britton, J. - Tavs. August 1994. (Format: TXT=18650 bytes) (Status: INFORMATIONAL) - -1679 HPN Working Group Input to the IPng Requirements Solicitation. D. - Green, P. Irey, D. Marlow, K. O'Donoghue. August 1994. (Format: - TXT=22974 bytes) (Status: INFORMATIONAL) - -1680 IPng Support for ATM Services. C. Brazdziunas. August 1994. - (Format: TXT=17846 bytes) (Status: INFORMATIONAL) - -1681 On Many Addresses per Host. S. Bellovin. August 1994. (Format: - TXT=11964 bytes) (Status: INFORMATIONAL) - -1682 IPng BSD Host Implementation Analysis. J. Bound. August 1994. - (Format: TXT=22295 bytes) (Status: INFORMATIONAL) - -1683 Multiprotocol Interoperability In IPng. R. Clark, M. Ammar, K. - Calvert. August 1994. (Format: TXT=28201 bytes) (Status: - INFORMATIONAL) - -1684 Introduction to White Pages Services based on X.500. P. Jurg. - August 1994. (Format: TXT=22985 bytes) (Status: INFORMATIONAL) - -1685 Writing X.400 O/R Names. H. Alvestrand. August 1994. (Format: - TXT=21242 bytes) (Also RTR0012) (Status: INFORMATIONAL) - -1686 IPng Requirements: A Cable Television Industry Viewpoint. M. - Vecchi. August 1994. (Format: TXT=39052 bytes) (Status: - INFORMATIONAL) - -1687 A Large Corporate User's View of IPng. E. Fleischman. August - 1994. (Format: TXT=34120 bytes) (Status: INFORMATIONAL) - -1688 IPng Mobility Considerations. W. Simpson. August 1994. (Format: - TXT=19151 bytes) (Status: INFORMATIONAL) - -1689 A Status Report on Networked Information Retrieval: Tools and - Groups. J. Foster. August 1994. (Format: TXT=375469 bytes) (Also - FYI0025, RTR0013) (Status: INFORMATIONAL) - -1690 Introducing the Internet Engineering and Planning Group (IEPG). - G. Huston. August 1994. (Format: TXT=3013 bytes) (Status: - INFORMATIONAL) - -1691 The Document Architecture for the Cornell Digital Library. W. - Turner. August 1994. (Format: TXT=20438 bytes) (Status: - INFORMATIONAL) - -1692 Transport Multiplexing Protocol (TMux). P. Cameron, D. Crocker, - D. Cohen, J. Postel. August 1994. (Format: TXT=26163 bytes) (Status: - PROPOSED STANDARD) - -1693 An Extension to TCP : Partial Order Service. T. Connolly, P. - Amer, P. Conrad. November 1994. (Format: TXT=90100 bytes) (Status: - EXPERIMENTAL) - -1694 Definitions of Managed Objects for SMDS Interfaces using SMIv2. - T. Brown, K. Tesink, Editors. August 1994. (Format: TXT=70856 bytes) - (Obsoletes RFC1304) (Status: DRAFT STANDARD) - -1695 Definitions of Managed Objects for ATM Management Version 8.0 - using SMIv2. M. Ahmed, K. Tesink, Editors. August 1994. (Format: - TXT=175461 bytes) (Obsoleted by RFC2515) (Status: PROPOSED STANDARD) - -1696 Modem Management Information Base (MIB) using SMIv2. J. Barnes, - L. Brown, R. Royston, S. Waldbusser. August 1994. (Format: TXT=54054 - bytes) (Status: PROPOSED STANDARD) - -1697 Relational Database Management System (RDBMS) Management - Information Base (MIB) using SMIv2. D. Brower, Editor, B. Purvy, - RDBMSMIB Working Group Chair, A. Daniel, M. Sinykin, J. Smith. August - 1994. (Format: TXT=76202 bytes) (Status: PROPOSED STANDARD) - -1698 Octet Sequences for Upper-Layer OSI to Support Basic - Communications Applications. P. Furniss. October 1994. (Format: - TXT=67433 bytes) (Status: INFORMATIONAL) - -1699 Summary of 1600-1699. J. Elliott. January 1997. (Format: - TXT=40674 bytes) (Status: INFORMATIONAL) - -1700 Assigned Numbers. J. Reynolds, J. Postel. October 1994. (Format: - TXT=458860 bytes) (Obsoletes RFC1340) (Also STD0002) (Status: - STANDARD) - -1701 Generic Routing Encapsulation (GRE). S. Hanks, T. Li, D. - Farinacci, P. Traina. October 1994. (Format: TXT=15460 bytes) - (Status: INFORMATIONAL) - -1702 Generic Routing Encapsulation over IPv4 networks. S. Hanks, T. - Li, D. Farinacci, P. Traina. October 1994. (Format: TXT=7288 bytes) - (Status: INFORMATIONAL) - -1703 Principles of Operation for the TPC.INT Subdomain: Radio Paging - -- Technical Procedures. M. Rose. October 1994. (Format: TXT=17985 - bytes) (Obsoletes RFC1569) (Status: INFORMATIONAL) - -1704 On Internet Authentication. N. Haller, R. Atkinson. October 1994. - (Format: TXT=42269 bytes) (Status: INFORMATIONAL) - -1705 Six Virtual Inches to the Left: The Problem with IPng. R. - Carlson, D. Ficarella. October 1994. (Format: TXT=65222 bytes) - (Status: INFORMATIONAL) - -1706 DNS NSAP Resource Records. B. Manning, R. Colella. October 1994. - (Format: TXT=19721 bytes) (Obsoletes RFC1637) (Status: INFORMATIONAL) - -1707 CATNIP: Common Architecture for the Internet. M. McGovern, R. - Ullmann. October 1994. (Format: TXT=37568 bytes) (Status: - INFORMATIONAL) - -1708 NTP PICS PROFORMA - For the Network Time Protocol Version 3. D. - Gowin. October 1994. (Format: TXT=26523 bytes) (Status: - INFORMATIONAL) - -1709 K-12 Internetworking Guidelines. J. Gargano, D. Wasley. November - 1994. (Format: TXT=66659, PS=662030 bytes) (Also FYI0026) (Status: - INFORMATIONAL) - -1710 Simple Internet Protocol Plus White Paper. R. Hinden. October - 1994. (Format: TXT=56910 bytes) (Status: INFORMATIONAL) - -1711 Classifications in E-mail Routing. J. Houttuin. October 1994. - (Format: TXT=47584 bytes) (Status: INFORMATIONAL) - -1712 DNS Encoding of Geographical Location. C. Farrell, M. Schulze, S. - Pleitner, D. Baldoni. November 1994. (Format: TXT=13237 bytes) - (Status: EXPERIMENTAL) - -1713 Tools for DNS debugging. A. Romao. November 1994. (Format: - TXT=33500 bytes) (Also FYI0027) (Status: INFORMATIONAL) - -1714 Referral Whois Protocol (RWhois). S. Williamson, M. Kosters. - November 1994. (Format: TXT=85395, PS=204207 bytes) (Obsoleted by - RFC2167) (Status: INFORMATIONAL) - -1715 The H Ratio for Address Assignment Efficiency. C. Huitema. - November 1994. (Format: TXT=7392 bytes) (Status: INFORMATIONAL) - -1716 Towards Requirements for IP Routers. P. Almquist, F. Kastenholz. - November 1994. (Format: TXT=432330 bytes) (Obsoleted by RFC1812) - (Status: INFORMATIONAL) - -1717 The PPP Multilink Protocol (MP). K. Sklower, B. Lloyd, G. - McGregor, D. Carr. November 1994. (Format: TXT=46264 bytes) - (Obsoleted by RFC1990) (Status: PROPOSED STANDARD) - -1718 The Tao of IETF - A Guide for New Attendees of the Internet - Engineering Task Force. The IETF Secretariat, G. Malkin. November - 1994. (Format: TXT=50477 bytes) (Obsoletes RFC1539) (Also FYI0017) - (Status: INFORMATIONAL) - -1719 A Direction for IPng. P. Gross. December 1994. (Format: TXT=11118 - bytes) (Status: INFORMATIONAL) - -1720 Internet Official Protocol Standards. J. Postel. November 1994. - (Format: TXT=89063 bytes) (Obsoletes RFC1610) (Obsoleted by RFC1780, - RFC1880, RFC1920, RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: - HISTORIC) - -1721 RIP Version 2 Protocol Analysis. G. Malkin. November 1994. - (Format: TXT=6680 bytes) (Obsoletes RFC1387) (Status: INFORMATIONAL) - -1722 RIP Version 2 Protocol Applicability Statement. G. Malkin. - November 1994. (Format: TXT=10236 bytes) (Also STD0057) (Status: - DRAFT STANDARD) - -1723 RIP Version 2 - Carrying Additional Information. G. Malkin. - November 1994. (Format: TXT=18597 bytes) (Obsoletes RFC1388) - (Obsoleted by RFC2453) (Updates RFC1058) (Updated by RFC2453) (Also - STD0056) (Status: DRAFT STANDARD) - -1724 RIP Version 2 MIB Extension. G. Malkin, F. Baker. November 1994. - (Format: TXT=29645 bytes) (Obsoletes RFC1389) (Status: DRAFT - STANDARD) - -1725 Post Office Protocol - Version 3. J. Myers, M. Rose. November - 1994. (Format: TXT=35058 bytes) (Obsoletes RFC1460) (Obsoleted by - RFC1939, STD0053) (Also STD0053) (Status: DRAFT STANDARD) - -1726 Technical Criteria for Choosing IP The Next Generation (IPng). C. - Partridge, F. Kastenholz. December 1994. (Format: TXT=74109 bytes) - (Status: INFORMATIONAL) - -1727 A Vision of an Integrated Internet Information Service. C. - Weider, P. Deutsch. December 1994. (Format: TXT=28468 bytes) (Status: - INFORMATIONAL) - -1728 Resource Transponders. C. Weider. December 1994. (Format: - TXT=12092 bytes) (Status: INFORMATIONAL) - -1729 Using the Z39.50 Information Retrieval Protocol. C. Lynch. - December 1994. (Format: TXT=20927 bytes) (Status: INFORMATIONAL) - -1730 Internet Message Access Protocol - Version 4. M. Crispin. - December 1994. (Format: TXT=156660 bytes) (Obsoleted by RFC2060, - RFC2061) (Status: PROPOSED STANDARD) - -1731 IMAP4 Authentication Mechanisms. J. Myers. December 1994. - (Format: TXT=11433 bytes) (Status: PROPOSED STANDARD) - -1732 IMAP4 Compatibility with IMAP2 and IMAP2bis. M. Crispin. December - 1994. (Format: TXT=9276 bytes) (Status: INFORMATIONAL) - -1733 Distributed Electronic Mail Models in IMAP4. M. Crispin. December - 1994. (Format: TXT=6205 bytes) (Status: INFORMATIONAL) - -1734 POP3 AUTHentication command. J. Myers. December 1994. (Format: - TXT=8499 bytes) (Status: PROPOSED STANDARD) - -1735 NBMA Address Resolution Protocol (NARP). J. Heinanen, R. - Govindan. December 1994. (Format: TXT=24485 bytes) (Status: - EXPERIMENTAL) - -1736 Functional Recommendations for Internet Resource Locators. J. - Kunze. February 1995. (Format: TXT=22415 bytes) (Status: - INFORMATIONAL) - -1737 Functional Requirements for Uniform Resource Names. K. Sollins, - L. Masinter. December 1994. (Format: TXT=16337 bytes) (Status: - INFORMATIONAL) - -1738 Uniform Resource Locators (URL). T. Berners-Lee, L. Masinter, M. - McCahill. December 1994. (Format: TXT=51348 bytes) (Updated by - RFC1808, RFC2368) (Status: PROPOSED STANDARD) - -1739 A Primer On Internet and TCP/IP Tools. G. Kessler, S. Shepard. - December 1994. (Format: TXT=102676 bytes) (Obsoleted by RFC2151, - FYI0030) (Status: INFORMATIONAL) - -1740 MIME Encapsulation of Macintosh Files - MacMIME. P. Faltstrom, D. - Crocker, E. Fair. December 1994. (Format: TXT=31297 bytes) (Status: - PROPOSED STANDARD) - -1741 MIME Content Type for BinHex Encoded Files. P. Faltstrom, D. - Crocker, E. Fair. December 1994. (Format: TXT=10155 bytes) (Status: - INFORMATIONAL) - -1742 AppleTalk Management Information Base II. S. Waldbusser, K. - Frisa. January 1995. (Format: TXT=168306 bytes) (Obsoletes RFC1243) - (Status: PROPOSED STANDARD) - -1743 IEEE 802.5 MIB using SMIv2. K. McCloghrie, E. Decker. December - 1994. (Format: TXT=43224 bytes) (Obsoletes RFC1231) (Obsoleted by - RFC1748) (Status: DRAFT STANDARD) - -1744 Observations on the Management of the Internet Address Space. G. - Huston. December 1994. (Format: TXT=32411 bytes) (Status: - INFORMATIONAL) - -1745 BGP4/IDRP for IP---OSPF Interaction. K. Varadhan, S. Hares, Y. - Rekhter. December 1994. (Format: TXT=43675 bytes) (Status: PROPOSED - STANDARD) - -1746 Ways to Define User Expectations. B. Manning, D. Perkins. - December 1994. (Format: TXT=46164 bytes) (Status: INFORMATIONAL) - -1747 Definitions of Managed Objects for SNA Data Link Control (SDLC) - using SMIv2. J. Hilgeman, Chair, S. Nix, A. Bartky, W. Clark, Editor. - January 1995. (Format: TXT=147388 bytes) (Status: PROPOSED STANDARD) - -1748 IEEE 802.5 MIB using SMIv2. K. McCloghrie, E. Decker. December - 1994. (Format: TXT=43224 bytes) (Obsoletes RFC1743, RFC1231) (Updated - by RFC1749) (Status: DRAFT STANDARD) - -1749 IEEE 802.5 Station Source Routing MIB using SMIv2. K. McCloghrie, - F. Baker, E. Decker. December 1994. (Format: TXT=17563 bytes) - (Updates RFC1748) (Status: PROPOSED STANDARD) - -1750 Randomness Recommendations for Security. D. Eastlake, 3rd, S. - Crocker, J. Schiller. December 1994. (Format: TXT=73842 bytes) - (Status: INFORMATIONAL) - -1751 A Convention for Human-Readable 128-bit Keys. D. McDonald. - December 1994. (Format: TXT=31428 bytes) (Status: INFORMATIONAL) - -1752 The Recommendation for the IP Next Generation Protocol. S. - Bradner, A. Mankin. January 1995. (Format: TXT=127784 bytes) (Status: - PROPOSED STANDARD) - -1753 IPng Technical Requirements Of the Nimrod Routing and Addressing - Architecture. N. Chiappa. December 1994. (Format: TXT=46586 bytes) - (Status: INFORMATIONAL) - -1754 IP over ATM Working Group's Recommendations for the ATM Forum's - Multiprotocol BOF Version 1. M. Laubach. January 1995. (Format: - TXT=13483 bytes) (Status: INFORMATIONAL) - -1755 ATM Signaling Support for IP over ATM. M. Perez, F. Liaw, D. - Grossman, A. Mankin, E. Hoffman, A. Malis. February 1995. (Format: - TXT=55209 bytes) (Status: PROPOSED STANDARD) - -1756 Remote Write Protocol - Version 1.0. T. Rinne. January 1995. - (Format: TXT=22078 bytes) (Status: EXPERIMENTAL) - -1757 Remote Network Monitoring Management Information Base. S. - Waldbusser. February 1995. (Format: TXT=208117 bytes) (Obsoletes - RFC1271) (Status: DRAFT STANDARD) - -1758 NADF Standing Documents: A Brief Overview. The North American - Directory Forum. February 1995. (Format: TXT=7294 bytes) (Obsoletes - RFC1417) (Status: INFORMATIONAL) - -1759 Printer MIB. R. Smith, F. Wright, T. Hastings, S. Zilles, J. - Gyllenskog. March 1995. (Format: TXT=239228 bytes) (Status: PROPOSED - STANDARD) - -1760 The S/KEY One-Time Password System. N. Haller. February 1995. - (Format: TXT=31124 bytes) (Status: INFORMATIONAL) - -1761 Snoop Version 2 Packet Capture File Format. B. Callaghan, R. - Gilligan. February 1995. (Format: TXT=10761 bytes) (Status: - INFORMATIONAL) - -1762 The PPP DECnet Phase IV Control Protocol (DNCP). S. Senum. March - 1995. (Format: TXT=12709 bytes) (Obsoletes RFC1376) (Status: DRAFT - STANDARD) - -1763 The PPP Banyan Vines Control Protocol (BVCP). S. Senum. March - 1995. (Format: TXT=17817 bytes) (Status: PROPOSED STANDARD) - -1764 The PPP XNS IDP Control Protocol (XNSCP). S. Senum. March 1995. - (Format: TXT=9525 bytes) (Status: PROPOSED STANDARD) - -1765 OSPF Database Overflow. J. Moy. March 1995. (Format: TXT=21613 - bytes) (Status: EXPERIMENTAL) - -1766 Tags for the Identification of Languages. H. Alvestrand. March - 1995. (Format: TXT=16966 bytes) (Status: PROPOSED STANDARD) - -1767 MIME Encapsulation of EDI Objects. D. Crocker. March 1995. - (Format: TXT=15293 bytes) (Status: PROPOSED STANDARD) - -1768 Host Group Extensions for CLNP Multicasting. D. Marlow. March - 1995. (Format: TXT=111499 bytes) (Status: EXPERIMENTAL) - -1769 Simple Network Time Protocol (SNTP). D. Mills. March 1995. - (Format: TXT=34454 bytes) (Obsoletes RFC1361) (Obsoleted by RFC2030) - (Status: INFORMATIONAL) - -1770 IPv4 Option for Sender Directed Multi-Destination Delivery. C. - Graff. March 1995. (Format: TXT=11606 bytes) (Status: INFORMATIONAL) - -1771 A Border Gateway Protocol 4 (BGP-4). Y. Rekhter, T. Li. March - 1995. (Format: TXT=131903 bytes) (Obsoletes RFC1654) (Status: DRAFT - STANDARD) - -1772 Application of the Border Gateway Protocol in the Internet. Y. - Rekhter, P. Gross. March 1995. (Format: TXT=43916 bytes) (Obsoletes - RFC1655) (Status: DRAFT STANDARD) - -1773 Experience with the BGP-4 protocol. P. Traina. March 1995. - (Format: TXT=19936 bytes) (Obsoletes RFC1656) (Status: INFORMATIONAL) - -1774 BGP-4 Protocol Analysis. P. Traina, Editor. March 1995. (Format: - TXT=23823 bytes) (Status: INFORMATIONAL) - -1775 To Be "On" the Internet. D. Crocker. March 1995. (Format: - TXT=8454 bytes) (Status: INFORMATIONAL) - -1776 The Address is the Message. S. Crocker. March 1995. (Format: - TXT=2051 bytes) (Status: INFORMATIONAL) - -1777 Lightweight Directory Access Protocol. W. Yeong, T. Howes, S. - Kille. March 1995. (Format: TXT=45459 bytes) (Obsoletes RFC1487) - (Status: DRAFT STANDARD) - -1778 The String Representation of Standard Attribute Syntaxes. T. - Howes, S. Kille, W. Yeong, C. Robbins. March 1995. (Format: TXT=19053 - bytes) (Obsoletes RFC1488) (Updated by RFC2559) (Status: DRAFT - STANDARD) - -1779 A String Representation of Distinguished Names. S. Kille. March - 1995. (Format: TXT=12429 bytes) (Obsoletes RFC1485) (Obsoleted by - RFC2253) (Status: DRAFT STANDARD) - -1780 Internet Official Protocol Standards. J. Postel, Editor. March - 1995. (Format: TXT=86594 bytes) (Obsoletes RFC1720) (Obsoleted by - RFC1800, RFC1880, RFC1920, RFC2200, RFC2300, RFC2400) (Also STD0001) - (Status: HISTORIC) - -1781 Using the OSI Directory to Achieve User Friendly Naming. S. - Kille. March 1995. (Format: TXT=47129 bytes) (Obsoletes RFC1484) - (Updates RFC1484) (Status: PROPOSED STANDARD) - -1782 TFTP Option Extension. G. Malkin, A. Harkin. March 1995. (Format: - TXT=11508 bytes) (Obsoleted by RFC2347) (Updates RFC1350) (Status: - PROPOSED STANDARD) - -1783 TFTP Blocksize Option. G. Malkin, A. Harkin. March 1995. (Format: - TXT=7814 bytes) (Obsoleted by RFC2348) (Updates RFC1350) (Updated by - RFC1350) (Status: PROPOSED STANDARD) - -1784 TFTP Timeout Interval and Transfer Size Options. G. Malkin, A. - Harkin. March 1995. (Format: TXT=6106 bytes) (Obsoleted by RFC2349) - (Updates RFC1350) (Status: PROPOSED STANDARD) - -1785 TFTP Option Negotiation Analysis. G. Malkin, A. Harkin. March - 1995. (Format: TXT=3354 bytes) (Updates RFC1350) (Status: - INFORMATIONAL) - -1786 Representation of IP Routing Policies in a Routing Registry - (ripe-81++). T. Bates, E. Gerich, L. Joncheray, J-M. Jouanigot, D. - Karrenberg, M. Terpstra, J. Yu. March 1995. (Format: TXT=133643 - bytes) (Status: INFORMATIONAL) - -1787 Routing in a Multi-provider Internet. Y. Rekhter. April 1995. - (Format: TXT=20754 bytes) (Status: INFORMATIONAL) - -1788 ICMP Domain Name Messages. W. Simpson. April 1995. (Format: - TXT=11722 bytes) (Status: EXPERIMENTAL) - -1789 INETPhone: Telephone Services and Servers on Internet. C. Yang. - April 1995. (Format: TXT=14186 bytes) (Status: INFORMATIONAL) - -1790 An Agreement between the Internet Society and Sun Microsystems, - Inc. in the Matter of ONC RPC and XDR Protocols. V. Cerf. April 1995. - (Format: TXT=8226 bytes) (Status: INFORMATIONAL) - -1791 TCP And UDP Over IPX Networks With Fixed Path MTU. T. Sung. April - 1995. (Format: TXT=22347 bytes) (Status: EXPERIMENTAL) - -1792 TCP/IPX Connection Mib Specification. T. Sung. April 1995. - (Format: TXT=16389 bytes) (Status: EXPERIMENTAL) - -1793 Extending OSPF to Support Demand Circuits. J. Moy. April 1995. - (Format: TXT=78728 bytes) (Status: PROPOSED STANDARD) - -1794 DNS Support for Load Balancing. T. Brisco. April 1995. (Format: - TXT=15494 bytes) (Status: INFORMATIONAL) - -1795 Data Link Switching: Switch-to-Switch Protocol AIW DLSw RIG: DLSw - Closed Pages, DLSw Standard Version 1. L. Wells, Chair, A. Bartky, - Editor. April 1995. (Format: TXT=214848 bytes) (Obsoletes RFC1434) - (Status: INFORMATIONAL) - -1796 Not All RFCs are Standards. C. Huitema, J. Postel, S. Crocker. - April 1995. (Format: TXT=7049 bytes) (Status: INFORMATIONAL) - -1797 Class A Subnet Experiment. Internet Assigned Numbers Authority - (IANA). April 1995. (Format: TXT=6779 bytes) (Status: EXPERIMENTAL) - -1798 Connection-less Lightweight X.500 Directory Access Protocol. A. - Young. June 1995. (Format: TXT=18548 bytes) (Status: PROPOSED - STANDARD) - -1799 Request for Comments Summary RFC Numbers 1700-1799. M. Kennedy. - January 1997. (Format: TXT=42038 bytes) (Status: INFORMATIONAL) - -1800 Internet Official Protocol Standards. J. Postel, Editor. July - 1995. (Format: TXT=83649 bytes) (Obsoletes RFC1780) (Obsoleted by - RFC1880, RFC1920, RFC2200, RFC2300, RFC2400) (Also STD0001) (Status: - HISTORIC) - -1801 MHS use of the X.500 Directory to support MHS Routing. S. Kille. - June 1995. (Format: TXT=156462 bytes) (Status: EXPERIMENTAL) - -1802 Introducing Project Long Bud: Internet Pilot Project for the - Deployment of X.500 Directory Information in Support of X.400 - Routing. H. Alvestrand, K. Jordan, S. Langlois, J. Romaguera. June - 1995. (Format: TXT=24637 bytes) (Status: INFORMATIONAL) - -1803 Recommendations for an X.500 Production Directory Service. R. - Wright, A. Getchell, T. Howes, S. Sataluri, P. Yee, W. Yeong. June - 1995. (Format: TXT=14721 bytes) (Status: INFORMATIONAL) - -1804 Schema Publishing in X.500 Directory. G. Mansfield, P. Rajeev, S. - Raghavan, T. Howes. June 1995. (Format: TXT=18268 bytes) (Status: - EXPERIMENTAL) - -1805 Location-Independent Data/Software Integrity Protocol. A. Rubin. - June 1995. (Format: TXT=13352 bytes) (Status: INFORMATIONAL) - -1806 Communicating Presentation Information in Internet Messages: The - Content-Disposition Header. R. Troost, S. Dorner. June 1995. (Format: - TXT=15548 bytes) (Updated by RFC2183) (Status: EXPERIMENTAL) - -1807 A Format for Bibliographic Records. R. Lasher, D. Cohen. June - 1995. (Format: TXT=29417 bytes) (Obsoletes RFC1357) (Status: - INFORMATIONAL) - -1808 Relative Uniform Resource Locators. R. Fielding. June 1995. - (Format: TXT=34950 bytes) (Updates RFC1738) (Updated by RFC2368) - (Status: PROPOSED STANDARD) - -1809 Using the Flow Label Field in IPv6. C. Partridge. June 1995. - (Format: TXT=13591 bytes) (Status: INFORMATIONAL) - -1810 Report on MD5 Performance. J. Touch. June 1995. (Format: - TXT=16607 bytes) (Status: INFORMATIONAL) - -1811 U.S. Government Internet Domain Names. Federal Networking - Council. June 1995. (Format: TXT=6641 bytes) (Obsoleted by RFC1816) - (Status: INFORMATIONAL) - -1812 Requirements for IP Version 4 Routers. F. Baker. June 1995. - (Format: TXT=415740 bytes) (Obsoletes RFC1716, RFC1009) (Updated by - RFC2644) (Status: PROPOSED STANDARD) - -1813 NFS Version 3 Protocol Specification. B. Callaghan, B. Pawlowski, - P. Staubach. June 1995. (Format: TXT=229793 bytes) (Also RFC1094) - (Status: INFORMATIONAL) - -1814 Unique Addresses are Good. E. Gerich. June 1995. (Format: - TXT=5936 bytes) (Status: INFORMATIONAL) - -1815 Character Sets ISO-10646 and ISO-10646-J-1. M. Ohta. July 1995. - (Format: TXT=11823 bytes) (Status: INFORMATIONAL) - -1816 U.S. Government Internet Domain Names. Federal Networking - Council. August 1995. (Format: TXT=17979 bytes) (Obsoletes RFC1811) - (Obsoleted by RFC2146) (Status: INFORMATIONAL) - -1817 CIDR and Classful Routing. Y. Rekhter. August 1995. (Format: - TXT=3416 bytes) (Status: INFORMATIONAL) - -1818 Best Current Practices. J. Postel, T. Li, Y. Rekhter. August - 1995. (Format: TXT=4114 bytes) (Also BCP0001) (Status: BEST CURRENT - PRACTICE) - -1819 Internet Stream Protocol Version 2 (ST2) Protocol Specification - - Version ST2+. L. Delgrossi, L. Berger, Editors. August 1995. (Format: - TXT=266875 bytes) (Obsoletes RFC1190, IEN119) (Status: EXPERIMENTAL) - -1820 Multimedia E-mail (MIME) User Agent Checklist. E. Huizer. August - 1995. (Format: TXT=14672 bytes) (Obsoleted by RFC1844) (Status: - INFORMATIONAL) - -1821 Integration of Real-time Services in an IP-ATM Network - Architecture. M. Borden, E. Crawley, B. Davie, S. Batsell. August - 1995. (Format: TXT=64466 bytes) (Status: INFORMATIONAL) - -1822 A Grant of Rights to Use a Specific IBM patent with Photuris. J. - Lowe. August 1995. (Format: TXT=2664 bytes) (Status: INFORMATIONAL) - -1823 The LDAP Application Program Interface. T. Howes, M. Smith. - August 1995. (Format: TXT=41081 bytes) (Status: INFORMATIONAL) - -1824 The Exponential Security System TESS: An Identity-Based - Cryptographic Protocol for Authenticated Key-Exchange - (E.I.S.S.-Report 1995/4). H. Danisch. August 1995. (Format: TXT=45540 - bytes) (Status: INFORMATIONAL) - -1825 Security Architecture for the Internet Protocol. R. Atkinson. - August 1995. (Format: TXT=56772 bytes) (Obsoleted by RFC2401) - (Status: PROPOSED STANDARD) - -1826 IP Authentication Header. R. Atkinson. August 1995. (Format: - TXT=27583 bytes) (Obsoleted by RFC2402) (Status: PROPOSED STANDARD) - -1827 IP Encapsulating Security Payload (ESP). R. Atkinson. August - 1995. (Format: TXT=30278 bytes) (Obsoleted by RFC2406) (Status: - PROPOSED STANDARD) - -1828 IP Authentication using Keyed MD5. P. Metzger, W. Simpson. August - 1995. (Format: TXT=9800 bytes) (Status: PROPOSED STANDARD) - -1829 The ESP DES-CBC Transform. P. Karn, P. Metzger, W. Simpson. - August 1995. (Format: TXT=19291 bytes) (Status: PROPOSED STANDARD) - -1830 SMTP Service Extensions for Transmission of Large and Binary MIME - Messages. G. Vaudreuil. August 1995. (Format: TXT=16555 bytes) - (Status: EXPERIMENTAL) - -1831 RPC: Remote Procedure Call Protocol Specification Version 2. R. - Srinivasan. August 1995. (Format: TXT=37798 bytes) (Status: PROPOSED - STANDARD) - -1832 XDR: External Data Representation Standard. R. Srinivasan. August - 1995. (Format: TXT=47418 bytes) (Status: DRAFT STANDARD) - -1833 Binding Protocols for ONC RPC Version 2. R. Srinivasan. August - 1995. (Format: TXT=24449 bytes) (Status: PROPOSED STANDARD) - -1834 Whois and Network Information Lookup Service, Whois++. J. - Gargano, K. Weiss. August 1995. (Format: TXT=14429 bytes) (Status: - INFORMATIONAL) - -1835 Architecture of the WHOIS++ service. P. Deutsch, R. Schoultz, P. - Faltstrom, C. Weider. August 1995. (Format: TXT=80581 bytes) (Status: - PROPOSED STANDARD) - -1836 Representing the O/R Address hierarchy in the X.500 Directory - Information Tree. S. Kille. August 1995. (Format: TXT=20175 bytes) - (Obsoleted by RFC2294) (Status: EXPERIMENTAL) - -1837 Representing Tables and Subtrees in the X.500 Directory. S. - Kille. August 1995. (Format: TXT=10924 bytes) (Obsoleted by RFC2293) - (Status: EXPERIMENTAL) - -1838 Use of the X.500 Directory to support mapping between X.400 and - RFC 822 Addresses. S. Kille. August 1995. (Format: TXT=12216 bytes) - (Obsoleted by RFC2164) (Status: EXPERIMENTAL) - -1841 PPP Network Control Protocol for LAN Extension. J. Chapman, D. - Coli, A. Harvey, B. Jensen, K. Rowett. September 1995. (Format: - TXT=146206 bytes) (Status: INFORMATIONAL) - -1842 ASCII Printable Characters-Based Chinese Character Encoding for - Internet Messages. Y. Wei, Y. Zhang, J. Li, J. Ding, Y. Jiang. August - 1995. (Format: TXT=24143 bytes) (Status: INFORMATIONAL) - -1843 HZ - A Data Format for Exchanging Files of Arbitrarily Mixed - Chinese and ASCII characters. F. Lee. August 1995. (Format: TXT=8787 - bytes) (Status: INFORMATIONAL) - -1844 Multimedia E-mail (MIME) User Agent Checklist. E. Huizer. August - 1995. (Format: TXT=15072 bytes) (Obsoletes RFC1820) (Status: - INFORMATIONAL) - -1845 SMTP Service Extension for Checkpoint/Restart. D. Crocker, N. - Freed, A. Cargille. September 1995. (Format: TXT=15399 bytes) - (Status: EXPERIMENTAL) - -1846 SMTP 521 Reply Code. A. Durand, F. Dupont. September 1995. - (Format: TXT=6558 bytes) (Status: EXPERIMENTAL) - -1847 Security Multiparts for MIME: Multipart/Signed and - Multipart/Encrypted. J. Galvin, S. Murphy, S. Crocker, N. Freed. - October 1995. (Format: TXT=23679 bytes) (Status: PROPOSED STANDARD) - -1848 MIME Object Security Services. S. Crocker, N. Freed, J. Galvin, - S. Murphy. October 1995. (Format: TXT=95010 bytes) (Status: PROPOSED - STANDARD) - -1850 OSPF Version 2 Management Information Base. F. Baker, R. Coltun. - November 1995. (Format: TXT=140255 bytes) (Obsoletes RFC1253) - (Status: DRAFT STANDARD) - -1851 The ESP Triple DES Transform. P. Karn, P. Metzger, W. Simpson. - September 1995. (Format: TXT=20000 bytes) (Status: EXPERIMENTAL) - -1852 IP Authentication using Keyed SHA. P. Metzger, W. Simpson. - September 1995. (Format: TXT=9367 bytes) (Status: EXPERIMENTAL) - -1853 IP in IP Tunneling. W. Simpson. October 1995. (Format: TXT=14803 - bytes) (Status: INFORMATIONAL) - -1854 SMTP Service Extension for Command Pipelining. N. Freed. October - 1995. (Format: TXT=14097 bytes) (Obsoleted by RFC2197) (Status: - PROPOSED STANDARD) - -1855 Netiquette Guidelines. S. Hambridge. October 1995. (Format: - TXT=46185 bytes) (Also FYI0028) (Status: INFORMATIONAL) - -1856 The Opstat Client-Server Model for Statistics Retrieval. H. - Clark. October 1995. (Format: TXT=29954 bytes) (Status: - INFORMATIONAL) - -1857 A Model for Common Operational Statistics. M. Lambert. October - 1995. (Format: TXT=55314 bytes) (Obsoletes RFC1404) (Status: - INFORMATIONAL) - -1858 Security Considerations for IP Fragment Filtering. G. Ziemba, D. - Reed, P. Traina. October 1995. (Format: TXT=20468 bytes) (Status: - INFORMATIONAL) - -1859 ISO Transport Class 2 Non-use of Explicit Flow Control over TCP - RFC1006 extension. Y. Pouffary. October 1995. (Format: TXT=14572 - bytes) (Status: INFORMATIONAL) - -1860 Variable Length Subnet Table For IPv4. T. Pummill, B. Manning. - October 1995. (Format: TXT=5694 bytes) (Obsoleted by RFC1878) - (Status: INFORMATIONAL) - -1861 Simple Network Paging Protocol - Version 3 -Two-Way Enhanced. A. - Gwinn. October 1995. (Format: TXT=49181 bytes) (Obsoletes RFC1645) - (Status: INFORMATIONAL) - -1862 Report of the IAB Workshop on Internet Information - Infrastructure, October 12-14, 1994. M. McCahill, J. Romkey, M. - Schwartz, K. Sollins, T. Verschuren, C. Weider. November 1995. - (Format: TXT=62483 bytes) (Status: INFORMATIONAL) - -1863 A BGP/IDRP Route Server alternative to a full mesh routing. D. - Haskin. October 1995. (Format: TXT=37426 bytes) (Obsoletes RFC1645) - (Status: EXPERIMENTAL) - -1864 The Content-MD5 Header Field. J. Myers, M. Rose. October 1995. - (Format: TXT=7216 bytes) (Obsoletes RFC1544) (Status: DRAFT STANDARD) - -1865 EDI Meets the Internet Frequently Asked Questions about - Electronic Data Interchange (EDI) on the Internet. W. Houser, J. - Griffin, C. Hage. January 1996. (Format: TXT=98361 bytes) (Status: - INFORMATIONAL) - -1866 Hypertext Markup Language - 2.0. T. Berners-Lee, D. Connolly. - November 1995. (Format: TXT=146904 bytes) (Status: PROPOSED STANDARD) - -1867 Form-based File Upload in HTML. E. Nebel, L. Masinter. November - 1995. (Format: TXT=26183 bytes) (Status: EXPERIMENTAL) - -1868 ARP Extension - UNARP. G. Malkin. November 1995. (Format: - TXT=7681 bytes) (Status: EXPERIMENTAL) - -1869 SMTP Service Extensions. J. Klensin, N. Freed, M. Rose, E. - Stefferud, D. Crocker. November 1995. (Format: TXT=23299 bytes) - (Obsoletes RFC1651) (Also STD0010) (Status: STANDARD) - -1870 SMTP Service Extension for Message Size Declaration. J. Klensin, - N. Freed, K. Moore. November 1995. (Format: TXT=18226 bytes) - (Obsoletes RFC1653) (Also STD0010) (Status: STANDARD) - -1871 Addendum to RFC 1602 -- Variance Procedure. J. Postel. November - 1995. (Format: TXT=7747 bytes) (Updates RFC1602, RFC1603) (Also - BCP0002) (Status: BEST CURRENT PRACTICE) - -1872 The MIME Multipart/Related Content-type. E. Levinson. December - 1995. (Format: TXT=15565 bytes) (Obsoleted by RFC2112) (Status: - EXPERIMENTAL) - -1873 Message/External-Body Content-ID Access Type. E. Levinson. - December 1995. (Format: TXT=5878 bytes) (Status: EXPERIMENTAL) - -1874 SGML Media Types. E. Levinson. December 1995. (Format: TXT=12515 - bytes) (Status: EXPERIMENTAL) - -1875 UNINETT PCA Policy Statements. N. Berge. December 1995. (Format: - TXT=19089 bytes) (Status: INFORMATIONAL) - -1876 A Means for Expressing Location Information in the Domain Name - System. C. Davis, P. Vixie, T. Goodwin, I. Dickinson. January 1996. - (Format: TXT=29631 bytes) (Updates RFC1034, RFC1035) (Status: - EXPERIMENTAL) - -1877 PPP Internet Protocol Control Protocol Extensions for Name Server - Addresses. S. Cobb. December 1995. (Format: TXT=10591 bytes) (Status: - INFORMATIONAL) - -1878 Variable Length Subnet Table For IPv4. T. Pummill, B. Manning. - December 1995. (Format: TXT=19414 bytes) (Obsoletes RFC1860) (Status: - INFORMATIONAL) - -1879 Class A Subnet Experiment Results and Recommendations. B. - Manning. January 1996. (Format: TXT=10589 bytes) (Status: - INFORMATIONAL) - -1880 Internet Official Protocol Standards. J. Postel, Editor. November - 1995. (Format: TXT=89153 bytes) (Obsoletes RFC1780, RFC1720, RFC1800, - RFC1880) (Obsoleted by RFC1880, RFC1920, RFC2200, RFC2300, RFC2400) - (Also STD0001) (Status: HISTORIC) - -1881 IPv6 Address Allocation Management. IAB, IESG. December 1995. - (Format: TXT=3215 bytes) (Status: INFORMATIONAL) - -1882 The 12-Days of Technology Before Christmas. B. Hancock. December - 1995. (Format: TXT=9130 bytes) (Status: INFORMATIONAL) - -1883 Internet Protocol, Version 6 (IPv6) Specification. S. Deering, R. - Hinden. December 1995. (Format: TXT=82089 bytes) (Obsoleted by - RFC2460) (Status: PROPOSED STANDARD) - -1884 IP Version 6 Addressing Architecture. R. Hinden, S. Deering, - Editors. December 1995. (Format: TXT=37860 bytes) (Obsoleted by - RFC2373) (Status: PROPOSED STANDARD) - -1885 Internet Control Message Protocol (ICMPv6) for the Internet - Protocol Version 6 (IPv6). A. Conta, S. Deering. December 1995. - (Format: TXT=32214 bytes) (Obsoleted by RFC2463) (Status: PROPOSED - STANDARD) - -1886 DNS Extensions to support IP version 6. S. Thomson, C. Huitema. - December 1995. (Format: TXT=6424 bytes) (Status: PROPOSED STANDARD) - -1887 An Architecture for IPv6 Unicast Address Allocation. Y. Rekhter, - T. Li, Editors. December 1995. (Format: TXT=66066 bytes) (Status: - INFORMATIONAL) - -1888 OSI NSAPs and IPv6. J. Bound, B. Carpenter, D. Harrington, J. - Houldsworth & A. Lloyd. August 1996. (Format: TXT=36469 bytes) - (Status: EXPERIMENTAL) - -1889 RTP: A Transport Protocol for Real-Time Applications. Audio-Video - Transport Working Group, H. Schulzrinne, S. Casner, R. Frederick, V. - Jacobson. January 1996. (Format: TXT=188544 bytes) (Status: PROPOSED - STANDARD) - -1890 RTP Profile for Audio and Video Conferences with Minimal Control. - Audio-Video Transport Working Group, H. Schulzrinne. January 1996. - (Format: TXT=37509 bytes) (Status: PROPOSED STANDARD) - -1891 SMTP Service Extension for Delivery Status Notifications. K. - Moore. January 1996. (Format: TXT=65192 bytes) (Status: PROPOSED - STANDARD) - -1892 The Multipart/Report Content Type for the Reporting of Mail - System Administrative Messages. G. Vaudreuil. January 1996. (Format: - TXT=7800 bytes) (Status: PROPOSED STANDARD) - -1893 Enhanced Mail System Status Codes. G. Vaudreuil. January 1996. - (Format: TXT=28218 bytes) (Status: PROPOSED STANDARD) - -1894 An Extensible Message Format for Delivery Status Notifications. - K. Moore & G. Vaudreuil. January 1996. (Format: TXT=77462 bytes) - (Status: PROPOSED STANDARD) - -1895 The Application/CALS-1840 Content-type. E. Levinson. February - 1996. (Format: TXT=10576 bytes) (Status: INFORMATIONAL) - -1896 The text/enriched MIME Content-type. P. Resnick & A. Walker. - February 1996. (Format: TXT=45926, PS=81217 bytes) (Obsoletes - RFC1523, RFC1563) (Status: INFORMATIONAL) - -1897 IPv6 Testing Address Allocation. R. Hinden & J. Postel. January - 1996. (Format: TXT=6643 bytes) (Obsoleted by RFC2471) (Status: - EXPERIMENTAL) - -1898 CyberCash Credit Card Protocol Version 0.8. D. Eastlake 3rd, B. - Boesch, S. Crocker & M. Yesil. February 1996. (Format: TXT=113633 - bytes) (Status: INFORMATIONAL) - -1899 Request for Comments Summary RFC Numbers 1800-1899. J. Elliott. - January 1997. (Format: TXT=37984 bytes) (Status: INFORMATIONAL) - -1900 Renumbering Needs Work. B. Carpenter & Y. Rekhter. February 1996. - (Format: TXT=9528 bytes) (Status: INFORMATIONAL) - -1901 Introduction to Community-based SNMPv2. SNMPv2 Working Group, J. - Case, K. McCloghrie, M. Rose & S. Waldbusser. January 1996. (Format: - TXT=15903 bytes) (Status: EXPERIMENTAL) - -1902 Structure of Management Information for Version 2 of the Simple - Network Management Protocol (SNMPv2). SNMPv2 Working Group, J. Case, - K. McCloghrie, M. Rose & S. Waldbusser. January 1996. (Format: - TXT=77453 bytes) (Obsoletes RFC1442) (Obsoleted by RFC2578) (Status: - DRAFT STANDARD) - -1903 Textual Conventions for Version 2 of the Simple Network - Management Protocol (SNMPv2). SNMPv2 Working Group, J. Case, K. - McCloghrie, M. Rose & S. Waldbusser. January 1996. (Format: TXT=52652 - bytes) (Obsoletes RFC1443) (Obsoleted by RFC2579) (Status: DRAFT - STANDARD) - -1904 Conformance Statements for Version 2 of the Simple Network - Management Protocol (SNMPv2). SNMPv2 Working Group, J. Case, K. - McCloghrie, M. Rose & S. Waldbusser. January 1996. (Format: TXT=47083 - bytes) (Obsoletes RFC1444) (Obsoleted by RFC2580) (Status: DRAFT - STANDARD) - -1905 Protocol Operations for Version 2 of the Simple Network - Management Protocol (SNMPv2). SNMPv2 Working Group, J. Case, K. - McCloghrie, M. Rose & S. Waldbusser. January 1996. (Format: TXT=55526 - bytes) (Obsoletes RFC1448) (Status: DRAFT STANDARD) - -1906 Transport Mappings for Version 2 of the Simple Network Management - Protocol (SNMPv2). SNMPv2 Working Group, J. Case, K. McCloghrie, M. - Rose & S. Waldbusser. January 1996. (Format: TXT=27465 bytes) - (Obsoletes RFC1449) (Status: DRAFT STANDARD) - -1907 Management Information Base for Version 2 of the Simple Network - Management Protocol (SNMPv2). SNMPv2 Working Group, J. Case, K. - McCloghrie, M. Rose & S. Waldbusser. January 1996. (Format: TXT=34881 - bytes) (Obsoletes RFC1450) (Status: DRAFT STANDARD) - -1908 Coexistence between Version 1 and Version 2 of the - Internet-standard Network Management Framework. SNMPv2 Working Group, - J. Case, K. McCloghrie, M. Rose & S. Waldbusser. January 1996. - (Format: TXT=21463 bytes) (Obsoletes RFC1452) (Status: DRAFT - STANDARD) - -1909 An Administrative Infrastructure for SNMPv2. K. McCloghrie. - February 1996. (Format: TXT=45773 bytes) (Status: EXPERIMENTAL) - -1910 User-based Security Model for SNMPv2. G. Waters. February 1996. - (Format: TXT=98252 bytes) (Status: EXPERIMENTAL) - -1911 Voice Profile for Internet Mail. G. Vaudreuil. February 1996. - (Format: TXT=50242 bytes) (Obsoleted by RFC2421, RFC2422, RFC2423) - (Status: EXPERIMENTAL) - -1912 Common DNS Operational and Configuration Errors. D. Barr. - February 1996. (Format: TXT=38252 bytes) (Obsoletes RFC1537) (Status: - INFORMATIONAL) - -1913 Architecture of the Whois++ Index Service. C. Weider, J. Fullton - & S. Spero. February 1996. (Format: TXT=33743 bytes) (Status: - PROPOSED STANDARD) - -1914 How to Interact with a Whois++ Mesh. P. Faltstrom, R. Schoultz & - C. Weider. February 1996. (Format: TXT=17842 bytes) (Status: PROPOSED - STANDARD) - -1915 Variance for The PPP Connection Control Protocol and The PPP - Encryption Control Protocol. F. Kastenholz. February 1996. (Format: - TXT=14347 bytes) (Also BCP0003) (Status: BEST CURRENT PRACTICE) - -1916 Enterprise Renumbering: Experience and Information Solicitation. - H. Berkowitz, P. Ferguson, W. Leland, & P. Nesser. February 1996. - (Format: TXT=16117 bytes) (Status: INFORMATIONAL) - -1917 An Appeal to the Internet Community to Return Unused IP Networks - (Prefixes) to the IANA. P. Nesser. February 1996. (Format: TXT=23623 - bytes) (Also BCP0004) (Status: BEST CURRENT PRACTICE) - -1918 Address Allocation for Private Internets. Y. Rekhter, B. - Moskowitz, D. Karrenberg, G. J. de Groot & E. Lear. February 1996. - (Format: TXT=22270 bytes) (Obsoletes RFC1627, RFC1597) (Also BCP0005) - (Status: BEST CURRENT PRACTICE) - -1919 Classical versus Transparent IP Proxies. M. Chatel. March 1996. - (Format: TXT=87374 bytes) (Status: INFORMATIONAL) - -1920 Internet Official Protocol Standards. J. Postel. March 1996. - (Format: TXT=91936 bytes) (Obsoletes RFC1780, RFC1720, RFC1800, - RFC1880) (Obsoleted by RFC2000, RFC2200, RFC2300, RFC2400) (Also - STD0001) (Status: HISTORIC) - -1921 TNVIP Protocol. J. Dujonc. March 1996. (Format: TXT=57475 bytes) - (Status: INFORMATIONAL) - -1922 Chinese Character Encoding for Internet Messages. HF. Zhu, DY. - Hu, ZG. Wang, TC. Kao, WCH. Chang & M. Crispi. March 1996. (Format: - TXT=50995 bytes) (Status: INFORMATIONAL) - -1923 RIPv1 Applicability Statement for Historic Status. J. Halpern & - S. Bradner. March 1996. (Format: TXT=5560 bytes) (Status: - INFORMATIONAL) - -1924 A Compact Representation of IPv6 Addresses. R. Elz. April 1996. - (Format: TXT=10409 bytes) (Status: INFORMATIONAL) - -1925 The Twelve Networking Truths. R. Callon. April 1996. (Format: - TXT=4294 bytes) (Status: INFORMATIONAL) - -1926 An Experimental Encapsulation of IP Datagrams on Top of ATM. J. - Eriksson. April 1996. (Format: TXT=2969 bytes) (Status: - INFORMATIONAL) - -1927 Suggested Additional MIME Types for Associating Documents. C. - Rogers. April 1996. (Format: TXT=5254 bytes) (Status: INFORMATIONAL) - -1928 SOCKS Protocol Version 5. M. Leech, M. Ganis, Y. Lee, R. Kuris, - D. Koblas & L. Jones. April 1996. (Format: TXT=19741 bytes) (Status: - PROPOSED STANDARD) - -1929 Username/Password Authentication for SOCKS V5. M. Leech. April - 1996. (Format: TXT=3568 bytes) (Status: PROPOSED STANDARD) - -1930 Guidelines for creation, selection, and registration of an - Autonomous System (AS). J. Hawkinson, T. Bates. March 1996. (Format: - TXT=22073 bytes) (Also BCP0006) (Status: BEST CURRENT PRACTICE) - -1931 Dynamic RARP Extensions for Automatic Network Address - Acquisition. D. Brownell. April 1996. (Format: TXT=27544 bytes) - (Status: INFORMATIONAL) - -1932 IP over ATM: A Framework Document. R. Cole, D. Shur, & C. - Villamizar. April 1996. (Format: TXT=68031 bytes) (Status: - INFORMATIONAL) - -1933 Transition Mechanisms for IPv6 Hosts and Routers. R. Gilligan & - E. Nordmark. April 1996. (Format: TXT=47005 bytes) (Status: PROPOSED - STANDARD) - -1934 Ascend's Multilink Protocol Plus (MP+). K. Smith. April 1996. - (Format: TXT=87072 bytes) (Status: INFORMATIONAL) - -1935 What is the Internet, Anyway?. J. Quarterman & S. Carl-Mitchell. - April 1996. (Format: TXT=30369 bytes) (Status: INFORMATIONAL) - -1936 Implementing the Internet Checksum in Hardware. J. Touch & B. - Parham. April 1996. (Format: TXT=36618 bytes) (Status: INFORMATIONAL) - -1937 "Local/Remote" Forwarding Decision in Switched Data Link - Subnetworks. Y. Rekhter & D. Kandlur. May 1996. (Format: TXT=18302 - bytes) (Status: INFORMATIONAL) - -1938 A One-Time Password System. N. Haller & C. Metz. May 1996. - (Format: TXT=44844 bytes) (Obsoleted by RFC2289) (Status: PROPOSED - STANDARD) - -1939 Post Office Protocol - Version 3. J. Myers & M. Rose. May 1996. - (Format: TXT=47018 bytes) (Obsoletes RFC1725) (Updated by RFC1957, - RFC2449) (Also STD0053) (Status: STANDARD) - -1940 Source Demand Routing: Packet Format and Forwarding Specification - (Version 1). D. Estrin, T. Li, Y. Rekhter, K. Varadhan, D. Zappala. - May 1996. (Format: TXT=60858 bytes) (Status: INFORMATIONAL) - -1941 Frequently Asked Questions for Schools. J. Sellers & J. - Robichaux. May 1996. (Format: TXT=150980 bytes) (Obsoletes RFC1578) - (Also FYI0022) (Status: INFORMATIONAL) - -1942 HTML Tables. D. Raggett. May 1996. (Format: TXT=68705 bytes) - (Status: EXPERIMENTAL) - -1943 Building an X.500 Directory Service in the US. B. Jennings. May - 1996. (Format: TXT=51266 bytes) (Status: INFORMATIONAL) - -1944 Benchmarking Methodology for Network Interconnect Devices. S. - Bradner & J. McQuaid. May 1996. (Format: TXT=66061 bytes) (Obsoleted - by RFC2544) (Status: INFORMATIONAL) - -1945 Hypertext Transfer Protocol -- HTTP/1.0. T. Berners-Lee, R. - Fielding & H. Frystyk. May 1996. (Format: TXT=137582 bytes) (Status: - INFORMATIONAL) - -1946 Native ATM Support for ST2+. S. Jackowski. May 1996. (Format: - TXT=50430 bytes) (Status: INFORMATIONAL) - -1947 Greek Character Encoding for Electronic Mail Messages. D. - Spinellis. May 1996. (Format: TXT=14428 bytes) (Status: - INFORMATIONAL) - -1948 Defending Against Sequence Number Attacks. S. Bellovin. May 1996. - (Format: TXT=13074 bytes) (Status: INFORMATIONAL) - -1949 Scalable Multicast Key Distribution. A. Ballardie. May 1996. - (Format: TXT=41853 bytes) (Status: EXPERIMENTAL) - -1950 ZLIB Compressed Data Format Specification version 3.3. P. Deutsch - & J-L. Gailly. May 1996. (Format: TXT=20502, PS=37768 bytes) (Status: - INFORMATIONAL) - -1951 DEFLATE Compressed Data Format Specification version 1.3. P. - Deutsch. May 1996. (Format: TXT=36944, PS=57408 bytes) (Status: - INFORMATIONAL) - -1952 GZIP file format specification version 4.3. P. Deutsch. May 1996. - (Format: TXT=25036, PS=43337 bytes) (Status: INFORMATIONAL) - -1953 Ipsilon Flow Management Protocol Specification for IPv4 Version - 1.0. P. Newman, W. Edwards, R. Hinden, E. Hoffman, F. Ching Liaw, T. - Lyon & G. Minshall. May 1996. (Format: TXT=43749 bytes) (Status: - INFORMATIONAL) - -1954 Transmission of Flow Labelled IPv4 on ATM Data Links Ipsilon - Version 1.0. P. Newman, W. Edwards, R. Hinden, E. Hoffman, F. Ching - Liaw, T. Lyon & G. Minshall. May 1996. (Format: TXT=16075 bytes) - (Status: INFORMATIONAL) - -1955 New Scheme for Internet Routing and Addressing (ENCAPS) for IPNG. - R. Hinden. June 1996. (Format: TXT=10115 bytes) (Status: - INFORMATIONAL) - -1956 Registration in the MIL Domain. D. Engebretson & R. Plzak. June - 1996. (Format: TXT=2923 bytes) (Status: INFORMATIONAL) - -1957 Some Observations on Implementations of the Post Office Protocol - (POP3). R. Nelson. June 1996. (Format: TXT=2325 bytes) (Updates - RFC1939) (Status: INFORMATIONAL) - -1958 Architectural Principles of the Internet. B. Carpenter. June - 1996. (Format: TXT=17345 bytes) (Status: INFORMATIONAL) - -1959 An LDAP URL Format. T. Howes & M. Smith. June 1996. (Format: - TXT=7243 bytes) (Obsoleted by RFC2255) (Status: PROPOSED STANDARD) - -1960 A String Representation of LDAP Search Filters. T. Howes. June - 1996. (Format: TXT=5288 bytes) (Obsoletes RFC1558) (Obsoleted by - RFC2254) (Status: PROPOSED STANDARD) - -1961 GSS-API Authentication Method for SOCKS Version 5. P. McMahon. - June 1996. (Format: TXT=16036 bytes) (Status: PROPOSED STANDARD) - -1962 The PPP Compression Control Protocol (CCP). D. Rand. June 1996. - (Format: TXT=18005 bytes) (Updated by RFC2153) (Status: PROPOSED - STANDARD) - -1963 PPP Serial Data Transport Protocol (SDTP). K. Schneider & S. - Venters. August 1996. (Format: TXT=38185 bytes) (Status: - INFORMATIONAL) - -1964 The Kerberos Version 5 GSS-API Mechanism. J. Linn. June 1996. - (Format: TXT=47413 bytes) (Status: PROPOSED STANDARD) - -1965 Autonomous System Confederations for BGP. P. Traina. June 1996. - (Format: TXT=13575 bytes) (Status: EXPERIMENTAL) - -1966 BGP Route Reflection An alternative to full mesh IBGP. T. Bates & - R. Chandrasekeran. June 1996. (Format: TXT=14320 bytes) (Status: - EXPERIMENTAL) - -1967 PPP LZS-DCP Compression Protocol (LZS-DCP). K. Schneider & R. - Friend. August 1996. (Format: TXT=40039 bytes) (Status: - INFORMATIONAL) - -1968 The PPP Encryption Control Protocol (ECP). G. Meyer. June 1996. - (Format: TXT=20781 bytes) (Status: PROPOSED STANDARD) - -1969 The PPP DES Encryption Protocol (DESE). K. Sklower & G. Meyer. - June 1996. (Format: TXT=20383 bytes) (Obsoleted by RFC2419) (Status: - INFORMATIONAL) - -1970 Neighbor Discovery for IP Version 6 (IPv6). T. Narten, E. - Nordmark & W. Simpson. August 1996. (Format: TXT=197632 bytes) - (Obsoleted by RFC2461) (Status: PROPOSED STANDARD) - -1971 IPv6 Stateless Address Autoconfiguration. S. Thomson & T. Narten. - August 1996. (Format: TXT=56890 bytes) (Obsoleted by RFC2462) - (Status: PROPOSED STANDARD) - -1972 A Method for the Transmission of IPv6 Packets over Ethernet - Networks. M. Crawford. August 1996. (Format: TXT=6353 bytes) - (Obsoleted by RFC2464) (Status: PROPOSED STANDARD) - -1973 PPP in Frame Relay. W. Simpson. June 1996. (Format: TXT=14780 - bytes) (Status: PROPOSED STANDARD) - -1974 PPP Stac LZS Compression Protocol. R. Friend & W. Simpson. August - 1996. (Format: TXT=45267 bytes) (Status: INFORMATIONAL) - -1975 PPP Magnalink Variable Resource Compression. D. Schremp, J. - Black, J. Weiss. August 1996. (Format: TXT=8655 bytes) (Status: - INFORMATIONAL) - -1976 PPP for Data Compression in Data Circuit-Terminating Equipment - (DCE). K. Schneider & S. Venters. August 1996. (Format: TXT=19781 - bytes) (Status: INFORMATIONAL) - -1977 PPP BSD Compression Protocol. V. Schryver. August 1996. (Format: - TXT=50747 bytes) (Status: INFORMATIONAL) - -1978 PPP Predictor Compression Protocol. D. Rand. August 1996. - (Format: TXT=17424 bytes) (Status: INFORMATIONAL) - -1979 PPP Deflate Protocol. J. Woods. August 1996. (Format: TXT=18803 - bytes) (Status: INFORMATIONAL) - -1980 A Proposed Extension to HTML : Client-Side Image Maps. J. - Seidman. August 1996. (Format: TXT=13448 bytes) (Status: - INFORMATIONAL) - -1981 Path MTU Discovery for IP version 6. J. McCann, S. Deering & J. - Mogul. August 1996. (Format: TXT=34088 bytes) (Status: PROPOSED - STANDARD) - -1982 Serial Number Arithmetic. R. Elz & R. Bush. August 1996. (Format: - TXT=14440 bytes) (Updates RFC1034, RFC1035) (Status: PROPOSED - STANDARD) - -1983 Internet Users' Glossary. G. Malkin. August 1996. (Format: - TXT=123008 bytes) (Obsoletes RFC1392) (Also FYI0018) (Status: - INFORMATIONAL) - -1984 IAB and IESG Statement on Cryptographic Technology and the - Internet. IAB & IESG. August 1996. (Format: TXT=10738 bytes) (Status: - INFORMATIONAL) - -1985 SMTP Service Extension for Remote Message Queue Starting. J. De - Winter. August 1996. (Format: TXT=14815 bytes) (Status: PROPOSED - STANDARD) - -1986 Experiments with a Simple File Transfer Protocol for Radio Links - using Enhanced Trivial File Transfer Protocol (ETFTP). W. Polites, W. - Wollman, D. Woo & R. Langan. August 1996. (Format: TXT=49772 bytes) - (Status: EXPERIMENTAL) - -1987 Ipsilon's General Switch Management Protocol Specification - Version 1.1. P. Newman, W. Edwards, R. Hinden, E. Hoffman, F. Ching - Liaw, T. Lyon & G. Minshall. August 1996. (Format: TXT=105821 bytes) - (Updated by RFC2297) (Status: INFORMATIONAL) - -1988 Conditional Grant of Rights to Specific Hewlett-Packard Patents - In Conjunction With the Internet Engineering Task Force's - Internet-Standard Network Management Framework. G. McAnally, D. - Gilbert & J. Flick. August 1996. (Format: TXT=3821 bytes) (Status: - INFORMATIONAL) - -1989 PPP Link Quality Monitoring. W. Simpson. August 1996. (Format: - TXT=29289 bytes) (Obsoletes RFC1333) (Status: DRAFT STANDARD) - -1990 The PPP Multilink Protocol (MP). K. Sklower, B. Lloyd, G. - McGregor, D. Carr & T. Coradetti. August 1996. (Format: TXT=53271 - bytes) (Obsoletes RFC1717) (Status: DRAFT STANDARD) - -1991 PGP Message Exchange Formats. D. Atkins, W. Stallings & P. - Zimmermann. August 1996. (Format: TXT=46255 bytes) (Status: - INFORMATIONAL) - -1992 The Nimrod Routing Architecture. I. Castineyra, N. Chiappa, M. - Steenstrup. August 1996. (Format: TXT=59848 bytes) (Status: - INFORMATIONAL) - -1993 PPP Gandalf FZA Compression Protocol. A. Barbir, D. Carr & W. - Simpson. August 1996. (Format: TXT=9811 bytes) (Status: - INFORMATIONAL) - -1994 PPP Challenge Handshake Authentication Protocol (CHAP). W. - Simpson. August 1996. (Format: TXT=24094 bytes) (Obsoletes RFC1334) - (Updated by RFC2484) (Status: DRAFT STANDARD) - -1995 Incremental Zone Transfer in DNS. M. Ohta. August 1996. (Format: - TXT=16810 bytes) (Updates RFC1035) (Status: PROPOSED STANDARD) - -1996 A Mechanism for Prompt Notification of Zone Changes (DNS NOTIFY). - P. Vixie. August 1996. (Format: TXT=15247 bytes) (Updates RFC1035) - (Status: PROPOSED STANDARD) - -1997 BGP Communities Attribute. R. Chandra, P. Traina & T. Li. August - 1996. (Format: TXT=8275 bytes) (Status: PROPOSED STANDARD) - -1998 An Application of the BGP Community Attribute in Multi-home - Routing. E. Chen & T. Bates. August 1996. (Format: TXT=16953 bytes) - (Status: INFORMATIONAL) - -1999 Request for Comments Summary RFC Numbers 1900-1999. J. Elliott. - January 1997. (Format: TXT=39819 bytes) (Status: INFORMATIONAL) - -2000 Internet Official Protocol Standards. J. Postel, Editor. February - 1997. (Format: TXT=121356 bytes) (Obsoletes RFC1920, 1880, 1800, - 1780, 1720, 1610, 1600, 1540, 1500, 1410, 1360, 1280, 1250, 1200, - 1140, 1130, 1100, 1083) (Obsoleted by RFC2200, RFC2300, RFC2400) - (Also STD0001) (Status: HISTORIC) - -2001 TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast - Recovery Algorithms. W. Stevens. January 1997. (Format: TXT=12981 - bytes) (Obsoleted by RFC2581) (Status: PROPOSED STANDARD) - -2002 IP Mobility Support. C. Perkins. October 1996. (Format: - TXT=193103 bytes) (Updated by RFC2290) (Status: PROPOSED STANDARD) - -2003 IP Encapsulation within IP. C. Perkins. October 1996. (Format: - TXT=30291 bytes) (Status: PROPOSED STANDARD) - -2004 Minimal Encapsulation within IP. C. Perkins. October 1996. - (Format: TXT=12202 bytes) (Status: PROPOSED STANDARD) - -2005 Applicability Statement for IP Mobility Support. J. Solomon. - October 1996. (Format: TXT=10509 bytes) (Status: PROPOSED STANDARD) - -2006 The Definitions of Managed Objects for IP Mobility Support using - SMIv2. D. Cong, M. Hamlen, C. Perkins. October 1996. (Format: - TXT=95030 bytes) (Status: PROPOSED STANDARD) - -2007 Catalogue of Network Training Materials. J. Foster, M. Isaacs & - M. Prior. October 1996. (Format: TXT=78941 bytes) (Also FYI0029) - (Status: INFORMATIONAL) - -2008 Implications of Various Address Allocation Policies for Internet - Routing. Y. Rekhter, T. Li. October 1996. (Format: TXT=34717 bytes) - (Also BCP0007) (Status: BEST CURRENT PRACTICE) - -2009 GPS-Based Addressing and Routing. T. Imielinski, J. Navas. - November 1996. (Format: TXT=66229 bytes) (Status: EXPERIMENTAL) - -2010 Operational Criteria for Root Name Servers. B. Manning, P. Vixie. - October 1996. (Format: TXT=14870 bytes) (Status: INFORMATIONAL) - -2011 SNMPv2 Management Information Base for the Internet Protocol - using SMIv2. K. McCloghrie. November 1996. (Format: TXT=31168 bytes) - (Updates RFC1213) (Status: PROPOSED STANDARD) - -2012 SNMPv2 Management Information Base for the Transmission Control - Protocol using SMIv2. K. McCloghrie. November 1996. (Format: - TXT=16792 bytes) (Updates RFC1213) (Status: PROPOSED STANDARD) - -2013 SNMPv2 Management Information Base for the User Datagram Protocol - using SMIv2. K. McCloghrie. November 1996. (Format: TXT=9333 bytes) - (Updates RFC1213) (Status: PROPOSED STANDARD) - -2014 IRTF Research Group Guidelines and Procedures. A. Weinrib, J. - Postel. October 1996. (Format: TXT=27507 bytes) (Also BCP0008) - (Status: BEST CURRENT PRACTICE) - -2015 MIME Security with Pretty Good Privacy (PGP). M. Elkins. October - 1996. (Format: TXT=14223 bytes) (Status: PROPOSED STANDARD) - -2016 Uniform Resource Agents (URAs). L. Daigle, P. Deutsch, B. Heelan, - C. Alpaugh, M. Maclachlan. October 1996. (Format: TXT=38355 bytes) - (Status: EXPERIMENTAL) - -2017 Definition of the URL MIME External-Body Access-Type. N. Freed, - K. Moore, A. Cargille. October 1996. (Format: TXT=9000 bytes) - (Status: PROPOSED STANDARD) - -2018 TCP Selective Acknowledgement Options. M. Mathis, J. Mahdavi, S. - Floyd, A. Romanow. October 1996. (Format: TXT=25671 bytes) (Obsoletes - RFC1072) (Status: PROPOSED STANDARD) - -2019 Transmission of IPv6 Packets Over FDDI. M. Crawford. October - 1996. (Format: TXT=12344 bytes) (Obsoleted by RFC2467) (Status: - PROPOSED STANDARD) - -2020 IEEE 802.12 Interface MIB. J. Flick. October 1996. (Format: - TXT=72135 bytes) (Status: PROPOSED STANDARD) - -2021 Remote Network Monitoring Management Information Base Version 2 - using SMIv2. S. Waldbusser. January 1997. (Format: TXT=262223 bytes) - (Status: PROPOSED STANDARD) - -2022 Support for Multicast over UNI 3.0/3.1 based ATM Networks. G. - Armitage. November 1996. (Format: TXT=189219 bytes) (Status: PROPOSED - STANDARD) - -2023 IP Version 6 over PPP. D. Haskin, E. Allen. October 1996. - (Format: TXT=20275 bytes) (Obsoleted by RFC2472) (Status: PROPOSED - STANDARD) - -2024 Definitions of Managed Objects for Data Link Switching using - SMIv2. D. Chen, P. Gayek, S. Nix. October 1996. (Format: TXT=173952 - bytes) (Status: PROPOSED STANDARD) - -2025 The Simple Public-Key GSS-API Mechanism (SPKM). C. Adams. October - 1996. (Format: TXT=101692 bytes) (Status: PROPOSED STANDARD) - -2026 The Internet Standards Process -- Revision 3. S. Bradner. October - 1996. (Format: TXT=86731 bytes) (Obsoletes RFC1602) (Also BCP0009) - (Status: BEST CURRENT PRACTICE) - -2027 IAB and IESG Selection, Confirmation, and Recall Process: - Operation of the Nominating and Recall Committees. J. Galvin. October - 1996. (Format: TXT=24207 bytes) (Obsoleted by BCP0010, RFC2282) (Also - BCP0010) (Status: BEST CURRENT PRACTICE) - -2028 The Organizations Involved in the IETF Standards Process. R. - Hovey, S. Bradner. October 1996. (Format: TXT=13865 bytes) (Also - BCP0011) (Status: BEST CURRENT PRACTICE) - -2029 RTP Payload Format of Sun's CellB Video Encoding. M. Speer, D. - Hoffman. October 1996. (Format: TXT=11216 bytes) (Status: PROPOSED - STANDARD) - -2030 Simple Network Time Protocol (SNTP) Version 4 for IPv4, IPv6 and - OSI. D. Mills. October 1996. (Format: TXT=48620 bytes) (Obsoletes - RFC1769) (Status: INFORMATIONAL) - -2031 IETF-ISOC relationship. E. Huizer. October 1996. (Format: - TXT=8816 bytes) (Status: INFORMATIONAL) - -2032 RTP Payload Format for H.261 Video Streams. T. Turletti, C. - Huitema. October 1996. (Format: TXT=27488 bytes) (Status: PROPOSED - STANDARD) - -2033 Local Mail Transfer Protocol. J. Myers. October 1996. (Format: - TXT=14711 bytes) (Status: INFORMATIONAL) - -2034 SMTP Service Extension for Returning Enhanced Error Codes. N. - Freed. October 1996. (Format: TXT=10460 bytes) (Status: PROPOSED - STANDARD) - -2035 RTP Payload Format for JPEG-compressed Video. L. Berc, W. Fenner, - R. Frederick, S. McCanne. October 1996. (Format: TXT=30079 bytes) - (Obsoleted by RFC2435) (Status: PROPOSED STANDARD) - -2036 Observations on the use of Components of the Class A Address - Space within the Internet. G. Huston. October 1996. (Format: - TXT=20743 bytes) (Status: INFORMATIONAL) - -2037 Entity MIB using SMIv2. K. McCloghrie, A. Bierman. October 1996. - (Format: TXT=74362 bytes) (Obsoleted by RFC 2737) (Status: PROPOSED - STANDARD) - -2038 RTP Payload Format for MPEG1/MPEG2 Video. D. Hoffman, G. - Fernando, V. Goyal. October 1996. (Format: TXT=23266 bytes) - (Obsoleted by RFC2250) (Status: PROPOSED STANDARD) - -2039 Applicability of Standards Track MIBs to Management of World Wide - Web Servers. C. Kalbfleisch. November 1996. (Format: TXT=31966 bytes) - (Status: INFORMATIONAL) - -2040 The RC5, RC5-CBC, RC5-CBC-Pad, and RC5-CTS Algorithms. R. - Baldwin, R. Rivest. October 1996. (Format: TXT=54598 bytes) (Status: - INFORMATIONAL) - -2041 Mobile Network Tracing. B. Noble, G. Nguyen, M. Satyanarayanan, - R. Katz. December 1996. (Format: TXT=64688 bytes) (Status: - INFORMATIONAL) - -2042 Registering New BGP Attribute Types. B. Manning. January 1997. - (Format: TXT=4001 bytes) (Status: INFORMATIONAL) - -2043 The PPP SNA Control Protocol (SNACP). A. Fuqua. October 1996. - (Format: TXT=13719 bytes) (Status: PROPOSED STANDARD) - -2044 UTF-8, a transformation format of Unicode and ISO 10646. F. - Yergeau. October 1996. (Format: TXT=11932 bytes) (Obsoleted by - RFC2279) (Status: INFORMATIONAL) - -2045 Multipurpose Internet Mail Extensions (MIME) Part One: Format of - Internet Message Bodies. N. Freed & N. Borenstein. November 1996. - (Format: TXT=72932 bytes) (Obsoletes RFC1521, RFC1522, RFC1590) - (Updated by RFC2184, RFC2231) (Status: DRAFT STANDARD) - -2046 Multipurpose Internet Mail Extensions (MIME) Part Two: Media - Types. N. Freed & N. Borenstein. November 1996. (Format: TXT=105854 - bytes) (Obsoletes RFC1521, RFC1522, RFC1590) (Updated by RFC2646) - (Status: DRAFT STANDARD) - -2047 MIME (Multipurpose Internet Mail Extensions) Part Three: Message - Header Extensions for Non-ASCII Text. K. Moore. November 1996. - (Format: TXT=33262 bytes) (Obsoletes RFC1521, RFC1522, RFC1590) - (Updated by RFC2184, RFC2231) (Status: DRAFT STANDARD) - -2048 Multipurpose Internet Mail Extensions (MIME) Part Four: - Registration Procedures. N. Freed, J. Klensin & J. Postel. November - 1996. (Format: TXT=45033 bytes) (Obsoletes RFC1521, RFC1522, RFC1590) - (Also BCP0013) (Status: BEST CURRENT PRACTICE) - -2049 Multipurpose Internet Mail Extensions (MIME) Part Five: - Conformance Criteria and Examples. N. Freed & N. Borenstein. November - 1996. (Format: TXT=51207 bytes) (Obsoletes RFC1521, RFC1522, RFC1590) - (Status: DRAFT STANDARD) - -2050 Internet Registry IP Allocation Guidelines. K. Hubbard, M. - Kosters, D. Conrad, D. Karrenberg, J. Postel. November 1996. (Format: - TXT=28975 bytes) (Obsoletes RFC1466) (Also BCP0012) (Status: BEST - CURRENT PRACTICE) - -2051 Definitions of Managed Objects for APPC using SMIv2. M. Allen, B. - Clouston, Z. Kielczewski, W. Kwan, B. Moore. October 1996. (Format: - TXT=239359 bytes) (Status: PROPOSED STANDARD) - -2052 A DNS RR for specifying the location of services (DNS SRV). A. - Gulbrandsen, P. Vixie. October 1996. (Format: TXT=19257 bytes) - (Status: EXPERIMENTAL) - -2053 The AM (Armenia) Domain. E. Der-Danieliantz. October 1996. - (Format: TXT=4128 bytes) (Status: INFORMATIONAL) - -2054 WebNFS Client Specification. B. Callaghan. October 1996. (Format: - TXT=36354 bytes) (Status: INFORMATIONAL) - -2055 WebNFS Server Specification. B. Callaghan. October 1996. (Format: - TXT=20498 bytes) (Status: INFORMATIONAL) - -2056 Uniform Resource Locators for Z39.50. R. Denenberg, J. Kunze, D. - Lynch. November 1996. (Format: TXT=14204 bytes) (Status: PROPOSED - STANDARD) - -2057 Source Directed Access Control on the Internet. S. Bradner. - November 1996. (Format: TXT=56664 bytes) (Status: INFORMATIONAL) - -2058 Remote Authentication Dial In User Service (RADIUS). C. Rigney, - A. Rubens, W. Simpson, S. Willens. January 1997. (Format: TXT=118880 - bytes) (Obsoleted by RFC2138) (Status: PROPOSED STANDARD) - -2059 RADIUS Accounting. C. Rigney. January 1997. (Format: TXT=44237 - bytes) (Obsoleted by RFC2139) (Status: INFORMATIONAL) - -2060 Internet Message Access Protocol - Version 4rev1. M. Crispin. - December 1996. (Format: TXT=166513 bytes) (Obsoletes RFC1730) - (Status: PROPOSED STANDARD) - -2061 IMAP4 Compatibility with IMAP2bis. M. Crispin. December 1996. - (Format: TXT=5867 bytes) (Obsoletes RFC1730) (Status: INFORMATIONAL) - -2062 Internet Message Access Protocol - Obsolete Syntax. M. Crispin. - December 1996. (Format: TXT=14222 bytes) (Status: PROPOSED STANDARD) - -2063 Traffic Flow Measurement: Architecture. N. Brownlee, C. Mills, G. - Ruth. January 1997. (Format: TXT=89092 bytes) (Status: EXPERIMENTAL) - -2064 Traffic Flow Measurement: Meter MIB. N. Brownlee. January 1997. - (Format: TXT=67520 bytes) (Obsoleted by RFC2720) (Status: - EXPERIMENTAL) - -2065 Domain Name System Security Extensions. D. Eastlake, 3rd, C. - Kaufman. January 1997. (Format: TXT=97718 bytes) (Obsoleted by - RFC2535) (Updates RFC1034, RFC1035) (Status: PROPOSED STANDARD) - -2066 TELNET CHARSET Option. R. Gellens. January 1997. (Format: - TXT=26088 bytes) (Status: EXPERIMENTAL) - -2067 IP over HIPPI. J. Renwick. January 1997. (Format: TXT=66702 - bytes) (Status: DRAFT STANDARD) - -2068 Hypertext Transfer Protocol -- HTTP/1.1. R. Fielding, J. Gettys, - J. Mogul, H. Frystyk, T. Berners-Lee. January 1997. (Format: - TXT=378114 bytes) (Obsoleted by RFC2616) (Status: PROPOSED STANDARD) - -2069 An Extension to HTTP : Digest Access Authentication. J. Franks, - P. Hallam-Baker, J. Hostetler, P. Leach, A. Luotonen, E. Sink, L. - Stewart. January 1997. (Format: TXT=41733 bytes) (Obsoleted by - RFC2617) (Status: PROPOSED STANDARD) - -2070 Internationalization of the Hypertext Markup Language. F. - Yergeau, G. Nicol, G. Adams, M. Duerst. January 1997. (Format: - TXT=91887 bytes) (Status: PROPOSED STANDARD) - -2071 Network Renumbering Overview: Why would I want it and what is it - anyway?. P. Ferguson, H. Berkowitz. January 1997. (Format: TXT=33218 - bytes) (Status: INFORMATIONAL) - -2072 Router Renumbering Guide. H. Berkowitz. January 1997. (Format: - TXT=110591 bytes) (Status: INFORMATIONAL) - -2073 An IPv6 Provider-Based Unicast Address Format. Y. Rekhter, P. - Lothberg, R. Hinden, S. Deering, J. Postel. January 1997. (Format: - TXT=15549 bytes) (Obsoleted by RFC2374) (Status: PROPOSED STANDARD) - -2074 Remote Network Monitoring MIB Protocol Identifiers. A. Bierman, - R. Iddon. January 1997. (Format: TXT=81262 bytes) (Status: PROPOSED - STANDARD) - -2075 IP Echo Host Service. C. Partridge. January 1997. (Format: - TXT=12536 bytes) (Status: EXPERIMENTAL) - -2076 Common Internet Message Headers. J. Palme. February 1997. - (Format: TXT=47639 bytes) (Status: INFORMATIONAL) - -2077 The Model Primary Content Type for Multipurpose Internet Mail - Extensions. S. Nelson, C. Parks, Mitra. January 1997. (Format: - TXT=30158 bytes) (Status: PROPOSED STANDARD) - -2078 Generic Security Service Application Program Interface, Version - 2. J. Linn. January 1997. (Format: TXT=185990 bytes) (Obsoletes - RFC1508) (Obsoleted by RFC2743) (Status: PROPOSED STANDARD) - -2079 Definition of an X.500 Attribute Type and an Object Class to Hold - Uniform Resource Identifiers (URIs). M. Smith. January 1997. (Format: - TXT=8757 bytes) (Status: PROPOSED STANDARD) - -2080 RIPng for IPv6. G. Malkin, R. Minnear. January 1997. (Format: - TXT=47534 bytes) (Status: PROPOSED STANDARD) - -2081 RIPng Protocol Applicability Statement. G. Malkin. January 1997. - (Format: TXT=6821 bytes) (Status: INFORMATIONAL) - -2082 RIP-2 MD5 Authentication. F. Baker, R. Atkinson. January 1997. - (Format: TXT=25436 bytes) (Status: PROPOSED STANDARD) - -2083 PNG (Portable Network Graphics) Specification Version 1.0. T. - Boutell. January 1997. (Format: TXT=242528 bytes) (Status: - INFORMATIONAL) - -2084 Considerations for Web Transaction Security. G. Bossert, S. - Cooper, W. Drummond. January 1997. (Format: TXT=9022 bytes) (Status: - INFORMATIONAL) - -2085 HMAC-MD5 IP Authentication with Replay Prevention. M. Oehler, R. - Glenn. February 1997. (Format: TXT=13399 bytes) (Status: PROPOSED - STANDARD) - -2086 IMAP4 ACL extension. J. Myers. January 1997. (Format: TXT=13925 - bytes) (Status: PROPOSED STANDARD) - -2087 IMAP4 QUOTA extension. J. Myers. January 1997. (Format: TXT=8542 - bytes) (Status: PROPOSED STANDARD) - -2088 IMAP4 non-synchronizing literals. J. Myers. January 1997. - (Format: TXT=4052 bytes) (Status: PROPOSED STANDARD) - -2089 V2ToV1 Mapping SNMPv2 onto SNMPv1 within a bi-lingual SNMP agent. - B. Wijnen, D. Levi. January 1997. (Format: TXT=23814 bytes) (Status: - INFORMATIONAL) - -2090 TFTP Multicast Option. A. Emberson. February 1997. (Format: - TXT=11857 bytes) (Status: EXPERIMENTAL) - -2091 Triggered Extensions to RIP to Support Demand Circuits. G. Meyer, - S. Sherry. January 1997. (Format: TXT=44835 bytes) (Status: PROPOSED - STANDARD) - -2092 Protocol Analysis for Triggered RIP. S. Sherry, G. Meyer. January - 1997. (Format: TXT=10865 bytes) (Status: INFORMATIONAL) - -2093 Group Key Management Protocol (GKMP) Specification. H. Harney, C. - Muckenhirn. July 1997. (Format: TXT=48678 bytes) (Status: - EXPERIMENTAL) - -2094 Group Key Management Protocol (GKMP) Architecture. H. Harney, C. - Muckenhirn. July 1997. (Format: TXT=53097 bytes) (Status: - EXPERIMENTAL) - -2095 IMAP/POP AUTHorize Extension for Simple Challenge/Response. J. - Klensin, R. Catoe, P. Krumviede. January 1997. (Format: TXT=10446 - bytes) (Obsoleted by RFC2195) (Status: PROPOSED STANDARD) - -2096 IP Forwarding Table MIB. F. Baker. January 1997. (Format: - TXT=35930 bytes) (Obsoletes RFC1354) (Status: PROPOSED STANDARD) - -2097 The PPP NetBIOS Frames Control Protocol (NBFCP). G. Pall. January - 1997. (Format: TXT=27104 bytes) (Status: PROPOSED STANDARD) - -2098 Toshiba's Router Architecture Extensions for ATM : Overview. Y. - Katsube, K. Nagami, H. Esaki. February 1997. (Format: TXT=43622 - bytes) (Status: INFORMATIONAL) - -2099 Request for Comments Summary RFC Numbers 2000-2099. J. Elliott. - March 1997. (Format: TXT=40763 bytes) (Status: INFORMATIONAL) - -2100 The Naming of Hosts. J. Ashworth. April 1997. (Format: TXT=4077 - bytes) (Status: INFORMATIONAL) - -2101 IPv4 Address Behaviour Today. B. Carpenter, J. Crowcroft, Y. - Rekhter. February 1997. (Format: TXT=31407 bytes) (Status: - INFORMATIONAL) - -2102 Multicast Support for Nimrod : Requirements and Solution - Approaches. R. Ramanathan. February 1997. (Format: TXT=50963 bytes) - (Status: INFORMATIONAL) - -2103 Mobility Support for Nimrod : Challenges and Solution Approaches. - R. Ramanathan. February 1997. (Format: TXT=41352 bytes) (Status: - INFORMATIONAL) - -2104 HMAC: Keyed-Hashing for Message Authentication. H. Krawczyk, M. - Bellare, R. Canetti. February 1997. (Format: TXT=22297 bytes) - (Status: INFORMATIONAL) - -2105 Cisco Systems' Tag Switching Architecture Overview. Y. Rekhter, - B. Davie, D. Katz, E. Rosen, G. Swallow. February 1997. (Format: - TXT=33013 bytes) (Status: INFORMATIONAL) - -2106 Data Link Switching Remote Access Protocol. S. Chiang, J. Lee, H. - Yasuda. February 1997. (Format: TXT=40819 bytes) (Obsoleted by - RFC2114) (Status: INFORMATIONAL) - -2107 Ascend Tunnel Management Protocol - ATMP. K. Hamzeh. February - 1997. (Format: TXT=44300 bytes) (Status: INFORMATIONAL) - -2108 Definitions of Managed Objects for IEEE 802.3 Repeater Devices - using SMIv2. K. de Graaf, D. Romascanu, D. McMaster, K. McCloghrie. - February 1997. (Format: TXT=166336 bytes) (Obsoletes RFC1516) - (Status: PROPOSED STANDARD) - -2109 HTTP State Management Mechanism. D. Kristol, L. Montulli. - February 1997. (Format: TXT=43469 bytes) (Status: PROPOSED STANDARD) - -2110 MIME E-mail Encapsulation of Aggregate Documents, such as HTML - (MHTML). J. Palme, A. Hopmann. March 1997. (Format: TXT=41961 bytes) - (Obsoleted by RFC2557) (Status: PROPOSED STANDARD) - -2111 Content-ID and Message-ID Uniform Resource Locators. E. Levinson. - February 1997. (Format: TXT=9099 bytes) (Obsoleted by RFC2392) - (Status: PROPOSED STANDARD) - -2112 The MIME Multipart/Related Content-type. E. Levinson. February - 1997. (Format: TXT=17052 bytes) (Obsoletes RFC1872) (Obsoleted by - RFC2387) (Status: PROPOSED STANDARD) - -2113 IP Router Alert Option. D. Katz. February 1997. (Format: TXT=7924 - bytes) (Status: PROPOSED STANDARD) - -2114 Data Link Switching Client Access Protocol. S. Chiang, J. Lee, H. - Yasuda. February 1997. (Format: TXT=50872 bytes) (Obsoletes RFC2106) - (Status: INFORMATIONAL) - -2115 Management Information Base for Frame Relay DTEs Using SMIv2. C. - Brown, F. Baker. September 1997. (Format: TXT=59950 bytes) (Obsoletes - RFC1315) (Status: DRAFT STANDARD) - -2116 X.500 Implementations Catalog-96. C. Apple, K. Rossen. April - 1997. (Format: TXT=243994 bytes) (Obsoletes RFC1632) (Also FYI0011) - (Status: INFORMATIONAL) - -2117 Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol - Specification. D. Estrin, D. Farinacci, A. Helmy, D. Thaler, S. - Deering, M. Handley, V. Jacobson, C. Liu, P. Sharma, L. Wei. June - 1997. (Format: TXT=151886 bytes) (Obsoleted by RFC2362) (Status: - EXPERIMENTAL) - -2118 Microsoft Point-To-Point Compression (MPPC) Protocol. G. Pall. - March 1997. (Format: TXT=17443 bytes) (Status: INFORMATIONAL) - -2119 Key words for use in RFCs to Indicate Requirement Levels. S. - Bradner. March 1997. (Format: TXT=4723 bytes) (Also BCP0014) (Status: - BEST CURRENT PRACTICE) - -2120 Managing the X.500 Root Naming Context. D. Chadwick. March 1997. - (Format: TXT=30773 bytes) (Status: EXPERIMENTAL) - -2121 Issues affecting MARS Cluster Size. G. Armitage. March 1997. - (Format: TXT=26781 bytes) (Status: INFORMATIONAL) - -2122 VEMMI URL Specification. D. Mavrakis, H. Layec, K. Kartmann. - March 1997. (Format: TXT=25043 bytes) (Status: PROPOSED STANDARD) - -2123 Traffic Flow Measurement: Experiences with NeTraMet. N. Brownlee. - March 1997. (Format: TXT=81874 bytes) (Status: INFORMATIONAL) - -2124 Cabletron's Light-weight Flow Admission Protocol Specification - Version 1.0. P. Amsden, J. Amweg, P. Calato, S. Bensley, G. Lyons. - March 1997. (Format: TXT=47912 bytes) (Status: INFORMATIONAL) - -2125 The PPP Bandwidth Allocation Protocol (BAP) / The PPP Bandwidth - Allocation Control Protocol (BACP). C. Richards, K. Smith. March - 1997. (Format: TXT=49213 bytes) (Status: PROPOSED STANDARD) - -2126 ISO Transport Service on top of TCP (ITOT). Y. Pouffary, A. - Young. March 1997. (Format: TXT=51032 bytes) (Updates RFC1006) - (Status: PROPOSED STANDARD) - -2127 ISDN Management Information Base using SMIv2. G. Roeck. March - 1997. (Format: TXT=95994 bytes) (Status: PROPOSED STANDARD) - -2128 Dial Control Management Information Base using SMIv2. G. Roeck. - March 1997. (Format: TXT=66153 bytes) (Status: PROPOSED STANDARD) - -2129 Toshiba's Flow Attribute Notification Protocol (FANP) - Specification. K. Nagami, Y. Katsube, Y. Shobatake, A. Mogi, S. - Matsuzawa, T. Jinmei, H. Esaki. April 1997. (Format: TXT=41137 bytes) - (Status: INFORMATIONAL) - -2130 The Report of the IAB Character Set Workshop held 29 February - 1 - March, 1996. C. Weider, C. Preston, K. Simonsen, H. Alvestrand, R. - Atkinson, M. Crispin, P. Svanberg. April 1997. (Format: TXT=63443 - bytes) (Status: INFORMATIONAL) - -2131 Dynamic Host Configuration Protocol. R. Droms. March 1997. - (Format: TXT=113738 bytes) (Obsoletes RFC1541) (Status: DRAFT - STANDARD) - -2132 DHCP Options and BOOTP Vendor Extensions. S. Alexander, R. Droms. - March 1997. (Format: TXT=63670 bytes) (Obsoletes RFC1533) (Status: - DRAFT STANDARD) - -2133 Basic Socket Interface Extensions for IPv6. R. Gilligan, S. - Thomson, J. Bound, W. Stevens. April 1997. (Format: TXT=69737 bytes) - (Obsoleted by RFC2553) (Status: INFORMATIONAL) - -2134 Articles of Incorporation of Internet Society. ISOC Board of - Trustees. April 1997. (Format: TXT=9131 bytes) (Status: - INFORMATIONAL) - -2135 Internet Society By-Laws. ISOC Board of Trustees. April 1997. - (Format: TXT=20467 bytes) (Status: INFORMATIONAL) - -2136 Dynamic Updates in the Domain Name System (DNS UPDATE). P. Vixie, - Ed., S. Thomson, Y. Rekhter, J. Bound. April 1997. (Format: TXT=56354 - bytes) (Updates RFC1035) (Status: PROPOSED STANDARD) - -2137 Secure Domain Name System Dynamic Update. D. Eastlake. April - 1997. (Format: TXT=24824 bytes) (Updates RFC1035) (Status: PROPOSED - STANDARD) - -2138 Remote Authentication Dial In User Service (RADIUS). C. Rigney, - A. Rubens, W. Simpson, S. Willens. April 1997. (Format: TXT=120407 - bytes) (Obsoletes RFC2058) (Status: PROPOSED STANDARD) - -2139 RADIUS Accounting. C. Rigney. April 1997. (Format: TXT=44919 - bytes) (Obsoletes RFC2059) (Status: INFORMATIONAL) - -2140 TCP Control Block Interdependence. J. Touch. April 1997. (Format: - TXT=26032 bytes) (Status: INFORMATIONAL) - -2141 URN Syntax. R. Moats. May 1997. (Format: TXT=14077 bytes) - (Status: PROPOSED STANDARD) - -2142 Mailbox Names for Common Services, Roles and Functions. D. - Crocker. May 1997. (Format: TXT=12195 bytes) (Status: PROPOSED - STANDARD) - -2143 Encapsulating IP with the Small Computer System Interface. B. - Elliston. May 1997. (Format: TXT=10749 bytes) (Status: EXPERIMENTAL) - -2144 The CAST-128 Encryption Algorithm. C. Adams. May 1997. (Format: - TXT=37532 bytes) (Status: INFORMATIONAL) - -2145 Use and Interpretation of HTTP Version Numbers. J. C. Mogul, R. - Fielding, J. Gettys, H. Frystyk. May 1997. (Format: TXT=13659 bytes) - (Status: INFORMATIONAL) - -2146 U.S. Government Internet Domain Names. Federal Networking - Council. May 1997. (Format: TXT=26564 bytes) (Obsoletes RFC1816) - (Status: INFORMATIONAL) - -2147 TCP and UDP over IPv6 Jumbograms. D. Borman. May 1997. (Format: - TXT=1883 bytes) (Obsoleted by RFC2675) (Status: PROPOSED STANDARD) - -2148 Deployment of the Internet White Pages Service. H. Alvestrand, P. - Jurg. September 1997. (Format: TXT=31539 bytes) (Also BCP0015) - (Status: BEST CURRENT PRACTICE) - -2149 Multicast Server Architectures for MARS-based ATM multicasting. - R. Talpade, M. Ammar. May 1997. (Format: TXT=42007 bytes) (Status: - INFORMATIONAL) - -2150 Humanities and Arts: Sharing Center Stage on the Internet. J. - Max, W. Stickle. October 1997. (Format: TXT=154037 bytes) (Also - FYI0031) (Status: INFORMATIONAL) - -2151 A Primer On Internet and TCP/IP Tools and Utilities. G. Kessler, - S. Shepard. June 1997. (Format: TXT=114130 bytes) (Obsoletes RFC1739) - (Also FYI0030) (Status: INFORMATIONAL) - -2152 UTF-7 A Mail-Safe Transformation Format of Unicode. D. Goldsmith, - M. Davis. May 1997. (Format: TXT=28065 bytes) (Obsoletes RFC1642) - (Status: INFORMATIONAL) - -2153 PPP Vendor Extensions. W. Simpson. May 1997. (Format: TXT=10780 - bytes) (Updates RFC1661, RFC1962) (Status: INFORMATIONAL) - -2154 OSPF with Digital Signatures. S. Murphy, M. Badger, B. - Wellington. June 1997. (Format: TXT=72701 bytes) (Status: - EXPERIMENTAL) - -2155 Definitions of Managed Objects for APPN using SMIv2. B. Clouston, - B. Moore. June 1997. (Format: TXT=213809 bytes) (Obsoleted by - RFC2455) (Status: PROPOSED STANDARD) - -2156 MIXER (Mime Internet X.400 Enhanced Relay): Mapping between X.400 - and RFC 822/MIME. S. Kille. January 1998. (Format: TXT=280385 bytes) - (Obsoletes RFC0987, RFC1026, RFC1138, RFC1148, RFC1327, RFC1495) - (Updates RFC0822) (Status: PROPOSED STANDARD) - -2157 Mapping between X.400 and RFC-822/MIME Message Bodies. H. - Alvestrand. January 1998. (Format: TXT=92554 bytes) (Status: PROPOSED - STANDARD) - -2158 X.400 Image Body Parts. H. Alvestrand. January 1998. (Format: - TXT=5547 bytes) (Status: PROPOSED STANDARD) - -2159 A MIME Body Part for FAX. H. Alvestrand. January 1998. (Format: - TXT=11471 bytes) (Status: PROPOSED STANDARD) - -2160 Carrying PostScript in X.400 and MIME. H. Alvestrand. January - 1998. (Format: TXT=7059 bytes) (Status: PROPOSED STANDARD) - -2161 A MIME Body Part for ODA. H. Alvestrand. January 1998. (Format: - TXT=8009 bytes) (Status: EXPERIMENTAL) - -2162 MaXIM-11 - Mapping between X.400 / Internet mail and Mail-11 - mail. C. Allocchio. January 1998. (Format: TXT=58553 bytes) - (Obsoletes RFC1405) (Status: EXPERIMENTAL) - -2163 Using the Internet DNS to Distribute MIXER Conformant Global - Address Mapping (MCGAM). C. Allocchio. January 1998. (Format: - TXT=58789 bytes) (Obsoletes RFC1664) (Status: PROPOSED STANDARD) - -2164 Use of an X.500/LDAP directory to support MIXER address mapping. - S. Kille. January 1998. (Format: TXT=16701 bytes) (Obsoletes RFC1838) - (Status: PROPOSED STANDARD) - -2165 Service Location Protocol. J. Veizades, E. Guttman, C. Perkins, - S. Kaplan. June 1997. (Format: TXT=169889 bytes) (Updated by RFC2608, - RFC2609) (Status: PROPOSED STANDARD) - -2166 APPN Implementer's Workshop Closed Pages Document DLSw v2.0 - Enhancements. D. Bryant, P. Brittain. June 1997. (Format: TXT=75527 - bytes) (Status: INFORMATIONAL) - -2167 Referral Whois (RWhois) Protocol V1.5. S. Williamson, M. Kosters, - D. Blacka, J. Singh, K. Zeilstra. June 1997. (Format: TXT=136355 - bytes) (Obsoletes RFC1714) (Status: INFORMATIONAL) - -2168 Resolution of Uniform Resource Identifiers using the Domain Name - System. R. Danie1, M. Mealling. June 1997. (Format: TXT=46528 bytes) - (Status: EXPERIMENTAL) - -2169 A Trivial Convention for using HTTP in URN Resolution. R. Danie1. - June 1997. (Format: TXT=17763 bytes) (Status: EXPERIMENTAL) - -2170 Application REQuested IP over ATM (AREQUIPA). W. Almesberger, J. - Le Boudec, P. Oechslin. June 1997. (Format: TXT=22874 bytes) (Status: - INFORMATIONAL) - -2171 MAPOS - Multiple Access Protocol over SONET/SDH Version 1. K. - Murakami, M. Maruyama. June 1997. (Format: TXT=17480 bytes) (Status: - INFORMATIONAL) - -2172 MAPOS Version 1 Assigned Numbers. M. Maruyama, K. Murakami. June - 1997. (Format: TXT=4857 bytes) (Status: INFORMATIONAL) - -2173 A MAPOS version 1 Extension - Node Switch Protocol. K. Murakami, - M. Maruyama. June 1997. (Format: TXT=12251 bytes) (Status: - INFORMATIONAL) - -2174 A MAPOS version 1 Extension - Switch-Switch Protocol. K. - Murakami, M. Maruyama. June 1997. (Format: TXT=47967 bytes) (Status: - INFORMATIONAL) - -2175 MAPOS 16 - Multiple Access Protocol over SONET/SDH with 16 Bit - Addressing. K. Murakami, M. Maruyama. June 1997. (Format: TXT=11677 - bytes) (Status: INFORMATIONAL) - -2176 IPv4 over MAPOS Version 1. K. Murakami, M. Maruyama. June 1997. - (Format: TXT=12305 bytes) (Status: INFORMATIONAL) - -2177 IMAP4 IDLE command. B. Leiba. June 1997. (Format: TXT=6770 bytes) - (Status: PROPOSED STANDARD) - -2178 OSPF Version 2. J. Moy. July 1997. (Format: TXT=495866 bytes) - (Obsoletes RFC1583) (Obsoleted by RFC2328) (Status: DRAFT STANDARD) - -2179 Network Security For Trade Shows. A. Gwinn. July 1997. (Format: - TXT=20690 bytes) (Status: INFORMATIONAL) - -2180 IMAP4 Multi-Accessed Mailbox Practice. M. Gahrns. July 1997. - (Format: TXT=24750 bytes) (Status: INFORMATIONAL) - -2181 Clarifications to the DNS Specification. R. Elz, R. Bush. July - 1997. (Format: TXT=36989 bytes) (Updates RFC1034, RFC1035, RFC1123) - (Updated by RFC2535) (Status: PROPOSED STANDARD) - -2182 Selection and Operation of Secondary DNS Servers. R. Elz, R. - Bush, S. Bradner, M. Patton. July 1997. (Format: TXT=27456 bytes) - (Also BCP0016) (Status: BEST CURRENT PRACTICE) - -2183 Communicating Presentation Information in Internet Messages: The - Content-Disposition Header Field. R. Troost, S. Dorner, K. Moore. - August 1997. (Format: TXT=23150 bytes) (Updates RFC1806) (Updated by - RFC2184, RFC2231) (Status: PROPOSED STANDARD) - -2184 MIME Parameter Value and Encoded Word Extensions: Character Sets, - Languages, and Continuations. N. Freed, K. Moore. August 1997. - (Format: TXT=17635 bytes) (Obsoleted by RFC2231) (Updates RFC2045, - RFC2047, RFC2183) (Status: PROPOSED STANDARD) - -2185 Routing Aspects of IPv6 Transition. R. Callon, D. Haskin. - September 1997. (Format: TXT=31281 bytes) (Status: INFORMATIONAL) - -2186 Internet Cache Protocol (ICP), version 2. D. Wessels, K. Claffy. - September 1997. (Format: TXT=18808 bytes) (Status: INFORMATIONAL) - -2187 Application of Internet Cache Protocol (ICP), version 2. D. - Wessels, K. Claffy. September 1997. (Format: TXT=51662 bytes) - (Status: INFORMATIONAL) - -2188 AT&T/Neda's Efficient Short Remote Operations (ESRO) Protocol - Specification Version 1.2. M. Banan, M. Taylor, and J. Cheng. - September 1997. (Format: TXT=118374 bytes) (Status: INFORMATIONAL) - -2189 Core Based Trees (CBT version 2) Multicast Routing. A. Ballardie. - September 1997. (Format: TXT=52043 bytes) (Status: EXPERIMENTAL) - -2190 RTP Payload Format for H.263 Video Streams. C. Zhu. September - 1997. (Format: TXT=26409 bytes) (Status: PROPOSED STANDARD) - -2191 VENUS - Very Extensive Non-Unicast Service. G. Armitage. - September 1997. (Format: TXT=31316 bytes) (Status: INFORMATIONAL) - -2192 IMAP URL Scheme. C. Newman. September 1997. (Format: TXT=31426 - bytes) (Status: PROPOSED STANDARD) - -2193 IMAP4 Mailbox Referrals. M. Gahrns. September 1997. (Format: - TXT=16248 bytes) (Status: PROPOSED STANDARD) - -2194 Review of Roaming Implementations. B. Aboba, J. Lu, J. Alsop, J. - Ding, W. Wang. September 1997. (Format: TXT=81533 bytes) (Status: - INFORMATIONAL) - -2195 IMAP/POP AUTHorize Extension for Simple Challenge/Response. J. - Klensin, R. Catoe, P. Krumviede. September 1997. (Format: TXT=10468 - bytes) (Obsoletes RFC2095) (Status: PROPOSED STANDARD) - -2196 Site Security Handbook. B. Fraser. September 1997. (Format: - TXT=191772 bytes) (Obsoletes RFC1244) (Also FYI0008) (Status: - INFORMATIONAL) - -2197 SMTP Service Extension for Command Pipelining. N. Freed. - September 1997. (Format: TXT=15003 bytes) (Obsoletes RFC1854) - (Status: DRAFT STANDARD) - -2198 RTP Payload for Redundant Audio Data. C. Perkins, I. Kouvelas, O. - Hodson, V. Hardman, M. Handley, J.C. Bolot, A. Vega-Garcia, S. - Fosse-Parisis. September 1997. (Format: TXT=25166 bytes) (Status: - PROPOSED STANDARD) - -2199 Request for Comments Summary RFC Numbers 2100-2199. A. Ramos. - January 1998. (Format: TXT=47664 bytes) (Status: INFORMATIONAL) - -2200 Internet Official Protocol Standards. J. Postel. June 1997. - (Format: TXT=94506 bytes) (Obsoletes RFC2000, RFC1920, RFC1880, - RFC1800, RFC1780, RFC1720, RFC1610, RFC1600, RFC1540, RFC1500, - RFC1410, RFC1360, RFC1280, RFC1250, RFC1200, RFC1140, RFC1130, - RFC1100, RFC1083) (Obsoleted by RFC2300, RFC2400, STD0001) (Also - STD0001) (Status: STANDARD) - -2201 Core Based Trees (CBT) Multicast Routing Architecture. A. - Ballardie. September 1997. (Format: TXT=38040 bytes) (Status: - EXPERIMENTAL) - -2202 Test Cases for HMAC-MD5 and HMAC-SHA-1. P. Cheng, R. Glenn. - September 1997. (Format: TXT=11945 bytes) (Status: INFORMATIONAL) - -2203 RPCSEC_GSS Protocol Specification. M. Eisler, A. Chiu, L. Ling. - September 1997. (Format: TXT=50937 bytes) (Status: PROPOSED STANDARD) - -2204 ODETTE File Transfer Protocol. D. Nash. September 1997. (Format: - TXT=151857 bytes) (Status: INFORMATIONAL) - -2205 Resource ReSerVation Protocol (RSVP) -- Version 1 Functional - Specification. R. Braden, Ed., L. Zhang, S. Berson, S. Herzog, S. - Jamin. September 1997. (Format: TXT=223974 bytes) (Updated by - RFC2750) (Status: PROPOSED STANDARD) - -2206 RSVP Management Information Base using SMIv2. F. Baker, J. - Krawczyk, A. Sastry. September 1997. (Format: TXT=112937 bytes) - (Status: PROPOSED STANDARD) - -2207 RSVP Extensions for IPSEC Data Flows. L. Berger, T. O'Malley. - September 1997. (Format: TXT=30473 bytes) (Status: PROPOSED STANDARD) - -2208 Resource ReSerVation Protocol (RSVP) -- Version 1 Applicability - Statement Some Guidelines on Deployment. A. Mankin, Ed., F. Baker, B. - Braden, S. Bradner, M. O`Dell, A. Romanow, A. Weinrib, L. Zhang. - September 1997. (Format: TXT=14289 bytes) (Status: INFORMATIONAL) - -2209 Resource ReSerVation Protocol (RSVP) -- Version 1 Message - Processing Rules. R. Braden, L. Zhang. September 1997. (Format: - TXT=51690 bytes) (Status: INFORMATIONAL) - -2210 The Use of RSVP with IETF Integrated Services. J. Wroclawski. - September 1997. (Format: TXT=77613 bytes) (Status: PROPOSED STANDARD) - -2211 Specification of the Controlled-Load Network Element Service. J. - Wroclawski. September 1997. (Format: TXT=46523 bytes) (Status: - PROPOSED STANDARD) - -2212 Specification of Guaranteed Quality of Service. S. Shenker, C. - Partridge, R. Guerin. September 1997. (Format: TXT=52330 bytes) - (Status: PROPOSED STANDARD) - -2213 Integrated Services Management Information Base using SMIv2. F. - Baker, J. Krawczyk, A. Sastry. September 1997. (Format: TXT=36147 - bytes) (Status: PROPOSED STANDARD) - -2214 Integrated Services Management Information Base Guaranteed - Service Extensions using SMIv2. F. Baker, J. Krawczyk, A. Sastry. - September 1997. (Format: TXT=15971 bytes) (Status: PROPOSED STANDARD) - -2215 General Characterization Parameters for Integrated Service - Network Elements. S. Shenker, J. Wroclawski. September 1997. (Format: - TXT=39552 bytes) (Status: PROPOSED STANDARD) - -2216 Network Element Service Specification Template. S. Shenker, J. - Wroclawski. September 1997. (Format: TXT=53655 bytes) (Status: - INFORMATIONAL) - -2217 Telnet Com Port Control Option. G. Clark. October 1997. (Format: - TXT=31664 bytes) (Status: EXPERIMENTAL) - -2218 A Common Schema for the Internet White Pages Service. T. - Genovese, B. Jennings. October 1997. (Format: TXT=16258 bytes) - (Status: PROPOSED STANDARD) - -2219 Use of DNS Aliases for Network Services. M. Hamilton, R. Wright. - October 1997. (Format: TXT=17858 bytes) (Also BCP0017) (Status: BEST - CURRENT PRACTICE) - -2220 The Application/MARC Content-type. R. Guenther. October 1997. - (Format: TXT=7025 bytes) (Status: INFORMATIONAL) - -2221 IMAP4 Login Referrals. M. Gahrns. October 1997. (Format: TXT=9251 - bytes) (Status: PROPOSED STANDARD) - -2222 Simple Authentication and Security Layer (SASL). J. Myers. - October 1997. (Format: TXT=35010 bytes) (Updated by RFC2444) (Status: - PROPOSED STANDARD) - -2223 Instructions to RFC Authors. J. Postel, J. Reynolds. October - 1997. (Format: TXT=37948 bytes) (Obsoletes RFC1543, RFC1111, RFC825) - (Status: INFORMATIONAL) - -2224 NFS URL Scheme. B. Callaghan. October 1997. (Format: TXT=22726 - bytes) (Status: INFORMATIONAL) - -2225 Classical IP and ARP over ATM. M. Laubach, J. Halpern. April - 1998. (Format: TXT=65779 bytes) (Obsoletes RFC1626, RFC1577) (Status: - PROPOSED STANDARD) - -2226 IP Broadcast over ATM Networks. T. Smith, G. Armitage. October - 1997. (Format: TXT=30661 bytes) (Status: PROPOSED STANDARD) - -2227 Simple Hit-Metering and Usage-Limiting for HTTP. J. Mogul, P. - Leach. October 1997. (Format: TXT=85127 bytes) (Status: PROPOSED - STANDARD) - -2228 FTP Security Extensions. M. Horowitz, S. Lunt. October 1997. - (Format: TXT=58733 bytes) (Updates RFC0959) (Status: PROPOSED - STANDARD) - -2229 A Dictionary Server Protocol. R. Faith, B. Martin. October 1997. - (Format: TXT=59551 bytes) (Status: INFORMATIONAL) - -2230 Key Exchange Delegation Record for the DNS. R. Atkinson. October - 1997. (Format: TXT=25563 bytes) (Status: INFORMATIONAL) - -2231 MIME Parameter Value and Encoded Word Extensions: Character Sets, - Languages, and Continuations. N. Freed, K. Moore. November 1997. - (Format: TXT=19280 bytes) (Obsoletes RFC2184) (Updates RFC2045, - RFC2047 RFC2183) (Status: PROPOSED STANDARD) - -2232 Definitions of Managed Objects for DLUR using SMIv2. B. Clouston, - B. Moore. November 1997. (Format: TXT=37955 bytes) (Status: PROPOSED - STANDARD) - -2233 The Interfaces Group MIB using SMIv2. K. McCloghrie, F. - Kastenholz. November 1997. (Format: TXT=148033 bytes) (Obsoletes - RFC1573) (Status: PROPOSED STANDARD) - -2234 Augmented BNF for Syntax Specifications: ABNF. D. Crocker, Ed., - P. Overell. November 1997. (Format: TXT=24265 bytes) (Status: - PROPOSED STANDARD) - -2235 Hobbes' Internet Timeline. R. Zakon. November 1997. (Format: - TXT=43060 bytes) (Also FYI0032) (Status: INFORMATIONAL) - -2236 Internet Group Management Protocol, Version 2. W. Fenner. - November 1997. (Format: TXT=51048 bytes) (Updates RFC1112) (Status: - PROPOSED STANDARD) - -2237 Japanese Character Encoding for Internet Messages. K. Tamaru. - November 1997. (Format: TXT=11628 bytes) (Status: INFORMATIONAL) - -2238 Definitions of Managed Objects for HPR using SMIv2. B. Clouston, - B. Moore. November 1997. (Format: TXT=65498 bytes) (Status: PROPOSED - STANDARD) - -2239 Definitions of Managed Objects for IEEE 802.3 Medium Attachment - Units (MAUs) using SMIv2. K. de Graaf, D. Romascanu, D. McMaster, K. - McCloghrie, S. Roberts. November 1997. (Format: TXT=80651 bytes) - (Obsoleted by RFC2668) (Status: PROPOSED STANDARD) - -2240 A Legal Basis for Domain Name Allocation. O. Vaughan. November - 1997. (Format: TXT=13602 bytes) (Obsoleted by RFC2352) (Status: - INFORMATIONAL) - -2241 DHCP Options for Novell Directory Services. D. Provan. November - 1997. (Format: TXT=8419 bytes) (Status: PROPOSED STANDARD) - -2242 NetWare/IP Domain Name and Information. R. Droms, K. Fong. - November 1997. (Format: TXT=10653 bytes) (Status: PROPOSED STANDARD) - -2243 OTP Extended Responses. C. Metz. November 1997. (Format: - TXT=19730 bytes) (Status: PROPOSED STANDARD) - -2244 ACAP -- Application Configuration Access Protocol. C. Newman, J. - G. Myers. November 1997. (Format: TXT=154610 bytes) (Status: PROPOSED - STANDARD) - -2245 Anonymous SASL Mechanism. C. Newman. November 1997. (Format: - TXT=9974 bytes) (Status: PROPOSED STANDARD) - -2246 The TLS Protocol Version 1.0. T. Dierks, C. Allen. January 1999. - (Format: TXT=170401 bytes) (Status: PROPOSED STANDARD) - -2247 Using Domains in LDAP/X.500 Distinguished Names. S. Kille, M. - Wahl, A. Grimstad, R. Huber, S. Sataluri. January 1998. (Format: - TXT=12411 bytes) (Status: PROPOSED STANDARD) - -2248 Network Services Monitoring MIB. N. Freed, S. Kille. January - 1998. (Format: TXT=34106 bytes) (Obsoletes RFC1565) (Status: PROPOSED - STANDARD) - -2249 Mail Monitoring MIB. N. Freed, S. Kille. January 1998. (Format: - TXT=52334 bytes) (Obsoletes RFC1566) (Status: PROPOSED STANDARD) - -2250 RTP Payload Format for MPEG1/MPEG2 Video. D. Hoffman, G. - Fernando, V. Goyal, M. Civanlar. January 1998. (Format: TXT=34293 - bytes) (Obsoletes RFC2038) (Status: PROPOSED STANDARD) - -2251 Lightweight Directory Access Protocol (v3). M. Wahl, T. Howes, S. - Kille. December 1997. (Format: TXT=114488 bytes) (Status: PROPOSED - STANDARD) - -2252 Lightweight Directory Access Protocol (v3): Attribute Syntax - Definitions. M. Wahl, A. Coulbeck, T. Howes, S. Kille. December 1997. - (Format: TXT=60204 bytes) (Status: PROPOSED STANDARD) - -2253 Lightweight Directory Access Protocol (v3): UTF-8 String - Representation of Distinguished Names. M. Wahl, S. Kille, T. Howes. - December 1997. (Format: TXT=18226 bytes) (Obsoletes RFC1779) (Status: - PROPOSED STANDARD) - -2254 The String Representation of LDAP Search Filters. T. Howes. - December 1997. (Format: TXT=13511 bytes) (Obsoletes RFC1960) (Status: - PROPOSED STANDARD) - -2255 The LDAP URL Format. T. Howes, M. Smith. December 1997. (Format: - TXT=20685 bytes) (Obsoletes RFC1959) (Status: PROPOSED STANDARD) - -2256 A Summary of the X.500(96) User Schema for use with LDAPv3. M. - Wahl. December 1997. (Format: TXT=32377 bytes) (Status: PROPOSED - STANDARD) - -2257 Agent Extensibility (AgentX) Protocol Version 1. M. Daniele, B. - Wijnen, D. Francisco. January 1998. (Format: TXT=177452 bytes) - (Obsoleted by RFC2741) (Status: PROPOSED STANDARD) - -2258 Internet Nomenclator Project. J. Ordille. January 1998. (Format: - TXT=34871 bytes) (Status: INFORMATIONAL) - -2259 Simple Nomenclator Query Protocol (SNQP). J. Elliott, J. Ordille. - January 1998. (Format: TXT=58508 bytes) (Status: INFORMATIONAL) - -2260 Scalable Support for Multi-homed Multi-provider Connectivity. T. - Bates, Y. Rekhter. January 1998. (Format: TXT=28085 bytes) (Status: - INFORMATIONAL) - -2261 An Architecture for Describing SNMP Management Frameworks. D. - Harrington, R. Presuhn, B. Wijnen. January 1998. (Format: TXT=128036 - bytes) (Obsoleted by RFC2271) (Status: PROPOSED STANDARD) - -2262 Message Processing and Dispatching for the Simple Network - Management Protocol (SNMP). J. Case, D. Harrington, R. Presuhn, B. - Wijnen. January 1998. (Format: TXT=88254 bytes) (Obsoleted by - RFC2272) (Status: PROPOSED STANDARD) - -2263 SNMPv3 Applications. D. Levi, P. Meyer, B. Stewart. January 1998. - (Format: TXT=143493 bytes) (Obsoleted by RFC2273) (Status: PROPOSED - STANDARD) - -2264 User-based Security Model (USM) for version 3 of the Simple - Network Management Protocol (SNMPv3). U. Blumenthal, B. Wijnen. - January 1998. (Format: TXT=168759 bytes) (Obsoleted by RFC2274) - (Status: PROPOSED STANDARD) - -2265 View-based Access Control Model (VACM) for the Simple Network - Management Protocol (SNMP). B. Wijnen, R. Presuhn, K. McCloghrie. - January 1998. (Format: TXT=77807 bytes) (Obsoleted by RFC2275) - (Status: PROPOSED STANDARD) - -2266 Definitions of Managed Objects for IEEE 802.12 Repeater Devices. - J. Flick. January 1998. (Format: TXT=134027 bytes) (Status: PROPOSED - STANDARD) - -2267 Network Ingress Filtering: Defeating Denial of Service Attacks - which employ IP Source Address Spoofing. P. Ferguson, D. Senie. - January 1998. (Format: TXT=21032 bytes) (Status: INFORMATIONAL) - -2268 A Description of the RC2(r) Encryption Algorithm. R. Rivest. - January 1998. (Format: TXT=19048 bytes) (Status: INFORMATIONAL) - -2269 Using the MARS Model in non-ATM NBMA Networks. G. Armitage. - January 1998. (Format: TXT=12094 bytes) (Status: INFORMATIONAL) - -2270 Using a Dedicated AS for Sites Homed to a Single Provider. J. - Stewart, T. Bates, R. Chandra, E. Chen. January 1998. (Format: - TXT=12063 bytes) (Status: INFORMATIONAL) - -2271 An Architecture for Describing SNMP Management Frameworks. D. - Harrington, R. Presuhn, B. Wijnen. January 1998. (Format: TXT=128227 - bytes) (Obsoletes RFC2261) (Obsoleted by RFC2571) (Status: PROPOSED - STANDARD) - -2272 Message Processing and Dispatching for the Simple Network - Management Protocol (SNMP). J. Case, D. Harrington, R. Presuhn, B. - Wijnen. January 1998. (Format: TXT=88445 bytes) (Obsoletes RFC2262) - (Obsoleted by RFC2572) (Status: PROPOSED STANDARD) - -2273 SNMPv3 Applications. D. Levi, P. Meyer, B. Stewart. January 1998. - (Format: TXT=143754 bytes) (Obsoletes RFC2263) (Obsoleted by RFC2573) - (Status: PROPOSED STANDARD) - -2274 User-based Security Model (USM) for version 3 of the Simple - Network Management Protocol (SNMPv3). U. Blumenthal, B. Wijnen. - January 1998. (Format: TXT=168950 bytes) (Obsoletes RFC2264) - (Obsoleted by RFC2574) (Status: PROPOSED STANDARD) - -2275 View-based Access Control Model (VACM) for the Simple Network - Management Protocol (SNMP). B. Wijnen, R. Presuhn, K. McCloghrie. - January 1998. (Format: TXT=77998 bytes) (Obsoletes RFC2265) - (Obsoleted by RFC2575) (Status: PROPOSED STANDARD) - -2276 Architectural Principles of Uniform Resource Name Resolution. K. - Sollins. January 1998. (Format: TXT=64811 bytes) (Status: - INFORMATIONAL) - -2277 IETF Policy on Character Sets and Languages. H. Alvestrand. - January 1998. (Format: TXT=16622 bytes) (Also BCP0018) (Status: BEST - CURRENT PRACTICE) - -2278 IANA Charset Registration Procedures. N. Freed, J. Postel. - January 1998. (Format: TXT=18881 bytes) (Also BCP0019) (Status: BEST - CURRENT PRACTICE) - -2279 UTF-8, a transformation format of ISO 10646. F. Yergeau. January - 1998. (Format: TXT=21634 bytes) (Obsoletes RFC2044) (Status: DRAFT - STANDARD) - -2280 Routing Policy Specification Language (RPSL). C. Alaettinoglu, T. - Bates, E. Gerich, D. Karrenberg, D. Meyer, M. Terpstra, C. - Villamizar. January 1998. (Format: TXT=114985 bytes) (Obsoleted by - RFC2622) (Status: PROPOSED STANDARD) - -2281 Cisco Hot Standby Router Protocol (HSRP). T. Li, B. Cole, P. - Morton, D. Li. March 1998. (Format: TXT=35161 bytes) (Status: - INFORMATIONAL) - -2282 IAB and IESG Selection, Confirmation, and Recall Process: - Operation of the Nominating and Recall Committees. J. Galvin. - February 1998. (Format: TXT=29852 bytes) (Obsoletes RFC2027) (Also - BCP0010) (Status: BEST CURRENT PRACTICE) - -2283 Multiprotocol Extensions for BGP-4. T. Bates, R. Chandra, D. - Katz, Y. Rekhter. February 1998. (Format: TXT=18946 bytes) (Status: - PROPOSED STANDARD) - -2284 PPP Extensible Authentication Protocol (EAP). L. Blunk, J. - Vollbrecht. March 1998. (Format: TXT=29452 bytes) (Updated by - RFC2484) (Status: PROPOSED STANDARD) - -2285 Benchmarking Terminology for LAN Switching Devices. R. - Mandeville. February 1998. (Format: TXT=43130 bytes) (Status: - INFORMATIONAL) - -2286 Test Cases for HMAC-RIPEMD160 and HMAC-RIPEMD128. J. Kapp. - February 1998. (Format: TXT=11849 bytes) (Status: INFORMATIONAL) - -2287 Definitions of System-Level Managed Objects for Applications. C. - Krupczak, J. Saperia. February 1998. (Format: TXT=98210 bytes) - (Status: PROPOSED STANDARD) - -2288 Using Existing Bibliographic Identifiers as Uniform Resource - Names. C. Lynch, C. Preston, R. Daniel. February 1998. (Format: - TXT=21628 bytes) (Status: INFORMATIONAL) - -2289 A One-Time Password System. N. Haller, C. Metz, P. Nesser, M. - Straw. February 1998. (Format: TXT=56495 bytes) (Obsoletes RFC1938) - (Status: DRAFT STANDARD) - -2290 Mobile-IPv4 Configuration Option for PPP IPCP. J. Solomon, S. - Glass. February 1998. (Format: TXT=39421 bytes) (Updates RFC2002) - (Status: PROPOSED STANDARD) - -2291 Requirements for a Distributed Authoring and Versioning Protocol - for the World Wide Web. J. Slein, F. Vitali, E. Whitehead, D. Durand. - February 1998. (Format: TXT=44036 bytes) (Status: INFORMATIONAL) - -2292 Advanced Sockets API for IPv6. W. Stevens, M. Thomas. February - 1998. (Format: TXT=152077 bytes) (Status: INFORMATIONAL) - -2293 Representing Tables and Subtrees in the X.500 Directory. S. - Kille. March 1998. (Format: TXT=12539 bytes) (Obsoletes RFC1837) - (Status: PROPOSED STANDARD) - -2294 Representing the O/R Address hierarchy in the X.500 Directory - Information Tree. S. Kille. March 1998. (Format: TXT=22059 bytes) - (Obsoletes RFC1836) (Status: PROPOSED STANDARD) - -2295 Transparent Content Negotiation in HTTP. K. Holtman, A. Mutz. - March 1998. (Format: TXT=125130 bytes) (Status: EXPERIMENTAL) - -2296 HTTP Remote Variant Selection Algorithm -- RVSA/1.0. K. Holtman, - A. Mutz. March 1998. (Format: TXT=26932 bytes) (Status: EXPERIMENTAL) - -2297 Ipsilon's General Switch Management Protocol Specification - Version 2.0. P. Newman, W. Edwards, R. Hinden, E. Hoffman, F. Ching - Liaw, T. Lyon, G. Minshall. March 1998. (Format: TXT=280484 bytes) - (Updates RFC1987) (Status: INFORMATIONAL) - -2298 An Extensible Message Format for Message Disposition - Notifications. R. Fajman. March 1998. (Format: TXT=62059 bytes) - (Status: PROPOSED STANDARD) - -2299 Request for Comments Summary. A. Ramos. January 1999. (Format: - TXT=51234 bytes) (Status: INFORMATIONAL) - -2300 Internet Official Protocol Standards. J. Postel. May 1998. - (Format: TXT=128322 bytes) (Obsoletes RFC2200, RFC2000, RFC1920, - RFC1880, RFC1800, RFC1780, RFC1720, RFC1610, RFC1600, RFC1540, - RFC1500, RFC1410, RFC1360, RFC1280, RFC1250, RFC1200, RFC1140, - RFC1130, RFC1100, RFC1083) (Obsoleted by RFC2400) (Also STD0001) - (Status: STANDARD) - -2301 File Format for Internet Fax. L. McIntyre, S. Zilles, R. Buckley, - D. Venable, G. Parsons, J. Rafferty. March 1998. (Format: TXT=200525 - bytes) (Status: PROPOSED STANDARD) - -2302 Tag Image File Format (TIFF) - image/tiff MIME Sub-type - Registration. G. Parsons, J. Rafferty, S. Zilles. March 1998. - (Format: TXT=14375 bytes) (Status: PROPOSED STANDARD) - -2303 Minimal PSTN address format in Internet Mail. C. Allocchio. March - 1998. (Format: TXT=14625 bytes) (Status: PROPOSED STANDARD) - -2304 Minimal FAX address format in Internet Mail. C. Allocchio. March - 1998. (Format: TXT=13236 bytes) (Status: PROPOSED STANDARD) - -2305 A Simple Mode of Facsimile Using Internet Mail. K. Toyoda, H. - Ohno, J. Murai, D. Wing. March 1998. (Format: TXT=24624 bytes) - (Status: PROPOSED STANDARD) - -2306 Tag Image File Format (TIFF) - F Profile for Facsimile. G. - Parsons, J. Rafferty. March 1998. (Format: TXT=59358 bytes) (Status: - INFORMATIONAL) - -2307 An Approach for Using LDAP as a Network Information Service. L. - Howard. March 1998. (Format: TXT=41396 bytes) (Status: EXPERIMENTAL) - -2308 Negative Caching of DNS Queries (DNS NCACHE). M. Andrews. March - 1998. (Format: TXT=41428 bytes) (Obsoletes RFC1034) (Updates RFC1034, - RFC1035) (Status: PROPOSED STANDARD) - -2309 Recommendations on Queue Management and Congestion Avoidance in - the Internet. B. Braden, D. Clark, J. Crowcroft, B. Davie, S. - Deering, D. Estrin, S. Floyd, V. Jacobson, G. Minshall, C. Partridge, - L. Peterson, K. Ramakrishnan, S. Shenker, J. Wroclawski, L. Zhang. - April 1998. (Format: TXT=38079 bytes) (Status: INFORMATIONAL) - -2310 The Safe Response Header Field. K. Holtman. April 1998. (Format: - TXT=8091 bytes) (Status: EXPERIMENTAL) - -2311 S/MIME Version 2 Message Specification. S. Dusse, P. Hoffman, B. - Ramsdell, L. Lundblade, L. Repka. March 1998. (Format: TXT=70901 - bytes) (Status: INFORMATIONAL) - -2312 S/MIME Version 2 Certificate Handling. S. Dusse, P. Hoffman, B. - Ramsdell, J. Weinstein. March 1998. (Format: TXT=39829 bytes) - (Status: INFORMATIONAL) - -2313 PKCS 1: RSA Encryption Version 1.5. B. Kaliski. March 1998. - (Format: TXT=37777 bytes) (Obsoleted by RFC2437) (Status: - INFORMATIONAL) - -2314 PKCS 10: Certification Request Syntax Version 1.5. B. Kaliski. - March 1998. (Format: TXT=15814 bytes) (Status: INFORMATIONAL) - -2315 PKCS 7: Cryptographic Message Syntax Version 1.5. B. Kaliski. - March 1998. (Format: TXT=69679 bytes) (Status: INFORMATIONAL) - -2316 Report of the IAB Security Architecture Workshop. S. Bellovin. - April 1998. (Format: TXT=19733 bytes) (Status: INFORMATIONAL) - -2317 Classless IN-ADDR.ARPA delegation. H. Eidnes, G. de Groot, P. - Vixie. March 1998. (Format: TXT=17744 bytes) (Also BCP0020) (Status: - BEST CURRENT PRACTICE) - -2318 The text/css Media Type. H. Lie, B. Bos, C. Lilley. March 1998. - (Format: TXT=7819 bytes) (Status: INFORMATIONAL) - -2319 Ukrainian Character Set KOI8-U. KOI8-U Working Group. April 1998. - (Format: TXT=18042 bytes) (Status: INFORMATIONAL) - -2320 Definitions of Managed Objects for Classical IP and ARP Over ATM - Using SMIv2 (IPOA-MIB). M. Greene, J. Luciani, K. White, T. Kuo. - April 1998. (Format: TXT=102116 bytes) (Status: PROPOSED STANDARD) - -2321 RITA -- The Reliable Internetwork Troubleshooting Agent. A. - Bressen. April 1998. (Format: TXT=12302 bytes) (Status: - INFORMATIONAL) - -2322 Management of IP numbers by peg-dhcp. K. van den Hout, A. Koopal, - R. van Mook. April 1998. (Format: TXT=12665 bytes) (Status: - INFORMATIONAL) - -2323 IETF Identification and Security Guidelines. A. Ramos. April - 1998. (Format: TXT=9257 bytes) (Status: INFORMATIONAL) - -2324 Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0). L. Masinter. - April 1998. (Format: TXT=19610 bytes) (Status: INFORMATIONAL) - -2325 Definitions of Managed Objects for Drip-Type Heated Beverage - Hardware Devices using SMIv2. M. Slavitch. April 1998. (Format: - TXT=12726 bytes) (Status: INFORMATIONAL) - -2326 Real Time Streaming Protocol (RTSP). H. Schulzrinne, A. Rao, R. - Lanphier. April 1998. (Format: TXT=195010 bytes) (Status: PROPOSED - STANDARD) - -2327 SDP: Session Description Protocol. M. Handley, V. Jacobson. April - 1998. (Format: TXT=87096 bytes) (Status: PROPOSED STANDARD) - -2328 OSPF Version 2. J. Moy. April 1998. (Format: TXT=447367 bytes) - (Obsoletes RFC2178) (Also STD0054) (Status: STANDARD) - -2329 OSPF Standardization Report. J. Moy. April 1998. (Format: - TXT=15130 bytes) (Status: INFORMATIONAL) - -2330 Framework for IP Performance Metrics. V. Paxson, G. Almes, J. - Mahdavi, M. Mathis. May 1998. (Format: TXT=94387 bytes) (Status: - INFORMATIONAL) - -2331 ATM Signalling Support for IP over ATM - UNI Signalling 4.0 - Update. M. Maher. April 1998. (Format: TXT=61119 bytes) (Status: - PROPOSED STANDARD) - -2332 NBMA Next Hop Resolution Protocol (NHRP). J. Luciani, D. Katz, D. - Piscitello, B. Cole, N. Doraswamy. April 1998. (Format: TXT=126978 - bytes) (Status: PROPOSED STANDARD) - -2333 NHRP Protocol Applicability Statement. D. Cansever. April 1998. - (Format: TXT=20164 bytes) (Status: PROPOSED STANDARD) - -2334 Server Cache Synchronization Protocol (SCSP). J. Luciani, G. - Armitage, J. Halpern, N. Doraswamy. April 1998. (Format: TXT=98161 - bytes) (Status: PROPOSED STANDARD) - -2335 A Distributed NHRP Service Using SCSP. J. Luciani. April 1998. - (Format: TXT=14007 bytes) (Status: PROPOSED STANDARD) - -2336 Classical IP to NHRP Transition. J. Luciani. July 1998. (Format: - TXT=10500 bytes) (Status: INFORMATIONAL) - -2337 Intra-LIS IP multicast among routers over ATM using Sparse Mode - PIM. D. Farinacci, D. Meyer, Y. Rekhter. April 1998. (Format: - TXT=16357 bytes) (Status: EXPERIMENTAL) - -2338 Virtual Router Redundancy Protocol. S. Knight, D. Weaver, D. - Whipple, R. Hinden, D. Mitzel, P. Hunt, P. Higginson, M. Shand, A. - Lindem. April 1998. (Format: TXT=59871 bytes) (Status: PROPOSED - STANDARD) - -2339 An Agreement Between the Internet Society, the IETF, and Sun - Microsystems, Inc. in the matter of NFS V.4 Protocols. The Internet - Society, Sun Microsystems. May 1998. (Format: TXT=10745 bytes) - (Status: INFORMATIONAL) - -2340 Nortel's Virtual Network Switching (VNS) Overview. B. Jamoussi, - D. Jamieson, D. Williston, S. Gabe. May 1998. (Format: TXT=30731 - bytes) (Status: INFORMATIONAL) - -2341 Cisco Layer Two Forwarding (Protocol) "L2F". A. Valencia, M. - Littlewood, T. Kolar. May 1998. (Format: TXT=66592 bytes) (Status: - HISTORIC) - -2342 IMAP4 Namespace. M. Gahrns, C. Newman. May 1998. (Format: - TXT=19489 bytes) (Status: PROPOSED STANDARD) - -2343 RTP Payload Format for Bundled MPEG. M. Civanlar, G. Cash, B. - Haskell. May 1998. (Format: TXT=16557 bytes) (Status: EXPERIMENTAL) - -2344 Reverse Tunneling for Mobile IP. G. Montenegro. May 1998. - (Format: TXT=39468 bytes) (Status: PROPOSED STANDARD) - -2345 Domain Names and Company Name Retrieval. J. Klensin, T. Wolf, G. - Oglesby. May 1998. (Format: TXT=29707 bytes) (Status: EXPERIMENTAL) - -2346 Making Postscript and PDF International. J. Palme. May 1998. - (Format: TXT=12382 bytes) (Status: INFORMATIONAL) - -2347 TFTP Option Extension. G. Malkin, A. Harkin. May 1998. (Format: - TXT=13060 bytes) (Obsoletes RFC1782) (Updates RFC1350) (Status: DRAFT - STANDARD) - -2348 TFTP Blocksize Option. G. Malkin, A. Harkin. May 1998. (Format: - TXT=9515 bytes) (Obsoletes RFC1783) (Updates RFC1350) (Status: DRAFT - STANDARD) - -2349 TFTP Timeout Interval and Transfer Size Options. G. Malkin, A. - Harkin. May 1998. (Format: TXT=7848 bytes) (Obsoletes RFC1784) - (Updates RFC1350) (Status: DRAFT STANDARD) - -2350 Expectations for Computer Security Incident Response. N. - Brownlee, E. Guttman. June 1998. (Format: TXT=86545 bytes) (Also - BCP0021) (Status: BEST CURRENT PRACTICE) - -2351 Mapping of Airline Reservation, Ticketing, and Messaging Traffic - over IP. A. Rober. May 1998. (Format: TXT=43440 bytes) (Status: - INFORMATIONAL) - -2352 A Convention For Using Legal Names as Domain Names. O. Vaughan. - May 1998. (Format: TXT=16354 bytes) (Obsoletes RFC2240) (Status: - INFORMATIONAL) - -2353 APPN/HPR in IP Networks APPN Implementers' Workshop Closed Pages - Document. G. Dudley. May 1998. (Format: TXT=116972 bytes) (Status: - INFORMATIONAL) - -2354 Options for Repair of Streaming Media. C. Perkins, O. Hodson. - June 1998. (Format: TXT=28876 bytes) (Status: INFORMATIONAL) - -2355 TN3270 Enhancements. B. Kelly. June 1998. (Format: TXT=89394 - bytes) (Obsoletes RFC1647) (Status: DRAFT STANDARD) - -2356 Sun's SKIP Firewall Traversal for Mobile IP. G. Montenegro, V. - Gupta. June 1998. (Format: TXT=53198 bytes) (Status: INFORMATIONAL) - -2357 IETF Criteria for Evaluating Reliable Multicast Transport and - Application Protocols. A. Mankin, A. Romanow, S. Bradner, V. Paxson. - June 1998. (Format: TXT=24130 bytes) (Status: INFORMATIONAL) - -2358 Definitions of Managed Objects for the Ethernet-like Interface - Types. J. Flick, J. Johnson. June 1998. (Format: TXT=87891 bytes) - (Obsoletes RFC1650) (Obsoleted by RFC2665) (Status: PROPOSED - STANDARD) - -2359 IMAP4 UIDPLUS extension. J. Myers. June 1998. (Format: TXT=10862 - bytes) (Status: PROPOSED STANDARD) - -2360 Guide for Internet Standards Writers. G. Scott. June 1998. - (Format: TXT=47280 bytes) (Also BCP0022) (Status: BEST CURRENT - PRACTICE) - -2361 WAVE and AVI Codec Registries. E. Fleischman. June 1998. (Format: - TXT=97796 bytes) (Status: INFORMATIONAL) - -2362 Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol - Specification. D. Estrin, D. Farinacci, A. Helmy, D. Thaler, S. - Deering, M. Handley, V. Jacobson, C. Liu, P. Sharma, L. Wei. June - 1998. (Format: TXT=159833 bytes) (Obsoletes RFC2117) (Status: - EXPERIMENTAL) - -2363 PPP Over FUNI. G. Gross, M. Kaycee, A. Li, A. Malis, J. Stephens. - July 1998. (Format: TXT=22576 bytes) (Status: PROPOSED STANDARD) - -2364 PPP Over AAL5. G. Gross, M. Kaycee, A. Li, A. Malis, J. Stephens. - July 1998. (Format: TXT=23539 bytes) (Status: PROPOSED STANDARD) - -2365 Administratively Scoped IP Multicast. D. Meyer. July 1998. - (Format: TXT=17770 bytes) (Also BCP0023) (Status: BEST CURRENT - PRACTICE) - -2366 Definitions of Managed Objects for Multicast over UNI 3.0/3.1 - based ATM Networks. C. Chung, M. Greene. July 1998. (Format: - TXT=134312 bytes) (Obsoleted by RFC2417) (Status: PROPOSED STANDARD) - -2367 PF_KEY Key Management API, Version 2. D. McDonald, C. Metz, B. - Phan. July 1998. (Format: TXT=146754 bytes) (Status: INFORMATIONAL) - -2368 The mailto URL scheme. P. Hoffman, L. Masinter, J. Zawinski. July - 1998. (Format: TXT=16502 bytes) (Updates RFC1738, RFC1808) (Status: - PROPOSED STANDARD) - -2369 The Use of URLs as Meta-Syntax for Core Mail List Commands and - their Transport through Message Header Fields. G. Neufeld, J. Baer. - July 1998. (Format: TXT=30853 bytes) (Status: PROPOSED STANDARD) - -2370 The OSPF Opaque LSA Option. R. Coltun. July 1998. (Format: - TXT=33789 bytes) (Also RFC2328) (Status: PROPOSED STANDARD) - -2371 Transaction Internet Protocol Version 3.0. J. Lyon, K. Evans, J. - Klein. July 1998. (Format: TXT=71399 bytes) (Status: PROPOSED - STANDARD) - -2372 Transaction Internet Protocol - Requirements and Supplemental - Information. K. Evans, J. Klein, J. Lyon. July 1998. (Format: - TXT=53699 bytes) (Status: INFORMATIONAL) - -2373 IP Version 6 Addressing Architecture. R. Hinden, S. Deering. July - 1998. (Format: TXT=52526 bytes) (Obsoletes RFC1884) (Status: PROPOSED - STANDARD) - -2374 An IPv6 Aggregatable Global Unicast Address Format. R. Hinden, M. - O'Dell, S. Deering. July 1998. (Format: TXT=25068 bytes) (Obsoletes - RFC2073) (Status: PROPOSED STANDARD) - -2375 IPv6 Multicast Address Assignments. R. Hinden, S. Deering. July - 1998. (Format: TXT=14356 bytes) (Status: INFORMATIONAL) - -2376 XML Media Types. E. Whitehead, M. Murata. July 1998. (Format: - TXT=32143 bytes) (Status: INFORMATIONAL) - -2377 Naming Plan for Internet Directory-Enabled Applications. A. - Grimstad, R. Huber, S. Sataluri, M. Wahl. September 1998. (Format: - TXT=38274 bytes) (Status: INFORMATIONAL) - -2378 The CCSO Nameserver (Ph) Architecture. R. Hedberg, P. Pomes. - August 1998. (Format: TXT=38960 bytes) (Status: INFORMATIONAL) - -2379 RSVP over ATM Implementation Guidelines. L. Berger. August 1998. - (Format: TXT=15174 bytes) (Also BCP0024) (Status: BEST CURRENT - PRACTICE) - -2380 RSVP over ATM Implementation Requirements. L. Berger. August - 1998. (Format: TXT=31234 bytes) (Status: PROPOSED STANDARD) - -2381 Interoperation of Controlled-Load Service and Guaranteed Service - with ATM. M. Garrett, M. Borden. August 1998. (Format: TXT=107299 - bytes) (Status: PROPOSED STANDARD) - -2382 A Framework for Integrated Services and RSVP over ATM. E. - Crawley, L. Berger, S. Berson, F. Baker, M. Borden, J. Krawczyk. - August 1998. (Format: TXT=73865 bytes) (Status: INFORMATIONAL) - -2383 ST2+ over ATM Protocol Specification - UNI 3.1 Version. M. - Suzuki. August 1998. (Format: TXT=99889 bytes) (Status: - INFORMATIONAL) - -2384 POP URL Scheme. R. Gellens. August 1998. (Format: TXT=13649 - bytes) (Status: PROPOSED STANDARD) - -2385 Protection of BGP Sessions via the TCP MD5 Signature Option. A. - Heffernan. August 1998. (Format: TXT=12315 bytes) (Status: PROPOSED - STANDARD) - -2386 A Framework for QoS-based Routing in the Internet. E. Crawley, R. - Nair, B. Rajagopalan, H. Sandick. August 1998. (Format: TXT=93459 - bytes) (Status: INFORMATIONAL) - -2387 The MIME Multipart/Related Content-type. E. Levinson. August - 1998. (Format: TXT=18864 bytes) (Obsoletes RFC2112) (Status: PROPOSED - STANDARD) - -2388 Returning Values from Forms: multipart/form-data. L. Masinter. - August 1998. (Format: TXT=16531 bytes) (Status: PROPOSED STANDARD) - -2389 Feature negotiation mechanism for the File Transfer Protocol. P. - Hethmon, R. Elz. August 1998. (Format: TXT=18536 bytes) (Also - RFC0959) (Status: PROPOSED STANDARD) - -2390 Inverse Address Resolution Protocol. T. Bradley, C. Brown, A. - Malis. August 1998. (Format: TXT=20849 bytes) (Obsoletes RFC1293) - (Status: DRAFT STANDARD) - -2391 Load Sharing using IP Network Address Translation (LSNAT). P. - Srisuresh, D. Gan. August 1998. (Format: TXT=44884 bytes) (Status: - INFORMATIONAL) - -2392 Content-ID and Message-ID Uniform Resource Locators. E. Levinson. - August 1998. (Format: TXT=11141 bytes) (Obsoletes RFC2111) (Status: - PROPOSED STANDARD) - -2393 IP Payload Compression Protocol (IPComp). A. Shacham, R. Monsour, - R. Pereira, M. Thomas. December 1998. (Format: TXT=20757 bytes) - (Status: PROPOSED STANDARD) - -2394 IP Payload Compression Using DEFLATE. R. Pereira. December 1998. - (Format: TXT=11053 bytes) (Status: INFORMATIONAL) - -2395 IP Payload Compression Using LZS. R. Friend, R. Monsour. December - 1998. (Format: TXT=14882 bytes) (Status: INFORMATIONAL) - -2396 Uniform Resource Identifiers (URI): Generic Syntax. T. - Berners-Lee, R. Fielding, L. Masinter. August 1998. (Format: - TXT=83639 bytes) (Status: DRAFT STANDARD) - -2397 The "data" URL scheme. L. Masinter. August 1998. (Format: - TXT=9514 bytes) (Status: PROPOSED STANDARD) - -2398 Some Testing Tools for TCP Implementors. S. Parker, C. Schmechel. - August 1998. (Format: TXT=24107 bytes) (Also FYI0033) (Status: - INFORMATIONAL) - -2399 Request for Comments Summary. A. Ramos. January 1999. (Format: - TXT=45853 bytes) (Status: INFORMATIONAL) - -2400 Internet Official Protocol Standards. J. Postel, J. Reynolds. - September 1998. (Format: TXT=110969 bytes) (Obsoletes RFC2300, - RFC2200, RFC2000, RFC1920, RFC1880, RFC1800, RFC1780, RFC1720, - RFC1610, RFC1600, RFC1540, RFC1500, RFC1410, RFC1360, RFC1280, - RFC1250, RFC1200, RFC1140, RFC1130, RFC1100, RFC1083) (Obsoleted by - RFC2500) (Also STD0001) (Status: STANDARD) - -2401 Security Architecture for the Internet Protocol. S. Kent, R. - Atkinson. November 1998. (Format: TXT=168162 bytes) (Obsoletes - RFC1825) (Status: PROPOSED STANDARD) - -2402 IP Authentication Header. S. Kent, R. Atkinson. November 1998. - (Format: TXT=52831 bytes) (Obsoletes RFC1826) (Status: PROPOSED - STANDARD) - -2403 The Use of HMAC-MD5-96 within ESP and AH. C. Madson, R. Glenn. - November 1998. (Format: TXT=13578 bytes) (Status: PROPOSED STANDARD) - -2404 The Use of HMAC-SHA-1-96 within ESP and AH. C. Madson, R. Glenn. - November 1998. (Format: TXT=13089 bytes) (Status: PROPOSED STANDARD) - -2405 The ESP DES-CBC Cipher Algorithm With Explicit IV. C. Madson, N. - Doraswamy. November 1998. (Format: TXT=20208 bytes) (Status: PROPOSED - STANDARD) - -2406 IP Encapsulating Security Payload (ESP). S. Kent, R. Atkinson. - November 1998. (Format: TXT=54202 bytes) (Obsoletes RFC1827) (Status: - PROPOSED STANDARD) - -2407 The Internet IP Security Domain of Interpretation for ISAKMP. D. - Piper. November 1998. (Format: TXT=67878 bytes) (Status: PROPOSED - STANDARD) - -2408 Internet Security Association and Key Management Protocol - (ISAKMP). D. Maughan, M. Schertler, M. Schneider, J. Turner. November - 1998. (Format: TXT=209175 bytes) (Status: PROPOSED STANDARD) - -2409 The Internet Key Exchange (IKE). D. Harkins, D. Carrel. November - 1998. (Format: TXT=94949 bytes) (Status: PROPOSED STANDARD) - -2410 The NULL Encryption Algorithm and Its Use With IPsec. R. Glenn, - S. Kent. November 1998. (Format: TXT=11239 bytes) (Status: PROPOSED - STANDARD) - -2411 IP Security Document Roadmap. R. Thayer, N. Doraswamy, R. Glenn. - November 1998. (Format: TXT=22983 bytes) (Status: INFORMATIONAL) - -2412 The OAKLEY Key Determination Protocol. H. Orman. November 1998. - (Format: TXT=118649 bytes) (Status: INFORMATIONAL) - -2413 Dublin Core Metadata for Resource Discovery. S. Weibel, J. Kunze, - C. Lagoze, M. Wolf. September 1998. (Format: TXT=15501 bytes) - (Status: INFORMATIONAL) - -2414 Increasing TCP's Initial Window. M. Allman, S. Floyd, C. - Partridg. September 1998. (Format: TXT=32019 bytes) (Status: - EXPERIMENTAL) - -2415 Simulation Studies of Increased Initial TCP Window Size. K. - Poduri, K. Nichols. September 1998. (Format: TXT=24205 bytes) - (Status: INFORMATIONAL) - -2416 When TCP Starts Up With Four Packets Into Only Three Buffers. T. - Shepard, C. Partridge. September 1998. (Format: TXT=12663 bytes) - (Status: INFORMATIONAL) - -2417 Definitions of Managed Objects for Multicast over UNI 3.0/3.1 - based ATM Networks. C. Chung, M. Greene. September 1998. (Format: - TXT=134862 bytes) (Obsoletes RFC2366) (Status: PROPOSED STANDARD) - -2418 IETF Working Group Guidelines and Procedures. S. Bradner. - September 1998. (Format: TXT=62857 bytes) (Obsoletes RFC1603) (Also - BCP0025) (Status: BEST CURRENT PRACTICE) - -2419 The PPP DES Encryption Protocol, Version 2 (DESE-bis). K. - Sklower, G. Meyer. September 1998. (Format: TXT=24414 bytes) - (Obsoletes RFC1969) (Status: PROPOSED STANDARD) - -2420 The PPP Triple-DES Encryption Protocol (3DESE). H. Kummert. - September 1998. (Format: TXT=16729 bytes) (Status: PROPOSED STANDARD) - -2421 Voice Profile for Internet Mail - version 2. G. Vaudreuil, G. - Parsons. September 1998. (Format: TXT=123663 bytes) (Obsoletes - RFC1911) (Status: PROPOSED STANDARD) - -2422 Toll Quality Voice - 32 kbit/s ADPCM MIME Sub-type Registration. - G. Vaudreuil, G. Parsons. September 1998. (Format: TXT=10157 bytes) - (Obsoletes RFC1911) (Status: PROPOSED STANDARD) - -2423 VPIM Voice Message MIME Sub-type Registration. G. Vaudreuil, G. - Parsons. September 1998. (Format: TXT=10729 bytes) (Obsoletes - RFC1911) (Status: PROPOSED STANDARD) - -2424 Content Duration MIME Header Definition. G. Vaudreuil, G. - Parsons. September 1998. (Format: TXT=7116 bytes) (Status: PROPOSED - STANDARD) - -2425 A MIME Content-Type for Directory Information. T. Howes, M. - Smith, F. Dawson. September 1998. (Format: TXT=64478 bytes) (Status: - PROPOSED STANDARD) - -2426 vCard MIME Directory Profile. F. Dawson, T. Howes. September - 1998. (Format: TXT=74646 bytes) (Status: PROPOSED STANDARD) - -2427 Multiprotocol Interconnect over Frame Relay. C. Brown, A. Malis. - September 1998. (Format: TXT=74671 bytes) (Obsoletes RFC1490, - RFC1294) (Also STD0055) (Status: STANDARD) - -2428 FTP Extensions for IPv6 and NATs. M. Allman, S. Ostermann, C. - Metz. September 1998. (Format: TXT=16028 bytes) (Status: PROPOSED - STANDARD) - -2429 RTP Payload Format for the 1998 Version of ITU-T Rec. H.263 Video - (H.263+). C. Bormann, L. Cline, G. Deisher, T. Gardos, C. Maciocco, - D. Newell, J. Ott, G. Sullivan, S. Wenger, C. Zhu. October 1998. - (Format: TXT=43166 bytes) (Status: PROPOSED STANDARD) - -2430 A Provider Architecture for Differentiated Services and Traffic - Engineering (PASTE). T. Li, Y. Rekhter. October 1998. (Format: - TXT=40148 bytes) (Status: INFORMATIONAL) - -2431 RTP Payload Format for BT.656 Video Encoding. D. Tynan. October - 1998. (Format: TXT=22323 bytes) (Status: PROPOSED STANDARD) - -2432 Terminology for IP Multicast Benchmarking. K. Dubray. October - 1998. (Format: TXT=29758 bytes) (Status: INFORMATIONAL) - -2433 Microsoft PPP CHAP Extensions. G. Zorn, S. Cobb. October 1998. - (Format: TXT=34502 bytes) (Status: INFORMATIONAL) - -2434 Guidelines for Writing an IANA Considerations Section in RFCs. T. - Narten, H. Alvestrand. October 1998. (Format: TXT=25092 bytes) (Also - BCP0026) (Status: BEST CURRENT PRACTICE) - -2435 RTP Payload Format for JPEG-compressed Video. L. Berc, W. Fenner, - R. Frederick, S. McCanne, P. Stewart. October 1998. (Format: - TXT=54173 bytes) (Obsoletes RFC2035) (Status: PROPOSED STANDARD) - -2436 Collaboration between ISOC/IETF and ITU-T. R. Brett, S. Bradner, - G. Parsons. October 1998. (Format: TXT=31154 bytes) (Status: - INFORMATIONAL) - -2437 PKCS #1: RSA Cryptography Specifications Version 2.0. B. Kaliski, - J. Staddon. October 1998. (Format: TXT=73529 bytes) (Obsoletes - RFC2313) (Status: INFORMATIONAL) - -2438 Advancement of MIB specifications on the IETF Standards Track. M. - O'Dell, H. Alvestrand, B. Wijnen, S. Bradner. October 1998. (Format: - TXT=13633 bytes) (Also BCP0027) (Status: BEST CURRENT PRACTICE) - -2439 BGP Route Flap Damping. C. Villamizar, R. Chandra, R. Govindan. - November 1998. (Format: TXT=86376 bytes) (Status: PROPOSED STANDARD) - -2440 OpenPGP Message Format. J. Callas, L. Donnerhacke, H. Finney, R. - Thayer. November 1998. (Format: TXT=141371 bytes) (Status: PROPOSED - STANDARD) - -2441 Working with Jon, Tribute delivered at UCLA, October 30, 1998. D. - Cohen. November 1998. (Format: TXT=11992 bytes) (Status: - INFORMATIONAL) - -2442 The Batch SMTP Media Type. N. Freed, D. Newman, J. Belissen, M. - Hoy. November 1998. (Format: TXT=18384 bytes) (Status: INFORMATIONAL) - -2443 A Distributed MARS Service Using SCSP. J. Luciani, A. Gallo. - November 1998. (Format: TXT=41451 bytes) (Status: EXPERIMENTAL) - -2444 The One-Time-Password SASL Mechanism. C. Newman. October 1998. - (Format: TXT=13408 bytes) (Updates RFC2222) (Status: PROPOSED - STANDARD) - -2445 Internet Calendaring and Scheduling Core Object Specification - (iCalendar). F. Dawson, D. Stenerson. November 1998. (Format: - TXT=291838 bytes) (Status: PROPOSED STANDARD) - -2446 iCalendar Transport-Independent Interoperability Protocol (iTIP) - Scheduling Events, BusyTime, To-dos and Journal Entries. S. - Silverberg, S. Mansour, F. Dawson, R. Hopson. November 1998. (Format: - TXT=225964 bytes) (Status: PROPOSED STANDARD) - -2447 iCalendar Message-Based Interoperability Protocol (iMIP). F. - Dawson, S. Mansour, S. Silverberg. November 1998. (Format: TXT=33480 - bytes) (Status: PROPOSED STANDARD) - -2448 AT&T's Error Resilient Video Transmission Technique. M. Civanlar, - G. Cash, B. Haskell. November 1998. (Format: TXT=14655 bytes) - (Status: INFORMATIONAL) - -2449 POP3 Extension Mechanism. R. Gellens, C. Newman, L. Lundblade. - November 1998. (Format: TXT=36017 bytes) (Updates RFC1939) (Status: - PROPOSED STANDARD) - -2450 Proposed TLA and NLA Assignment Rule. R. Hinden. December 1998. - (Format: TXT=24486 bytes) (Status: INFORMATIONAL) - -2451 The ESP CBC-Mode Cipher Algorithms. R. Pereira, R. Adams. - November 1998. (Format: TXT=26400 bytes) (Status: PROPOSED STANDARD) - -2452 IP Version 6 Management Information Base for the Transmission - Control Protocol. M. Daniele. December 1998. (Format: TXT=19066 - bytes) (Status: PROPOSED STANDARD) - -2453 RIP Version 2. G. Malkin. November 1998. (Format: TXT=98462 - bytes) (Obsoletes RFC1388, RFC1723) (Updates RFC1723, RFC1388) (Also - STD0056) (Status: STANDARD) - -2454 IP Version 6 Management Information Base for the User Datagram - Protocol. M. Daniele. December 1998. (Format: TXT=15862 bytes) - (Status: PROPOSED STANDARD) - -2455 Definitions of Managed Objects for APPN. B. Clouston, B. Moore. - November 1998. (Format: TXT=251061 bytes) (Obsoletes RFC2155) - (Status: PROPOSED STANDARD) - -2456 Definitions of Managed Objects for APPN TRAPS. B. Clouston, B. - Moore. November 1998. (Format: TXT=44023 bytes) (Status: PROPOSED - STANDARD) - -2457 Definitions of Managed Objects for Extended Border Node. B. - Clouston, B. Moore. November 1998. (Format: TXT=54380 bytes) (Status: - PROPOSED STANDARD) - -2458 Toward the PSTN/Internet Inter-Networking--Pre-PINT - Implementations. H. Lu, M. Krishnaswamy, L. Conroy, S. Bellovin, F. - Burg, A., DeSimone, K. Tewani, P. Davidson, H. Schulzrinne, K. - Vishwanathan. November 1998. (Format: TXT=139100 bytes) (Status: - INFORMATIONAL) - -2459 Internet X.509 Public Key Infrastructure Certificate and CRL - Profile. R. Housley, W. Ford, W. Polk, D. Solo. January 1999. - (Format: TXT=278438 bytes) (Status: PROPOSED STANDARD) - -2460 Internet Protocol, Version 6 (IPv6) Specification. S. Deering, R. - Hinden. December 1998. (Format: TXT=85490 bytes) (Obsoletes RFC1883) - (Status: DRAFT STANDARD) - -2461 Neighbor Discovery for IP Version 6 (IPv6). T. Narten, E. - Nordmark, W. Simpson. December 1998. (Format: TXT=222516 bytes) - (Obsoletes RFC1970) (Status: DRAFT STANDARD) - -2462 IPv6 Stateless Address Autoconfiguration. S. Thomson, T. Narten. - December 1998. (Format: TXT=61210 bytes) (Obsoletes RFC1971) (Status: - DRAFT STANDARD) - -2463 Internet Control Message Protocol (ICMPv6) for the Internet - Protocol Version 6 (IPv6) Specification. A. Conta, S. Deering. - December 1998. (Format: TXT=34190 bytes) (Obsoletes RFC1885) (Status: - DRAFT STANDARD) - -2464 Transmission of IPv6 Packets over Ethernet Networks. M. Crawford. - December 1998. (Format: TXT=12725 bytes) (Obsoletes RFC1972) (Status: - PROPOSED STANDARD) - -2465 Management Information Base for IP Version 6: Textual Conventions - and General Group. D. Haskin, S. Onishi. December 1998. (Format: - TXT=77339 bytes) (Status: PROPOSED STANDARD) - -2466 Management Information Base for IP Version 6: ICMPv6 Group. D. - Haskin, S. Onishi. December 1998. (Format: TXT=27547 bytes) (Status: - PROPOSED STANDARD) - -2467 Transmission of IPv6 Packets over FDDI Networks. M. Crawford. - December 1998. (Format: TXT=16028 bytes) (Obsoletes RFC2019) (Status: - PROPOSED STANDARD) - -2468 I REMEMBER IANA. V. Cerf. October 1998. (Format: TXT=8543 bytes) - (Status: INFORMATIONAL) - -2469 A Caution On The Canonical Ordering Of Link-Layer Addresses. T. - Narten, C. Burton. December 1998. (Format: TXT=9948 bytes) (Status: - INFORMATIONAL) - -2470 Transmission of IPv6 Packets over Token Ring Networks. M. - Crawford, T. Narten, S. Thomas. December 1998. (Format: TXT=21677 - bytes) (Status: PROPOSED STANDARD) - -2471 IPv6 Testing Address Allocation. R. Hinden, R. Fink, J. Postel - (deceased). December 1998. (Format: TXT=8031 bytes) (Obsoletes - RFC1897) (Status: EXPERIMENTAL) - -2472 IP Version 6 over PPP. D. Haskin, E. Allen. December 1998. - (Format: TXT=29696 bytes) (Obsoletes RFC2023) (Status: PROPOSED - STANDARD) - -2473 Generic Packet Tunneling in IPv6 Specification. A. Conta, S. - Deering. December 1998. (Format: TXT=77956 bytes) (Status: PROPOSED - STANDARD) - -2474 Definition of the Differentiated Services Field (DS Field) in the - IPv4 and IPv6 Headers. K. Nichols, S. Blake, F. Baker, D. Black. - December 1998. (Format: TXT=50576 bytes) (Obsoletes RFC1455, RFC1349) - (Status: PROPOSED STANDARD) - -2475 An Architecture for Differentiated Service. S. Blake, D. Black, - M. Carlson, E. Davies, Z. Wang, W. Weiss. December 1998. (Format: - TXT=94786 bytes) (Status: INFORMATIONAL) - -2476 Message Submission. R. Gellens, J. Klensin. December 1998. - (Format: TXT=30050 bytes) (Status: PROPOSED STANDARD) - -2477 Criteria for Evaluating Roaming Protocols. B. Aboba, G. Zorn. - December 1998. (Format: TXT=23530 bytes) (Status: INFORMATIONAL) - -2478 The Simple and Protected GSS-API Negotiation Mechanism. E. Baize, - D. Pinkas. December 1998. (Format: TXT=35581 bytes) (Status: PROPOSED - STANDARD) - -2479 Independent Data Unit Protection Generic Security Service - Application Program Interface (IDUP-GSS-API). C. Adams. December - 1998. (Format: TXT=156070 bytes) (Status: INFORMATIONAL) - -2480 Gateways and MIME Security Multiparts. N. Freed. January 1999. - (Format: TXT=11751 bytes) (Status: PROPOSED STANDARD) - -2481 A Proposal to add Explicit Congestion Notification (ECN) to IP. - K. Ramakrishnan, S. Floyd. January 1999. (Format: TXT=64559 bytes) - (Status: EXPERIMENTAL) - -2482 Language Tagging in Unicode Plain Text. K. Whistler, G. Adams. - January 1999. (Format: TXT=27800 bytes) (Status: INFORMATIONAL) - -2483 URI Resolution Services Necessary for URN Resolution. M. - Mealling, R. Daniel. January 199. (Format: TXT=30518 bytes) (Status: - EXPERIMENTAL) - -2484 PPP LCP Internationalization Configuration Option. G. Zorn. - January 1999. (Format: TXT=8330 bytes) (Updates RFC2284, RFC1994, - RFC1570) (Status: PROPOSED STANDARD) - -2485 DHCP Option for The Open Group's User Authentication Protocol. S. - Drach. January 1999. (Format: TXT=7205 bytes) (Status: PROPOSED - STANDARD) - -2486 The Network Access Identifier. B. Aboba, M. Beadles. January - 1999. (Format: TXT=14261 bytes) (Status: PROPOSED STANDARD) - -2487 SMTP Service Extension for Secure SMTP over TLS. P. Hoffman. - January 1999. (Format: TXT=15120 bytes) (Status: PROPOSED STANDARD) - -2488 Enhancing TCP Over Satellite Channels using Standard Mechanisms. - M. Allman, D. Glover, L. Sanchez. January 1999. (Format: TXT=47857 - bytes) (Also BCP0028) (Status: BEST CURRENT PRACTICE) - -2489 Procedure for Defining New DHCP Options. R. Droms. January 1999. - (Format: TXT=10484 bytes) (Also BCP0029) (Status: BEST CURRENT - PRACTICE) - -2490 A Simulation Model for IP Multicast with RSVP. M. Pullen, R. - Malghan, L. Lavu, G. Duan, J. Ma, H. Nah. January 1999. (Format: - TXT=74936, PS=1956365 bytes) (Status: INFORMATIONAL) - -2491 IPv6 over Non-Broadcast Multiple Access (NBMA) networks. G. - Armitage, P. Schulter, M. Jork, G. Harter. January 1999. (Format: - TXT=100782 bytes) (Status: PROPOSED STANDARD) - -2492 IPv6 over ATM Networks. G. Armitage, P. Schulter, M. Jork. - January 1999. (Format: TXT=21199 bytes) (Status: PROPOSED STANDARD) - -2493 Textual Conventions for MIB Modules Using Performance History - Based on 15 Minute Intervals. K. Tesink, Ed. January 1999. (Format: - TXT=18749 bytes) (Status: PROPOSED STANDARD) - -2494 Definitions of Managed Objects for the DS0 and DS0 Bundle - Interface Type. D. Fowler, Ed. January 1999. (Format: TXT=47208 - bytes) (Status: PROPOSED STANDARD) - -2495 Definitions of Managed Objects for the DS1, E1, DS2 and E2 - Interface Types. D. Fowler, Ed. January 1999. (Format: TXT=155560 - bytes) (Obsoletes RFC1406) (Status: PROPOSED STANDARD) - -2496 Definitions of Managed Object for the DS3/E3 Interface Type. D. - Fowler, Ed. January 1999. (Format: TXT=124251 bytes) (Obsoletes - RFC1407) (Status: PROPOSED STANDARD) - -2497 Transmission of IPv6 Packets over ARCnet Networks. I. Souvatzis. - January 1999. (Format: TXT=10304 bytes) (Also RFC1201) (Status: - PROPOSED STANDARD) - -2498 IPPM Metrics for Measuring Connectivity. J. Mahdavi, V. Paxson. - January 1999. (Format: TXT=17869 bytes) (Obsoleted by RFC2678) - (Status: EXPERIMENTAL) - -2499 Request for Comments Summary. A. Ramos. July 1999. (Format: - TXT=43431 bytes) (Status: INFORMATIONAL) - -2500 Internet Official Protocol Standards. J. Reynolds, R. Braden. - June 1999. (Format: TXT=78845 bytes) (Obsoletes RFC2400, RFC2300, - RFC2200, RFC2000, RFC1920, RFC1880, RFC1800, RFC1780, RFC1720, - RFC1610, RFC1600, RFC1540, RFC1500, RFC1410, RFC1360, RFC1280, - RFC1250, RFC1200, RFC1140, RFC1130, RFC1100, RFC1083) (Also STD0001) - (Status: STANDARD) - -2501 Mobile Ad hoc Networking (MANET): Routing Protocol Performance - Issues and Evaluation Considerations. S. Corson, J. Macker. January - 1999. (Format: TXT=28912 bytes) (Status: INFORMATIONAL) - -2502 Limitations of Internet Protocol Suite for Distributed Simulation - the Large Multicast Environment. M. Pullen, M. Myjak, C. Bouwens. - February 1999. (Format: TXT=28190 bytes) (Status: INFORMATIONAL) - -2503 MIME Types for Use with the ISO ILL Protocol. R. Moulton, M. - Needleman. February 1999. (Format: TXT=9078 bytes) (Status: - INFORMATIONAL) - -2504 Users' Security Handbook. . Guttman, L. Leong, G. Malkin. - February 1999. (Format: TXT=74036 bytes) (Also FYI0034) (Status: - INFORMATIONAL) - -2505 Anti-Spam Recommendations for SMTP MTAs. G. Lindberg. February - 1999. (Format: TXT=53597 bytes) (Also BCP0030) (Status: BEST CURRENT - PRACTICE) - -2506 Media Feature Tag Registration Procedure. K. Holtman, A. Mutz, T. - Hardie. March 1999. (Format: TXT=24892 bytes) (Also BCP0031) (Status: - BEST CURRENT PRACTICE) - -2507 IP Header Compression. M. Degermark, B. Nordgren, S. Pink. - February 1999. (Format: TXT=106292 bytes) (Status: PROPOSED STANDARD) - -2508 Compressing IP/UDP/RTP Headers for Low-Speed Serial Links. S. - Casner, V. Jacobson. February 1999. (Format: TXT=60474 bytes) - (Status: PROPOSED STANDARD) - -2509 IP Header Compression over PPP. M. Engan, S. Casner, C. Bormann. - February 1999. (Format: TXT=18676 bytes) (Status: PROPOSED STANDARD) - -2510 Internet X.509 Public Key Infrastructure Certificate Management - Protocols. C. Adams, S. Farrell. March 1999. (Format: TXT=158178 - bytes) (Status: PROPOSED STANDARD) - -2511 Internet X.509 Certificate Request Message Format. M. Myers, C. - Adams, D. Solo, D. Kemp. March 1999. (Format: TXT=48278 bytes) - (Status: PROPOSED STANDARD) - -2512 Accounting Information for ATM Networks. K. McCloghrie, J. - Heinanen, W. Greene, A. Prasad. February 1999. (Format: TXT=29119 - bytes) (Status: PROPOSED STANDARD) - -2513 Managed Objects for Controlling the Collection and Storage of - Accounting Information for Connection-Oriented Networks. K. - McCloghrie, J. Heinanen, W. Greene, A. Prasad. February 1999. - (Format: TXT=60789 bytes) (Status: PROPOSED STANDARD) - -2514 Definitions of Textual Conventions and OBJECT-IDENTITIES for ATM - Management. M. Noto, E. Spiegel, K. Tesink. February 1999. (Format: - TXT=37583 bytes) (Status: PROPOSED STANDARD) - -2515 Definitions of Managed Objects for ATM Management. K. Tesink, Ed. - February 1999. (Format: TXT=179993 bytes) (Obsoletes RFC1695) - (Status: PROPOSED STANDARD) - -2516 Method for Transmitting PPP Over Ethernet (PPPoE). L. Mamakos, K. - Lidl, J. Evarts, D. Carrel, D. Simone, R. Wheeler. February 1999. - (Format: TXT=32537 bytes) (Status: INFORMATIONAL) - -2517 Building Directories from DNS: Experiences from WWWSeeker. R. - Moats, R. Huber. February 1999. (Format: TXT=14001 bytes) (Status: - INFORMATIONAL) - -2518 HTTP Extensions for Distributed Authoring -- WEBDAV. Y. Goland, - E. Whitehead, A. Faizi, S. Carter, D. Jensen. February 1999. (Format: - TXT=202829 bytes) (Status: PROPOSED STANDARD) - -2519 A Framework for Inter-Domain Route Aggregation. E. Chen, J. - Stewart. February 1999. (Format: TXT=25394 bytes) (Status: - INFORMATIONAL) - -2520 NHRP with Mobile NHCs. J. Luciani, H. Suzuki, N. Doraswamy, D. - Horton. February 1999. (Format: TXT=16763 bytes) (Status: - EXPERIMENTAL) - -2521 ICMP Security Failures Messages. P. Karn, W. Simpson. March 1999. - (Format: TXT=14637 bytes) (Status: EXPERIMENTAL) - -2522 Photuris: Session-Key Management Protocol. P. Karn, W. Simpson. - March 1999. (Format: TXT=157224 bytes) (Status: EXPERIMENTAL) - -2523 Photuris: Extended Schemes and Attributes. P. Karn, W. Simpson. - March 1999. (Format: TXT=38166 bytes) (Status: EXPERIMENTAL) - -2524 Neda's Efficient Mail Submission and Delivery (EMSD) Protocol - Specification Version 1.3. M. Banan. February 1999. (Format: - TXT=153171 bytes) (Status: INFORMATIONAL) - -2525 Known TCP Implementation Problems. V. Paxson, M Allman, S. - Dawson, W. Fenner, J. Griner, I. Heavens, K. Lahey, J. Semke, B. - Volz. March 1999. (Format: TXT=137201 bytes) (Status: INFORMATIONAL) - -2526 Reserved IPv6 Subnet Anycast Addresses. D. Johnson, S. Deering. - March 1999. (Format: TXT=14555 bytes) (Status: PROPOSED STANDARD) - -2527 Internet X.509 Public Key Infrastructure Certificate Policy and - Certification Practices Framework. S. Chokhani, W. Ford. March 1999. - (Format: TXT=91860 bytes) (Status: INFORMATIONAL) - -2528 Internet X.509 Public Key Infrastructure Representation of Key - Exchange Algorithm (KEA) Keys in Internet X.509 Public Key - Infrastructure Certificates. R. Housley, W. Polk. March 1999. - (Format: TXT=18273 bytes) (Status: INFORMATIONAL) - -2529 Transmission of IPv6 over IPv4 Domains without Explicit Tunnels. - B. Carpenter, C. Jung. March 1999. (Format: TXT=21049 bytes) (Status: - PROPOSED STANDARD) - -2530 Indicating Supported Media Features Using Extensions to DSN and - MDN. D. Wing. March 1999. (Format: TXT=7824 bytes) (Status: PROPOSED - STANDARD) - -2531 Content Feature Schema for Internet Fax. G. Klyne, L. McIntyre. - March 1999. (Format: TXT=88295 bytes) (Status: PROPOSED STANDARD) - -2532 Extended Facsimile Using Internet Mail. L. Masinter, D. Wing. - March 1999. (Format: TXT=22717 bytes) (Status: PROPOSED STANDARD) - -2533 A Syntax for Describing Media Feature Sets. G. Klyne. March 1999. - (Format: TXT=79057 bytes) (Status: PROPOSED STANDARD) - -2534 Media Features for Display, Print, and Fax. L. Masinter, D. Wing, - A. Mutz, K. Holtman. March 1999. (Format: TXT=15466 bytes) (Status: - PROPOSED STANDARD) - -2535 Domain Name System Security Extensions. D. Eastlake. March 1999. - (Format: TXT=110958 bytes) (Updates RFC2181, RFC1035, RFC1034) - (Status: PROPOSED STANDARD) - -2536 DSA KEYs and SIGs in the Domain Name System (DNS). D. Eastlake. - March 1999. (Format: TXT=11121 bytes) (Status: PROPOSED STANDARD) - -2537 RSA/MD5 KEYs and SIGs in the Domain Name System (DNS). D. - Eastlake. March 1999. (Format: TXT=10810 bytes) (Status: PROPOSED - STANDARD) - -2538 Storing Certificates in the Domain Name System (DNS). D. - Eastlake, O. Gudmundsson. March 1999. (Format: TXT=19857 bytes) - (Status: PROPOSED STANDARD) - -2539 Storage of Diffie-Hellman Keys in the Domain Name System (DNS). - D. Eastlake. March 1999. (Format: TXT=21049 bytes) (Status: PROPOSED - STANDARD) - -2540 Detached Domain Name System (DNS) Information. D. Eastlake. March - 1999. (Format: TXT=12546 bytes) (Status: EXPERIMENTAL) - -2541 DNS Security Operational Considerations. D. Eastlake. March 1999. - (Format: TXT=14498 bytes) (Status: INFORMATIONAL) - -2542 Terminology and Goals for Internet Fax. L. Masinter. March 1999. - (Format: TXT=46372 bytes) (Status: INFORMATIONAL) - -2543 SIP: Session Initiation Protocol. M. Handley, H. Schulzrinne, E. - Schooler, J. Rosenberg. March 1999. (Format: TXT=338861 bytes) - (Status: PROPOSED STANDARD) - -2544 Benchmarking Methodology for Network Interconnect Devices. S. - Bradner, J. McQuaid. March 1999. (Format: TXT=66688 bytes) (Obsoletes - RFC1944) (Status: INFORMATIONAL) - -2545 Use of BGP-4 Multiprotocol Extensions for IPv6 Inter-Domain - Routing. P. Marques, F. Dupont. March 1999. (Format: TXT=10209 bytes) - (Status: PROPOSED STANDARD) - -2546 6Bone Routing Practice. A. Durand, B. Buclin. March 1999. - (Format: TXT=17844 bytes) (Status: INFORMATIONAL) - -2547 BGP/MPLS VPNs. E. Rosen, Y. Rekhter. March 1999. (Format: - TXT=63270 bytes) (Status: INFORMATIONAL) - -2548 Microsoft Vendor-specific RADIUS Attributes. G. Zorn. March 1999. - (Format: TXT=80763 bytes) (Status: INFORMATIONAL) - -2549 IP over Avian Carriers with Quality of Service. D. Waitzman. - April-01-1999. (Format: TXT=9519 bytes) (Updates 1149) (Status: - INFORMATIONAL) - -2550 Y10K and Beyond. S. Glassman, M. Manasse, J. Mogul. - April-01-1999. (Format: TXT=28011 bytes) (Status: INFORMATIONAL) - -2551 The Roman Standards Process -- Revision III. S. Bradner. - April-01-1999. (Format: TXT=28054 bytes) (Status: INFORMATIONAL) - -2552 Architecture for the Information Brokerage in the ACTS Project - GAIA. M. Blinov, M. Bessonov, C. Clissmann. April 1999. (Format: - TXT=65172 bytes) (Status: INFORMATIONAL) - -2553 Basic Socket Interface Extensions for IPv6. R. Gilligan, S. - Thomson, J. Bound, W. Stevens. March 1999. (Format: TXT=89215 bytes) - (Obsoletes RFC2133) (Status: INFORMATIONAL) - -2554 SMTP Service Extension for Authentication. J. Myers. March 1999. - (Format: TXT=20534 bytes) (Status: PROPOSED STANDARD) - -2555 30 Years of RFCs. RFC Editor, et al.. Apr-07-1999. (Format: - TXT=42902 bytes) (Status: INFORMATIONAL) - -2556 OSI connectionless transport services on top of UDP Applicability - Statement for Historic Status. S. Bradner. March 1999. (Format: - TXT=5864 bytes) (Status: INFORMATIONAL) - -2557 MIME Encapsulation of Aggregate Documents, such as HTML (MHTML). - J. Palme, A. Hopmann, N. Shelness. March 1999. (Format: TXT=61854 - bytes) (Obsoletes RFC2110) (Status: PROPOSED STANDARD) - -2558 Definitions of Managed Objects for the SONET/SDH Interface Type. - K. Tesink. March 1999. (Format: TXT=138550 bytes) (Obsoletes RFC1595) - (Status: PROPOSED STANDARD) - -2559 Internet X.509 Public Key Infrastructure Operational Protocols - - LDAPv2. S. Boeyen, T. Howes, P. Richard. April 1999. (Format: - TXT=22889 bytes) (Updates RFC1778) (Status: PROPOSED STANDARD) - -2560 X.509 Internet Public Key Infrastructure Online Certificate - Status Protocol - OCSP. M. Myers, R. Ankney, A. Malpani, S. Galperin, - C. Adams. June 1999. (Format: TXT=43243 bytes) (Status: PROPOSED - STANDARD) - -2561 Base Definitions of Managed Objects for TN3270E Using SMIv2. K. - White, R. Moore. April 1999. (Format: TXT=113705 bytes) (Status: - PROPOSED STANDARD) - -2562 Definitions of Protocol and Managed Objects for TN3270E Response - Time Collection Using SMIv2 (TN3270E-RT-MIB). K. White, R. Moore. - April 1999. (Format: TXT=110633 bytes) (Status: PROPOSED STANDARD) - -2563 DHCP Option to Disable Stateless Auto-Configuration in IPv4 - Clients. R. Troll. May 1999. (Format: TXT=17838 bytes) (Status: - PROPOSED STANDARD) - -2564 Application Management MIB. C. Kalbfleisch, C. Krupczak, R. - Presuhn, J. Saperia. May 1999. (Format: TXT=183314 bytes) (Status: - PROPOSED STANDARD) - -2565 Internet Printing Protocol/1.0: Encoding and Transport. R. - Herriot, Ed., S. Butler, P. Moore, R. Turner. April 1999. (Format: - TXT=80439 bytes) (Status: EXPERIMENTAL) - -2566 Internet Printing Protocol/1.0: Model and Semantics. R. deBry, T. - Hastings, R. Herriot, S. Isaacson, P. Powell. April 1999. (Format: - TXT=438887 bytes) (Status: EXPERIMENTAL) - -2567 Design Goals for an Internet Printing Protocol. F. Wright. April - 1999. (Format: TXT=90260 bytes) (Status: EXPERIMENTAL) - -2568 Rationale for the Structure of the Model and Protocol for the - Internet Printing Protocol. S. Zilles. April 1999. (Format: TXT=23547 - bytes) (Status: EXPERIMENTAL) - -2569 Mapping between LPD and IPP Protocols. R. Herriot, Ed., T. - Hastings, N. Jacobs, J. Martin. April 1999. (Format: TXT=57886 bytes) - (Status: EXPERIMENTAL) - -2570 Introduction to Version 3 of the Internet-standard Network - Management Framework. J. Case, R. Mundy, D. Partain, B. Stewart. - April 1999. (Format: TXT=50381 bytes) (Status: INFORMATIONAL) - -2571 An Architecture for Describing SNMP Management Frameworks. B. - Wijnen, D. Harrington, R. Presuhn. April 1999. (Format: TXT=139260 - bytes) (Obsoletes RFC2271) (Status: DRAFT STANDARD) - -2572 Message Processing and Dispatching for the Simple Network - Management Protocol (SNMP). J. Case, D. Harrington, R. Presuhn, B. - Wijnen. April 1999. (Format: TXT=96035 bytes) (Obsoletes RFC2272) - (Status: DRAFT STANDARD) - -2573 SNMP Applications. D. Levi, P. Meyer, B. Stewart. April 1999. - (Format: TXT=150427 bytes) (Obsoletes RFC2273) (Status: DRAFT - STANDARD) - -2574 User-based Security Model (USM) for version 3 of the Simple - Network Management Protocol (SNMPv3). U. Blumenthal, B. Wijnen. April - 1999. (Format: TXT=190755 bytes) (Obsoletes RFC2274) (Status: DRAFT - STANDARD) - -2575 View-based Access Control Model (VACM) for the Simple Network - Management Protocol (SNMP). B. Wijnen, R. Presuhn, K. McCloghrie. - April 1999. (Format: TXT=79642 bytes) (Obsoletes RFC2275) (Status: - DRAFT STANDARD) - -2577 FTP Security Considerations. M. Allman, S. Ostermann. May 1999. - (Format: TXT=17870 bytes) (Status: INFORMATIONAL) - -2578 Structure of Management Information Version 2 (SMIv2). K. - McCloghrie, D. Perkins, J. Schoenwaelder. April 1999. (Format: - TXT=89712 bytes) (Obsoletes RFC1902) (Also STD0058) (Status: - STANDARD) - -2579 Textual Conventions for SMIv2. K. McCloghrie, D. Perkins, J. - Schoenwaelder. April 1999. (Format: TXT=59039 bytes) (Obsoletes - RFC1903) (Also STD0058) (Status: STANDARD) - -2580 Conformance Statements for SMIv2. K. McCloghrie, D. Perkins, J. - Schoenwaelder. April 1999. (Format: TXT=54253 bytes) (Obsoletes - RFC1904) (Also STD0058) (Status: STANDARD) - -2581 TCP Congestion Control. M. Allman, V. Paxson, W. Stevens. April - 1999. (Format: TXT=31351 bytes) (Obsoletes RFC2001) (Status: PROPOSED - STANDARD) - -2582 The NewReno Modification to TCP's Fast Recovery Algorithm. S. - Floyd, T. Henderson. April 1999. (Format: TXT=29393 bytes) (Status: - EXPERIMENTAL) - -2583 Guidelines for Next Hop Client (NHC) Developers. R. Carlson, L. - Winkler. May 1999. (Format: TXT=21338 bytes) (Status: INFORMATIONAL) - -2584 Definitions of Managed Objects for APPN/HPR in IP Networks. B. - Clouston, B. Moore. May 1999. (Format: TXT=40187 bytes) (Status: - PROPOSED STANDARD) - -2585 Internet X.509 Public Key Infrastructure Operational Protocols: - FTP and HTTP. R. Housley, P. Hoffman. May 1999. (Format: TXT=14813 - bytes) (Status: PROPOSED STANDARD) - -2586 The Audio/L16 MIME content type. J. Salsman, H. Alvestrand. May - 1999. (Format: TXT=8694 bytes) (Status: INFORMATIONAL) - -2587 Internet X.509 Public Key Infrastructure LDAPv2 Schema. S. - Boeyen, T. Howes, P. Richard. June 1999. (Format: TXT=15102 bytes) - (Status: PROPOSED STANDARD) - -2588 IP Multicast and Firewalls. R. Finlayson. May 1999. (Format: - TXT=28622 bytes) (Status: INFORMATIONAL) - -2589 Lightweight Directory Access Protocol (v3): Extensions for - Dynamic Directory Services. Y. Yaacovi, M. Wahl, T. Genovese. May - 1999. (Format: TXT=26855 bytes) (Status: PROPOSED STANDARD) - -2590 Transmission of IPv6 Packets over Frame Relay. A. Conta, A. - Malis, M. Mueller. May 1999. (Format: TXT=41817 bytes) (Status: - PROPOSED STANDARD) - -2591 Definitions of Managed Objects for Scheduling Management - Operations. D. Levi, J. Schoenwaelder. May 1999. (Format: TXT=52920 - bytes) (Status: PROPOSED STANDARD) - -2592 Definitions of Managed Objects for the Delegation of Management - Script. D. Levi, J. Schoenwaelder. May 1999. (Format: TXT=110629 - bytes) (Status: PROPOSED STANDARD) - -2593 Script MIB Extensibility Protocol Version 1.0. J. Schoenwaelder, - J. Quittek. May 1999. (Format: TXT=49663 bytes) (Status: - EXPERIMENTAL) - -2594 Definitions of Managed Objects for WWW Services. H. Hazewinkel, - C. Kalbfleisch, J. Schoenwaelder. May 1999. (Format: TXT=88876 bytes) - (Status: PROPOSED STANDARD) - -2595 Using TLS with IMAP, POP3 and ACAP. C. Newman. June 1999. - (Format: TXT=32440 bytes) (Status: PROPOSED STANDARD) - -2596 Use of Language Codes in LDAP. M. Wahl, T. Howes. May 1999. - (Format: TXT=17413 bytes) (Status: PROPOSED STANDARD) - -2597 Assured Forwarding PHB Group. J. Heinanen, F. Baker, W. Weiss, J. - Wroclawski. June 1999. (Format: TXT=24068 bytes) (Status: PROPOSED - STANDARD) - -2598 An Expedited Forwarding PHB. V. Jacobson, K. Nichols, K. Poduri. - June 1999. (Format: TXT=23656 bytes) (Status: PROPOSED STANDARD) - -2601 ILMI-Based Server Discovery for ATMARP. M. Davison. June 1999. - (Format: TXT=11820 bytes) (Status: PROPOSED STANDARD) - -2602 ILMI-Based Server Discovery for MARS. M. Davison. June 1999. - (Format: TXT=12031 bytes) (Status: PROPOSED STANDARD) - -2603 ILMI-Based Server Discovery for NHRP. M. Davison. June 1999. - (Format: TXT=11865 bytes) (Status: PROPOSED STANDARD) - -2604 Wireless Device Configuration (OTASP/OTAPA) via ACAP. R. Gellens. - June 1999. (Format: TXT=65329 bytes) (Obsoleted by RFC2636) (Status: - INFORMATIONAL) - -2605 Directory Server Monitoring MIB. G. Mansfield, S. Kille. June - 1999. (Format: TXT=49166 bytes) (Obsoletes RFC1567) (Status: PROPOSED - STANDARD) - -2606 Reserved Top Level DNS Names. D. Eastlake, A. Panitz. June 1999. - (Format: TXT=8008 bytes) (Also RFC2606) (Status: BEST CURRENT - PRACTICE) - -2607 Proxy Chaining and Policy Implementation in Roaming. B. Aboba, J. - Vollbrecht. June 1999. (Format: TXT=33271 bytes) (Status: - INFORMATIONAL) - -2608 Service Location Protocol, Version 2. E. Guttman, C. Perkins, J. - Veizades, M. Day. June 1999. (Format: TXT=129475 bytes) (Updates - RFC2165) (Status: PROPOSED STANDARD) - -2609 Service Templates and Service: Schemes. E. Guttman, C. Perkins, - J. Kempf. June 1999. (Format: TXT=72842 bytes) (Updates RFC2165) - (Status: PROPOSED STANDARD) - -2610 DHCP Options for Service Location Protocol. C. Perkins, E. - Guttman. June 1999. (Format: TXT=10859 bytes) (Status: PROPOSED - STANDARD) - -2611 URN Namespace Definition Mechanisms. L. Daigle, D. van Gulik, R. - Iannella, P. Falstrom. June 1999. (Format: TXT=26916 bytes) (Also - BCP0033) (Status: BEST CURRENT PRACTICE) - -2612 The CAST-256 Encryption Algorithm. C. Adams, J. Gilchrist. June - 1999. (Format: TXT=37468 bytes) (Status: INFORMATIONAL) - -2613 Remote Network Monitoring MIB Extensions for Switched Networks - Version 1.0. R. Waterman, B. Lahaye, D. Romascanu, S. Waldbusser. - June 1999. (Format: TXT=88701 bytes) (Status: PROPOSED STANDARD) - -2614 An API for Service Location. J. Kempf, E. Guttman. June 1999. - (Format: TXT=164002 bytes) (Status: INFORMATIONAL) - -2615 PPP over SONET/SDH. A. Malis, W. Simpson. June 1999. (Format: - TXT=18708 bytes) (Obsoletes RFC1619) (Status: PROPOSED STANDARD) - -2616 Hypertext Transfer Protocol -- HTTP/1.1. R. Fielding, J. Gettys, - J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee. June - 1999. (Format: TXT=422317, PS=5529857 bytes) (Obsoletes RFC2068) - (Status: DRAFT STANDARD) - -2617 HTTP Authentication: Basic and Digest Access Authentication. J. - Franks, P. Hallam-Baker, J. Hostetler, S. Lawrence, P. Leach, A. - Luotonen, L. Stewart. June 1999. (Format: TXT=77638 bytes) (Obsoletes - RFC2069) (Status: DRAFT STANDARD) - -2618 RADIUS Authentication Client MIB. B. Aboba, G. Zorn. June 1999. - (Format: TXT=26889 bytes) (Status: PROPOSED STANDARD) - -2619 RADIUS Authentication Server MIB. G. Zorn, B. Aboba. June 1999. - (Format: TXT=30464 bytes) (Status: PROPOSED STANDARD) - -2620 RADIUS Accounting Client MIB. B. Aboba, G. Zorn. June 1999. - (Format: TXT=23960 bytes) (Status: INFORMATIONAL) - -2621 RADIUS Accounting Server MIB. G. Zorn, B. Aboba. June 1999. - (Format: TXT=27768 bytes) (Status: INFORMATIONAL) - -2622 Routing Policy Specification Language (RPSL. C. Alaettinoglu, C. - Villamizar, E. Gerich, D. Kessens, D. Meyer, T. Bates, D. Karrenberg, - M. Terpstra. June 1999. (Format: TXT=140811 bytes) (Obsoletes - RFC2280) (Status: PROPOSED STANDARD) - -2623 NFS Version 2 and Version 3 Security Issues and the NFS - Protocol's Use of RPCSEC_GSS and Kerberos V5. M. Eisler. June 1999. - (Format: TXT=42521 bytes) (Status: PROPOSED STANDARD) - -2624 NFS Version 4 Design Considerations. S. Shepler. June 1999. - (Format: TXT=52891 bytes) (Status: INFORMATIONAL) - -2625 IP and ARP over Fibre Channel. M. Rajagopal, R. Bhagwat, W. - Rickard. June 1999. (Format: TXT=137741 bytes) (Status: PROPOSED - STANDARD) - -2626 The Internet and the Millennium Problem (Year 2000). P. Nesser - II. June 1999. (Format: TXT=547560 bytes) (Status: INFORMATIONAL) - -2627 Key Management for Multicast: Issues and Architectures. D. - Wallner, E. Harder, R. Agee. June 1999. (Format: TXT=59263 bytes) - (Status: INFORMATIONAL) - -2628 Simple Cryptographic Program Interface (Crypto API). V. Smyslov. - June 1999. (Format: TXT=60070 bytes) (Status: INFORMATIONAL) - -2629 Writing I-Ds and RFCs using XML. M. Rose. June 1999. (Format: - TXT=48677 bytes) (Status: INFORMATIONAL) - -2630 Cryptographic Message Syntax. R. Housley. June 1999. (Format: - TXT=128599 bytes) (Status: PROPOSED STANDARD) - -2631 Diffie-Hellman Key Agreement Method. E. Rescorla. June 1999. - (Format: TXT=25932 bytes) (Status: PROPOSED STANDARD) - -2632 S/MIME Version 3 Certificate Handling. B. Ramsdell, Ed.. June - 1999. (Format: TXT=27925 bytes) (Status: PROPOSED STANDARD) - -2633 S/MIME Version 3 Message Specification. B. Ramsdell, Ed.. June - 1999. (Format: TXT=67870 bytes) (Status: PROPOSED STANDARD) - -2634 Enhanced Security Services for S/MIME. P. Hoffman, Ed.. June - 1999. (Format: TXT=131153 bytes) (Status: PROPOSED STANDARD) - -2635 DON'T SPEW A Set of Guidelines for Mass Unsolicited Mailings and - Postings (spam*). S. Hambridge, A. Lunde. June 1999. (Format: - TXT=44669 bytes) (Also FYI0035) (Status: INFORMATIONAL) - -2636 Wireless Device Configuration (OTASP/OTAPA) via ACAP. R. Gellens. - July 1999. (Format: TXT=65288, PS=1120860 bytes) (Obsoletes RFC2604) - (Status: INFORMATIONAL) - -2637 Point-to-Point Tunneling Protocol. K. Hamzeh, G. Pall, W. - Verthein, J. Taarud, W. Little, G. Zorn. July 1999. (Format: - TXT=132565 bytes) (Status: INFORMATIONAL) - -2638 A Two-bit Differentiated Services Architecture for the Internet. - K. Nichols, V. Jacobson, L. Zhang. July 1999. (Format: TXT=72785, - PS=1610846 bytes) (Status: INFORMATIONAL) - -2639 Internet Printing Protocol/1.0: Implementer's Guide. T. Hastings, - C. Manros. July 1999. (Format: TXT=145086 bytes) (Status: - INFORMATIONAL) - -2640 Internationalization of the File Transfer Protocol. B. Curtin. - July 1999. (Format: TXT=57204 bytes) (Updates 959) (Status: PROPOSED - STANDARD) - -2641 Cabletron's VlanHello Protocol Specification Version 4. D. - Hamilton, D. Ruffen. August 1999. (Format: TXT=34686 bytes) (Status: - INFORMATIONAL) - -2642 Cabletron's VLS Protocol Specification. L. Kane. August 1999. - (Format: TXT=204347 bytes) (Status: INFORMATIONAL) - -2643 Cabletron's SecureFast VLAN Operational Model. D. Ruffen, T. Len, - J. Yanacek. August 1999. (Format: TXT=121786 bytes) (Status: - INFORMATIONAL) - -2644 Changing the Default for Directed Broadcasts in Routers. D. - Senie. August 1999. (Format: TXT=6820 bytes) (Updates RFC1812) (Also - BCP0034) (Status: BEST CURRENT PRACTICE) - -2645 ON-DEMAND MAIL RELAY (ODMR) SMTP with Dynamic IP Addresses. R. - Gellens. August 1999. (Format: TXT=16302 bytes) (Status: PROPOSED - STANDARD) - -2646 The Text/Plain Format Parameter. R. Gellens. August 1999. - (Format: TXT=29175 bytes) (Updates 2046) (Status: PROPOSED STANDARD) - -2647 Benchmarking Terminology for Firewall Performance. D. Newman. - August 1999. (Format: TXT=45374 bytes) (Status: INFORMATIONAL) - -2648 A URN Namespace for IETF Documents. R. Moats. August 1999. - (Format: TXT=46826 bytes) (Status: INFORMATIONAL) - -2649 An LDAP Control and Schema for Holding Operation Signatures. B. - Greenblatt, P. Richard. August 1999. (Format: TXT=20470 bytes) - (Status: EXPERIMENTAL) - -2650 Using RPSL in Practice. D. Meyer, J. Schmitz, C. Orange, M. - Prior, C. Alaettinoglu. August 1999. (Format: TXT=55272 bytes) - (Status: INFORMATIONAL) - -2651 The Architecture of the Common Indexing Protocol (CIP). J. Allen, - M. Mealling. August 1999. (Format: TXT=41933 bytes) (Status: PROPOSED - STANDARD) - -2652 MIME Object Definitions for the Common Indexing Protocol (CIP). - J. Allen, M. Mealling. August 1999. (Format: TXT=42464 bytes) - (Status: PROPOSED STANDARD) - -2653 CIP Transport Protocols. J. Allen, P. Leach, R. Hedberg. August - 1999. (Format: TXT=22999 bytes) (Status: PROPOSED STANDARD) - -2654 A Tagged Index Object for use in the Common Indexing Protocol. R. - Hedberg, B. Greenblatt, R. Moats, M. Wahl. August 1999. (Format: - TXT=46739 bytes) (Status: EXPERIMENTAL) - -2655 CIP Index Object Format for SOIF Objects. T. Hardie, M. Bowman, - D. Hardy, M. Schwartz, D. Wessels. August 1999. (Format: TXT=34285 - bytes) (Status: EXPERIMENTAL) - -2656 Registration Procedures for SOIF Template Types. T. Hardie. - August 1999. (Format: TXT=17409 bytes) (Status: EXPERIMENTAL) - -2657 LDAPv2 Client vs. the Index Mesh. R. Hedberg. August 1999. - (Format: TXT=19251 bytes) (Status: EXPERIMENTAL) - -2658 RTP Payload Format for PureVoice(tm) Audio. K. McKay. August - 1999. (Format: TXT=21895 bytes) (Status: PROPOSED STANDARD) - -2659 Security Extensions For HTML. E. Rescorla, A. Schiffman. August - 1999. (Format: TXT=8134 bytes) (Status: EXPERIMENTAL) - -2660 The Secure HyperText Transfer Protocol. E. Rescorla, A. - Schiffman. August 1999. (Format: TXT=95645 bytes) (Status: - EXPERIMENTAL) - -2661 Layer Two Tunneling Protocol "L2TP". W. Townsley, A. Valencia, A. - Rubens, G. Pall, G. Zorn, B. Palter. August 1999. (Format: TXT=168150 - bytes) (Status: PROPOSED STANDARD) - -2662 Definitions of Managed Objects for the ADSL Lines. G. Bathrick, - F. Ly. August 1999. (Format: TXT=247122 bytes) (Status: PROPOSED - STANDARD) - -2663 IP Network Address Translator (NAT) Terminology and - Considerations. P. Srisuresh, M. Holdrege. August 1999. (Format: - TXT=72265 bytes) (Status: INFORMATIONAL) - -2664 FYI on Questions and Answers - Answers to Commonly Asked "New - Internet User" Questions. R. Plzak, A. Wells, E. Krol. August 1999. - (Format: TXT=23640 bytes) (Obsoletes RFC1594) (Also FYI0004) (Status: - INFORMATIONAL) - -2665 Definitions of Managed Objects for the Ethernet-like Interface - Types. J. Flick, J. Johnson. August 1999. (Format: TXT=110038 bytes) - (Obsoletes RFC2358) (Status: PROPOSED STANDARD) - -2666 Definitions of Object Identifiers for Identifying Ethernet Chip - Sets. J. Flick. August 1999. (Format: TXT=37699 bytes) (Status: - INFORMATIONAL) - -2667 IP Tunnel MIB. D. Thaler. August 1999. (Format: TXT=32770 bytes) - (Status: PROPOSED STANDARD) - -2668 Definitions of Managed Objects for IEEE 802.3 Medium Attachment - Units (MAUs). A. Smith, J. Flick, K. de Graaf, D. Romascanu, D. - McMaster, K. McCloghrie, S. Roberts. August 1999. (Format: TXT=121843 - bytes) (Obsoletes RFC2239) (Status: PROPOSED STANDARD) - -2669 DOCSIS Cable Device MIB Cable Device Management Information Base - for DOCSIS compliant Cable Modems and Cable Modem Termination - Systems. M. St. Johns, Ed.. August 1999. (Format: TXT=112880 bytes) - (Status: PROPOSED STANDARD) - -2670 Radio Frequency (RF) Interface Management Information Base for - MCNS/DOCSIS compliant RF interfaces. M. St. Johns, Ed.. August 1999. - (Format: TXT=141077 bytes) (Status: PROPOSED STANDARD) - -2671 Extension Mechanisms for DNS (EDNS0). P. Vixie. August 1999. - (Format: TXT=15257 bytes) (Status: PROPOSED STANDARD) - -2672 Non-Terminal DNS Name Redirection. M. Crawford. August 1999. - (Format: TXT=18321 bytes) (Status: PROPOSED STANDARD) - -2673 Binary Labels in the Domain Name System. M. Crawford. August - 1999. (Format: TXT=12379 bytes) (Status: PROPOSED STANDARD) - -2674 Definitions of Managed Objects for Bridges with Traffic Classes, - Multicast Filtering and Virtual LAN Extensions. E. Bell, A. Smith, P. - Langille, A. Rijhsinghani, K. McCloghrie. August 1999. (Format: - TXT=159971 bytes) (Status: PROPOSED STANDARD) - -2675 IPv6 Jumbograms. D. Borman, S. Deering, R. Hinden. August 1999. - (Format: TXT=17320 bytes) (Obsoletes RFC2147) (Status: PROPOSED - STANDARD) - -2676 QoS Routing Mechanisms and OSPF Extensions. G. Apostolopoulos, S. - Kama, D. Williams, R. Guerin, A. Orda, T. Przygienda. August 1999. - (Format: TXT=124563 bytes) (Status: EXPERIMENTAL) - -2677 Definitions of Managed Objects for the NBMA Next Hop Resolution - Protocol (NHRP). M. Greene, J. Cucchiara, J. Luciani. August 1999. - (Format: TXT=129699 bytes) (Status: PROPOSED STANDARD) - -2678 IPPM Metrics for Measuring Connectivity. J. Mahdavi, V. Paxson. - September 1999. (Format: TXT=18087 bytes) (Obsoletes RFC2498) - (Status: PROPOSED STANDARD) - -2679 A One-way Delay Metric for IPPM. G. Almes, S. Kalidindi, M. - Zekauskas. September 1999. (Format: TXT=43542 bytes) (Status: - PROPOSED STANDARD) - -2680 A One-way Packet Loss Metric for IPPM. G. Almes, S. Kalidindi, M. - Zekauskas. September 1999. (Format: TXT=32266 bytes) (Status: - PROPOSED STANDARD) - -2681 A Round-trip Delay Metric for IPPM. G. Almes, S. Kalidindi, M. - Zekauskas. September 1999. (Format: TXT=44357 bytes) (Status: - PROPOSED STANDARD) - -2682 Performance Issues in VC-Merge Capable ATM LSRs. I. Widjaja, A. - Elwalid. September 1999. (Format: TXT=29491 bytes) (Status: - INFORMATIONAL) - -2683 IMAP4 Implementation Recommendations. B. Leiba. September 1999. - (Format: TXT=56300 bytes) (Status: INFORMATIONAL) - -2684 Multiprotocol Encapsulation over ATM Adaptation Layer 5. D. - Grossman, J. Heinanen. September 1999. (Format: TXT=51390 bytes) - (Obsoletes RFC1483) (Status: PROPOSED STANDARD) - -2685 Virtual Private Networks Identifier. B. Fox, B. Gleeson. - September 1999. (Format: TXT=11168 bytes) (Status: PROPOSED STANDARD) - -2686 The Multi-Class Extension to Multi-Link PPP. C. Bormann. - September 1999. (Format: TXT=24192 bytes) (Status: PROPOSED STANDARD) - -2687 PPP in a Real-time Oriented HDLC-like Framing. C. Bormann. - September 1999. (Format: TXT=28699 bytes) (Status: PROPOSED STANDARD) - -2688 Integrated Services Mappings for Low Speed Networks. S. - Jackowski, D. Putzolu, E. Crawley, B. Davie. September 1999. (Format: - TXT=36685 bytes) (Status: PROPOSED STANDARD) - -2689 Providing Integrated Services over Low-bitrate Links. C. Bormann. - September 1999. (Format: TXT=34345 bytes) (Status: INFORMATIONAL) - -2690 A Proposal for an MOU-Based ICANN Protocol Support Organization. - S. Bradner. September 1999. (Format: TXT=14221 bytes) (Status: - INFORMATIONAL) - -2691 A Memorandum of Understanding for an ICANN Protocol Support - Organization. S. Bradner. September 1999. (Format: TXT=18940 bytes) - (Status: INFORMATIONAL) - -2692 SPKI Requirements. C. Ellison. September 1999. (Format: TXT=29569 - bytes) (Status: EXPERIMENTAL) - -2693 SPKI Certificate Theory. C. Ellison, B. Frantz, B. Lampson, R. - Rivest, B. Thomas, T. Ylonen. September 1999. (Format: TXT=96699 - bytes) (Status: EXPERIMENTAL) - -2694 DNS extensions to Network Address Translators (DNS_ALG). P. - Srisuresh, G. Tsirtsis, P. Akkiraju, A. Heffernan. September 1999. - (Format: TXT=67720 bytes) (Status: INFORMATIONAL) - -2695 Authentication Mechanisms for ONC RPC. A. Chiu. September 1999. - (Format: TXT=39286 bytes) (Status: INFORMATIONAL) - -2696 LDAP Control Extension for Simple Paged Results Manipulation. C. - Weider, A. Herron, A. Anantha, T. Howes. September 1999. (Format: - TXT=12809 bytes) (Status: INFORMATIONAL) - -2697 A Single Rate Three Color Marker. J. Heinanen, R. Guerin. - September 1999. (Format: TXT=10309 bytes) (Status: INFORMATIONAL) - -2698 A Two Rate Three Color Marker. J. Heinanen, R. Guerin. September - 1999. (Format: TXT=9368 bytes) (Status: INFORMATIONAL) - -2701 Nortel Networks Multi-link Multi-node PPP Bundle Discovery - Protocol. G. Malkin. September 1999. (Format: TXT=17571 bytes) - (Status: INFORMATIONAL) - -2702 Requirements for Traffic Engineering Over MPLS. D. Awduche, J. - Malcolm, J. Agogbua, M. O'Dell, J. McManus. September 1999. (Format: - TXT=68386 bytes) (Status: INFORMATIONAL) - -2703 Protocol-independent Content Negotiation Framework. G. Klyne. - September 1999. (Format: TXT=42071 bytes) (Status: INFORMATIONAL) - -2704 The KeyNote Trust-Management System Version 2. M. Blaze, J. - Feigenbaum, J. Ioannidis, A. Keromytis. September 1999. (Format: - TXT=79998 bytes) (Status: INFORMATIONAL) - -2705 Media Gateway Control Protocol (MGCP) Version 1.0. M. Arango, A. - Dugan, I. Elliott, C. Huitema, S. Pickett. October 1999. (Format: - TXT=304056 bytes) (Status: INFORMATIONAL) - -2706 ECML v1: Field Names for E-Commerce. D. Eastlake, T. Goldstein. - October 1999. (Format: TXT=26135 bytes) (Status: INFORMATIONAL) - -2707 Job Monitoring MIB - V1.0. R. Bergman, T. Hastings, S. Isaacson, - H. Lewis. November 1999. (Format: TXT=255685 bytes) (Status: - INFORMATIONAL) - -2708 Job Submission Protocol Mapping Recommendations for the Job - Monitoring MIB. R. Bergman. November 1999. (Format: TXT=57489 bytes) - (Status: INFORMATIONAL) - -2709 Security Model with Tunnel-mode IPsec for NAT Domains. P. - Srisuresh. October 1999. (Format: TXT=24552 bytes) (Status: - INFORMATIONAL) - -2710 Multicast Listener Discovery (MLD) for IPv6. S. Deering, W. - Fenner, B. Haberman. October 1999. (Format: TXT=46838 bytes) (Status: - PROPOSED STANDARD) - -2711 IPv6 Router Alert Option. C. Partridge, A. Jackson. October 1999. - (Format: TXT=11973 bytes) (Status: PROPOSED STANDARD) - -2712 Addition of Kerberos Cipher Suites to Transport Layer Security - (TLS). A. Medvinsky, M. Hur. October 1999. (Format: TXT=13763 bytes) - (Status: PROPOSED STANDARD) - -2713 Schema for Representing Java(tm) Objects in an LDAP Directory. V. - Ryan, S. Seligman, R. Lee. October 1999. (Format: TXT=40745 bytes) - (Status: INFORMATIONAL) - -2714 Schema for Representing CORBA Object References in an LDAP - Directory. V. Ryan, S. Seligman, R. Lee. October 1999. (Format: - TXT=14709 bytes) (Status: INFORMATIONAL) - -2715 Interoperability Rules for Multicast Routing Protocols. D. - Thaler. October 1999. (Format: TXT=49638 bytes) (Status: - INFORMATIONAL) - -2716 PPP EAP TLS Authentication Protocol. B. Aboba, D. Simon. October - 1999. (Format: TXT=50108 bytes) (Status: EXPERIMENTAL) - -2717 Registration Procedures for URL Scheme Names. R. Petke, I. King. - November 1999. (Format: TXT=19780 bytes) (Also BCP0035) (Status: BEST - CURRENT PRACTICE) - -2718 Guidelines for new URL Schemes. L. Masinter, H. Alvestrand, D. - Zigmond, R. Petke. November 1999. (Format: TXT=19208 bytes) (Status: - INFORMATIONAL) - -2719 Framework Architecture for Signaling Transport. L. Ong, I. - Rytina, M. Garcia, H. Schwarzbauer, L. Coene, H. Lin, I. Juhasz, M. - Holdrege, C. Sharp. October 1999. (Format: TXT=48646 bytes) (Status: - INFORMATIONAL) - -2720 Traffic Flow Measurement: Meter MIB. N. Brownlee. October 1999. - (Format: TXT=103781 bytes) (Obsoletes RFC2064) (Status: PROPOSED - STANDARD) - -2721 RTFM: Applicability Statement. N. Brownlee. October 1999. - (Format: TXT=21200 bytes) (Status: INFORMATIONAL) - -2722 Traffic Flow Measurement: Architecture. N. Brownlee, C. Mills, G. - Ruth. October 1999. (Format: TXT=114064 bytes) (Status: - INFORMATIONAL) - -2723 SRL: A Language for Describing Traffic Flows and Specifying - Actions for Flow Groups. N. Brownlee. October 1999. (Format: - TXT=44406 bytes) (Status: INFORMATIONAL) - -2724 RTFM: New Attributes for Traffic Flow Measurement. S. Handelman, - S. Stibler, N. Brownlee, G. Ruth. October 1999. (Format: TXT=37951 - bytes) (Status: EXPERIMENTAL) - -2725 Routing Policy System Security. C. Villamizar, C. Alaettinoglu, - D. Meyer, S. Murphy. December 1999. (Format: TXT=101649 bytes) - (Status: PROPOSED STANDARD) - -2726 PGP Authentication for RIPE Database Updates. J. Zsako. December - 1999. (Format: TXT=22594 bytes) (Status: PROPOSED STANDARD) - -2728 The Transmission of IP Over the Vertical Blanking Interval of a - Television Signal. R. Panabaker, S. Wegerif, D. Zigmond. November - 1999. (Format: TXT=49099 bytes) (Status: PROPOSED STANDARD) - -2729 Taxonomy of Communication Requirements for Large-scale Multicast - Applications. P. Bagnall, R. Briscoe, A. Poppitt. December 1999. - (Format: TXT=53322 bytes) (Status: INFORMATIONAL) - -2730 Multicast Address Dynamic Client Allocation Protocol (MADCAP). S. - Hanna, B. Patel, M. Shah. December 1999. (Format: TXT=120341 bytes) - (Status: PROPOSED STANDARD) - -2731 Encoding Dublin Core Metadata in HTML. J. Kunze. December 1999. - (Format: TXT=42450 bytes) (Status: INFORMATIONAL) - -2732 Format for Literal IPv6 Addresses in URL's. R. Hinden, B. - Carpenter, L. Masinter. December 1999. (Format: TXT=7984 bytes) - (Status: PROPOSED STANDARD) - -2733 An RTP Payload Format for Generic Forward Error Correction. J. - Rosenberg, H. Schulzrinne. December 1999. (Format: TXT=53120 bytes) - (Status: PROPOSED STANDARD) - -2734 IPv4 over IEEE 1394. P. Johansson. December 1999. (Format: - TXT=69314 bytes) (Status: PROPOSED STANDARD) - -2735 NHRP Support for Virtual Private Networks. B. Fox, B. Petri. - December 1999. (Format: TXT=26451 bytes) (Status: PROPOSED STANDARD) - -2736 Guidelines for Writers of RTP Payload Format Specifications. M. - Handley, C. Perkins. December 1999. (Format: TXT=24143 bytes) (Also - BCP0036) (Status: BEST CURRENT PRACTICE) - -2737 Entity MIB (Version 2). K. McCloghrie, A. Bierman. December 1999. - (Format: TXT=125141 bytes) (Obsoletes RFC 2037) (Status: PROPOSED - STANDARD) - -2738 Corrections to "A Syntax for Describing Media Feature Sets". G. - Klyne. December 1999. (Format: TXT=8353 bytes) (Status: PROPOSED - STANDARD) - -2739 Calendar Attributes for vCard and LDAP. T. Small, D. Hennessy, F. - Dawson. January 2000. (Format: TXT=25892 bytes) (Status: PROPOSED - STANDARD) - -2740 OSPF for IPv6. R. Coltun, D. Ferguson, J. Moy. December 1999. - (Format: TXT=189810 bytes) (Status: PROPOSED STANDARD) - -2741 Agent Extensibility (AgentX) Protocol Version 1. M. Daniele, B. - Wijnen, M. Ellison, D. Francisco. January 2000. (Format: TXT=199867 - bytes) (Obsoletes RFC2257) (Status: PROPOSED STANDARD) - -2742 Definitions of Managed Objects for Extensible SNMP Agents. L. - Heintz, S. Gudur, M. Ellison. January 2000. (Format: TXT=36644 bytes) - (Status: PROPOSED STANDARD) - -2743 Generic Security Service Application Program Interface Version 2, - Update 1. J. Linn. January 2000. (Format: TXT=229418 bytes) - (Obsoletes RFC2078) (Status: PROPOSED STANDARD) - -2744 Generic Security Service API Version 2 : C-bindings. J. Wray. - January 2000. (Format: TXT=218572 bytes) (Obsoletes RFC1509) (Status: - PROPOSED STANDARD) - -2745 RSVP Diagnostic Messages. A. Terzis, B. Braden, S. Vincent, L. - Zhang. January 2000. (Format: TXT=52256 bytes) (Status: PROPOSED - STANDARD) - -2746 RSVP Operation Over IP Tunnels. A. Terzis, J. Krawczyk, J. - Wroclawski, L. Zhang. January 2000. (Format: TXT=58094 bytes) - (Status: PROPOSED STANDARD) - -2747 RSVP Cryptographic Authentication. F. Baker, B. Lindell, M. - Talwar. January 2000. (Format: TXT=49477 bytes) (Status: PROPOSED - STANDARD) - -2748 The COPS (Common Open Policy Service) Protocol. J. Boyle, R. - Cohen, D. Durham, S. Herzog, R. Rajan, A. Sastry. January 2000. - (Format: TXT=90906 bytes) (Status: PROPOSED STANDARD) - -2749 COPS usage for RSVP. J. Boyle, R. Cohen, D. Durham, S. Herzog, R. - Rajan, A. Sastry. January 2000. (Format: TXT=33477 bytes) (Status: - PROPOSED STANDARD) - -2750 RSVP Extensions for Policy Control. S. Herzog. January 2000. - (Format: TXT=26379 bytes) (Updates RFC2205) (Status: PROPOSED - STANDARD) - -2751 Signaled Preemption Priority Policy Element. S. Herzog. January - 2000. (Format: TXT=21451 bytes) (Status: PROPOSED STANDARD) - -2752 Identity Representation for RSVP. S. Yadav, R. Yavatkar, R. - Pabbati, P. Ford, T. Moore, S. Herzog. January 2000. (Format: - TXT=33954 bytes) (Status: PROPOSED STANDARD) - -2753 A Framework for Policy-based Admission Control. R. Yavatkar, D. - Pendarakis, R. Guerin. January 2000. (Format: TXT=49763 bytes) - (Status: INFORMATIONAL) - -2754 RPS IANA Issues. C. Alaettinoglu, C. Villamizar, R. Govindan. - January 2000. (Format: TXT=11582 bytes) (Status: INFORMATIONAL) - -2755 Security Negotiation for WebNFS. A. Chiu, M. Eisler, B. - Callaghan. January 2000. (Format: TXT=23493 bytes) (Status: - INFORMATIONAL) - -2756 Hyper Text Caching Protocol (HTCP/0.0). P. Vixie, D. Wessels. - January 2000. (Format: TXT=32176 bytes) (Status: EXPERIMENTAL) - -2757 Long Thin Networks. G. Montenegro, S. Dawkins, M. Kojo, V. - Magret, N. Vaidya. January 2000. (Format: TXT=112988 bytes) (Status: - INFORMATIONAL) - -2759 Microsoft PPP CHAP Extensions, Version 2. G. Zorn. January 2000. - (Format: TXT=34178 bytes) (Status: INFORMATIONAL) - -2760 Ongoing TCP Research Related to Satellites. M. Allman, S. - Dawkins, D. Glover, J. Griner, D. Tran, T. Henderson, J. Heidemann, - J. Touch, H. Kruse, S. Ostermann, K. Scott, J. Semke. February 2000. - (Format: TXT=111141 bytes) (Status: INFORMATIONAL) - -2762 Sampling of the Group Membership in RTP. J. Rosenberg, H. - Schulzrinne. February 2000. (Format: TXT=25796 bytes) (Status: - EXPERIMENTAL) - -2763 Dynamic Hostname Exchange Mechanism for IS-IS. N. Shen, H. Smit. - February 2000. (Format: TXT=8593 bytes) (Status: INFORMATIONAL) - -2764 A Framework for IP Based Virtual Private Networks. B. Gleeson, A. - Lin, J. Heinanen, G. Armitage, A. Malis. February 2000. (Format: - TXT=163215 bytes) (Status: INFORMATIONAL) - -2768 Network Policy and Services: A Report of a Workshop on - Middleware. B. Aiken, J. Strassner, B. Carpenter, I. Foster, C. - Lynch, J. Mambretti, R. Moore, B. Teitelbaum. February 2000. (Format: - TXT=81034 bytes) (Status: INFORMATIONAL) diff --git a/RFCs/rfc1034.txt b/RFCs/rfc1034.txt deleted file mode 100644 index 55cdb21..0000000 --- a/RFCs/rfc1034.txt +++ /dev/null @@ -1,3077 +0,0 @@ -Network Working Group P. Mockapetris -Request for Comments: 1034 ISI -Obsoletes: RFCs 882, 883, 973 November 1987 - - - DOMAIN NAMES - CONCEPTS AND FACILITIES - - - -1. STATUS OF THIS MEMO - -This RFC is an introduction to the Domain Name System (DNS), and omits -many details which can be found in a companion RFC, "Domain Names - -Implementation and Specification" [RFC-1035]. That RFC assumes that the -reader is familiar with the concepts discussed in this memo. - -A subset of DNS functions and data types constitute an official -protocol. The official protocol includes standard queries and their -responses and most of the Internet class data formats (e.g., host -addresses). - -However, the domain system is intentionally extensible. Researchers are -continuously proposing, implementing and experimenting with new data -types, query types, classes, functions, etc. Thus while the components -of the official protocol are expected to stay essentially unchanged and -operate as a production service, experimental behavior should always be -expected in extensions beyond the official protocol. Experimental or -obsolete features are clearly marked in these RFCs, and such information -should be used with caution. - -The reader is especially cautioned not to depend on the values which -appear in examples to be current or complete, since their purpose is -primarily pedagogical. Distribution of this memo is unlimited. - -2. INTRODUCTION - -This RFC introduces domain style names, their use for Internet mail and -host address support, and the protocols and servers used to implement -domain name facilities. - -2.1. The history of domain names - -The impetus for the development of the domain system was growth in the -Internet: - - - Host name to address mappings were maintained by the Network - Information Center (NIC) in a single file (HOSTS.TXT) which - was FTPed by all hosts [RFC-952, RFC-953]. The total network - - - -Mockapetris [Page 1] - -RFC 1034 Domain Concepts and Facilities November 1987 - - - bandwidth consumed in distributing a new version by this - scheme is proportional to the square of the number of hosts in - the network, and even when multiple levels of FTP are used, - the outgoing FTP load on the NIC host is considerable. - Explosive growth in the number of hosts didn't bode well for - the future. - - - The network population was also changing in character. The - timeshared hosts that made up the original ARPANET were being - replaced with local networks of workstations. Local - organizations were administering their own names and - addresses, but had to wait for the NIC to change HOSTS.TXT to - make changes visible to the Internet at large. Organizations - also wanted some local structure on the name space. - - - The applications on the Internet were getting more - sophisticated and creating a need for general purpose name - service. - - -The result was several ideas about name spaces and their management -[IEN-116, RFC-799, RFC-819, RFC-830]. The proposals varied, but a -common thread was the idea of a hierarchical name space, with the -hierarchy roughly corresponding to organizational structure, and names -using "." as the character to mark the boundary between hierarchy -levels. A design using a distributed database and generalized resources -was described in [RFC-882, RFC-883]. Based on experience with several -implementations, the system evolved into the scheme described in this -memo. - -The terms "domain" or "domain name" are used in many contexts beyond the -DNS described here. Very often, the term domain name is used to refer -to a name with structure indicated by dots, but no relation to the DNS. -This is particularly true in mail addressing [Quarterman 86]. - -2.2. DNS design goals - -The design goals of the DNS influence its structure. They are: - - - The primary goal is a consistent name space which will be used - for referring to resources. In order to avoid the problems - caused by ad hoc encodings, names should not be required to - contain network identifiers, addresses, routes, or similar - information as part of the name. - - - The sheer size of the database and frequency of updates - suggest that it must be maintained in a distributed manner, - with local caching to improve performance. Approaches that - - - -Mockapetris [Page 2] - -RFC 1034 Domain Concepts and Facilities November 1987 - - - attempt to collect a consistent copy of the entire database - will become more and more expensive and difficult, and hence - should be avoided. The same principle holds for the structure - of the name space, and in particular mechanisms for creating - and deleting names; these should also be distributed. - - - Where there tradeoffs between the cost of acquiring data, the - speed of updates, and the accuracy of caches, the source of - the data should control the tradeoff. - - - The costs of implementing such a facility dictate that it be - generally useful, and not restricted to a single application. - We should be able to use names to retrieve host addresses, - mailbox data, and other as yet undetermined information. All - data associated with a name is tagged with a type, and queries - can be limited to a single type. - - - Because we want the name space to be useful in dissimilar - networks and applications, we provide the ability to use the - same name space with different protocol families or - management. For example, host address formats differ between - protocols, though all protocols have the notion of address. - The DNS tags all data with a class as well as the type, so - that we can allow parallel use of different formats for data - of type address. - - - We want name server transactions to be independent of the - communications system that carries them. Some systems may - wish to use datagrams for queries and responses, and only - establish virtual circuits for transactions that need the - reliability (e.g., database updates, long transactions); other - systems will use virtual circuits exclusively. - - - The system should be useful across a wide spectrum of host - capabilities. Both personal computers and large timeshared - hosts should be able to use the system, though perhaps in - different ways. - -2.3. Assumptions about usage - -The organization of the domain system derives from some assumptions -about the needs and usage patterns of its user community and is designed -to avoid many of the the complicated problems found in general purpose -database systems. - -The assumptions are: - - - The size of the total database will initially be proportional - - - -Mockapetris [Page 3] - -RFC 1034 Domain Concepts and Facilities November 1987 - - - to the number of hosts using the system, but will eventually - grow to be proportional to the number of users on those hosts - as mailboxes and other information are added to the domain - system. - - - Most of the data in the system will change very slowly (e.g., - mailbox bindings, host addresses), but that the system should - be able to deal with subsets that change more rapidly (on the - order of seconds or minutes). - - - The administrative boundaries used to distribute - responsibility for the database will usually correspond to - organizations that have one or more hosts. Each organization - that has responsibility for a particular set of domains will - provide redundant name servers, either on the organization's - own hosts or other hosts that the organization arranges to - use. - - - Clients of the domain system should be able to identify - trusted name servers they prefer to use before accepting - referrals to name servers outside of this "trusted" set. - - - Access to information is more critical than instantaneous - updates or guarantees of consistency. Hence the update - process allows updates to percolate out through the users of - the domain system rather than guaranteeing that all copies are - simultaneously updated. When updates are unavailable due to - network or host failure, the usual course is to believe old - information while continuing efforts to update it. The - general model is that copies are distributed with timeouts for - refreshing. The distributor sets the timeout value and the - recipient of the distribution is responsible for performing - the refresh. In special situations, very short intervals can - be specified, or the owner can prohibit copies. - - - In any system that has a distributed database, a particular - name server may be presented with a query that can only be - answered by some other server. The two general approaches to - dealing with this problem are "recursive", in which the first - server pursues the query for the client at another server, and - "iterative", in which the server refers the client to another - server and lets the client pursue the query. Both approaches - have advantages and disadvantages, but the iterative approach - is preferred for the datagram style of access. The domain - system requires implementation of the iterative approach, but - allows the recursive approach as an option. - - - - - -Mockapetris [Page 4] - -RFC 1034 Domain Concepts and Facilities November 1987 - - -The domain system assumes that all data originates in master files -scattered through the hosts that use the domain system. These master -files are updated by local system administrators. Master files are text -files that are read by a local name server, and hence become available -through the name servers to users of the domain system. The user -programs access name servers through standard programs called resolvers. - -The standard format of master files allows them to be exchanged between -hosts (via FTP, mail, or some other mechanism); this facility is useful -when an organization wants a domain, but doesn't want to support a name -server. The organization can maintain the master files locally using a -text editor, transfer them to a foreign host which runs a name server, -and then arrange with the system administrator of the name server to get -the files loaded. - -Each host's name servers and resolvers are configured by a local system -administrator [RFC-1033]. For a name server, this configuration data -includes the identity of local master files and instructions on which -non-local master files are to be loaded from foreign servers. The name -server uses the master files or copies to load its zones. For -resolvers, the configuration data identifies the name servers which -should be the primary sources of information. - -The domain system defines procedures for accessing the data and for -referrals to other name servers. The domain system also defines -procedures for caching retrieved data and for periodic refreshing of -data defined by the system administrator. - -The system administrators provide: - - - The definition of zone boundaries. - - - Master files of data. - - - Updates to master files. - - - Statements of the refresh policies desired. - -The domain system provides: - - - Standard formats for resource data. - - - Standard methods for querying the database. - - - Standard methods for name servers to refresh local data from - foreign name servers. - - - - - -Mockapetris [Page 5] - -RFC 1034 Domain Concepts and Facilities November 1987 - - -2.4. Elements of the DNS - -The DNS has three major components: - - - The DOMAIN NAME SPACE and RESOURCE RECORDS, which are - specifications for a tree structured name space and data - associated with the names. Conceptually, each node and leaf - of the domain name space tree names a set of information, and - query operations are attempts to extract specific types of - information from a particular set. A query names the domain - name of interest and describes the type of resource - information that is desired. For example, the Internet - uses some of its domain names to identify hosts; queries for - address resources return Internet host addresses. - - - NAME SERVERS are server programs which hold information about - the domain tree's structure and set information. A name - server may cache structure or set information about any part - of the domain tree, but in general a particular name server - has complete information about a subset of the domain space, - and pointers to other name servers that can be used to lead to - information from any part of the domain tree. Name servers - know the parts of the domain tree for which they have complete - information; a name server is said to be an AUTHORITY for - these parts of the name space. Authoritative information is - organized into units called ZONEs, and these zones can be - automatically distributed to the name servers which provide - redundant service for the data in a zone. - - - RESOLVERS are programs that extract information from name - servers in response to client requests. Resolvers must be - able to access at least one name server and use that name - server's information to answer a query directly, or pursue the - query using referrals to other name servers. A resolver will - typically be a system routine that is directly accessible to - user programs; hence no protocol is necessary between the - resolver and the user program. - -These three components roughly correspond to the three layers or views -of the domain system: - - - From the user's point of view, the domain system is accessed - through a simple procedure or OS call to a local resolver. - The domain space consists of a single tree and the user can - request information from any section of the tree. - - - From the resolver's point of view, the domain system is - composed of an unknown number of name servers. Each name - - - -Mockapetris [Page 6] - -RFC 1034 Domain Concepts and Facilities November 1987 - - - server has one or more pieces of the whole domain tree's data, - but the resolver views each of these databases as essentially - static. - - - From a name server's point of view, the domain system consists - of separate sets of local information called zones. The name - server has local copies of some of the zones. The name server - must periodically refresh its zones from master copies in - local files or foreign name servers. The name server must - concurrently process queries that arrive from resolvers. - -In the interests of performance, implementations may couple these -functions. For example, a resolver on the same machine as a name server -might share a database consisting of the the zones managed by the name -server and the cache managed by the resolver. - -3. DOMAIN NAME SPACE and RESOURCE RECORDS - -3.1. Name space specifications and terminology - -The domain name space is a tree structure. Each node and leaf on the -tree corresponds to a resource set (which may be empty). The domain -system makes no distinctions between the uses of the interior nodes and -leaves, and this memo uses the term "node" to refer to both. - -Each node has a label, which is zero to 63 octets in length. Brother -nodes may not have the same label, although the same label can be used -for nodes which are not brothers. One label is reserved, and that is -the null (i.e., zero length) label used for the root. - -The domain name of a node is the list of the labels on the path from the -node to the root of the tree. By convention, the labels that compose a -domain name are printed or read left to right, from the most specific -(lowest, farthest from the root) to the least specific (highest, closest -to the root). - -Internally, programs that manipulate domain names should represent them -as sequences of labels, where each label is a length octet followed by -an octet string. Because all domain names end at the root, which has a -null string for a label, these internal representations can use a length -byte of zero to terminate a domain name. - -By convention, domain names can be stored with arbitrary case, but -domain name comparisons for all present domain functions are done in a -case-insensitive manner, assuming an ASCII character set, and a high -order zero bit. This means that you are free to create a node with -label "A" or a node with label "a", but not both as brothers; you could -refer to either using "a" or "A". When you receive a domain name or - - - -Mockapetris [Page 7] - -RFC 1034 Domain Concepts and Facilities November 1987 - - -label, you should preserve its case. The rationale for this choice is -that we may someday need to add full binary domain names for new -services; existing services would not be changed. - -When a user needs to type a domain name, the length of each label is -omitted and the labels are separated by dots ("."). Since a complete -domain name ends with the root label, this leads to a printed form which -ends in a dot. We use this property to distinguish between: - - - a character string which represents a complete domain name - (often called "absolute"). For example, "poneria.ISI.EDU." - - - a character string that represents the starting labels of a - domain name which is incomplete, and should be completed by - local software using knowledge of the local domain (often - called "relative"). For example, "poneria" used in the - ISI.EDU domain. - -Relative names are either taken relative to a well known origin, or to a -list of domains used as a search list. Relative names appear mostly at -the user interface, where their interpretation varies from -implementation to implementation, and in master files, where they are -relative to a single origin domain name. The most common interpretation -uses the root "." as either the single origin or as one of the members -of the search list, so a multi-label relative name is often one where -the trailing dot has been omitted to save typing. - -To simplify implementations, the total number of octets that represent a -domain name (i.e., the sum of all label octets and label lengths) is -limited to 255. - -A domain is identified by a domain name, and consists of that part of -the domain name space that is at or below the domain name which -specifies the domain. A domain is a subdomain of another domain if it -is contained within that domain. This relationship can be tested by -seeing if the subdomain's name ends with the containing domain's name. -For example, A.B.C.D is a subdomain of B.C.D, C.D, D, and " ". - -3.2. Administrative guidelines on use - -As a matter of policy, the DNS technical specifications do not mandate a -particular tree structure or rules for selecting labels; its goal is to -be as general as possible, so that it can be used to build arbitrary -applications. In particular, the system was designed so that the name -space did not have to be organized along the lines of network -boundaries, name servers, etc. The rationale for this is not that the -name space should have no implied semantics, but rather that the choice -of implied semantics should be left open to be used for the problem at - - - -Mockapetris [Page 8] - -RFC 1034 Domain Concepts and Facilities November 1987 - - -hand, and that different parts of the tree can have different implied -semantics. For example, the IN-ADDR.ARPA domain is organized and -distributed by network and host address because its role is to translate -from network or host numbers to names; NetBIOS domains [RFC-1001, RFC- -1002] are flat because that is appropriate for that application. - -However, there are some guidelines that apply to the "normal" parts of -the name space used for hosts, mailboxes, etc., that will make the name -space more uniform, provide for growth, and minimize problems as -software is converted from the older host table. The political -decisions about the top levels of the tree originated in RFC-920. -Current policy for the top levels is discussed in [RFC-1032]. MILNET -conversion issues are covered in [RFC-1031]. - -Lower domains which will eventually be broken into multiple zones should -provide branching at the top of the domain so that the eventual -decomposition can be done without renaming. Node labels which use -special characters, leading digits, etc., are likely to break older -software which depends on more restrictive choices. - -3.3. Technical guidelines on use - -Before the DNS can be used to hold naming information for some kind of -object, two needs must be met: - - - A convention for mapping between object names and domain - names. This describes how information about an object is - accessed. - - - RR types and data formats for describing the object. - -These rules can be quite simple or fairly complex. Very often, the -designer must take into account existing formats and plan for upward -compatibility for existing usage. Multiple mappings or levels of -mapping may be required. - -For hosts, the mapping depends on the existing syntax for host names -which is a subset of the usual text representation for domain names, -together with RR formats for describing host addresses, etc. Because we -need a reliable inverse mapping from address to host name, a special -mapping for addresses into the IN-ADDR.ARPA domain is also defined. - -For mailboxes, the mapping is slightly more complex. The usual mail -address @ is mapped into a domain name by -converting into a single label (regardles of dots it -contains), converting into a domain name using the usual -text format for domain names (dots denote label breaks), and -concatenating the two to form a single domain name. Thus the mailbox - - - -Mockapetris [Page 9] - -RFC 1034 Domain Concepts and Facilities November 1987 - - -HOSTMASTER@SRI-NIC.ARPA is represented as a domain name by -HOSTMASTER.SRI-NIC.ARPA. An appreciation for the reasons behind this -design also must take into account the scheme for mail exchanges [RFC- -974]. - -The typical user is not concerned with defining these rules, but should -understand that they usually are the result of numerous compromises -between desires for upward compatibility with old usage, interactions -between different object definitions, and the inevitable urge to add new -features when defining the rules. The way the DNS is used to support -some object is often more crucial than the restrictions inherent in the -DNS. - -3.4. Example name space - -The following figure shows a part of the current domain name space, and -is used in many examples in this RFC. Note that the tree is a very -small subset of the actual name space. - - | - | - +---------------------+------------------+ - | | | - MIL EDU ARPA - | | | - | | | - +-----+-----+ | +------+-----+-----+ - | | | | | | | - BRL NOSC DARPA | IN-ADDR SRI-NIC ACC - | - +--------+------------------+---------------+--------+ - | | | | | - UCI MIT | UDEL YALE - | ISI - | | - +---+---+ | - | | | - LCS ACHILLES +--+-----+-----+--------+ - | | | | | | - XX A C VAXA VENERA Mockapetris - -In this example, the root domain has three immediate subdomains: MIL, -EDU, and ARPA. The LCS.MIT.EDU domain has one immediate subdomain named -XX.LCS.MIT.EDU. All of the leaves are also domains. - -3.5. Preferred name syntax - -The DNS specifications attempt to be as general as possible in the rules - - - -Mockapetris [Page 10] - -RFC 1034 Domain Concepts and Facilities November 1987 - - -for constructing domain names. The idea is that the name of any -existing object can be expressed as a domain name with minimal changes. -However, when assigning a domain name for an object, the prudent user -will select a name which satisfies both the rules of the domain system -and any existing rules for the object, whether these rules are published -or implied by existing programs. - -For example, when naming a mail domain, the user should satisfy both the -rules of this memo and those in RFC-822. When creating a new host name, -the old rules for HOSTS.TXT should be followed. This avoids problems -when old software is converted to use domain names. - -The following syntax will result in fewer problems with many -applications that use domain names (e.g., mail, TELNET). - - ::= | " " - - ::=