You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Request for Comments

From EverybodyWiki Bios & Wiki

In information and communications technology, a Request for Comments (RFC) is a type of publication from the technology community. RFCs may come from many bodies including from the Internet Engineering Task Force[1] (IETF), the Internet Research Task Force (IRTF), the Internet Architecture Board (IAB) or from independent authors.[citation needed] The RFC system is supported by the Internet Society (ISOC).

A RFC is authored by engineers and computer scientists in the form of a memorandum describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems. It is submitted either for peer review or to convey new concepts, information, or (occasionally) engineering humor.[1] The IETF adopts some of the proposals published as RFCs as Internet Standards. However, many RFCs are informational or experimental in nature and are not standards.[2] Request for Comments documents were invented by Steve Crocker in 1969 to help record unofficial notes on the development of ARPANET. RFCs have since become official documents of Internet specifications, communications protocols, procedures, and events.[3]

Outside of the Internet community per se, requests for comments have often been published in U.S. Federal government work.[4]

History[edit]

The inception of the RFC format occurred in 1969 as part of the seminal ARPANET project.[5] Today, it is the official publication channel for the Internet Engineering Task Force (IETF), the Internet Architecture Board (IAB), and – to some extent – the global community of computer network researchers in general.

The authors of the first RFCs typewrote their work and circulated hard copies among the ARPA researchers. Unlike the modern RFCs, many of the early RFCs were actual requests for comments and were titled as such to avoid sounding too declarative and to encourage discussion.[6] The RFC leaves questions open and is written in a less formal style. This less formal style is now typical of Internet Draft documents, the precursor step before being approved as an RFC.

In December 1969, researchers began distributing new RFCs via the newly operational ARPANET. RFC 1, entitled "Host Software", was written by Steve Crocker of the University of California, Los Angeles (UCLA), and published on April 7, 1969. Although written by Steve Crocker, the RFC emerged from an early working group discussion between Steve Crocker, Steve Carr and Jeff Rulifson.

In RFC 3, which first defined the RFC series, Crocker started attributing the RFC series to the Network Working Group. Rather than being a formal committee, it was a loose association of researchers interested in the ARPANET project. In effect, it included anyone who wanted to join the meetings and discussions about the project.

Many of the subsequent RFCs of the 1970s also came from UCLA, because UCLA was one of the first Interface Message Processors (IMPs) on ARPANET. The Augmentation Research Center (ARC) at Stanford Research Institute, directed by Douglas Engelbart, was another of the four first ARPANET nodes and the source of early RFCs. The ARC became the first network information center (InterNIC), which was managed by Elizabeth J. Feinler to distribute the RFCs along with other network information.[7] From 1969 until 1998, Jon Postel served as the RFC editor. On his death in 1998, his obituary was published as RFC 2468.

Following the expiration of the original ARPANET contract with the U.S. federal government, the Internet Society, acting on behalf of the IETF, contracted with the Networking Division of the University of Southern California (USC) Information Sciences Institute (ISI) to assume the editorship and publishing responsibilities under the direction of the IAB. Sandy Ginoza joined USC/ISI in 1999 to work on RFC editing, and Alice Hagens in 2005.[8] Bob Braden took over the role of RFC project lead, while Joyce K. Reynolds continued to be part of the team until October 13, 2006.

In July 2007, streams of RFCs were defined, so that the editing duties could be divided. IETF documents came from IETF working groups or submissions sponsored by an IETF area director from the Internet Engineering Steering Group. The IAB can publish its own documents. A research stream of documents comes from the Internet Research Task Force (IRTF), and an independent stream from other outside sources.[9] A new model was proposed in 2008, refined, and published in August 2009, splitting the task into several roles,[10] including the RFC Series Advisory Group (RSAG). The model was updated in 2012.[11] The streams were also refined in December 2009, with standards defined for their style.[12] In January 2010 the RFC editor function was moved to a contractor, Association Management Solutions, with Glenn Kowack serving as interim series editor.[13] In late 2011, Heather Flanagan was hired as the permanent RFC Series Editor. Also at that time, an RFC Series Oversight Committee (RSOC) was created.[14]

Production and evolution[edit]

The RFC Editor assigns each RFC a serial number. Once assigned a number and published, an RFC is never rescinded or modified; if the document requires amendments, the authors publish a revised document. Therefore, some RFCs supersede others; the superseded RFCs are said to be deprecated, obsolete, or obsoleted by the superseding RFC. Together, the serialized RFCs compose a continuous historical record of the evolution of Internet standards and practices. The RFC process is documented in RFC 2026 (The Internet Standards Process, Revision 3)[15]

The RFC production process differs from the standardization process of formal standards organizations such as ISO. Internet technology experts may submit an Internet Draft without support from an external institution. Standards-track RFCs are published with approval from the IETF, and are usually produced by experts participating in working groups, which first publish an Internet Draft. This approach facilitates initial rounds of peer review before documents mature into RFCs.[citation needed]

The RFC tradition of pragmatic, experience-driven, after-the-fact standards authorship accomplished by individuals or small working groups can have important advantages[clarification needed] over the more formal, committee-driven process typical of ISO and national standards bodies.[citation needed]

Most RFCs use a common set of terms such as "MUST" and "NOT RECOMMENDED" (as defined by RFC 2119 and RFC 8174), augmented Backus–Naur form (ABNF) (RFC 5234) as a meta-language, and simple text-based formatting, in order to keep the RFCs consistent and easy to understand.[15]

Sub-series[edit]

The RFC series contains three sub-series for IETF RFCs:

BCP
Best Current Practice; mandatory IETF RFCs not on standards track, see below.
FYI
For Your Information; informational RFCs promoted by the IETF as specified in RFC 1150 (FYI 1). In 2011, RFC 6360 obsoleted FYI 1 and concluded this sub-series.
STD
Standard; this used to be the third and highest maturity level of the IETF standards track specified in RFC 2026 (BCP 9). In 2011 RFC 6410 (a new part of BCP 9) reduced the standards track to two maturity levels.

Streams[edit]

There are four streams of RFCs: (1) IETF, (2) IRTF, (3) IAB, and (4) independent submission [16]. Only the IETF creates BCPs and RFCs on the standards track. An independent submission is checked by the IESG for conflicts with IETF work; the quality is assessed by an independent submission editorial board. In other words, IRTF and independent  RFCs are supposed to contain relevant info or experiments for the Internet at large not in conflict with IETF work; compare RFC 4846, RFC 5742, and RFC 5744.

Obtaining RFCs[edit]

RFC 2046                      Media Types                  November 1996


   A. Collected Grammar ....................................   43

1.  Introduction

   The first document in this set, RFC 2045, defines a number of header
   fields, including Content-Type. The Content-Type field is used to
   specify the nature of the data in the body of a MIME entity, by
   giving media type and subtype identifiers, and by providing auxiliary
   information that may be required for certain media types.  After the
RFC 2046, which defines the text/plain MIME type, is itself a plain text.
Top of page 3

The official source for RFCs on the World Wide Web is the RFC Editor. Almost any published RFC can be retrieved via a URL of the form http://www.rfc-editor.org/rfc/rfc5000.txt, shown for RFC 5000.

Every RFC is submitted as plain ASCII text and is published in that form, but may also be available in other formats.

For easy access to the metadata of an RFC, including abstract, keywords, author(s), publication date, errata, status, and especially later updates, the RFC Editor site offers a search form with many features. A redirection sets some efficient parameters, example: rfc:5000.

The official International Standard Serial Number (ISSN) of the RFC series is 2070-1721.[12]

Status[edit]

Not all RFCs are standards.[17][18] Each RFC is assigned a designation with regard to status within the Internet standardization process. This status is one of the following: Informational, Experimental, Best Current Practice, Standards Track, or Historic.

Each RFC is static; if the document is changed, it is submitted again and assigned a new RFC number.[citation needed]

"Standards Track"[edit]

Standards-track documents are further divided into Proposed Standard and Internet Standard documents.[19]

Only the IETF, represented by the Internet Engineering Steering Group (IESG), can approve standards-track RFCs.

If an RFC becomes an Internet Standard (STD), it is assigned an STD number but retains its RFC number. The definitive list of Internet Standards is the Official Internet Protocol Standards. Previously STD 1 used to maintain a snapshot of the list.[20]

When an Internet Standard is updated, its STD number stays the same, now referring to a new RFC or set of RFCs. A given Internet Standard, STD n, may be RFCs x and y at a given time, but later the same standard may be updated to be RFC z instead. For example, in 2007 RFC 3700 was an Internet Standard—STD 1—and in May 2008 it was replaced with RFC 5000, so RFC 3700 changed to Historic, RFC 5000 became an Internet Standard, and as of May 2008 STD 1 is RFC 5000. as of December 2013 RFC 5000 is replaced by RFC 7100, updating RFC 2026 to no longer use STD 1.

(Best Current Practices work in a similar fashion; BCP n refers to a certain RFC or set of RFCs, but which RFC or RFCs may change over time).

"Informational"[edit]

An informational RFC can be nearly anything from April 1 jokes to widely recognized essential RFCs like Domain Name System Structure and Delegation (RFC 1591). Some informational RFCs formed the FYI sub-series.

"Experimental"[edit]

An experimental RFC can be an IETF document or an individual submission to the 'RFC Editor'. A draft is designated experimental if it is unclear the proposal will work as intended or unclear if the proposal will be widely adopted. An experimental RFC may be promoted to standards track if it becomes popular and works well.[21]

"Best Current Practice"[edit]

The Best Current Practice subseries collects administrative documents and other texts which are considered as official rules and not only informational, but which do not affect over the wire data. The border between standards track and BCP is often unclear. If a document only affects the Internet Standards Process, like BCP 9,[22] or IETF administration, it is clearly a BCP. If it only defines rules and regulations for Internet Assigned Numbers Authority (IANA) registries it is less clear; most of these documents are BCPs, but some are on the standards track.

The BCP series also covers technical recommendations for how to practice Internet standards; for instance, the recommendation to use source filtering to make DoS attacks more difficult (RFC 2827: "Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing") is BCP 38.

"Historic"[edit]

A historic RFC is one that the technology defined by the RFC is no longer recommended for use, which differs from "Obsoletes" header in a replacement RFC. For example, RFC 821 (SMTP) itself is obsoleted by various newer RFCs, but SMTP itself is still "current technology", so it is not in "Historic" status.[23] On the other hand, since BGP version 4 has entirely superseded earlier BGP versions, the RFCs describing those earlier versions (e.g. RFC 1267) have been designated historic.

"Unknown"[edit]

Status unknown is used for some very old RFCs, where it is unclear which status the document would get if it were published today. Some of these RFCs would not be published at all today; an early RFC was often just that: a simple request for comments, not intended to specify a protocol, administrative procedure, or anything else for which the RFC series is used today.[citation needed]

See also[edit]

References[edit]

  1. 1.0 1.1 "RFC 1149". April 1, 1990. Retrieved 2017-03-29.
  2. "RFC 1796". April 1995. Retrieved 2018-05-15.
  3. "RFC's, Internet Request For Comments". Livinginternet.com. Retrieved 2012-04-03.
  4. E.g., National Highway Traffic Safety Administration, Notice and Request for Comments, in Federal Register (January 16, 2018).
  5. "Stephen D. Crocker, ''How the Internet Got Its Rules'', The New York Times, 6 April 2009". Nytimes.com. April 7, 2009. Retrieved 2012-04-03.
  6. Hafner, Katie; Lyon, Matthew (1996). Where Wizards Stay Up Late: The Origins of the Internet.
  7. Elizabeth J. Feinler (July–September 2010). "The Network Information Center and its Archives". Annals of the History of Computing. IEEE. 32 (3). doi:10.1109/MAHC.2010.54.
  8. Leslie Daigle (March 2010). "RFC Editor in Transition: Past, Present, and Future". The Internet Protocol Journal. 13 (1). Cisco Systems. Retrieved August 17, 2011.
  9. Leslie Diagle (July 2007). "The RFC Series and RFC Editor". RFC 4844. Missing or empty |url= (help)
  10. O. Kolkman, Ed (August 2009). "RFC Editor Model (Version 1)". RFC 5620. Missing or empty |url= (help)
  11. O. Kolkman; J. Halpern, eds. (June 2012). "RFC Editor Model (Version 2)". RFC 6635. Missing or empty |url= (help)
  12. 12.0 12.1 Leslie Diagle, Olaf Kolkman (December 2009). "RFC Streams, Headers, and Boilerplates". RFC 5741. Missing or empty |url= (help)
  13. Glenn Kowack (January 7, 2010). "RFC Editor Transition Announcement". Retrieved August 7, 2011.
  14. RFC Editor. "The RFC Series Editor and the Series Reorganization". Retrieved April 5, 2013.CS1 maint: Extra text: authors list (link)
  15. 15.0 15.1 "RFC Index". RFC Editor. 2008-05-25. Retrieved 2008-05-26.
  16. "Independent Submissions". RFC Editor. Retrieved 2018-01-05.
  17. "Are all RFCs Internet standards documents?". RFC Editor. Retrieved 2018-03-16.
  18. Huitema, C.; Postel, J.; Crocker, S. (April 1995). "Not All RFCs are Standards". The Internet Engineering Task Force. RFC 1796. ... each RFC has a status…: Informational, Experimental, or Standards Track (Proposed Standard, Draft Standard, Internet Standard), or Historic. Missing or empty |url= (help)
  19. Housley, R., Crocker, D., and E. Burger (October 2011). "Reducing the Standards Track to Two Maturity Levels". RFC 6410. Missing or empty |url= (help)CS1 maint: Multiple names: authors list (link)
  20. RFC 7100 Retirement of the "Internet Official Protocol Standards" Summary Document
  21. "7.5. Informational and Experimental RFCs", The Tao of IETF, retrieved 2017-11-26
  22. Bradner, Scott O. (October 1996). "BCP 9 - The Internet Standards Process — Revision 3". IETF. RFC 2026. Retrieved October 25, 2017.
  23. "IESG Statement on Designating RFCs as Historic". IETF. 2014-07-20. Retrieved 2016-04-14.

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.

External links[edit]