CINXE.COM

RFC Search Detail

<!DOCTYPE html PUBLIC> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>RFC Search Detail</title> <script src="js/jquery.js" type="text/javascript"> </script> <script src="js/validate_rfcsearch.js" type="text/javascript"> </script> <link rel="stylesheet" media="screen" href="css/rfcsearch_wp.css" type="text/css" /> <link rel="stylesheet" media="all" href="css/rfcsearch_mobile.css" type="text/css" /> <script> /********************************************************************************/ /*This function runs when rfc_search page is loaded */ /*********************************************************************************/ function load(){ //Disabled the other status document.getElementById("st").disabled = true; document.getElementById("bct").disabled = true; document.getElementById("il").disabled = true; document.getElementById("ex").disabled = true; document.getElementById("hc").disabled = true; document.getElementById("un").disabled = true; document.getElementById("std_trk").disabled = true; //Unchecked the Other status document.getElementById("st").checked = false; document.getElementById("bct").checked = false; document.getElementById("il").checked = false; document.getElementById("ex").checked = false; document.getElementById("hc").checked = false; document.getElementById("un").checked = false; document.getElementById("std_trk").checked = false; } /*********************************************************************************/ /*This is a conditional function whcih runs when rfc_search_detail page is loaded*/ /*********************************************************************************/ function load_condition(){ if (document.getElementById("Any").checked == true){ //Disabled the other status document.getElementById("st").disabled = true; document.getElementById("bct").disabled = true; document.getElementById("il").disabled = true; document.getElementById("ex").disabled = true; document.getElementById("hc").disabled = true; document.getElementById("un").disabled = true; document.getElementById("std_trk").disabled = true; //Unchecked the Other status document.getElementById("st").checked = false; document.getElementById("bct").checked = false; document.getElementById("il").checked = false; document.getElementById("ex").checked = false; document.getElementById("hc").checked = false; document.getElementById("un").checked = false; document.getElementById("std_trk").checked = false; } } </script> </head> <body onload=selectPubDateType()><div class="container"><div class="header"><div class="headerimgwrap"><div class="headerimg"><span class="blog_title"><a href="/">RFC Editor</a></span></div></div><div class="help_box"> <div class="help_link"><a href="/about/search/">About this page</a></div></div></div><div class="content"><div class="searchform"><form id="query" name="query" action="rfc_search_detail.php" method="GET" onsubmit="return validateRFCSearchForm(this);" ><table border ="0" class="formtable" width="52%"><tr><td class="boldtext"><abbr>RFC</abbr> Number (or Subseries Number):</td><td><input type="text" id="rfc" name="rfc" size="8" maxlength="8"/></td></tr><tr><td class="boldtext">Title/Keyword:&nbsp;&nbsp;&nbsp;&nbsp;</td><td><input name="title" type="text" id="title" size="40" maxlength="40" class="mytext"></td></tr><tr><td colspan="2"><input name="abstract" type="checkbox" value="abson" id="abstract"/>Show Abstract&nbsp;&nbsp;<input name="keywords" type="checkbox" value="keyson" id="keywords"/>Show Keywords</td></tr></table><label class="collapse" for="_1">Additional Criteria <img src="image/down.png" width="15" height="10"></label><input id="_1" type="checkbox"><div><table width="75%" class="formtable" border="0"> <tr><td class="boldtext"> <label for="pubstatus">Status:</label><br><br><br><br><br><br> </td><td><input name="pubstatus[]" type="checkbox" value="Any" id="Any" onchange="enableAny();"/>Any<br><input name="pubstatus[]" type="checkbox" value="Standards Track" checked id="st" onchange="disableAny();"/>Standards Track&nbsp:: &nbsp<select name="std_trk" id="std_trk"> <option value="Any">Any</option> <option value="Proposed Standard">Proposed Standard</option> <option value="Draft Standard">Draft Standard</option> <option value="Internet Standard" selected="selected">Internet Standard</option> </select> <br><input name="pubstatus[]" type="checkbox" value="Best Current Practice" id="bct" onchange="disableAny();"/>Best Current Practice<br><input name="pubstatus[]" type="checkbox" value="Informational" id="il" onchange="disableAny();"/>Informational<br><input name="pubstatus[]" type="checkbox" value="Experimental" id="ex" onchange="disableAny();"/>Experimental<br><input name="pubstatus[]" type="checkbox" value="Historic" id="hc" onchange="disableAny();"/>Historic<br><input name="pubstatus[]" type="checkbox" value="Unknown" id="un" onchange="disableAny();"/>Unknown<br></td></tr><tr><td class="boldtext"><label for="pub_date">Publication Date:</label></td><td><select name="pub_date_type" id="pub_date_type" onchange="selectPubDateType();"><option value="any" selected >Any</option><option value="range">Range (inclusive)</option><option value="this_month">This Month</option><option value="this_year">This Year</option> </select></td></tr> <tr><td class="boldtext"><label id="label_from">From</label></td> <td> <select name="from_month" id="from_month"><option value="">Month</option> <option value="January">January</option> <option value="February">February</option> <option value="March">March</option> <option value="April">April</option> <option value="May">May</option> <option value="June">June</option> <option value="July">July</option> <option value="August">August</option> <option value="September">September</option> <option value="October">October</option> <option value="November">November</option> <option value="December">December</option> </select> <select name="from_year" id="from_year"><option value="">Year</option> <option value="1968">1968</option> <option value="1969">1969</option> <option value="1970">1970</option> <option value="1971">1971</option> <option value="1972">1972</option> <option value="1973">1973</option> <option value="1974">1974</option> <option value="1975">1975</option> <option value="1976">1976</option> <option value="1977">1977</option> <option value="1978">1978</option> <option value="1979">1979</option> <option value="1980">1980</option> <option value="1981">1981</option> <option value="1982">1982</option> <option value="1983">1983</option> <option value="1984">1984</option> <option value="1985">1985</option> <option value="1986">1986</option> <option value="1987">1987</option> <option value="1988">1988</option> <option value="1989">1989</option> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1994</option> <option value="1995">1995</option> <option value="1996">1996</option> <option value="1997">1997</option> <option value="1998">1998</option> <option value="1999">1999</option> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> <option value="2003">2003</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> <option value="2020">2020</option> <option value="2021">2021</option> <option value="2022">2022</option> <option value="2023">2023</option> <option value="2024">2024</option> </select> </td></tr> <tr><td class="boldtext"><label id="label_to">To</label> </td> <td> <select name="to_month" id="to_month"> <option value="">Month</option> <option value="January">January</option> <option value="February">February</option> <option value="March">March</option> <option value="April">April</option> <option value="May">May</option> <option value="June">June</option> <option value="July">July</option> <option value="August">August</option> <option value="September">September</option> <option value="October">October</option> <option value="November">November</option> <option value="December">December</option> </select> <select name="to_year" id="to_year"><option value="">Year</option> <option value="1968">1968</option> <option value="1969">1969</option> <option value="1970">1970</option> <option value="1971">1971</option> <option value="1972">1972</option> <option value="1973">1973</option> <option value="1974">1974</option> <option value="1975">1975</option> <option value="1976">1976</option> <option value="1977">1977</option> <option value="1978">1978</option> <option value="1979">1979</option> <option value="1980">1980</option> <option value="1981">1981</option> <option value="1982">1982</option> <option value="1983">1983</option> <option value="1984">1984</option> <option value="1985">1985</option> <option value="1986">1986</option> <option value="1987">1987</option> <option value="1988">1988</option> <option value="1989">1989</option> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1994</option> <option value="1995">1995</option> <option value="1996">1996</option> <option value="1997">1997</option> <option value="1998">1998</option> <option value="1999">1999</option> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> <option value="2003">2003</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> <option value="2020">2020</option> <option value="2021">2021</option> <option value="2022">2022</option> <option value="2023">2023</option> <option value="2024">2024</option> </select> </td></tr> <tr><td class="boldtext"><label for = "stream_name" class="content"> Stream:</label></td> <td><select name="stream_name" id="stream_name"><option value="" selected="selected">Any</option> <option value="IETF">IETF</option> <option value="IRTF">IRTF</option> <option value="IAB">IAB</option> <option value="Independent">Independent</option> <option value="Editorial">Editorial</option> <option value="Legacy">Legacy</option> </select> </td></tr> <tr><td class="boldtext"><label for = "area_acronym" class="content"> Area:</label></td> <td><select name="area_acronym" id="area_acronym"><option value="" selected="selected">Any</option> <option value="app">app</option> <option value="art">art</option> <option value="gen">gen</option> <option value="int">int</option> <option value="ops">ops</option> <option value="rai">rai</option> <option value="rtg">rtg</option> <option value="sec">sec</option> <option value="tsv">tsv</option> <option value="wit">wit</option> </select> </td></tr> <tr><td class="boldtext">WG Acronym:</td> <td><input id="wg_acronym" size="8" type="text" name="wg_acronym" maxlength="12"/></td></tr> <tr><td class="boldtext">Author (surname):</td> <td><input name="author" type="text" id="author" size="10" maxlength="20" /></td></tr> <tr><td class="boldtext">Abstract contains:</td> <td> <input name="abstract_box" type="text" id="abstract_box" size="25" maxlength="40" /></td></tr></table></div><p align="center"><input value="Search" type="submit" /><input name="Reset" type="button" value="Clear all" onclick="return clearAdvSearchForm(document.forms.query);"/></p></form></div><p>129&nbsp;results&nbsp;( Show&nbsp;&nbsp;<a href='rfc_search_detail.php?page=25&pubstatus[]=Standards Track&std_trk=Internet Standard&sortkey=Number&sorting=DESC'>25</a> &nbsp;|&nbsp;<b>All</b>&nbsp;)</p><div class="scrolltable"><table class='gridtable'><tr><th><a href='rfc_search_detail.php?sortkey=Number&sorting=ASC&page=All&pubstatus[]=Standards Track&std_trk=Internet Standard'>Number</a></th><th>Files</th><th>Title</th><th>Authors</th><th><a href='rfc_search_detail.php?sortkey=Date&sorting=ASC&page=All&pubstatus[]=Standards Track&std_trk=Internet Standard'>Date</a></th><th>More Info</th><th>Status</th></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9338" target="_blank">RFC&nbsp;9338</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std96" target="_blank">STD&nbsp;96</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9338.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9338.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9338.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9338.xml" target="_blank">XML</a></td><td class="title">CBOR Object Signing and Encryption (COSE): Countersignatures</td><td>J. Schaad</td><td>December 2022</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9338" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc9052" target="_blank">RFC&nbsp;9052</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9293" target="_blank">RFC&nbsp;9293</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std7" target="_blank">STD&nbsp;7</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9293.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9293.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9293.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9293.xml" target="_blank">XML</a></td><td class="title">Transmission Control Protocol (TCP)</td><td>W. Eddy, Ed.</td><td>August 2022</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9293" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc793" target="_blank">RFC&nbsp;793</a>, <a href="https://www.rfc-editor.org/info/rfc879" target="_blank">RFC&nbsp;879</a>, <a href="https://www.rfc-editor.org/info/rfc2873" target="_blank">RFC&nbsp;2873</a>, <a href="https://www.rfc-editor.org/info/rfc6093" target="_blank">RFC&nbsp;6093</a>, <a href="https://www.rfc-editor.org/info/rfc6429" target="_blank">RFC&nbsp;6429</a>, <a href="https://www.rfc-editor.org/info/rfc6528" target="_blank">RFC&nbsp;6528</a>, <a href="https://www.rfc-editor.org/info/rfc6691" target="_blank">RFC&nbsp;6691</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1011" target="_blank">RFC&nbsp;1011</a>, <a href="https://www.rfc-editor.org/info/rfc1122" target="_blank">RFC&nbsp;1122</a>, <a href="https://www.rfc-editor.org/info/rfc5961" target="_blank">RFC&nbsp;5961</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9224" target="_blank">RFC&nbsp;9224</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std95" target="_blank">STD&nbsp;95</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9224.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9224.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9224.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9224.xml" target="_blank">XML</a></td><td class="title">Finding the Authoritative Registration Data Access Protocol (RDAP) Service</td><td>M. Blanchet</td><td>March 2022</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc7484" target="_blank">RFC&nbsp;7484</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9112" target="_blank">RFC&nbsp;9112</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std99" target="_blank">STD&nbsp;99</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9112.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9112.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9112.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9112.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc9112.html" target="_blank">HTML with inline errata</a></td><td class="title">HTTP/1.1</td><td>R. Fielding, Ed., M. Nottingham, Ed., J. Reschke, Ed.</td><td>June 2022</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9112" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc7230" target="_blank">RFC&nbsp;7230</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9111" target="_blank">RFC&nbsp;9111</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std98" target="_blank">STD&nbsp;98</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9111.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9111.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9111.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9111.xml" target="_blank">XML</a></td><td class="title">HTTP Caching</td><td>R. Fielding, Ed., M. Nottingham, Ed., J. Reschke, Ed.</td><td>June 2022</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9111" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc7234" target="_blank">RFC&nbsp;7234</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9110" target="_blank">RFC&nbsp;9110</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std97" target="_blank">STD&nbsp;97</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9110.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9110.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9110.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9110.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc9110.html" target="_blank">HTML with inline errata</a></td><td class="title">HTTP Semantics</td><td>R. Fielding, Ed., M. Nottingham, Ed., J. Reschke, Ed.</td><td>June 2022</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9110" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2818" target="_blank">RFC&nbsp;2818</a>, <a href="https://www.rfc-editor.org/info/rfc7230" target="_blank">RFC&nbsp;7230</a>, <a href="https://www.rfc-editor.org/info/rfc7231" target="_blank">RFC&nbsp;7231</a>, <a href="https://www.rfc-editor.org/info/rfc7232" target="_blank">RFC&nbsp;7232</a>, <a href="https://www.rfc-editor.org/info/rfc7233" target="_blank">RFC&nbsp;7233</a>, <a href="https://www.rfc-editor.org/info/rfc7235" target="_blank">RFC&nbsp;7235</a>, <a href="https://www.rfc-editor.org/info/rfc7538" target="_blank">RFC&nbsp;7538</a>, <a href="https://www.rfc-editor.org/info/rfc7615" target="_blank">RFC&nbsp;7615</a>, <a href="https://www.rfc-editor.org/info/rfc7694" target="_blank">RFC&nbsp;7694</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3864" target="_blank">RFC&nbsp;3864</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9083" target="_blank">RFC&nbsp;9083</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std95" target="_blank">STD&nbsp;95</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9083.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9083.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9083.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9083.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc9083.html" target="_blank">HTML with inline errata</a></td><td class="title">JSON Responses for the Registration Data Access Protocol (RDAP)</td><td>S. Hollenbeck, A. Newton</td><td>June 2021</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9083" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc7483" target="_blank">RFC&nbsp;7483</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9082" target="_blank">RFC&nbsp;9082</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std95" target="_blank">STD&nbsp;95</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9082.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9082.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9082.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9082.xml" target="_blank">XML</a></td><td class="title">Registration Data Access Protocol (RDAP) Query Format</td><td>S. Hollenbeck, A. Newton</td><td>June 2021</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc7482" target="_blank">RFC&nbsp;7482</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9052" target="_blank">RFC&nbsp;9052</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std96" target="_blank">STD&nbsp;96</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9052.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9052.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9052.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9052.xml" target="_blank">XML</a></td><td class="title">CBOR Object Signing and Encryption (COSE): Structures and Process</td><td>J. Schaad</td><td>August 2022</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc8152" target="_blank">RFC&nbsp;8152</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc9338" target="_blank">RFC&nbsp;9338</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8949" target="_blank">RFC&nbsp;8949</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std94" target="_blank">STD&nbsp;94</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8949.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8949.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8949.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8949.xml" target="_blank">XML</a></td><td class="title">Concise Binary Object Representation (CBOR)</td><td>C. Bormann, P. Hoffman</td><td>December 2020</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc7049" target="_blank">RFC&nbsp;7049</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8945" target="_blank">RFC&nbsp;8945</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std93" target="_blank">STD&nbsp;93</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8945.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8945.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8945.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8945.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8945.html" target="_blank">HTML with inline errata</a></td><td class="title">Secret Key Transaction Authentication for DNS (TSIG)</td><td>F. Dupont, S. Morris, P. Vixie, D. Eastlake 3rd, O. Gudmundsson, B. Wellington</td><td>November 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8945" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2845" target="_blank">RFC&nbsp;2845</a>, <a href="https://www.rfc-editor.org/info/rfc4635" target="_blank">RFC&nbsp;4635</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8341" target="_blank">RFC&nbsp;8341</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std91" target="_blank">STD&nbsp;91</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8341.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8341.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8341.html" target="_blank">HTML</a></td><td class="title">Network Configuration Access Control Model</td><td>A. Bierman, M. Bjorklund</td><td>March 2018</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8341" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc6536" target="_blank">RFC&nbsp;6536</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8259" target="_blank">RFC&nbsp;8259</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std90" target="_blank">STD&nbsp;90</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8259.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8259.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8259.html" target="_blank">HTML</a></td><td class="title">The JavaScript Object Notation (JSON) Data Interchange Format</td><td>T. Bray, Ed.</td><td>December 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8259" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc7159" target="_blank">RFC&nbsp;7159</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8201" target="_blank">RFC&nbsp;8201</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std87" target="_blank">STD&nbsp;87</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8201.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8201.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8201.html" target="_blank">HTML</a></td><td class="title">Path MTU Discovery for IP version 6</td><td>J. McCann, S. Deering, J. Mogul, R. Hinden, Ed.</td><td>July 2017</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1981" target="_blank">RFC&nbsp;1981</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8200" target="_blank">RFC&nbsp;8200</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std86" target="_blank">STD&nbsp;86</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8200.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8200.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8200.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8200.html" target="_blank">HTML with inline errata</a></td><td class="title">Internet Protocol, Version 6 (IPv6) Specification</td><td>S. Deering, R. Hinden</td><td>July 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8200" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2460" target="_blank">RFC&nbsp;2460</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc9673" target="_blank">RFC&nbsp;9673</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8098" target="_blank">RFC&nbsp;8098</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std85" target="_blank">STD&nbsp;85</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8098.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8098.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8098.html" target="_blank">HTML</a></td><td class="title">Message Disposition Notification</td><td>T. Hansen, Ed., A. Melnikov, Ed.</td><td>February 2017</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3798" target="_blank">RFC&nbsp;3798</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2046" target="_blank">RFC&nbsp;2046</a>, <a href="https://www.rfc-editor.org/info/rfc3461" target="_blank">RFC&nbsp;3461</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8077" target="_blank">RFC&nbsp;8077</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std84" target="_blank">STD&nbsp;84</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8077.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8077.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8077.html" target="_blank">HTML</a></td><td class="title">Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)</td><td>L. Martini, Ed., G. Heron, Ed.</td><td>February 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8077" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4447" target="_blank">RFC&nbsp;4447</a>, <a href="https://www.rfc-editor.org/info/rfc6723" target="_blank">RFC&nbsp;6723</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8011" target="_blank">RFC&nbsp;8011</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std92" target="_blank">STD&nbsp;92</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8011.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8011.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8011.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8011.html" target="_blank">HTML with inline errata</a></td><td class="title">Internet Printing Protocol/1.1: Model and Semantics</td><td>M. Sweet, I. McDonald</td><td>January 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8011" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2911" target="_blank">RFC&nbsp;2911</a>, <a href="https://www.rfc-editor.org/info/rfc3381" target="_blank">RFC&nbsp;3381</a>, <a href="https://www.rfc-editor.org/info/rfc3382" target="_blank">RFC&nbsp;3382</a></td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/5cmFDK060zNYTAB_SgZlltdvJvc"target="_blank">June 2018</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8010" target="_blank">RFC&nbsp;8010</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std92" target="_blank">STD&nbsp;92</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8010.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8010.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8010.html" target="_blank">HTML</a></td><td class="title">Internet Printing Protocol/1.1: Encoding and Transport</td><td>M. Sweet, I. McDonald</td><td>January 2017</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2910" target="_blank">RFC&nbsp;2910</a>, <a href="https://www.rfc-editor.org/info/rfc3382" target="_blank">RFC&nbsp;3382</a></td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/mvO7zSi9Seb0qjGLNFdHu3RTdsU"target="_blank">June 2018</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7761" target="_blank">RFC&nbsp;7761</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std83" target="_blank">STD&nbsp;83</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7761.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7761.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7761.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7761.html" target="_blank">HTML with inline errata</a></td><td class="title">Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)</td><td>B. Fenner, M. Handley, H. Holbrook, I. Kouvelas, R. Parekh, Z. Zhang, L. Zheng</td><td>March 2016</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7761" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4601" target="_blank">RFC&nbsp;4601</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8736" target="_blank">RFC&nbsp;8736</a>, <a href="https://www.rfc-editor.org/info/rfc9436" target="_blank">RFC&nbsp;9436</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7680" target="_blank">RFC&nbsp;7680</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std82" target="_blank">STD&nbsp;82</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7680.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7680.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7680.html" target="_blank">HTML</a></td><td class="title">A One-Way Loss Metric for IP Performance Metrics (IPPM)</td><td>G. Almes, S. Kalidindi, M. Zekauskas, A. Morton, Ed.</td><td>January 2016</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2680" target="_blank">RFC&nbsp;2680</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7679" target="_blank">RFC&nbsp;7679</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std81" target="_blank">STD&nbsp;81</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7679.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7679.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7679.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7679.html" target="_blank">HTML with inline errata</a></td><td class="title">A One-Way Delay Metric for IP Performance Metrics (IPPM)</td><td>G. Almes, S. Kalidindi, M. Zekauskas, A. Morton, Ed.</td><td>January 2016</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7679" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2679" target="_blank">RFC&nbsp;2679</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7481" target="_blank">RFC&nbsp;7481</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std95" target="_blank">STD&nbsp;95</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7481.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7481.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7481.html" target="_blank">HTML</a></td><td class="title">Security Services for the Registration Data Access Protocol (RDAP)</td><td>S. Hollenbeck, N. Kong</td><td>March 2015</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/yNO1PyrIVpeMq38yAFIjJuUmMKQ/"target="_blank">March 2021</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7480" target="_blank">RFC&nbsp;7480</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std95" target="_blank">STD&nbsp;95</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7480.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7480.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7480.html" target="_blank">HTML</a></td><td class="title">HTTP Usage in the Registration Data Access Protocol (RDAP)</td><td>A. Newton, B. Ellacott, N. Kong</td><td>March 2015</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/OVYh47hkCoQg1KtV2yNyMOIWlT4/"target="_blank">March 2021</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7296" target="_blank">RFC&nbsp;7296</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std79" target="_blank">STD&nbsp;79</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7296.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7296.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7296.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7296.html" target="_blank">HTML with inline errata</a></td><td class="title">Internet Key Exchange Protocol Version 2 (IKEv2)</td><td>C. Kaufman, P. Hoffman, Y. Nir, P. Eronen, T. Kivinen</td><td>October 2014</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7296" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc5996" target="_blank">RFC&nbsp;5996</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc7427" target="_blank">RFC&nbsp;7427</a>, <a href="https://www.rfc-editor.org/info/rfc7670" target="_blank">RFC&nbsp;7670</a>, <a href="https://www.rfc-editor.org/info/rfc8247" target="_blank">RFC&nbsp;8247</a>, <a href="https://www.rfc-editor.org/info/rfc8983" target="_blank">RFC&nbsp;8983</a>, <a href="https://www.rfc-editor.org/info/rfc9370" target="_blank">RFC&nbsp;9370</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7011" target="_blank">RFC&nbsp;7011</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std77" target="_blank">STD&nbsp;77</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7011.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7011.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7011.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7011.html" target="_blank">HTML with inline errata</a></td><td class="title">Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information</td><td>B. Claise, Ed., B. Trammell, Ed., P. Aitken</td><td>September 2013</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7011" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc5101" target="_blank">RFC&nbsp;5101</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6891" target="_blank">RFC&nbsp;6891</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std75" target="_blank">STD&nbsp;75</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6891.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6891.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6891.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6891.html" target="_blank">HTML with inline errata</a></td><td class="title">Extension Mechanisms for DNS (EDNS(0))</td><td>J. Damas, M. Graff, P. Vixie</td><td>April 2013</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6891" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2671" target="_blank">RFC&nbsp;2671</a>, <a href="https://www.rfc-editor.org/info/rfc2673" target="_blank">RFC&nbsp;2673</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6522" target="_blank">RFC&nbsp;6522</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std73" target="_blank">STD&nbsp;73</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6522.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6522.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6522.html" target="_blank">HTML</a></td><td class="title">The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages</td><td>M. Kucherawy, Ed.</td><td>January 2012</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3462" target="_blank">RFC&nbsp;3462</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6533" target="_blank">RFC&nbsp;6533</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6409" target="_blank">RFC&nbsp;6409</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std72" target="_blank">STD&nbsp;72</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6409.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6409.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6409.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6409.html" target="_blank">HTML with inline errata</a></td><td class="title">Message Submission for Mail</td><td>R. Gellens, J. Klensin</td><td>November 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6409" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4409" target="_blank">RFC&nbsp;4409</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8314" target="_blank">RFC&nbsp;8314</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6376" target="_blank">RFC&nbsp;6376</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std76" target="_blank">STD&nbsp;76</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6376.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6376.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6376.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6376.html" target="_blank">HTML with inline errata</a></td><td class="title">DomainKeys Identified Mail (DKIM) Signatures</td><td>D. Crocker, Ed., T. Hansen, Ed., M. Kucherawy, Ed.</td><td>September 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6376" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4871" target="_blank">RFC&nbsp;4871</a>, <a href="https://www.rfc-editor.org/info/rfc5672" target="_blank">RFC&nbsp;5672</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8301" target="_blank">RFC&nbsp;8301</a>, <a href="https://www.rfc-editor.org/info/rfc8463" target="_blank">RFC&nbsp;8463</a>, <a href="https://www.rfc-editor.org/info/rfc8553" target="_blank">RFC&nbsp;8553</a>, <a href="https://www.rfc-editor.org/info/rfc8616" target="_blank">RFC&nbsp;8616</a></td><td>Internet Standard (changed from Draft Standard <a href="http://www.ietf.org/mail-archive/web/ietf-announce/current/msg11570.html"target="_blank">June 2013</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6353" target="_blank">RFC&nbsp;6353</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std78" target="_blank">STD&nbsp;78</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6353.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6353.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6353.html" target="_blank">HTML</a></td><td class="title">Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)</td><td>W. Hardaker</td><td>July 2011</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc5953" target="_blank">RFC&nbsp;5953</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC&nbsp;8996</a>, <a href="https://www.rfc-editor.org/info/rfc9456" target="_blank">RFC&nbsp;9456</a></td><td>Internet Standard (changed from Draft Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/GXMIcqGHT2xo37zbFUoWA1pVs9Y"target="_blank">February 2014</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6152" target="_blank">RFC&nbsp;6152</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std71" target="_blank">STD&nbsp;71</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6152.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6152.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6152.html" target="_blank">HTML</a></td><td class="title">SMTP Service Extension for 8-bit MIME Transport</td><td>J. Klensin, N. Freed, M. Rose, D. Crocker, Ed.</td><td>March 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6152" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1652" target="_blank">RFC&nbsp;1652</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5734" target="_blank">RFC&nbsp;5734</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std69" target="_blank">STD&nbsp;69</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5734.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5734.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5734.html" target="_blank">HTML</a></td><td class="title">Extensible Provisioning Protocol (EPP) Transport over TCP</td><td>S. Hollenbeck</td><td>August 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5734" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4934" target="_blank">RFC&nbsp;4934</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC&nbsp;8996</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5733" target="_blank">RFC&nbsp;5733</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std69" target="_blank">STD&nbsp;69</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5733.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5733.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5733.html" target="_blank">HTML</a></td><td class="title">Extensible Provisioning Protocol (EPP) Contact Mapping</td><td>S. Hollenbeck</td><td>August 2009</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc4933" target="_blank">RFC&nbsp;4933</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5732" target="_blank">RFC&nbsp;5732</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std69" target="_blank">STD&nbsp;69</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5732.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5732.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5732.html" target="_blank">HTML</a></td><td class="title">Extensible Provisioning Protocol (EPP) Host Mapping</td><td>S. Hollenbeck</td><td>August 2009</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc4932" target="_blank">RFC&nbsp;4932</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5731" target="_blank">RFC&nbsp;5731</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std69" target="_blank">STD&nbsp;69</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5731.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5731.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5731.html" target="_blank">HTML</a></td><td class="title">Extensible Provisioning Protocol (EPP) Domain Name Mapping</td><td>S. Hollenbeck</td><td>August 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5731" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4931" target="_blank">RFC&nbsp;4931</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5730" target="_blank">RFC&nbsp;5730</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std69" target="_blank">STD&nbsp;69</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5730.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5730.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5730.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5730.html" target="_blank">HTML with inline errata</a></td><td class="title">Extensible Provisioning Protocol (EPP)</td><td>S. Hollenbeck</td><td>August 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5730" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4930" target="_blank">RFC&nbsp;4930</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5652" target="_blank">RFC&nbsp;5652</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std70" target="_blank">STD&nbsp;70</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5652.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5652.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5652.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5652.html" target="_blank">HTML with inline errata</a></td><td class="title">Cryptographic Message Syntax (CMS)</td><td>R. Housley</td><td>September 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5652" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3852" target="_blank">RFC&nbsp;3852</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8933" target="_blank">RFC&nbsp;8933</a>, <a href="https://www.rfc-editor.org/info/rfc9629" target="_blank">RFC&nbsp;9629</a></td><td>Internet Standard (changed from Draft Standard <a href="http://www.ietf.org/mail-archive/web/ietf-announce/current/msg07580.html"target="_blank">June 2013</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5591" target="_blank">RFC&nbsp;5591</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std78" target="_blank">STD&nbsp;78</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5591.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5591.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5591.html" target="_blank">HTML</a></td><td class="title">Transport Security Model for the Simple Network Management Protocol (SNMP)</td><td>D. Harrington, W. Hardaker</td><td>June 2009</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/GXMIcqGHT2xo37zbFUoWA1pVs9Y"target="_blank">February 2014</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5590" target="_blank">RFC&nbsp;5590</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std78" target="_blank">STD&nbsp;78</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5590.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5590.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5590.html" target="_blank">HTML</a></td><td class="title">Transport Subsystem for the Simple Network Management Protocol (SNMP)</td><td>D. Harrington, J. Schoenwaelder</td><td>June 2009</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3411" target="_blank">RFC&nbsp;3411</a>, <a href="https://www.rfc-editor.org/info/rfc3412" target="_blank">RFC&nbsp;3412</a>, <a href="https://www.rfc-editor.org/info/rfc3414" target="_blank">RFC&nbsp;3414</a>, <a href="https://www.rfc-editor.org/info/rfc3417" target="_blank">RFC&nbsp;3417</a></td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/GXMIcqGHT2xo37zbFUoWA1pVs9Y"target="_blank">February 2014</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5343" target="_blank">RFC&nbsp;5343</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std78" target="_blank">STD&nbsp;78</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5343.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5343.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5343.html" target="_blank">HTML</a></td><td class="title">Simple Network Management Protocol (SNMP) Context EngineID Discovery</td><td>J. Schoenwaelder</td><td>September 2008</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3411" target="_blank">RFC&nbsp;3411</a></td><td>Internet Standard (changed from Proposed Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/GXMIcqGHT2xo37zbFUoWA1pVs9Y"target="_blank">February 2014</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5234" target="_blank">RFC&nbsp;5234</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std68" target="_blank">STD&nbsp;68</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5234.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5234.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5234.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5234.html" target="_blank">HTML with inline errata</a></td><td class="title">Augmented BNF for Syntax Specifications: ABNF</td><td>D. Crocker, Ed., P. Overell</td><td>January 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5234" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4234" target="_blank">RFC&nbsp;4234</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc7405" target="_blank">RFC&nbsp;7405</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5011" target="_blank">RFC&nbsp;5011</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std74" target="_blank">STD&nbsp;74</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5011.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5011.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5011.html" target="_blank">HTML</a></td><td class="title">Automated Updates of DNS Security (DNSSEC) Trust Anchors</td><td>M. StJohns</td><td>September 2007</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard (changed from Proposed Standard <a href="http://www.ietf.org/mail-archive/web/ietf-announce/current/msg11045.html"target="_blank">January 2013</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4506" target="_blank">RFC&nbsp;4506</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std67" target="_blank">STD&nbsp;67</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4506.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4506.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4506.html" target="_blank">HTML</a></td><td class="title">XDR: External Data Representation Standard</td><td>M. Eisler, Ed.</td><td>May 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4506" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1832" target="_blank">RFC&nbsp;1832</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4443" target="_blank">RFC&nbsp;4443</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std89" target="_blank">STD&nbsp;89</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4443.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4443.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4443.html" target="_blank">HTML</a></td><td class="title">Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</td><td>A. Conta, S. Deering, M. Gupta, Ed.</td><td>March 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4443" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2463" target="_blank">RFC&nbsp;2463</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2780" target="_blank">RFC&nbsp;2780</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4884" target="_blank">RFC&nbsp;4884</a></td><td>Internet Standard (changed from Draft Standard <a href="https://www.ietf.org/mail-archive/web/ietf-announce/current/msg16688.html"target="_blank">May 2017</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3986" target="_blank">RFC&nbsp;3986</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std66" target="_blank">STD&nbsp;66</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3986.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3986.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3986.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3986.html" target="_blank">HTML with inline errata</a></td><td class="title">Uniform Resource Identifier (URI): Generic Syntax </td><td>T. Berners-Lee, R. Fielding, L. Masinter</td><td>January 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3986" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2732" target="_blank">RFC&nbsp;2732</a>, <a href="https://www.rfc-editor.org/info/rfc2396" target="_blank">RFC&nbsp;2396</a>, <a href="https://www.rfc-editor.org/info/rfc1808" target="_blank">RFC&nbsp;1808</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1738" target="_blank">RFC&nbsp;1738</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6874" target="_blank">RFC&nbsp;6874</a>, <a href="https://www.rfc-editor.org/info/rfc7320" target="_blank">RFC&nbsp;7320</a>, <a href="https://www.rfc-editor.org/info/rfc8820" target="_blank">RFC&nbsp;8820</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3629" target="_blank">RFC&nbsp;3629</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std63" target="_blank">STD&nbsp;63</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3629.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3629.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3629.html" target="_blank">HTML</a></td><td class="title"> UTF-8, a transformation format of ISO 10646 </td><td>F. Yergeau</td><td>November 2003</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2279" target="_blank">RFC&nbsp;2279</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3596" target="_blank">RFC&nbsp;3596</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std88" target="_blank">STD&nbsp;88</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3596.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3596.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3596.html" target="_blank">HTML</a></td><td class="title">DNS Extensions to Support IP Version 6 </td><td>S. Thomson, C. Huitema, V. Ksinant, M. Souissi</td><td>October 2003</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3152" target="_blank">RFC&nbsp;3152</a>, <a href="https://www.rfc-editor.org/info/rfc1886" target="_blank">RFC&nbsp;1886</a></td><td>Internet Standard (changed from Draft Standard <a href="https://www.ietf.org/mail-archive/web/ietf-announce/current/msg16689.html"target="_blank">May 2017</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3551" target="_blank">RFC&nbsp;3551</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std65" target="_blank">STD&nbsp;65</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3551.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3551.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3551.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc3551.pdf" target="_blank">PDF&nbsp;with&nbsp;Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc3551.html" target="_blank">HTML</a></td><td class="title"> RTP Profile for Audio and Video Conferences with Minimal Control </td><td>H. Schulzrinne, S. Casner</td><td>July 2003</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1890" target="_blank">RFC&nbsp;1890</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5761" target="_blank">RFC&nbsp;5761</a>, <a href="https://www.rfc-editor.org/info/rfc7007" target="_blank">RFC&nbsp;7007</a>, <a href="https://www.rfc-editor.org/info/rfc8860" target="_blank">RFC&nbsp;8860</a></td><td>Internet Standard (changed from Draft Standard)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3550" target="_blank">RFC&nbsp;3550</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std64" target="_blank">STD&nbsp;64</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3550.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3550.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3550.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc3550.pdf" target="_blank">PDF&nbsp;with&nbsp;Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc3550.html" target="_blank">HTML</a></td><td class="title">RTP: A Transport Protocol for Real-Time Applications </td><td>H. Schulzrinne, S. Casner, R. Frederick, V. Jacobson</td><td>July 2003</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3550" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1889" target="_blank">RFC&nbsp;1889</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5506" target="_blank">RFC&nbsp;5506</a>, <a href="https://www.rfc-editor.org/info/rfc5761" target="_blank">RFC&nbsp;5761</a>, <a href="https://www.rfc-editor.org/info/rfc6051" target="_blank">RFC&nbsp;6051</a>, <a href="https://www.rfc-editor.org/info/rfc6222" target="_blank">RFC&nbsp;6222</a>, <a href="https://www.rfc-editor.org/info/rfc7022" target="_blank">RFC&nbsp;7022</a>, <a href="https://www.rfc-editor.org/info/rfc7160" target="_blank">RFC&nbsp;7160</a>, <a href="https://www.rfc-editor.org/info/rfc7164" target="_blank">RFC&nbsp;7164</a>, <a href="https://www.rfc-editor.org/info/rfc8083" target="_blank">RFC&nbsp;8083</a>, <a href="https://www.rfc-editor.org/info/rfc8108" target="_blank">RFC&nbsp;8108</a>, <a href="https://www.rfc-editor.org/info/rfc8860" target="_blank">RFC&nbsp;8860</a></td><td>Internet Standard (changed from Draft Standard)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3418" target="_blank">RFC&nbsp;3418</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3418.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3418.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3418.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3418.html" target="_blank">HTML with inline errata</a></td><td class="title"> Management Information Base (MIB) for the Simple Network Management Protocol (SNMP) </td><td>R. Presuhn, Ed.</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3418" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1907" target="_blank">RFC&nbsp;1907</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3417" target="_blank">RFC&nbsp;3417</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3417.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3417.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3417.html" target="_blank">HTML</a></td><td class="title"> Transport Mappings for the Simple Network Management Protocol (SNMP) </td><td>R. Presuhn, Ed.</td><td>December 2002</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1906" target="_blank">RFC&nbsp;1906</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4789" target="_blank">RFC&nbsp;4789</a>, <a href="https://www.rfc-editor.org/info/rfc5590" target="_blank">RFC&nbsp;5590</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3416" target="_blank">RFC&nbsp;3416</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3416.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3416.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3416.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3416.html" target="_blank">HTML with inline errata</a></td><td class="title"> Version 2 of the Protocol Operations for the Simple Network Management Protocol (SNMP) </td><td>R. Presuhn, Ed.</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3416" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1905" target="_blank">RFC&nbsp;1905</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3415" target="_blank">RFC&nbsp;3415</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3415.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3415.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3415.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3415.html" target="_blank">HTML with inline errata</a></td><td class="title"> View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP) </td><td>B. Wijnen, R. Presuhn, K. McCloghrie</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3415" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2575" target="_blank">RFC&nbsp;2575</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3414" target="_blank">RFC&nbsp;3414</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3414.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3414.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3414.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3414.html" target="_blank">HTML with inline errata</a></td><td class="title"> User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3) </td><td>U. Blumenthal, B. Wijnen</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3414" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2574" target="_blank">RFC&nbsp;2574</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5590" target="_blank">RFC&nbsp;5590</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3413" target="_blank">RFC&nbsp;3413</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3413.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3413.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3413.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3413.html" target="_blank">HTML with inline errata</a></td><td class="title"> Simple Network Management Protocol (SNMP) Applications </td><td>D. Levi, P. Meyer, B. Stewart</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3413" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2573" target="_blank">RFC&nbsp;2573</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3412" target="_blank">RFC&nbsp;3412</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3412.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3412.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3412.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3412.html" target="_blank">HTML with inline errata</a></td><td class="title"> Message Processing and Dispatching for the Simple Network Management Protocol (SNMP) </td><td>J. Case, D. Harrington, R. Presuhn, B. Wijnen</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3412" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2572" target="_blank">RFC&nbsp;2572</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5590" target="_blank">RFC&nbsp;5590</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3411" target="_blank">RFC&nbsp;3411</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std62" target="_blank">STD&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3411.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3411.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3411.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3411.html" target="_blank">HTML with inline errata</a></td><td class="title"> An Architecture for Describing Simple Network Management Protocol (SNMP) Management Frameworks </td><td>D. Harrington, R. Presuhn, B. Wijnen</td><td>December 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3411" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2571" target="_blank">RFC&nbsp;2571</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5343" target="_blank">RFC&nbsp;5343</a>, <a href="https://www.rfc-editor.org/info/rfc5590" target="_blank">RFC&nbsp;5590</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2920" target="_blank">RFC&nbsp;2920</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std60" target="_blank">STD&nbsp;60</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2920.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2920.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2920.html" target="_blank">HTML</a></td><td class="title"> SMTP Service Extension for Command Pipelining </td><td>N. Freed</td><td>September 2000</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2197" target="_blank">RFC&nbsp;2197</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2819" target="_blank">RFC&nbsp;2819</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std59" target="_blank">STD&nbsp;59</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2819.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2819.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2819.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2819.html" target="_blank">HTML with inline errata</a></td><td class="title"> Remote Network Monitoring Management Information Base </td><td>S. Waldbusser</td><td>May 2000</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2819" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1757" target="_blank">RFC&nbsp;1757</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2580" target="_blank">RFC&nbsp;2580</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std58" target="_blank">STD&nbsp;58</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2580.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2580.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2580.html" target="_blank">HTML</a></td><td class="title"> Conformance Statements for SMIv2 </td><td>K. McCloghrie, Ed., D. Perkins, Ed., J. Schoenwaelder, Ed.</td><td>April 1999</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1904" target="_blank">RFC&nbsp;1904</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2579" target="_blank">RFC&nbsp;2579</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std58" target="_blank">STD&nbsp;58</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2579.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2579.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2579.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2579.html" target="_blank">HTML with inline errata</a></td><td class="title"> Textual Conventions for SMIv2 </td><td>K. McCloghrie, Ed., D. Perkins, Ed., J. Schoenwaelder, Ed.</td><td>April 1999</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2579" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1903" target="_blank">RFC&nbsp;1903</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2578" target="_blank">RFC&nbsp;2578</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std58" target="_blank">STD&nbsp;58</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2578.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2578.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2578.html" target="_blank">HTML</a></td><td class="title"> Structure of Management Information Version 2 (SMIv2) </td><td>K. McCloghrie, Ed., D. Perkins, Ed., J. Schoenwaelder, Ed.</td><td>April 1999</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1902" target="_blank">RFC&nbsp;1902</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2453" target="_blank">RFC&nbsp;2453</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std56" target="_blank">STD&nbsp;56</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2453.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2453.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2453.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2453.html" target="_blank">HTML with inline errata</a></td><td class="title"> RIP Version 2 </td><td>G. Malkin</td><td>November 1998</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2453" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1723" target="_blank">RFC&nbsp;1723</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4822" target="_blank">RFC&nbsp;4822</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2427" target="_blank">RFC&nbsp;2427</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std55" target="_blank">STD&nbsp;55</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2427.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2427.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2427.html" target="_blank">HTML</a></td><td class="title"> Multiprotocol Interconnect over Frame Relay </td><td>C. Brown, A. Malis</td><td>September 1998</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1490" target="_blank">RFC&nbsp;1490</a>, <a href="https://www.rfc-editor.org/info/rfc1294" target="_blank">RFC&nbsp;1294</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2328" target="_blank">RFC&nbsp;2328</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std54" target="_blank">STD&nbsp;54</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2328.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2328.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2328.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2328.html" target="_blank">HTML with inline errata</a></td><td class="title"> OSPF Version 2 </td><td>J. Moy</td><td>April 1998</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2328" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2178" target="_blank">RFC&nbsp;2178</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5709" target="_blank">RFC&nbsp;5709</a>, <a href="https://www.rfc-editor.org/info/rfc6549" target="_blank">RFC&nbsp;6549</a>, <a href="https://www.rfc-editor.org/info/rfc6845" target="_blank">RFC&nbsp;6845</a>, <a href="https://www.rfc-editor.org/info/rfc6860" target="_blank">RFC&nbsp;6860</a>, <a href="https://www.rfc-editor.org/info/rfc7474" target="_blank">RFC&nbsp;7474</a>, <a href="https://www.rfc-editor.org/info/rfc8042" target="_blank">RFC&nbsp;8042</a>, <a href="https://www.rfc-editor.org/info/rfc9355" target="_blank">RFC&nbsp;9355</a>, <a href="https://www.rfc-editor.org/info/rfc9454" target="_blank">RFC&nbsp;9454</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2289" target="_blank">RFC&nbsp;2289</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std61" target="_blank">STD&nbsp;61</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2289.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2289.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2289.html" target="_blank">HTML</a></td><td class="title"> A One-Time Password System </td><td>N. Haller, C. Metz, P. Nesser, M. Straw</td><td>February 1998</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1938" target="_blank">RFC&nbsp;1938</a></td><td>Internet Standard (changed from Draft Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce-old/MnRbXZl085oHPzElHGeRgYPhVKM/"target="_blank">June 2000</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1939" target="_blank">RFC&nbsp;1939</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std53" target="_blank">STD&nbsp;53</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1939.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1939.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1939.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1939.html" target="_blank">HTML with inline errata</a></td><td class="title"> Post Office Protocol - Version 3 </td><td>J. Myers, M. Rose</td><td>May 1996</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1939" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1725" target="_blank">RFC&nbsp;1725</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1957" target="_blank">RFC&nbsp;1957</a>, <a href="https://www.rfc-editor.org/info/rfc2449" target="_blank">RFC&nbsp;2449</a>, <a href="https://www.rfc-editor.org/info/rfc6186" target="_blank">RFC&nbsp;6186</a>, <a href="https://www.rfc-editor.org/info/rfc8314" target="_blank">RFC&nbsp;8314</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1870" target="_blank">RFC&nbsp;1870</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std10" target="_blank">STD&nbsp;10</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1870.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1870.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1870.html" target="_blank">HTML</a></td><td class="title"> SMTP Service Extension for Message Size Declaration </td><td>J. Klensin, N. Freed, K. Moore</td><td>November 1995</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1653" target="_blank">RFC&nbsp;1653</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1869" target="_blank">RFC&nbsp;1869</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std10" target="_blank">STD&nbsp;10</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1869.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1869.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1869.html" target="_blank">HTML</a></td><td class="special"> SMTP Service Extensions </td><td> J. Klensin, N. Freed, M. Rose, E. Stefferud, D. Crocker</td><td>November 1995</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1651" target="_blank">RFC&nbsp;1651</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2821" target="_blank">RFC&nbsp;2821</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1725" target="_blank">RFC&nbsp;1725</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1725.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1725.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1725.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1725.html" target="_blank">HTML with inline errata</a></td><td class="special"> Post Office Protocol - Version 3 </td><td>J. Myers, M. Rose</td><td>November 1994</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1725" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1460" target="_blank">RFC&nbsp;1460</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1939" target="_blank">RFC&nbsp;1939</a></td><td>Internet Standard (changed from Draft Standard)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1723" target="_blank">RFC&nbsp;1723</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1723.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1723.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1723.html" target="_blank">HTML</a></td><td class="special"> RIP Version 2 - Carrying Additional Information </td><td>G. Malkin</td><td>November 1994</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1388" target="_blank">RFC&nbsp;1388</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2453" target="_blank">RFC&nbsp;2453</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1058" target="_blank">RFC&nbsp;1058</a></td><td>Internet Standard (changed from Draft Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce-old/nquqsc7uqaQVzMdED-E5z-ltyRI/"target="_blank">November 1998</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1722" target="_blank">RFC&nbsp;1722</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std57" target="_blank">STD&nbsp;57</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1722.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1722.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1722.html" target="_blank">HTML</a></td><td class="title"> RIP Version 2 Protocol Applicability Statement </td><td>G. Malkin</td><td>November 1994</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard (changed from Draft Standard <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce-old/nquqsc7uqaQVzMdED-E5z-ltyRI/"target="_blank">November 1998</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1662" target="_blank">RFC&nbsp;1662</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std51" target="_blank">STD&nbsp;51</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1662.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1662.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1662.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1662.html" target="_blank">HTML with inline errata</a></td><td class="title"> PPP in HDLC-like Framing </td><td>W. Simpson, Ed.</td><td>July 1994</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1662" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1549" target="_blank">RFC&nbsp;1549</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1661" target="_blank">RFC&nbsp;1661</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std51" target="_blank">STD&nbsp;51</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1661.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1661.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1661.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1661.html" target="_blank">HTML with inline errata</a></td><td class="title"> The Point-to-Point Protocol (PPP) </td><td>W. Simpson, Ed.</td><td>July 1994</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1661" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1548" target="_blank">RFC&nbsp;1548</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc2153" target="_blank">RFC&nbsp;2153</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1390" target="_blank">RFC&nbsp;1390</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std36" target="_blank">STD&nbsp;36</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1390.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1390.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1390.html" target="_blank">HTML</a></td><td class="title"> Transmission of IP and ARP over FDDI Networks </td><td>D. Katz</td><td>January 1993</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1350" target="_blank">RFC&nbsp;1350</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std33" target="_blank">STD&nbsp;33</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1350.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1350.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1350.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1350.html" target="_blank">HTML with inline errata</a></td><td class="title"> The TFTP Protocol (Revision 2) </td><td>K. Sollins</td><td>July 1992</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1350" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc783" target="_blank">RFC&nbsp;783</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1782" target="_blank">RFC&nbsp;1782</a>, <a href="https://www.rfc-editor.org/info/rfc1783" target="_blank">RFC&nbsp;1783</a>, <a href="https://www.rfc-editor.org/info/rfc1784" target="_blank">RFC&nbsp;1784</a>, <a href="https://www.rfc-editor.org/info/rfc1785" target="_blank">RFC&nbsp;1785</a>, <a href="https://www.rfc-editor.org/info/rfc2347" target="_blank">RFC&nbsp;2347</a>, <a href="https://www.rfc-editor.org/info/rfc2348" target="_blank">RFC&nbsp;2348</a>, <a href="https://www.rfc-editor.org/info/rfc2349" target="_blank">RFC&nbsp;2349</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1213" target="_blank">RFC&nbsp;1213</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std17" target="_blank">STD&nbsp;17</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1213.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1213.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1213.html" target="_blank">HTML</a></td><td class="title">Management Information Base for Network Management of TCP/IP-based internets: MIB-II</td><td>K. McCloghrie, M. Rose</td><td>March 1991</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1158" target="_blank">RFC&nbsp;1158</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc2011" target="_blank">RFC&nbsp;2011</a>, <a href="https://www.rfc-editor.org/info/rfc2012" target="_blank">RFC&nbsp;2012</a>, <a href="https://www.rfc-editor.org/info/rfc2013" target="_blank">RFC&nbsp;2013</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1212" target="_blank">RFC&nbsp;1212</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std16" target="_blank">STD&nbsp;16</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1212.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1212.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1212.html" target="_blank">HTML</a></td><td class="title"> Concise MIB definitions </td><td>M.T. Rose, K. McCloghrie</td><td>March 1991</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1209" target="_blank">RFC&nbsp;1209</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std52" target="_blank">STD&nbsp;52</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1209.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1209.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1209.html" target="_blank">HTML</a></td><td class="title">The Transmission of IP Datagrams over the SMDS Service</td><td>D. Piscitello, J. Lawrence</td><td>March 1991</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1201" target="_blank">RFC&nbsp;1201</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std46" target="_blank">STD&nbsp;46</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1201.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1201.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1201.html" target="_blank">HTML</a></td><td class="title"> Transmitting IP traffic over ARCNET networks </td><td>D. Provan</td><td>February 1991</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1051" target="_blank">RFC&nbsp;1051</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1155" target="_blank">RFC&nbsp;1155</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std16" target="_blank">STD&nbsp;16</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1155.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1155.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1155.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1155.html" target="_blank">HTML with inline errata</a></td><td class="title"> Structure and identification of management information for TCP/IP-based internets </td><td>M.T. Rose, K. McCloghrie</td><td>May 1990</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1155" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1065" target="_blank">RFC&nbsp;1065</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1132" target="_blank">RFC&nbsp;1132</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std49" target="_blank">STD&nbsp;49</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1132.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1132.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1132.html" target="_blank">HTML</a></td><td class="title"> Standard for the transmission of 802.2 packets over IPX networks </td><td>L.J. McLaughlin</td><td>November 1989</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1123" target="_blank">RFC&nbsp;1123</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std3" target="_blank">STD&nbsp;3</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1123.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1123.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1123.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1123.html" target="_blank">HTML with inline errata</a></td><td class="title">Requirements for Internet Hosts - Application and Support </td><td>R. Braden, Ed.</td><td>October 1989</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1123" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc822" target="_blank">RFC&nbsp;822</a>, <a href="https://www.rfc-editor.org/info/rfc952" target="_blank">RFC&nbsp;952</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1349" target="_blank">RFC&nbsp;1349</a>, <a href="https://www.rfc-editor.org/info/rfc2181" target="_blank">RFC&nbsp;2181</a>, <a href="https://www.rfc-editor.org/info/rfc5321" target="_blank">RFC&nbsp;5321</a>, <a href="https://www.rfc-editor.org/info/rfc5966" target="_blank">RFC&nbsp;5966</a>, <a href="https://www.rfc-editor.org/info/rfc7766" target="_blank">RFC&nbsp;7766</a>, <a href="https://www.rfc-editor.org/info/rfc9210" target="_blank">RFC&nbsp;9210</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1122" target="_blank">RFC&nbsp;1122</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std3" target="_blank">STD&nbsp;3</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1122.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1122.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1122.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1122.html" target="_blank">HTML with inline errata</a></td><td class="title">Requirements for Internet Hosts - Communication Layers </td><td>R. Braden, Ed.</td><td>October 1989</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1122" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc793" target="_blank">RFC&nbsp;793</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1349" target="_blank">RFC&nbsp;1349</a>, <a href="https://www.rfc-editor.org/info/rfc4379" target="_blank">RFC&nbsp;4379</a>, <a href="https://www.rfc-editor.org/info/rfc5884" target="_blank">RFC&nbsp;5884</a>, <a href="https://www.rfc-editor.org/info/rfc6093" target="_blank">RFC&nbsp;6093</a>, <a href="https://www.rfc-editor.org/info/rfc6298" target="_blank">RFC&nbsp;6298</a>, <a href="https://www.rfc-editor.org/info/rfc6633" target="_blank">RFC&nbsp;6633</a>, <a href="https://www.rfc-editor.org/info/rfc6864" target="_blank">RFC&nbsp;6864</a>, <a href="https://www.rfc-editor.org/info/rfc8029" target="_blank">RFC&nbsp;8029</a>, <a href="https://www.rfc-editor.org/info/rfc9293" target="_blank">RFC&nbsp;9293</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1119" target="_blank">RFC&nbsp;1119</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1119.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1119.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1119.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc1119.pdf" target="_blank">PDF&nbsp;with&nbsp;Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc1119.html" target="_blank">HTML</a></td><td class="special"> Network Time Protocol (version 2) specification and implementation </td><td>D.L. Mills</td><td>September 1989</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc958" target="_blank">RFC&nbsp;958</a>, <a href="https://www.rfc-editor.org/info/rfc1059" target="_blank">RFC&nbsp;1059</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1305" target="_blank">RFC&nbsp;1305</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1112" target="_blank">RFC&nbsp;1112</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std5" target="_blank">STD&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1112.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1112.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1112.html" target="_blank">HTML</a></td><td class="title"> Host extensions for IP multicasting </td><td>S.E. Deering</td><td>August 1989</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc988" target="_blank">RFC&nbsp;988</a>, <a href="https://www.rfc-editor.org/info/rfc1054" target="_blank">RFC&nbsp;1054</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc2236" target="_blank">RFC&nbsp;2236</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1088" target="_blank">RFC&nbsp;1088</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std48" target="_blank">STD&nbsp;48</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1088.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1088.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1088.html" target="_blank">HTML</a></td><td class="title"> Standard for the transmission of IP datagrams over NetBIOS networks </td><td>L.J. McLaughlin</td><td>February 1989</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1065" target="_blank">RFC&nbsp;1065</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1065.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1065.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1065.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1065.html" target="_blank">HTML with inline errata</a></td><td class="special"> Structure and identification of management information for TCP/IP-based internets </td><td> K. McCloghrie, M.T. Rose</td><td>August 1988</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1065" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1155" target="_blank">RFC&nbsp;1155</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1055" target="_blank">RFC&nbsp;1055</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std47" target="_blank">STD&nbsp;47</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1055.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1055.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1055.html" target="_blank">HTML</a></td><td class="title"> Nonstandard for transmission of IP datagrams over serial lines: SLIP </td><td>J.L. Romkey</td><td>June 1988</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1055" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1044" target="_blank">RFC&nbsp;1044</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std45" target="_blank">STD&nbsp;45</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1044.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1044.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1044.html" target="_blank">HTML</a></td><td class="title"> Internet Protocol on Network System's HYPERchannel: Protocol Specification </td><td>K. Hardwick, J. Lekashman</td><td>February 1988</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc5494" target="_blank">RFC&nbsp;5494</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1042" target="_blank">RFC&nbsp;1042</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std43" target="_blank">STD&nbsp;43</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1042.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1042.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1042.html" target="_blank">HTML</a></td><td class="title"> Standard for the transmission of IP datagrams over IEEE 802 networks </td><td>J. Postel, J.K. Reynolds</td><td>February 1988</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1042" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc948" target="_blank">RFC&nbsp;948</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1035" target="_blank">RFC&nbsp;1035</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std13" target="_blank">STD&nbsp;13</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1035.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1035.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1035.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1035.html" target="_blank">HTML with inline errata</a></td><td class="title">Domain names - implementation and specification </td><td>P. Mockapetris</td><td>November 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1035" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc973" target="_blank">RFC&nbsp;973</a>, <a href="https://www.rfc-editor.org/info/rfc882" target="_blank">RFC&nbsp;882</a>, <a href="https://www.rfc-editor.org/info/rfc883" target="_blank">RFC&nbsp;883</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1101" target="_blank">RFC&nbsp;1101</a>, <a href="https://www.rfc-editor.org/info/rfc1183" target="_blank">RFC&nbsp;1183</a>, <a href="https://www.rfc-editor.org/info/rfc1348" target="_blank">RFC&nbsp;1348</a>, <a href="https://www.rfc-editor.org/info/rfc1876" target="_blank">RFC&nbsp;1876</a>, <a href="https://www.rfc-editor.org/info/rfc1982" target="_blank">RFC&nbsp;1982</a>, <a href="https://www.rfc-editor.org/info/rfc1995" target="_blank">RFC&nbsp;1995</a>, <a href="https://www.rfc-editor.org/info/rfc1996" target="_blank">RFC&nbsp;1996</a>, <a href="https://www.rfc-editor.org/info/rfc2065" target="_blank">RFC&nbsp;2065</a>, <a href="https://www.rfc-editor.org/info/rfc2136" target="_blank">RFC&nbsp;2136</a>, <a href="https://www.rfc-editor.org/info/rfc2181" target="_blank">RFC&nbsp;2181</a>, <a href="https://www.rfc-editor.org/info/rfc2137" target="_blank">RFC&nbsp;2137</a>, <a href="https://www.rfc-editor.org/info/rfc2308" target="_blank">RFC&nbsp;2308</a>, <a href="https://www.rfc-editor.org/info/rfc2535" target="_blank">RFC&nbsp;2535</a>, <a href="https://www.rfc-editor.org/info/rfc2673" target="_blank">RFC&nbsp;2673</a>, <a href="https://www.rfc-editor.org/info/rfc2845" target="_blank">RFC&nbsp;2845</a>, <a href="https://www.rfc-editor.org/info/rfc3425" target="_blank">RFC&nbsp;3425</a>, <a href="https://www.rfc-editor.org/info/rfc3658" target="_blank">RFC&nbsp;3658</a>, <a href="https://www.rfc-editor.org/info/rfc4033" target="_blank">RFC&nbsp;4033</a>, <a href="https://www.rfc-editor.org/info/rfc4034" target="_blank">RFC&nbsp;4034</a>, <a href="https://www.rfc-editor.org/info/rfc4035" target="_blank">RFC&nbsp;4035</a>, <a href="https://www.rfc-editor.org/info/rfc4343" target="_blank">RFC&nbsp;4343</a>, <a href="https://www.rfc-editor.org/info/rfc5936" target="_blank">RFC&nbsp;5936</a>, <a href="https://www.rfc-editor.org/info/rfc5966" target="_blank">RFC&nbsp;5966</a>, <a href="https://www.rfc-editor.org/info/rfc6604" target="_blank">RFC&nbsp;6604</a>, <a href="https://www.rfc-editor.org/info/rfc7766" target="_blank">RFC&nbsp;7766</a>, <a href="https://www.rfc-editor.org/info/rfc8482" target="_blank">RFC&nbsp;8482</a>, <a href="https://www.rfc-editor.org/info/rfc8490" target="_blank">RFC&nbsp;8490</a>, <a href="https://www.rfc-editor.org/info/rfc8767" target="_blank">RFC&nbsp;8767</a>, <a href="https://www.rfc-editor.org/info/rfc9619" target="_blank">RFC&nbsp;9619</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1034" target="_blank">RFC&nbsp;1034</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std13" target="_blank">STD&nbsp;13</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1034.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1034.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1034.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1034.html" target="_blank">HTML with inline errata</a></td><td class="title"> Domain names - concepts and facilities </td><td>P. Mockapetris</td><td>November 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1034" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc973" target="_blank">RFC&nbsp;973</a>, <a href="https://www.rfc-editor.org/info/rfc882" target="_blank">RFC&nbsp;882</a>, <a href="https://www.rfc-editor.org/info/rfc883" target="_blank">RFC&nbsp;883</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1101" target="_blank">RFC&nbsp;1101</a>, <a href="https://www.rfc-editor.org/info/rfc1183" target="_blank">RFC&nbsp;1183</a>, <a href="https://www.rfc-editor.org/info/rfc1348" target="_blank">RFC&nbsp;1348</a>, <a href="https://www.rfc-editor.org/info/rfc1876" target="_blank">RFC&nbsp;1876</a>, <a href="https://www.rfc-editor.org/info/rfc1982" target="_blank">RFC&nbsp;1982</a>, <a href="https://www.rfc-editor.org/info/rfc2065" target="_blank">RFC&nbsp;2065</a>, <a href="https://www.rfc-editor.org/info/rfc2181" target="_blank">RFC&nbsp;2181</a>, <a href="https://www.rfc-editor.org/info/rfc2308" target="_blank">RFC&nbsp;2308</a>, <a href="https://www.rfc-editor.org/info/rfc2535" target="_blank">RFC&nbsp;2535</a>, <a href="https://www.rfc-editor.org/info/rfc4033" target="_blank">RFC&nbsp;4033</a>, <a href="https://www.rfc-editor.org/info/rfc4034" target="_blank">RFC&nbsp;4034</a>, <a href="https://www.rfc-editor.org/info/rfc4035" target="_blank">RFC&nbsp;4035</a>, <a href="https://www.rfc-editor.org/info/rfc4343" target="_blank">RFC&nbsp;4343</a>, <a href="https://www.rfc-editor.org/info/rfc4035" target="_blank">RFC&nbsp;4035</a>, <a href="https://www.rfc-editor.org/info/rfc4592" target="_blank">RFC&nbsp;4592</a>, <a href="https://www.rfc-editor.org/info/rfc5936" target="_blank">RFC&nbsp;5936</a>, <a href="https://www.rfc-editor.org/info/rfc8020" target="_blank">RFC&nbsp;8020</a>, <a href="https://www.rfc-editor.org/info/rfc8482" target="_blank">RFC&nbsp;8482</a>, <a href="https://www.rfc-editor.org/info/rfc8767" target="_blank">RFC&nbsp;8767</a>, <a href="https://www.rfc-editor.org/info/rfc9471" target="_blank">RFC&nbsp;9471</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1006" target="_blank">RFC&nbsp;1006</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std35" target="_blank">STD&nbsp;35</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1006.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1006.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1006.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1006.html" target="_blank">HTML with inline errata</a></td><td class="title">ISO Transport Service on top of the TCP Version: 3</td><td>M.T. Rose, D.E. Cass</td><td>May 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1006" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc983" target="_blank">RFC&nbsp;983</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc2126" target="_blank">RFC&nbsp;2126</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1002" target="_blank">RFC&nbsp;1002</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std19" target="_blank">STD&nbsp;19</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1002.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1002.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1002.html" target="_blank">HTML</a></td><td class="title"> Protocol standard for a NetBIOS service on a TCP/UDP transport: Detailed specifications </td><td>NetBIOS Working Group in the Defense Advanced Research Projects Agency, Internet Activities Board, End-to-End Services Task Force</td><td>March 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1002" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1001" target="_blank">RFC&nbsp;1001</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std19" target="_blank">STD&nbsp;19</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1001.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1001.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1001.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1001.html" target="_blank">HTML with inline errata</a></td><td class="title"> Protocol standard for a NetBIOS service on a TCP/UDP transport: Concepts and methods </td><td>NetBIOS Working Group in the Defense Advanced Research Projects Agency, Internet Activities Board, End-to-End Services Task Force</td><td>March 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1001" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc959" target="_blank">RFC&nbsp;959</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std9" target="_blank">STD&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc959.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc959.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc959.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc959.html" target="_blank">HTML with inline errata</a></td><td class="title">File Transfer Protocol </td><td>J. Postel, J. Reynolds</td><td>October 1985</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc959" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc765" target="_blank">RFC&nbsp;765</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc2228" target="_blank">RFC&nbsp;2228</a>, <a href="https://www.rfc-editor.org/info/rfc2640" target="_blank">RFC&nbsp;2640</a>, <a href="https://www.rfc-editor.org/info/rfc2773" target="_blank">RFC&nbsp;2773</a>, <a href="https://www.rfc-editor.org/info/rfc3659" target="_blank">RFC&nbsp;3659</a>, <a href="https://www.rfc-editor.org/info/rfc5797" target="_blank">RFC&nbsp;5797</a>, <a href="https://www.rfc-editor.org/info/rfc7151" target="_blank">RFC&nbsp;7151</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc950" target="_blank">RFC&nbsp;950</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std5" target="_blank">STD&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc950.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc950.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc950.html" target="_blank">HTML</a></td><td class="title"> Internet Standard Subnetting Procedure </td><td>J.C. Mogul, J. Postel</td><td>August 1985</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc792" target="_blank">RFC&nbsp;792</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6918" target="_blank">RFC&nbsp;6918</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc922" target="_blank">RFC&nbsp;922</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std5" target="_blank">STD&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc922.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc922.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc922.html" target="_blank">HTML</a></td><td class="title"> Broadcasting Internet datagrams in the presence of subnets </td><td>J.C. Mogul</td><td>October 1984</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc919" target="_blank">RFC&nbsp;919</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std5" target="_blank">STD&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc919.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc919.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc919.html" target="_blank">HTML</a></td><td class="title"> Broadcasting Internet Datagrams </td><td>J.C. Mogul</td><td>October 1984</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc907" target="_blank">RFC&nbsp;907</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std40" target="_blank">STD&nbsp;40</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc907.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc907.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc907.html" target="_blank">HTML</a></td><td class="title"> Host Access Protocol specification </td><td>Bolt Beranek and Newman Laboratories</td><td>July 1984</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc1221" target="_blank">RFC&nbsp;1221</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc903" target="_blank">RFC&nbsp;903</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std38" target="_blank">STD&nbsp;38</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc903.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc903.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc903.html" target="_blank">HTML</a></td><td class="title"> A Reverse Address Resolution Protocol</td><td>R. Finlayson, T. Mann, J.C. Mogul, M. Theimer</td><td>June 1984</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc895" target="_blank">RFC&nbsp;895</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std42" target="_blank">STD&nbsp;42</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc895.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc895.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc895.html" target="_blank">HTML</a></td><td class="title"> Standard for the transmission of IP datagrams over experimental Ethernet networks </td><td>J. Postel</td><td>April 1984</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc894" target="_blank">RFC&nbsp;894</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std41" target="_blank">STD&nbsp;41</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc894.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc894.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc894.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc894.html" target="_blank">HTML with inline errata</a></td><td class="title">A Standard for the Transmission of IP Datagrams over Ethernet Networks </td><td>C. Hornig</td><td>April 1984</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc894" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc891" target="_blank">RFC&nbsp;891</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std44" target="_blank">STD&nbsp;44</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc891.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc891.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc891.html" target="_blank">HTML</a></td><td class="title">DCN Local-Network Protocols</td><td>D.L. Mills</td><td>December 1983</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc868" target="_blank">RFC&nbsp;868</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std26" target="_blank">STD&nbsp;26</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc868.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc868.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc868.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc868.html" target="_blank">HTML with inline errata</a></td><td class="title"> Time Protocol </td><td>J. Postel, K. Harrenstien</td><td>May 1983</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc868" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc867" target="_blank">RFC&nbsp;867</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std25" target="_blank">STD&nbsp;25</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc867.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc867.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc867.html" target="_blank">HTML</a></td><td class="title"> Daytime Protocol </td><td>J. Postel</td><td>May 1983</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc866" target="_blank">RFC&nbsp;866</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std24" target="_blank">STD&nbsp;24</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc866.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc866.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc866.html" target="_blank">HTML</a></td><td class="title"> Active users </td><td>J. Postel</td><td>May 1983</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc865" target="_blank">RFC&nbsp;865</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std23" target="_blank">STD&nbsp;23</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc865.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc865.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc865.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc865.html" target="_blank">HTML with inline errata</a></td><td class="title"> Quote of the Day Protocol </td><td>J. Postel</td><td>May 1983</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc865" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc864" target="_blank">RFC&nbsp;864</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std22" target="_blank">STD&nbsp;22</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc864.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc864.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc864.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc864.html" target="_blank">HTML with inline errata</a></td><td class="title"> Character Generator Protocol </td><td>J. Postel</td><td>May 1983</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc864" target="_blank">Errata</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc863" target="_blank">RFC&nbsp;863</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std21" target="_blank">STD&nbsp;21</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc863.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc863.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc863.html" target="_blank">HTML</a></td><td class="title"> Discard Protocol </td><td>J. Postel</td><td>May 1983</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc862" target="_blank">RFC&nbsp;862</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std20" target="_blank">STD&nbsp;20</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc862.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc862.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc862.html" target="_blank">HTML</a></td><td class="title"> Echo Protocol </td><td>J. Postel</td><td>May 1983</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc861" target="_blank">RFC&nbsp;861</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std32" target="_blank">STD&nbsp;32</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc861.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc861.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc861.html" target="_blank">HTML</a></td><td class="title"> Telnet Extended Options: List Option </td><td>J. Postel, J. Reynolds</td><td>May 1983</td><td>Obsoletes NIC1&nbsp;6239</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc860" target="_blank">RFC&nbsp;860</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std31" target="_blank">STD&nbsp;31</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc860.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc860.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc860.html" target="_blank">HTML</a></td><td class="title"> Telnet Timing Mark Option </td><td>J. Postel, J. Reynolds</td><td>May 1983</td><td>Obsoletes NIC1&nbsp;6238</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc859" target="_blank">RFC&nbsp;859</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std30" target="_blank">STD&nbsp;30</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc859.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc859.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc859.html" target="_blank">HTML</a></td><td class="title"> Telnet Status Option </td><td>J. Postel, J. Reynolds</td><td>May 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc651" target="_blank">RFC&nbsp;651</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc858" target="_blank">RFC&nbsp;858</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std29" target="_blank">STD&nbsp;29</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc858.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc858.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc858.html" target="_blank">HTML</a></td><td class="title"> Telnet Suppress Go Ahead Option </td><td>J. Postel, J. Reynolds</td><td>May 1983</td><td>Obsoletes NIC1&nbsp;5392</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc857" target="_blank">RFC&nbsp;857</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std28" target="_blank">STD&nbsp;28</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc857.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc857.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc857.html" target="_blank">HTML</a></td><td class="title"> Telnet Echo Option </td><td>J. Postel, J. Reynolds</td><td>May 1983</td><td>Obsoletes NIC1&nbsp;5390</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc856" target="_blank">RFC&nbsp;856</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std27" target="_blank">STD&nbsp;27</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc856.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc856.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc856.html" target="_blank">HTML</a></td><td class="title"> Telnet Binary Transmission </td><td>J. Postel, J. Reynolds</td><td>May 1983</td><td>Obsoletes NIC1&nbsp;5389</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc855" target="_blank">RFC&nbsp;855</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std8" target="_blank">STD&nbsp;8</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc855.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc855.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc855.html" target="_blank">HTML</a></td><td class="title">Telnet Option Specifications </td><td>J. Postel, J.K. Reynolds</td><td>May 1983</td><td>Obsoletes NIC1&nbsp;8640</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc854" target="_blank">RFC&nbsp;854</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std8" target="_blank">STD&nbsp;8</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc854.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc854.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc854.html" target="_blank">HTML</a></td><td class="title"> Telnet Protocol Specification </td><td>J. Postel, J.K. Reynolds</td><td>May 1983</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc854" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc764" target="_blank">RFC&nbsp;764</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5198" target="_blank">RFC&nbsp;5198</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc826" target="_blank">RFC&nbsp;826</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std37" target="_blank">STD&nbsp;37</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc826.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc826.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc826.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc826.html" target="_blank">HTML with inline errata</a></td><td class="title">An Ethernet Address Resolution Protocol: Or Converting Network Protocol Addresses to 48.bit Ethernet Address for Transmission on Ethernet Hardware</td><td>D. Plummer</td><td>November 1982</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc826" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5227" target="_blank">RFC&nbsp;5227</a>, <a href="https://www.rfc-editor.org/info/rfc5494" target="_blank">RFC&nbsp;5494</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc822" target="_blank">RFC&nbsp;822</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std11" target="_blank">STD&nbsp;11</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc822.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc822.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc822.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc822.html" target="_blank">HTML with inline errata</a></td><td class="special">STANDARD FOR THE FORMAT OF ARPA INTERNET TEXT MESSAGES</td><td>D. Crocker</td><td>August 1982</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc822" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc733" target="_blank">RFC&nbsp;733</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2822" target="_blank">RFC&nbsp;2822</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1123" target="_blank">RFC&nbsp;1123</a>, <a href="https://www.rfc-editor.org/info/rfc2156" target="_blank">RFC&nbsp;2156</a>, <a href="https://www.rfc-editor.org/info/rfc1327" target="_blank">RFC&nbsp;1327</a>, <a href="https://www.rfc-editor.org/info/rfc1138" target="_blank">RFC&nbsp;1138</a>, <a href="https://www.rfc-editor.org/info/rfc1148" target="_blank">RFC&nbsp;1148</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc821" target="_blank">RFC&nbsp;821</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std10" target="_blank">STD&nbsp;10</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc821.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc821.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc821.html" target="_blank">HTML</a></td><td class="special"> Simple Mail Transfer Protocol </td><td>J. Postel</td><td>August 1982</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc788" target="_blank">RFC&nbsp;788</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2821" target="_blank">RFC&nbsp;2821</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc793" target="_blank">RFC&nbsp;793</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc793.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc793.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc793.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc793.html" target="_blank">HTML with inline errata</a></td><td class="special">Transmission Control Protocol </td><td>J. Postel</td><td>September 1981</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc793" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc761" target="_blank">RFC&nbsp;761</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9293" target="_blank">RFC&nbsp;9293</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1122" target="_blank">RFC&nbsp;1122</a>, <a href="https://www.rfc-editor.org/info/rfc3168" target="_blank">RFC&nbsp;3168</a>, <a href="https://www.rfc-editor.org/info/rfc6093" target="_blank">RFC&nbsp;6093</a>, <a href="https://www.rfc-editor.org/info/rfc6528" target="_blank">RFC&nbsp;6528</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc792" target="_blank">RFC&nbsp;792</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std5" target="_blank">STD&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc792.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc792.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc792.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc792.html" target="_blank">HTML with inline errata</a></td><td class="title"> Internet Control Message Protocol </td><td>J. Postel</td><td>September 1981</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc792" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc777" target="_blank">RFC&nbsp;777</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc950" target="_blank">RFC&nbsp;950</a>, <a href="https://www.rfc-editor.org/info/rfc4884" target="_blank">RFC&nbsp;4884</a>, <a href="https://www.rfc-editor.org/info/rfc6633" target="_blank">RFC&nbsp;6633</a>, <a href="https://www.rfc-editor.org/info/rfc6918" target="_blank">RFC&nbsp;6918</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc791" target="_blank">RFC&nbsp;791</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/std5" target="_blank">STD&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc791.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc791.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc791.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc791.html" target="_blank">HTML with inline errata</a></td><td class="title"> Internet Protocol </td><td>J. Postel</td><td>September 1981</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc791" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc760" target="_blank">RFC&nbsp;760</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1349" target="_blank">RFC&nbsp;1349</a>, <a href="https://www.rfc-editor.org/info/rfc2474" target="_blank">RFC&nbsp;2474</a>, <a href="https://www.rfc-editor.org/info/rfc6864" target="_blank">RFC&nbsp;6864</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc768" target="_blank">RFC&nbsp;768</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std6" target="_blank">STD&nbsp;6</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc768.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc768.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc768.html" target="_blank">HTML</a></td><td class="title"> User Datagram Protocol </td><td>J. Postel</td><td>August 1980</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc20" target="_blank">RFC&nbsp;20</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/std80" target="_blank">STD&nbsp;80</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc20.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc20.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc20.pdf" target="_blank">PDF&nbsp;with&nbsp;Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc20.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc20.html" target="_blank">HTML with inline errata</a></td><td class="title">ASCII format for network interchange </td><td>V.G. Cerf</td><td>October 1969</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc20" target="_blank">Errata</a></td><td>Internet Standard (changed from Unknown <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/KIbuNLhChScLC2JBTmFOjj8fT78"target="_blank">January 2015</a>)</td></tr></table></div> <br> <div class="footer"> <div id="footerdivs"> </div> <div style="clear:both"></div> <p class="credit"> <a href="//www.iab.org/">IAB</a> • <a href="//www.iana.org/">IANA</a> • <a href="//www.ietf.org">IETF</a> • <a href="//www.irtf.org">IRTF</a> • <a href="/about/independent">ISE</a> • <a href="//www.internetsociety.org">ISOC</a> <br> <a href="/report-summary">Reports</a> • <a href="/sitemap">Site Map</a> • <a href="/contact">Contact Us</a> </P> <!-- end .footer --></div> <!-- end .container --></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10