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" 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">Internet Standard</option> </select> <br><input name="pubstatus[]" type="checkbox" value="Best Current Practice" checked 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>319&nbsp;results&nbsp;( Show&nbsp;&nbsp;<a href='rfc_search_detail.php?page=25&pubstatus[]=Best Current Practice&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[]=Best Current Practice'>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[]=Best Current Practice'>Date</a></th><th>More Info</th><th>Status</th></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9599" target="_blank">RFC&nbsp;9599</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp89" target="_blank">BCP&nbsp;89</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9599.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9599.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9599.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9599.xml" target="_blank">XML</a></td><td class="title">Guidelines for Adding Congestion Notification to Protocols that Encapsulate IP</td><td>B. Briscoe, J. Kaippallimalil</td><td>August 2024</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3819" target="_blank">RFC&nbsp;3819</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9542" target="_blank">RFC&nbsp;9542</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp141" target="_blank">BCP&nbsp;141</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9542.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9542.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9542.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9542.xml" target="_blank">XML</a></td><td class="title">IANA Considerations and IETF Protocol and Documentation Usage for IEEE 802 Parameters</td><td>D. Eastlake 3rd, J. Abley, Y. Li</td><td>April 2024</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9542" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc7042" target="_blank">RFC&nbsp;7042</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9501" target="_blank">RFC&nbsp;9501</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp239" target="_blank">BCP&nbsp;239</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9501.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9501.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9501.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9501.xml" target="_blank">XML</a></td><td class="title">Open Participation Principle regarding Remote Registration Fee</td><td>M. Kühlewind, J. Reed, R. Salz</td><td>December 2023</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9499" target="_blank">RFC&nbsp;9499</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp219" target="_blank">BCP&nbsp;219</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9499.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9499.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9499.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9499.xml" target="_blank">XML</a></td><td class="title">DNS Terminology</td><td>P. Hoffman, K. Fujiwara</td><td>March 2024</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc8499" target="_blank">RFC&nbsp;8499</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2308" target="_blank">RFC&nbsp;2308</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9455" target="_blank">RFC&nbsp;9455</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp238" target="_blank">BCP&nbsp;238</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9455.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9455.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9455.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9455.xml" target="_blank">XML</a></td><td class="title">Avoiding Route Origin Authorizations (ROAs) Containing Multiple IP Prefixes</td><td>Z. Yan, R. Bush, G. Geng, T. de Kock, J. Yao</td><td>August 2023</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9416" target="_blank">RFC&nbsp;9416</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp72" target="_blank">BCP&nbsp;72</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9416.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9416.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9416.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9416.xml" target="_blank">XML</a></td><td class="title">Security Considerations for Transient Numeric Identifiers Employed in Network Protocols</td><td>F. Gont, I. Arce</td><td>July 2023</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3552" target="_blank">RFC&nbsp;3552</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9389" target="_blank">RFC&nbsp;9389</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp10" target="_blank">BCP&nbsp;10</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9389.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9389.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9389.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9389.xml" target="_blank">XML</a></td><td class="title">Nominating Committee Eligibility</td><td>M. Duke</td><td>April 2023</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc8788" target="_blank">RFC&nbsp;8788</a>, <a href="https://www.rfc-editor.org/info/rfc8989" target="_blank">RFC&nbsp;8989</a>, Updates <a href="https://www.rfc-editor.org/info/rfc8713" target="_blank">RFC&nbsp;8713</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9364" target="_blank">RFC&nbsp;9364</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp237" target="_blank">BCP&nbsp;237</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9364.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9364.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9364.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9364.xml" target="_blank">XML</a></td><td class="title">DNS Security Extensions (DNSSEC)</td><td>P. Hoffman</td><td>February 2023</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9325" target="_blank">RFC&nbsp;9325</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp195" target="_blank">BCP&nbsp;195</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9325.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9325.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9325.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9325.xml" target="_blank">XML</a></td><td class="title">Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</td><td>Y. Sheffer, P. Saint-Andre, T. Fossati</td><td>November 2022</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc7525" target="_blank">RFC&nbsp;7525</a>, Updates <a href="https://www.rfc-editor.org/info/rfc5288" target="_blank">RFC&nbsp;5288</a>, <a href="https://www.rfc-editor.org/info/rfc6066" target="_blank">RFC&nbsp;6066</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9319" target="_blank">RFC&nbsp;9319</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp185" target="_blank">BCP&nbsp;185</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9319.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9319.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9319.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9319.xml" target="_blank">XML</a></td><td class="title">The Use of maxLength in the Resource Public Key Infrastructure (RPKI)</td><td>Y. Gilad, S. Goldberg, K. Sriram, J. Snijders, B. Maddison</td><td>October 2022</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9283" target="_blank">RFC&nbsp;9283</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp39" target="_blank">BCP&nbsp;39</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9283.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9283.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9283.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9283.xml" target="_blank">XML</a></td><td class="title">IAB Charter Update for RFC Editor Model</td><td>B. Carpenter, Ed.</td><td>June 2022</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2850" target="_blank">RFC&nbsp;2850</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9282" target="_blank">RFC&nbsp;9282</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9282.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9282.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9282.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9282.xml" target="_blank">XML</a></td><td class="title">Responsibility Change for the RFC Series</td><td>B. Rosen</td><td>June 2022</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9281" target="_blank">RFC&nbsp;9281</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp11" target="_blank">BCP&nbsp;11</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9281.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9281.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9281.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9281.xml" target="_blank">XML</a></td><td class="title">Entities Involved in the IETF Standards Process</td><td>R. Salz</td><td>June 2022</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2028" target="_blank">RFC&nbsp;2028</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9276" target="_blank">RFC&nbsp;9276</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp236" target="_blank">BCP&nbsp;236</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9276.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9276.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9276.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9276.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc9276.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidance for NSEC3 Parameter Settings</td><td>W. Hardaker, V. Dukhovni</td><td>August 2022</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc9276" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc5155" target="_blank">RFC&nbsp;5155</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9245" target="_blank">RFC&nbsp;9245</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp45" target="_blank">BCP&nbsp;45</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9245.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9245.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9245.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9245.xml" target="_blank">XML</a></td><td class="title">IETF Discussion List Charter</td><td>L. Eggert, S. Harris</td><td>June 2022</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3005" target="_blank">RFC&nbsp;3005</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3683" target="_blank">RFC&nbsp;3683</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9210" target="_blank">RFC&nbsp;9210</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp235" target="_blank">BCP&nbsp;235</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9210.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9210.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9210.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9210.xml" target="_blank">XML</a></td><td class="title">DNS Transport over TCP - Operational Requirements</td><td>J. Kristoff, D. Wessels</td><td>March 2022</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1123" target="_blank">RFC&nbsp;1123</a>, <a href="https://www.rfc-editor.org/info/rfc1536" target="_blank">RFC&nbsp;1536</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9205" target="_blank">RFC&nbsp;9205</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp56" target="_blank">BCP&nbsp;56</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9205.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9205.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9205.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9205.xml" target="_blank">XML</a></td><td class="title">Building Protocols with HTTP</td><td>M. Nottingham</td><td>June 2022</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3205" target="_blank">RFC&nbsp;3205</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9137" target="_blank">RFC&nbsp;9137</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp226" target="_blank">BCP&nbsp;226</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9137.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9137.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9137.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9137.xml" target="_blank">XML</a></td><td class="title">Considerations for Cancellation of IETF Meetings</td><td>M. Duke</td><td>October 2021</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9096" target="_blank">RFC&nbsp;9096</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp234" target="_blank">BCP&nbsp;234</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc9096.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc9096.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc9096.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc9096.xml" target="_blank">XML</a></td><td class="title">Improving the Reaction of Customer Edge Routers to IPv6 Renumbering Events</td><td>F. Gont, J. Žorž, R. Patterson, B. Volz</td><td>August 2021</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc7084" target="_blank">RFC&nbsp;7084</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC&nbsp;8996</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp195" target="_blank">BCP&nbsp;195</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8996.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8996.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8996.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8996.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8996.html" target="_blank">HTML with inline errata</a></td><td class="title">Deprecating TLS 1.0 and TLS 1.1</td><td>K. Moriarty, S. Farrell</td><td>March 2021</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8996" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc5469" target="_blank">RFC&nbsp;5469</a>, <a href="https://www.rfc-editor.org/info/rfc7507" target="_blank">RFC&nbsp;7507</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3261" target="_blank">RFC&nbsp;3261</a>, <a href="https://www.rfc-editor.org/info/rfc3329" target="_blank">RFC&nbsp;3329</a>, <a href="https://www.rfc-editor.org/info/rfc3436" target="_blank">RFC&nbsp;3436</a>, <a href="https://www.rfc-editor.org/info/rfc3470" target="_blank">RFC&nbsp;3470</a>, <a href="https://www.rfc-editor.org/info/rfc3501" target="_blank">RFC&nbsp;3501</a>, <a href="https://www.rfc-editor.org/info/rfc3552" target="_blank">RFC&nbsp;3552</a>, <a href="https://www.rfc-editor.org/info/rfc3568" target="_blank">RFC&nbsp;3568</a>, <a href="https://www.rfc-editor.org/info/rfc3656" target="_blank">RFC&nbsp;3656</a>, <a href="https://www.rfc-editor.org/info/rfc3749" target="_blank">RFC&nbsp;3749</a>, <a href="https://www.rfc-editor.org/info/rfc3767" target="_blank">RFC&nbsp;3767</a>, <a href="https://www.rfc-editor.org/info/rfc3856" target="_blank">RFC&nbsp;3856</a>, <a href="https://www.rfc-editor.org/info/rfc3871" target="_blank">RFC&nbsp;3871</a>, <a href="https://www.rfc-editor.org/info/rfc3887" target="_blank">RFC&nbsp;3887</a>, <a href="https://www.rfc-editor.org/info/rfc3903" target="_blank">RFC&nbsp;3903</a>, <a href="https://www.rfc-editor.org/info/rfc3943" target="_blank">RFC&nbsp;3943</a>, <a href="https://www.rfc-editor.org/info/rfc3983" target="_blank">RFC&nbsp;3983</a>, <a href="https://www.rfc-editor.org/info/rfc4097" target="_blank">RFC&nbsp;4097</a>, <a href="https://www.rfc-editor.org/info/rfc4111" target="_blank">RFC&nbsp;4111</a>, <a href="https://www.rfc-editor.org/info/rfc4162" target="_blank">RFC&nbsp;4162</a>, <a href="https://www.rfc-editor.org/info/rfc4168" target="_blank">RFC&nbsp;4168</a>, <a href="https://www.rfc-editor.org/info/rfc4217" target="_blank">RFC&nbsp;4217</a>, <a href="https://www.rfc-editor.org/info/rfc4235" target="_blank">RFC&nbsp;4235</a>, <a href="https://www.rfc-editor.org/info/rfc4261" target="_blank">RFC&nbsp;4261</a>, <a href="https://www.rfc-editor.org/info/rfc4279" target="_blank">RFC&nbsp;4279</a>, <a href="https://www.rfc-editor.org/info/rfc4497" target="_blank">RFC&nbsp;4497</a>, <a href="https://www.rfc-editor.org/info/rfc4513" target="_blank">RFC&nbsp;4513</a>, <a href="https://www.rfc-editor.org/info/rfc4531" target="_blank">RFC&nbsp;4531</a>, <a href="https://www.rfc-editor.org/info/rfc4540" target="_blank">RFC&nbsp;4540</a>, <a href="https://www.rfc-editor.org/info/rfc4582" target="_blank">RFC&nbsp;4582</a>, <a href="https://www.rfc-editor.org/info/rfc4616" target="_blank">RFC&nbsp;4616</a>, <a href="https://www.rfc-editor.org/info/rfc4642" target="_blank">RFC&nbsp;4642</a>, <a href="https://www.rfc-editor.org/info/rfc4680" target="_blank">RFC&nbsp;4680</a>, <a href="https://www.rfc-editor.org/info/rfc4681" target="_blank">RFC&nbsp;4681</a>, <a href="https://www.rfc-editor.org/info/rfc4712" target="_blank">RFC&nbsp;4712</a>, <a href="https://www.rfc-editor.org/info/rfc4732" target="_blank">RFC&nbsp;4732</a>, <a href="https://www.rfc-editor.org/info/rfc4743" target="_blank">RFC&nbsp;4743</a>, <a href="https://www.rfc-editor.org/info/rfc4744" target="_blank">RFC&nbsp;4744</a>, <a href="https://www.rfc-editor.org/info/rfc4785" target="_blank">RFC&nbsp;4785</a>, <a href="https://www.rfc-editor.org/info/rfc4791" target="_blank">RFC&nbsp;4791</a>, <a href="https://www.rfc-editor.org/info/rfc4823" target="_blank">RFC&nbsp;4823</a>, <a href="https://www.rfc-editor.org/info/rfc4851" target="_blank">RFC&nbsp;4851</a>, <a href="https://www.rfc-editor.org/info/rfc4964" target="_blank">RFC&nbsp;4964</a>, <a href="https://www.rfc-editor.org/info/rfc4975" target="_blank">RFC&nbsp;4975</a>, <a href="https://www.rfc-editor.org/info/rfc4976" target="_blank">RFC&nbsp;4976</a>, <a href="https://www.rfc-editor.org/info/rfc4992" target="_blank">RFC&nbsp;4992</a>, <a href="https://www.rfc-editor.org/info/rfc5018" target="_blank">RFC&nbsp;5018</a>, <a href="https://www.rfc-editor.org/info/rfc5019" target="_blank">RFC&nbsp;5019</a>, <a href="https://www.rfc-editor.org/info/rfc5023" target="_blank">RFC&nbsp;5023</a>, <a href="https://www.rfc-editor.org/info/rfc5024" target="_blank">RFC&nbsp;5024</a>, <a href="https://www.rfc-editor.org/info/rfc5049" target="_blank">RFC&nbsp;5049</a>, <a href="https://www.rfc-editor.org/info/rfc5054" target="_blank">RFC&nbsp;5054</a>, <a href="https://www.rfc-editor.org/info/rfc5091" target="_blank">RFC&nbsp;5091</a>, <a href="https://www.rfc-editor.org/info/rfc5158" target="_blank">RFC&nbsp;5158</a>, <a href="https://www.rfc-editor.org/info/rfc5216" target="_blank">RFC&nbsp;5216</a>, <a href="https://www.rfc-editor.org/info/rfc5238" target="_blank">RFC&nbsp;5238</a>, <a href="https://www.rfc-editor.org/info/rfc5263" target="_blank">RFC&nbsp;5263</a>, <a href="https://www.rfc-editor.org/info/rfc5281" target="_blank">RFC&nbsp;5281</a>, <a href="https://www.rfc-editor.org/info/rfc5364" target="_blank">RFC&nbsp;5364</a>, <a href="https://www.rfc-editor.org/info/rfc5415" target="_blank">RFC&nbsp;5415</a>, <a href="https://www.rfc-editor.org/info/rfc5422" target="_blank">RFC&nbsp;5422</a>, <a href="https://www.rfc-editor.org/info/rfc5456" target="_blank">RFC&nbsp;5456</a>, <a href="https://www.rfc-editor.org/info/rfc5734" target="_blank">RFC&nbsp;5734</a>, <a href="https://www.rfc-editor.org/info/rfc5878" target="_blank">RFC&nbsp;5878</a>, <a href="https://www.rfc-editor.org/info/rfc5953" target="_blank">RFC&nbsp;5953</a>, <a href="https://www.rfc-editor.org/info/rfc6012" target="_blank">RFC&nbsp;6012</a>, <a href="https://www.rfc-editor.org/info/rfc6042" target="_blank">RFC&nbsp;6042</a>, <a href="https://www.rfc-editor.org/info/rfc6083" target="_blank">RFC&nbsp;6083</a>, <a href="https://www.rfc-editor.org/info/rfc6084" target="_blank">RFC&nbsp;6084</a>, <a href="https://www.rfc-editor.org/info/rfc6176" target="_blank">RFC&nbsp;6176</a>, <a href="https://www.rfc-editor.org/info/rfc6347" target="_blank">RFC&nbsp;6347</a>, <a href="https://www.rfc-editor.org/info/rfc6353" target="_blank">RFC&nbsp;6353</a>, <a href="https://www.rfc-editor.org/info/rfc6367" target="_blank">RFC&nbsp;6367</a>, <a href="https://www.rfc-editor.org/info/rfc6460" target="_blank">RFC&nbsp;6460</a>, <a href="https://www.rfc-editor.org/info/rfc6614" target="_blank">RFC&nbsp;6614</a>, <a href="https://www.rfc-editor.org/info/rfc6739" target="_blank">RFC&nbsp;6739</a>, <a href="https://www.rfc-editor.org/info/rfc6749" target="_blank">RFC&nbsp;6749</a>, <a href="https://www.rfc-editor.org/info/rfc6750" target="_blank">RFC&nbsp;6750</a>, <a href="https://www.rfc-editor.org/info/rfc7030" target="_blank">RFC&nbsp;7030</a>, <a href="https://www.rfc-editor.org/info/rfc7465" target="_blank">RFC&nbsp;7465</a>, <a href="https://www.rfc-editor.org/info/rfc7525" target="_blank">RFC&nbsp;7525</a>, <a href="https://www.rfc-editor.org/info/rfc7562" target="_blank">RFC&nbsp;7562</a>, <a href="https://www.rfc-editor.org/info/rfc7568" target="_blank">RFC&nbsp;7568</a>, <a href="https://www.rfc-editor.org/info/rfc8261" target="_blank">RFC&nbsp;8261</a>, <a href="https://www.rfc-editor.org/info/rfc8422" target="_blank">RFC&nbsp;8422</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8961" target="_blank">RFC&nbsp;8961</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp233" target="_blank">BCP&nbsp;233</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8961.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8961.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8961.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8961.xml" target="_blank">XML</a></td><td class="title">Requirements for Time-Based Loss Detection</td><td>M. Allman</td><td>November 2020</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8958" target="_blank">RFC&nbsp;8958</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp65" target="_blank">BCP&nbsp;65</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8958.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8958.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8958.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8958.xml" target="_blank">XML</a></td><td class="title">Updated Registration Rules for URI.ARPA</td><td>T. Hardie</td><td>December 2020</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3405" target="_blank">RFC&nbsp;3405</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8932" target="_blank">RFC&nbsp;8932</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp232" target="_blank">BCP&nbsp;232</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8932.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8932.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8932.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8932.xml" target="_blank">XML</a></td><td class="title">Recommendations for DNS Privacy Service Operators</td><td>S. Dickinson, B. Overeinder, R. van Rijswijk-Deij, A. Mankin</td><td>October 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8932" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8906" target="_blank">RFC&nbsp;8906</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp231" target="_blank">BCP&nbsp;231</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8906.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8906.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8906.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8906.xml" target="_blank">XML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8906.html" target="_blank">HTML with inline errata</a></td><td class="title">A Common Operational Problem in DNS Servers: Failure to Communicate</td><td>M. Andrews, R. Bellis</td><td>September 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8906" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8900" target="_blank">RFC&nbsp;8900</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp230" target="_blank">BCP&nbsp;230</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8900.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8900.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8900.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8900.xml" target="_blank">XML</a></td><td class="title">IP Fragmentation Considered Fragile</td><td>R. Bonica, F. Baker, G. Huston, R. Hinden, O. Troan, F. Gont</td><td>September 2020</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8862" target="_blank">RFC&nbsp;8862</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp228" target="_blank">BCP&nbsp;228</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8862.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8862.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8862.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8862.xml" target="_blank">XML</a></td><td class="title">Best Practices for Securing RTP Media Signaled with SIP</td><td>J. Peterson, R. Barnes, R. Housley</td><td>January 2021</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8820" target="_blank">RFC&nbsp;8820</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp190" target="_blank">BCP&nbsp;190</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8820.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8820.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8820.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8820.xml" target="_blank">XML</a></td><td class="title">URI Design and Ownership</td><td>M. Nottingham</td><td>June 2020</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc7320" target="_blank">RFC&nbsp;7320</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3986" target="_blank">RFC&nbsp;3986</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8815" target="_blank">RFC&nbsp;8815</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp229" target="_blank">BCP&nbsp;229</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8815.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8815.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8815.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8815.xml" target="_blank">XML</a></td><td class="title">Deprecating Any-Source Multicast (ASM) for Interdomain Multicast</td><td>M. Abrahamsson, T. Chown, L. Giuliano, T. Eckert</td><td>August 2020</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8789" target="_blank">RFC&nbsp;8789</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8789.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8789.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8789.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8789.xml" target="_blank">XML</a></td><td class="title">IETF Stream Documents Require IETF Rough Consensus</td><td>J. Halpern, Ed., E. Rescorla, Ed.</td><td>June 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8789" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8788" target="_blank">RFC&nbsp;8788</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc8788.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8788.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8788.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8788.xml" target="_blank">XML</a></td><td class="special">Eligibility for the 2020-2021 Nominating Committee</td><td>B. Leiba</td><td>May 2020</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9389" target="_blank">RFC&nbsp;9389</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8758" target="_blank">RFC&nbsp;8758</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp227" target="_blank">BCP&nbsp;227</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8758.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8758.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8758.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8758.xml" target="_blank">XML</a></td><td class="title">Deprecating RC4 in Secure Shell (SSH)</td><td>L. Velvindron</td><td>April 2020</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc4253" target="_blank">RFC&nbsp;4253</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8725" target="_blank">RFC&nbsp;8725</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp225" target="_blank">BCP&nbsp;225</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8725.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8725.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8725.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8725.xml" target="_blank">XML</a></td><td class="title">JSON Web Token Best Current Practices</td><td>Y. Sheffer, D. Hardt, M. Jones</td><td>February 2020</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc7519" target="_blank">RFC&nbsp;7519</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8719" target="_blank">RFC&nbsp;8719</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp226" target="_blank">BCP&nbsp;226</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8719.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8719.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8719.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8719.xml" target="_blank">XML</a></td><td class="title">High-Level Guidance for the Meeting Policy of the IETF</td><td>S. Krishnan</td><td>February 2020</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8718" target="_blank">RFC&nbsp;8718</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp226" target="_blank">BCP&nbsp;226</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8718.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8718.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8718.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8718.xml" target="_blank">XML</a></td><td class="title">IETF Plenary Meeting Venue Selection Process</td><td>E. Lear, Ed.</td><td>February 2020</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8717" target="_blank">RFC&nbsp;8717</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp101" target="_blank">BCP&nbsp;101</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8717.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8717.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8717.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8717.xml" target="_blank">XML</a></td><td class="title">IETF Administrative Support Activity 2.0: Consolidated Updates to IETF Administrative Terminology</td><td>J. Klensin, Ed.</td><td>February 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8717" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2028" target="_blank">RFC&nbsp;2028</a>, <a href="https://www.rfc-editor.org/info/rfc2418" target="_blank">RFC&nbsp;2418</a>, <a href="https://www.rfc-editor.org/info/rfc3005" target="_blank">RFC&nbsp;3005</a>, <a href="https://www.rfc-editor.org/info/rfc3710" target="_blank">RFC&nbsp;3710</a>, <a href="https://www.rfc-editor.org/info/rfc3929" target="_blank">RFC&nbsp;3929</a>, <a href="https://www.rfc-editor.org/info/rfc4633" target="_blank">RFC&nbsp;4633</a>, <a href="https://www.rfc-editor.org/info/rfc6702" target="_blank">RFC&nbsp;6702</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8716" target="_blank">RFC&nbsp;8716</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp25" target="_blank">BCP&nbsp;25</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8716.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8716.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8716.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8716.xml" target="_blank">XML</a></td><td class="title">Update to the IETF Anti-Harassment Procedures for the Replacement of the IETF Administrative Oversight Committee (IAOC) with the IETF Administration LLC</td><td>P. Resnick, A. Farrel</td><td>February 2020</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc7776" target="_blank">RFC&nbsp;7776</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8714" target="_blank">RFC&nbsp;8714</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp101" target="_blank">BCP&nbsp;101</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8714.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8714.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8714.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8714.xml" target="_blank">XML</a></td><td class="title">Update to the Process for Selection of Trustees for the IETF Trust</td><td>J. Arkko, T. Hardie</td><td>February 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8714" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4371" target="_blank">RFC&nbsp;4371</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8713" target="_blank">RFC&nbsp;8713</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp10" target="_blank">BCP&nbsp;10</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8713.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8713.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8713.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8713.xml" target="_blank">XML</a></td><td class="title">IAB, IESG, IETF Trust, and IETF LLC Selection, Confirmation, and Recall Process: Operation of the IETF Nominating and Recall Committees</td><td>M. Kucherawy, Ed., R. Hinden, Ed., J. Livingood, Ed.</td><td>February 2020</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8713" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a>, <a href="https://www.rfc-editor.org/info/rfc8318" target="_blank">RFC&nbsp;8318</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc9389" target="_blank">RFC&nbsp;9389</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8711" target="_blank">RFC&nbsp;8711</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp101" target="_blank">BCP&nbsp;101</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8711.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8711.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8711.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8711.xml" target="_blank">XML</a></td><td class="title">Structure of the IETF Administrative Support Activity, Version 2.0</td><td>B. Haberman, J. Hall, J. Livingood</td><td>February 2020</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc4071" target="_blank">RFC&nbsp;4071</a>, <a href="https://www.rfc-editor.org/info/rfc4333" target="_blank">RFC&nbsp;4333</a>, <a href="https://www.rfc-editor.org/info/rfc7691" target="_blank">RFC&nbsp;7691</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8704" target="_blank">RFC&nbsp;8704</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp84" target="_blank">BCP&nbsp;84</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8704.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/rfc8704.txt" target="_blank">TEXT</a>, <a href="https://www.rfc-editor.org/rfc/rfc8704.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8704.xml" target="_blank">XML</a></td><td class="title">Enhanced Feasible-Path Unicast Reverse Path Forwarding</td><td>K. Sriram, D. Montgomery, J. Haas</td><td>February 2020</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3704" target="_blank">RFC&nbsp;3704</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8634" target="_blank">RFC&nbsp;8634</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp224" target="_blank">BCP&nbsp;224</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8634.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8634.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8634.html" target="_blank">HTML</a></td><td class="title">BGPsec Router Certificate Rollover</td><td>B. Weis, R. Gagliano, K. Patel</td><td>August 2019</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8633" target="_blank">RFC&nbsp;8633</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp223" target="_blank">BCP&nbsp;223</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8633.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8633.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8633.html" target="_blank">HTML</a></td><td class="title">Network Time Protocol Best Current Practices</td><td>D. Reilly, H. Stenn, D. Sibold</td><td>July 2019</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8553" target="_blank">RFC&nbsp;8553</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp222" target="_blank">BCP&nbsp;222</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8553.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8553.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8553.html" target="_blank">HTML</a></td><td class="title">DNS Attrleaf Changes: Fixing Specifications That Use Underscored Node Names</td><td>D. Crocker</td><td>March 2019</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2782" target="_blank">RFC&nbsp;2782</a>, <a href="https://www.rfc-editor.org/info/rfc3263" target="_blank">RFC&nbsp;3263</a>, <a href="https://www.rfc-editor.org/info/rfc3529" target="_blank">RFC&nbsp;3529</a>, <a href="https://www.rfc-editor.org/info/rfc3620" target="_blank">RFC&nbsp;3620</a>, <a href="https://www.rfc-editor.org/info/rfc3832" target="_blank">RFC&nbsp;3832</a>, <a href="https://www.rfc-editor.org/info/rfc3887" target="_blank">RFC&nbsp;3887</a>, <a href="https://www.rfc-editor.org/info/rfc3958" target="_blank">RFC&nbsp;3958</a>, <a href="https://www.rfc-editor.org/info/rfc4120" target="_blank">RFC&nbsp;4120</a>, <a href="https://www.rfc-editor.org/info/rfc4227" target="_blank">RFC&nbsp;4227</a>, <a href="https://www.rfc-editor.org/info/rfc4386" target="_blank">RFC&nbsp;4386</a>, <a href="https://www.rfc-editor.org/info/rfc4387" target="_blank">RFC&nbsp;4387</a>, <a href="https://www.rfc-editor.org/info/rfc4976" target="_blank">RFC&nbsp;4976</a>, <a href="https://www.rfc-editor.org/info/rfc5026" target="_blank">RFC&nbsp;5026</a>, <a href="https://www.rfc-editor.org/info/rfc5328" target="_blank">RFC&nbsp;5328</a>, <a href="https://www.rfc-editor.org/info/rfc5389" target="_blank">RFC&nbsp;5389</a>, <a href="https://www.rfc-editor.org/info/rfc5415" target="_blank">RFC&nbsp;5415</a>, <a href="https://www.rfc-editor.org/info/rfc5518" target="_blank">RFC&nbsp;5518</a>, <a href="https://www.rfc-editor.org/info/rfc5555" target="_blank">RFC&nbsp;5555</a>, <a href="https://www.rfc-editor.org/info/rfc5617" target="_blank">RFC&nbsp;5617</a>, <a href="https://www.rfc-editor.org/info/rfc5679" target="_blank">RFC&nbsp;5679</a>, <a href="https://www.rfc-editor.org/info/rfc5766" target="_blank">RFC&nbsp;5766</a>, <a href="https://www.rfc-editor.org/info/rfc5780" target="_blank">RFC&nbsp;5780</a>, <a href="https://www.rfc-editor.org/info/rfc5804" target="_blank">RFC&nbsp;5804</a>, <a href="https://www.rfc-editor.org/info/rfc5864" target="_blank">RFC&nbsp;5864</a>, <a href="https://www.rfc-editor.org/info/rfc5928" target="_blank">RFC&nbsp;5928</a>, <a href="https://www.rfc-editor.org/info/rfc6120" target="_blank">RFC&nbsp;6120</a>, <a href="https://www.rfc-editor.org/info/rfc6186" target="_blank">RFC&nbsp;6186</a>, <a href="https://www.rfc-editor.org/info/rfc6376" target="_blank">RFC&nbsp;6376</a>, <a href="https://www.rfc-editor.org/info/rfc6733" target="_blank">RFC&nbsp;6733</a>, <a href="https://www.rfc-editor.org/info/rfc6763" target="_blank">RFC&nbsp;6763</a>, <a href="https://www.rfc-editor.org/info/rfc7208" target="_blank">RFC&nbsp;7208</a>, <a href="https://www.rfc-editor.org/info/rfc7489" target="_blank">RFC&nbsp;7489</a>, <a href="https://www.rfc-editor.org/info/rfc8145" target="_blank">RFC&nbsp;8145</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8552" target="_blank">RFC&nbsp;8552</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp222" target="_blank">BCP&nbsp;222</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8552.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8552.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8552.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8552.html" target="_blank">HTML with inline errata</a></td><td class="title">Scoped Interpretation of DNS Resource Records through "Underscored" Naming of Attribute Leaves</td><td>D. Crocker</td><td>March 2019</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8552" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8521" target="_blank">RFC&nbsp;8521</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp221" target="_blank">BCP&nbsp;221</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8521.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8521.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8521.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8521.html" target="_blank">HTML with inline errata</a></td><td class="title">Registration Data Access Protocol (RDAP) Object Tagging</td><td>S. Hollenbeck, A. Newton</td><td>November 2018</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8521" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc7484" target="_blank">RFC&nbsp;7484</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8504" target="_blank">RFC&nbsp;8504</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp220" target="_blank">BCP&nbsp;220</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8504.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8504.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8504.html" target="_blank">HTML</a></td><td class="title">IPv6 Node Requirements</td><td>T. Chown, J. Loughney, T. Winters</td><td>January 2019</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc6434" target="_blank">RFC&nbsp;6434</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8499" target="_blank">RFC&nbsp;8499</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc8499.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8499.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8499.html" target="_blank">HTML</a></td><td class="special">DNS Terminology</td><td>P. Hoffman, A. Sullivan, K. Fujiwara</td><td>January 2019</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc7719" target="_blank">RFC&nbsp;7719</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9499" target="_blank">RFC&nbsp;9499</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2308" target="_blank">RFC&nbsp;2308</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8429" target="_blank">RFC&nbsp;8429</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp218" target="_blank">BCP&nbsp;218</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8429.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8429.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8429.html" target="_blank">HTML</a></td><td class="title">Deprecate Triple-DES (3DES) and RC4 in Kerberos</td><td>B. Kaduk, M. Short</td><td>October 2018</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3961" target="_blank">RFC&nbsp;3961</a>, <a href="https://www.rfc-editor.org/info/rfc4120" target="_blank">RFC&nbsp;4120</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8421" target="_blank">RFC&nbsp;8421</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp217" target="_blank">BCP&nbsp;217</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8421.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8421.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8421.html" target="_blank">HTML</a></td><td class="title">Guidelines for Multihomed and IPv4/IPv6 Dual-Stack Interactive Connectivity Establishment (ICE)</td><td>P. Martinsen, T. Reddy, P. Patil</td><td>July 2018</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8407" target="_blank">RFC&nbsp;8407</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp216" target="_blank">BCP&nbsp;216</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8407.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8407.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8407.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8407.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</td><td>A. Bierman</td><td>October 2018</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8407" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc6087" target="_blank">RFC&nbsp;6087</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8819" target="_blank">RFC&nbsp;8819</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8340" target="_blank">RFC&nbsp;8340</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp215" target="_blank">BCP&nbsp;215</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8340.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8340.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8340.html" target="_blank">HTML</a></td><td class="title">YANG Tree Diagrams</td><td>M. Bjorklund, L. Berger, Ed.</td><td>March 2018</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc8791" target="_blank">RFC&nbsp;8791</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8327" target="_blank">RFC&nbsp;8327</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp214" target="_blank">BCP&nbsp;214</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8327.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8327.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8327.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8327.html" target="_blank">HTML with inline errata</a></td><td class="title">Mitigating the Negative Impact of Maintenance through BGP Session Culling</td><td>W. Hargrave, M. Griswold, J. Snijders, N. Hilliard</td><td>March 2018</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8327" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8318" target="_blank">RFC&nbsp;8318</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc8318.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8318.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8318.html" target="_blank">HTML</a></td><td class="special">IAB, IESG, and IAOC Selection, Confirmation, and Recall Process: IAOC Advisor for the Nominating Committee</td><td>S. Dawkins</td><td>January 2018</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8713" target="_blank">RFC&nbsp;8713</a>, Updates <a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8313" target="_blank">RFC&nbsp;8313</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp213" target="_blank">BCP&nbsp;213</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8313.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8313.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8313.html" target="_blank">HTML</a></td><td class="title">Use of Multicast across Inter-domain Peering Points</td><td>P. Tarapore, Ed., R. Sayko, G. Shepherd, T. Eckert, Ed., R. Krishnan</td><td>January 2018</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8252" target="_blank">RFC&nbsp;8252</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp212" target="_blank">BCP&nbsp;212</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8252.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8252.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8252.html" target="_blank">HTML</a></td><td class="title">OAuth 2.0 for Native Apps</td><td>W. Denniss, J. Bradley</td><td>October 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8252" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc6749" target="_blank">RFC&nbsp;6749</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8207" target="_blank">RFC&nbsp;8207</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp211" target="_blank">BCP&nbsp;211</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8207.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8207.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8207.html" target="_blank">HTML</a></td><td class="title">BGPsec Operational Considerations</td><td>R. Bush</td><td>September 2017</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8190" target="_blank">RFC&nbsp;8190</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp153" target="_blank">BCP&nbsp;153</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8190.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8190.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8190.html" target="_blank">HTML</a></td><td class="title">Updates to the Special-Purpose IP Address Registries</td><td>R. Bonica, M. Cotton, B. Haberman, L. Vegoda</td><td>June 2017</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc6890" target="_blank">RFC&nbsp;6890</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8180" target="_blank">RFC&nbsp;8180</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp210" target="_blank">BCP&nbsp;210</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8180.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8180.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8180.html" target="_blank">HTML</a></td><td class="title">Minimal IPv6 over the TSCH Mode of IEEE 802.15.4e (6TiSCH) Configuration</td><td>X. Vilajosana, Ed., K. Pister, T. Watteyne</td><td>May 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8180" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8179" target="_blank">RFC&nbsp;8179</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp79" target="_blank">BCP&nbsp;79</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8179.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8179.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8179.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8179.html" target="_blank">HTML with inline errata</a></td><td class="title">Intellectual Property Rights in IETF Technology</td><td>S. Bradner, J. Contreras</td><td>May 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8179" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3979" target="_blank">RFC&nbsp;3979</a>, <a href="https://www.rfc-editor.org/info/rfc4879" target="_blank">RFC&nbsp;4879</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8174" target="_blank">RFC&nbsp;8174</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp14" target="_blank">BCP&nbsp;14</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8174.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8174.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8174.html" target="_blank">HTML</a></td><td class="title">Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</td><td>B. Leiba</td><td>May 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8174" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2119" target="_blank">RFC&nbsp;2119</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8126" target="_blank">RFC&nbsp;8126</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp26" target="_blank">BCP&nbsp;26</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8126.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8126.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8126.html" target="_blank">HTML</a></td><td class="title">Guidelines for Writing an IANA Considerations Section in RFCs</td><td>M. Cotton, B. Leiba, T. Narten</td><td>June 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8126" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc5226" target="_blank">RFC&nbsp;5226</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8109" target="_blank">RFC&nbsp;8109</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp209" target="_blank">BCP&nbsp;209</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8109.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8109.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8109.html" target="_blank">HTML</a></td><td class="title">Initializing a DNS Resolver with Priming Queries</td><td>P. Koch, M. Larson, P. Hoffman</td><td>March 2017</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8085" target="_blank">RFC&nbsp;8085</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp145" target="_blank">BCP&nbsp;145</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8085.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8085.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8085.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8085.html" target="_blank">HTML with inline errata</a></td><td class="title">UDP Usage Guidelines</td><td>L. Eggert, G. Fairhurst, G. Shepherd</td><td>March 2017</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8085" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc5405" target="_blank">RFC&nbsp;5405</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8899" target="_blank">RFC&nbsp;8899</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8084" target="_blank">RFC&nbsp;8084</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp208" target="_blank">BCP&nbsp;208</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8084.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8084.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8084.html" target="_blank">HTML</a></td><td class="title">Network Transport Circuit Breakers</td><td>G. Fairhurst</td><td>March 2017</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8067" target="_blank">RFC&nbsp;8067</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp97" target="_blank">BCP&nbsp;97</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8067.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8067.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8067.html" target="_blank">HTML</a></td><td class="title">Updating When Standards Track Documents May Refer Normatively to Documents at a Lower Level</td><td>B. Leiba</td><td>January 2017</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3967" target="_blank">RFC&nbsp;3967</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8027" target="_blank">RFC&nbsp;8027</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp207" target="_blank">BCP&nbsp;207</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc8027.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc8027.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc8027.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc8027.html" target="_blank">HTML with inline errata</a></td><td class="title">DNSSEC Roadblock Avoidance</td><td>W. Hardaker, O. Gudmundsson, S. Krishnaswamy</td><td>November 2016</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc8027" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7957" target="_blank">RFC&nbsp;7957</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp67" target="_blank">BCP&nbsp;67</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7957.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7957.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7957.html" target="_blank">HTML</a></td><td class="title">DISPATCH-Style Working Groups and the SIP Change Process</td><td>B. Campbell, Ed., A. Cooper, B. Leiba</td><td>August 2016</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc5727" target="_blank">RFC&nbsp;5727</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7942" target="_blank">RFC&nbsp;7942</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp205" target="_blank">BCP&nbsp;205</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7942.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7942.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7942.html" target="_blank">HTML</a></td><td class="title">Improving Awareness of Running Code: The Implementation Status Section</td><td>Y. Sheffer, A. Farrel</td><td>July 2016</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc6982" target="_blank">RFC&nbsp;6982</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7934" target="_blank">RFC&nbsp;7934</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp204" target="_blank">BCP&nbsp;204</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7934.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7934.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7934.html" target="_blank">HTML</a></td><td class="title">Host Address Availability Recommendations</td><td>L. Colitti, V. Cerf, S. Cheshire, D. Schinazi</td><td>July 2016</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7934" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7926" target="_blank">RFC&nbsp;7926</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp206" target="_blank">BCP&nbsp;206</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7926.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7926.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7926.html" target="_blank">HTML</a></td><td class="title">Problem Statement and Architecture for Information Exchange between Interconnected Traffic-Engineered Networks</td><td>A. Farrel, Ed., J. Drake, N. Bitar, G. Swallow, D. Ceccarelli, X. Zhang</td><td>July 2016</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7857" target="_blank">RFC&nbsp;7857</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp127" target="_blank">BCP&nbsp;127</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7857.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7857.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7857.html" target="_blank">HTML</a></td><td class="title">Updates to Network Address Translation (NAT) Behavioral Requirements</td><td>R. Penno, S. Perreault, M. Boucadair, Ed., S. Sivakumar, K. Naito</td><td>April 2016</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc4787" target="_blank">RFC&nbsp;4787</a>, <a href="https://www.rfc-editor.org/info/rfc5382" target="_blank">RFC&nbsp;5382</a>, <a href="https://www.rfc-editor.org/info/rfc5508" target="_blank">RFC&nbsp;5508</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7803" target="_blank">RFC&nbsp;7803</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp203" target="_blank">BCP&nbsp;203</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7803.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7803.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7803.html" target="_blank">HTML</a></td><td class="title">Changing the Registration Policy for the NETCONF Capability URNs Registry</td><td>B. Leiba</td><td>February 2016</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc6241" target="_blank">RFC&nbsp;6241</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7793" target="_blank">RFC&nbsp;7793</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp163" target="_blank">BCP&nbsp;163</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7793.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7793.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7793.html" target="_blank">HTML</a></td><td class="title">Adding 100.64.0.0/10 Prefixes to the IPv4 Locally-Served DNS Zones Registry</td><td>M. Andrews</td><td>May 2016</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7776" target="_blank">RFC&nbsp;7776</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp25" target="_blank">BCP&nbsp;25</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7776.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7776.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7776.html" target="_blank">HTML</a></td><td class="title">IETF Anti-Harassment Procedures</td><td>P. Resnick, A. Farrel</td><td>March 2016</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2418" target="_blank">RFC&nbsp;2418</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8716" target="_blank">RFC&nbsp;8716</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7772" target="_blank">RFC&nbsp;7772</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp202" target="_blank">BCP&nbsp;202</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7772.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7772.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7772.html" target="_blank">HTML</a></td><td class="title">Reducing Energy Consumption of Router Advertisements</td><td>A. Yourtchenko, L. Colitti</td><td>February 2016</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7720" target="_blank">RFC&nbsp;7720</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp40" target="_blank">BCP&nbsp;40</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7720.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7720.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7720.html" target="_blank">HTML</a></td><td class="title">DNS Root Name Service Protocol and Deployment Requirements</td><td>M. Blanchet, L-J. Liman</td><td>December 2015</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2870" target="_blank">RFC&nbsp;2870</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7696" target="_blank">RFC&nbsp;7696</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp201" target="_blank">BCP&nbsp;201</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7696.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7696.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7696.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7696.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidelines for Cryptographic Algorithm Agility and Selecting Mandatory-to-Implement Algorithms</td><td>R. Housley</td><td>November 2015</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7696" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7691" target="_blank">RFC&nbsp;7691</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc7691.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7691.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7691.html" target="_blank">HTML</a></td><td class="special">Updating the Term Dates of IETF Administrative Oversight Committee (IAOC) Members</td><td>S. Bradner, Ed.</td><td>November 2015</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8711" target="_blank">RFC&nbsp;8711</a>, Updates <a href="https://www.rfc-editor.org/info/rfc4071" target="_blank">RFC&nbsp;4071</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7610" target="_blank">RFC&nbsp;7610</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp199" target="_blank">BCP&nbsp;199</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7610.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7610.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7610.html" target="_blank">HTML</a></td><td class="title">DHCPv6-Shield: Protecting against Rogue DHCPv6 Servers</td><td>F. Gont, W. Liu, G. Van de Velde</td><td>August 2015</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7608" target="_blank">RFC&nbsp;7608</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp198" target="_blank">BCP&nbsp;198</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7608.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7608.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7608.html" target="_blank">HTML</a></td><td class="title">IPv6 Prefix Length Recommendation for Forwarding</td><td>M. Boucadair, A. Petrescu, F. Baker</td><td>July 2015</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7605" target="_blank">RFC&nbsp;7605</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp165" target="_blank">BCP&nbsp;165</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7605.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7605.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7605.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7605.html" target="_blank">HTML with inline errata</a></td><td class="title">Recommendations on Using Assigned Transport Port Numbers</td><td>J. Touch</td><td>August 2015</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7605" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7595" target="_blank">RFC&nbsp;7595</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp35" target="_blank">BCP&nbsp;35</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7595.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7595.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7595.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7595.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidelines and Registration Procedures for URI Schemes</td><td>D. Thaler, Ed., T. Hansen, T. Hardie</td><td>June 2015</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7595" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4395" target="_blank">RFC&nbsp;4395</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8615" target="_blank">RFC&nbsp;8615</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7567" target="_blank">RFC&nbsp;7567</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp197" target="_blank">BCP&nbsp;197</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7567.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7567.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7567.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7567.html" target="_blank">HTML with inline errata</a></td><td class="title">IETF Recommendations Regarding Active Queue Management</td><td>F. Baker, Ed., G. Fairhurst, Ed.</td><td>July 2015</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7567" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2309" target="_blank">RFC&nbsp;2309</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7526" target="_blank">RFC&nbsp;7526</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp196" target="_blank">BCP&nbsp;196</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7526.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7526.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7526.html" target="_blank">HTML</a></td><td class="title">Deprecating the Anycast Prefix for 6to4 Relay Routers</td><td>O. Troan, B. Carpenter, Ed.</td><td>May 2015</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3068" target="_blank">RFC&nbsp;3068</a>, <a href="https://www.rfc-editor.org/info/rfc6732" target="_blank">RFC&nbsp;6732</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7525" target="_blank">RFC&nbsp;7525</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc7525.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7525.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7525.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7525.html" target="_blank">HTML with inline errata</a></td><td class="special">Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</td><td>Y. Sheffer, R. Holz, P. Saint-Andre</td><td>May 2015</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7525" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9325" target="_blank">RFC&nbsp;9325</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC&nbsp;8996</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7475" target="_blank">RFC&nbsp;7475</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7475.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7475.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7475.html" target="_blank">HTML</a></td><td class="title">Increasing the Number of Area Directors in an IETF Area</td><td>S. Dawkins</td><td>March 2015</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a>, <a href="https://www.rfc-editor.org/info/rfc2418" target="_blank">RFC&nbsp;2418</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7454" target="_blank">RFC&nbsp;7454</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp194" target="_blank">BCP&nbsp;194</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7454.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7454.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7454.html" target="_blank">HTML</a></td><td class="title">BGP Operations and Security</td><td>J. Durand, I. Pepelnjak, G. Doering</td><td>February 2015</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc7437.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7437.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7437.html" target="_blank">HTML</a></td><td class="special">IAB, IESG, and IAOC Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees</td><td>M. Kucherawy, Ed.</td><td>January 2015</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3777" target="_blank">RFC&nbsp;3777</a>, <a href="https://www.rfc-editor.org/info/rfc5078" target="_blank">RFC&nbsp;5078</a>, <a href="https://www.rfc-editor.org/info/rfc5633" target="_blank">RFC&nbsp;5633</a>, <a href="https://www.rfc-editor.org/info/rfc5680" target="_blank">RFC&nbsp;5680</a>, <a href="https://www.rfc-editor.org/info/rfc6859" target="_blank">RFC&nbsp;6859</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8713" target="_blank">RFC&nbsp;8713</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8318" target="_blank">RFC&nbsp;8318</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7423" target="_blank">RFC&nbsp;7423</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp193" target="_blank">BCP&nbsp;193</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7423.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7423.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7423.html" target="_blank">HTML</a></td><td class="title">Diameter Applications Design Guidelines</td><td>L. Morand, Ed., V. Fajardo, H. Tschofenig</td><td>November 2014</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7382" target="_blank">RFC&nbsp;7382</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp173" target="_blank">BCP&nbsp;173</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7382.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7382.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7382.html" target="_blank">HTML</a></td><td class="title">Template for a Certification Practice Statement (CPS) for the Resource PKI (RPKI)</td><td>S. Kent, D. Kong, K. Seo</td><td>April 2015</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7320" target="_blank">RFC&nbsp;7320</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc7320.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7320.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7320.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7320.html" target="_blank">HTML with inline errata</a></td><td class="special">URI Design and Ownership</td><td>M. Nottingham</td><td>July 2014</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7320" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8820" target="_blank">RFC&nbsp;8820</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3986" target="_blank">RFC&nbsp;3986</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7319" target="_blank">RFC&nbsp;7319</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp191" target="_blank">BCP&nbsp;191</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7319.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7319.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7319.html" target="_blank">HTML</a></td><td class="title">IANA Considerations for Connectivity Fault Management (CFM) Code Points</td><td>D. Eastlake 3rd</td><td>July 2014</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7300" target="_blank">RFC&nbsp;7300</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp6" target="_blank">BCP&nbsp;6</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7300.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7300.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7300.html" target="_blank">HTML</a></td><td class="title">Reservation of Last Autonomous System (AS) Numbers</td><td>J. Haas, J. Mitchell</td><td>July 2014</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1930" target="_blank">RFC&nbsp;1930</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7279" target="_blank">RFC&nbsp;7279</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp189" target="_blank">BCP&nbsp;189</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7279.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7279.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7279.html" target="_blank">HTML</a></td><td class="title">An Acceptable Use Policy for New ICMP Types and Codes</td><td>M. Shore, C. Pignataro</td><td>May 2014</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7258" target="_blank">RFC&nbsp;7258</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp188" target="_blank">BCP&nbsp;188</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7258.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7258.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7258.html" target="_blank">HTML</a></td><td class="title">Pervasive Monitoring Is an Attack</td><td>S. Farrell, H. Tschofenig</td><td>May 2014</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7227" target="_blank">RFC&nbsp;7227</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp187" target="_blank">BCP&nbsp;187</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7227.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7227.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7227.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc7227.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidelines for Creating New DHCPv6 Options</td><td>D. Hankins, T. Mrugalski, M. Siodelski, S. Jiang, S. Krishnan</td><td>May 2014</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7227" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3315" target="_blank">RFC&nbsp;3315</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7154" target="_blank">RFC&nbsp;7154</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp54" target="_blank">BCP&nbsp;54</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7154.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7154.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7154.html" target="_blank">HTML</a></td><td class="title">IETF Guidelines for Conduct</td><td>S. Moonesamy, Ed.</td><td>March 2014</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3184" target="_blank">RFC&nbsp;3184</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7141" target="_blank">RFC&nbsp;7141</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp41" target="_blank">BCP&nbsp;41</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7141.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7141.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7141.html" target="_blank">HTML</a></td><td class="title">Byte and Packet Congestion Notification</td><td>B. Briscoe, J. Manner</td><td>February 2014</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7141" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2309" target="_blank">RFC&nbsp;2309</a>, <a href="https://www.rfc-editor.org/info/rfc2914" target="_blank">RFC&nbsp;2914</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7127" target="_blank">RFC&nbsp;7127</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7127.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7127.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7127.html" target="_blank">HTML</a></td><td class="title">Characterization of Proposed Standards</td><td>O. Kolkman, S. Bradner, S. Turner</td><td>January 2014</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7126" target="_blank">RFC&nbsp;7126</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp186" target="_blank">BCP&nbsp;186</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7126.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7126.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7126.html" target="_blank">HTML</a></td><td class="title">Recommendations on Filtering of IPv4 Packets Containing IPv4 Options</td><td>F. Gont, R. Atkinson, C. Pignataro</td><td>February 2014</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7126" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7120" target="_blank">RFC&nbsp;7120</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp100" target="_blank">BCP&nbsp;100</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7120.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7120.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7120.html" target="_blank">HTML</a></td><td class="title">Early IANA Allocation of Standards Track Code Points</td><td>M. Cotton</td><td>January 2014</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc4020" target="_blank">RFC&nbsp;4020</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7115" target="_blank">RFC&nbsp;7115</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp185" target="_blank">BCP&nbsp;185</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7115.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7115.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7115.html" target="_blank">HTML</a></td><td class="title">Origin Validation Operation Based on the Resource Public Key Infrastructure (RPKI)</td><td>R. Bush</td><td>January 2014</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc7115" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7100" target="_blank">RFC&nbsp;7100</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7100.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7100.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7100.html" target="_blank">HTML</a></td><td class="title">Retirement of the "Internet Official Protocol Standards" Summary Document</td><td>P. Resnick</td><td>December 2013</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc5000" target="_blank">RFC&nbsp;5000</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7042" target="_blank">RFC&nbsp;7042</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc7042.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7042.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7042.html" target="_blank">HTML</a></td><td class="special">IANA Considerations and IETF Protocol and Documentation Usage for IEEE 802 Parameters</td><td>D. Eastlake 3rd, J. Abley</td><td>October 2013</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc5342" target="_blank">RFC&nbsp;5342</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9542" target="_blank">RFC&nbsp;9542</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2153" target="_blank">RFC&nbsp;2153</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7013" target="_blank">RFC&nbsp;7013</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp184" target="_blank">BCP&nbsp;184</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc7013.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7013.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7013.html" target="_blank">HTML</a></td><td class="title">Guidelines for Authors and Reviewers of IP Flow Information Export (IPFIX) Information Elements</td><td>B. Trammell, B. Claise</td><td>September 2013</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6996" target="_blank">RFC&nbsp;6996</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp6" target="_blank">BCP&nbsp;6</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6996.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6996.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6996.html" target="_blank">HTML</a></td><td class="title">Autonomous System (AS) Reservation for Private Use</td><td>J. Mitchell</td><td>July 2013</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1930" target="_blank">RFC&nbsp;1930</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6963" target="_blank">RFC&nbsp;6963</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp183" target="_blank">BCP&nbsp;183</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6963.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6963.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6963.html" target="_blank">HTML</a></td><td class="title">A Uniform Resource Name (URN) Namespace for Examples</td><td>P. Saint-Andre</td><td>May 2013</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6916" target="_blank">RFC&nbsp;6916</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp182" target="_blank">BCP&nbsp;182</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6916.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6916.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6916.html" target="_blank">HTML</a></td><td class="title">Algorithm Agility Procedure for the Resource Public Key Infrastructure (RPKI)</td><td>R. Gagliano, S. Kent, S. Turner</td><td>April 2013</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6895" target="_blank">RFC&nbsp;6895</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp42" target="_blank">BCP&nbsp;42</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6895.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6895.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6895.html" target="_blank">HTML</a></td><td class="title">Domain Name System (DNS) IANA Considerations</td><td>D. Eastlake 3rd</td><td>April 2013</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc6195" target="_blank">RFC&nbsp;6195</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1183" target="_blank">RFC&nbsp;1183</a>, <a href="https://www.rfc-editor.org/info/rfc2845" target="_blank">RFC&nbsp;2845</a>, <a href="https://www.rfc-editor.org/info/rfc2930" target="_blank">RFC&nbsp;2930</a>, <a href="https://www.rfc-editor.org/info/rfc3597" target="_blank">RFC&nbsp;3597</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6890" target="_blank">RFC&nbsp;6890</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp153" target="_blank">BCP&nbsp;153</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6890.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6890.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6890.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6890.html" target="_blank">HTML with inline errata</a></td><td class="title">Special-Purpose IP Address Registries</td><td>M. Cotton, L. Vegoda, R. Bonica, Ed., B. Haberman</td><td>April 2013</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6890" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4773" target="_blank">RFC&nbsp;4773</a>, <a href="https://www.rfc-editor.org/info/rfc5156" target="_blank">RFC&nbsp;5156</a>, <a href="https://www.rfc-editor.org/info/rfc5735" target="_blank">RFC&nbsp;5735</a>, <a href="https://www.rfc-editor.org/info/rfc5736" target="_blank">RFC&nbsp;5736</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8190" target="_blank">RFC&nbsp;8190</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6888" target="_blank">RFC&nbsp;6888</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp127" target="_blank">BCP&nbsp;127</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6888.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6888.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6888.html" target="_blank">HTML</a></td><td class="title">Common Requirements for Carrier-Grade NATs (CGNs)</td><td>S. Perreault, Ed., I. Yamagata, S. Miyakawa, A. Nakagawa, H. Ashida</td><td>April 2013</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc4787" target="_blank">RFC&nbsp;4787</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6881" target="_blank">RFC&nbsp;6881</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp181" target="_blank">BCP&nbsp;181</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6881.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6881.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6881.html" target="_blank">HTML</a></td><td class="title">Best Current Practice for Communications Services in Support of Emergency Calling</td><td>B. Rosen, J. Polk</td><td>March 2013</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc7840" target="_blank">RFC&nbsp;7840</a>, <a href="https://www.rfc-editor.org/info/rfc7852" target="_blank">RFC&nbsp;7852</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6859" target="_blank">RFC&nbsp;6859</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc6859.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6859.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6859.html" target="_blank">HTML</a></td><td class="special">Update to RFC 3777 to Clarify Nominating Committee Eligibility of IETF Leadership</td><td>B. Leiba</td><td>January 2013</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3777" target="_blank">RFC&nbsp;3777</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6853" target="_blank">RFC&nbsp;6853</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp180" target="_blank">BCP&nbsp;180</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6853.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6853.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6853.html" target="_blank">HTML</a></td><td class="title">DHCPv6 Redundancy Deployment Considerations</td><td>J. Brzozowski, J. Tremblay, J. Chen, T. Mrugalski</td><td>February 2013</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6838" target="_blank">RFC&nbsp;6838</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp13" target="_blank">BCP&nbsp;13</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6838.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6838.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6838.html" target="_blank">HTML</a></td><td class="title">Media Type Specifications and Registration Procedures</td><td>N. Freed, J. Klensin, T. Hansen</td><td>January 2013</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc4288" target="_blank">RFC&nbsp;4288</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6649" target="_blank">RFC&nbsp;6649</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp179" target="_blank">BCP&nbsp;179</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6649.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6649.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6649.html" target="_blank">HTML</a></td><td class="title">Deprecate DES, RC4-HMAC-EXP, and Other Weak Cryptographic Algorithms in Kerberos</td><td>L. Hornquist Astrand, T. Yu</td><td>July 2012</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1510" target="_blank">RFC&nbsp;1510</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1964" target="_blank">RFC&nbsp;1964</a>, <a href="https://www.rfc-editor.org/info/rfc4120" target="_blank">RFC&nbsp;4120</a>, <a href="https://www.rfc-editor.org/info/rfc4121" target="_blank">RFC&nbsp;4121</a>, <a href="https://www.rfc-editor.org/info/rfc4757" target="_blank">RFC&nbsp;4757</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6648" target="_blank">RFC&nbsp;6648</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp178" target="_blank">BCP&nbsp;178</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6648.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6648.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6648.html" target="_blank">HTML</a></td><td class="title">Deprecating the "X-" Prefix and Similar Constructs in Application Protocols</td><td>P. Saint-Andre, D. Crocker, M. Nottingham</td><td>June 2012</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6598" target="_blank">RFC&nbsp;6598</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp153" target="_blank">BCP&nbsp;153</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6598.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6598.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6598.html" target="_blank">HTML</a></td><td class="title">IANA-Reserved IPv4 Prefix for Shared Address Space</td><td>J. Weil, V. Kuarsingh, C. Donley, C. Liljenstolpe, M. Azinger</td><td>April 2012</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc5735" target="_blank">RFC&nbsp;5735</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6576" target="_blank">RFC&nbsp;6576</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp176" target="_blank">BCP&nbsp;176</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6576.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6576.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6576.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6576.html" target="_blank">HTML with inline errata</a></td><td class="title">IP Performance Metrics (IPPM) Standard Advancement Testing</td><td>R. Geib, Ed., A. Morton, R. Fardid, A. Steinmitz</td><td>March 2012</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6576" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6557" target="_blank">RFC&nbsp;6557</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp175" target="_blank">BCP&nbsp;175</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6557.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6557.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6557.html" target="_blank">HTML</a></td><td class="title">Procedures for Maintaining the Time Zone Database</td><td>E. Lear, P. Eggert</td><td>February 2012</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6540" target="_blank">RFC&nbsp;6540</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp177" target="_blank">BCP&nbsp;177</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6540.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6540.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6540.html" target="_blank">HTML</a></td><td class="title">IPv6 Support Required for All IP-Capable Nodes</td><td>W. George, C. Donley, C. Liljenstolpe, L. Howard</td><td>April 2012</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6489" target="_blank">RFC&nbsp;6489</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp174" target="_blank">BCP&nbsp;174</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6489.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6489.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6489.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6489.html" target="_blank">HTML with inline errata</a></td><td class="title">Certification Authority (CA) Key Rollover in the Resource Public Key Infrastructure (RPKI)</td><td>G. Huston, G. Michaelson, S. Kent</td><td>February 2012</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6489" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6484" target="_blank">RFC&nbsp;6484</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp173" target="_blank">BCP&nbsp;173</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6484.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6484.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6484.html" target="_blank">HTML</a></td><td class="title">Certificate Policy (CP) for the Resource Public Key Infrastructure (RPKI)</td><td>S. Kent, D. Kong, K. Seo, R. Watro</td><td>February 2012</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6472" target="_blank">RFC&nbsp;6472</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp172" target="_blank">BCP&nbsp;172</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6472.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6472.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6472.html" target="_blank">HTML</a></td><td class="title">Recommendation for Not Using AS_SET and AS_CONFED_SET in BGP</td><td>W. Kumari, K. Sriram</td><td>December 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6441" target="_blank">RFC&nbsp;6441</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp171" target="_blank">BCP&nbsp;171</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6441.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6441.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6441.html" target="_blank">HTML</a></td><td class="title">Time to Remove Filters for Previously Unallocated IPv4 /8s</td><td>L. Vegoda</td><td>November 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6410" target="_blank">RFC&nbsp;6410</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6410.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6410.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6410.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6410.html" target="_blank">HTML with inline errata</a></td><td class="title">Reducing the Standards Track to Two Maturity Levels</td><td>R. Housley, D. Crocker, E. Burger</td><td>October 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6410" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6398" target="_blank">RFC&nbsp;6398</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp168" target="_blank">BCP&nbsp;168</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6398.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6398.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6398.html" target="_blank">HTML</a></td><td class="title">IP Router Alert Considerations and Usage</td><td>F. Le Faucheur, Ed.</td><td>October 2011</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2113" target="_blank">RFC&nbsp;2113</a>, <a href="https://www.rfc-editor.org/info/rfc2711" target="_blank">RFC&nbsp;2711</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6390" target="_blank">RFC&nbsp;6390</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp170" target="_blank">BCP&nbsp;170</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6390.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6390.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6390.html" target="_blank">HTML</a></td><td class="title">Guidelines for Considering New Performance Metric Development</td><td>A. Clark, B. Claise</td><td>October 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6382" target="_blank">RFC&nbsp;6382</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp169" target="_blank">BCP&nbsp;169</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6382.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6382.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6382.html" target="_blank">HTML</a></td><td class="title">Unique Origin Autonomous System Numbers (ASNs) per Node for Globally Anycasted Services</td><td>D. McPherson, R. Donnelly, F. Scalzo</td><td>October 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6377" target="_blank">RFC&nbsp;6377</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp167" target="_blank">BCP&nbsp;167</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6377.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6377.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6377.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6377.html" target="_blank">HTML with inline errata</a></td><td class="title">DomainKeys Identified Mail (DKIM) and Mailing Lists</td><td>M. Kucherawy</td><td>September 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6377" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6365" target="_blank">RFC&nbsp;6365</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp166" target="_blank">BCP&nbsp;166</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6365.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6365.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6365.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6365.html" target="_blank">HTML with inline errata</a></td><td class="title">Terminology Used in Internationalization in the IETF</td><td>P. Hoffman, J. Klensin</td><td>September 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6365" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3536" target="_blank">RFC&nbsp;3536</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6335" target="_blank">RFC&nbsp;6335</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp165" target="_blank">BCP&nbsp;165</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6335.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6335.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6335.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6335.html" target="_blank">HTML with inline errata</a></td><td class="title">Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry</td><td>M. Cotton, L. Eggert, J. Touch, M. Westerlund, S. Cheshire</td><td>August 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6335" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2780" target="_blank">RFC&nbsp;2780</a>, <a href="https://www.rfc-editor.org/info/rfc2782" target="_blank">RFC&nbsp;2782</a>, <a href="https://www.rfc-editor.org/info/rfc3828" target="_blank">RFC&nbsp;3828</a>, <a href="https://www.rfc-editor.org/info/rfc4340" target="_blank">RFC&nbsp;4340</a>, <a href="https://www.rfc-editor.org/info/rfc4960" target="_blank">RFC&nbsp;4960</a>, <a href="https://www.rfc-editor.org/info/rfc5595" target="_blank">RFC&nbsp;5595</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6328" target="_blank">RFC&nbsp;6328</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp164" target="_blank">BCP&nbsp;164</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6328.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6328.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6328.html" target="_blank">HTML</a></td><td class="title">IANA Considerations for Network Layer Protocol Identifiers</td><td>D. Eastlake 3rd</td><td>July 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6303" target="_blank">RFC&nbsp;6303</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp163" target="_blank">BCP&nbsp;163</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6303.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6303.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6303.html" target="_blank">HTML</a></td><td class="title">Locally Served DNS Zones</td><td>M. Andrews</td><td>July 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6302" target="_blank">RFC&nbsp;6302</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp162" target="_blank">BCP&nbsp;162</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6302.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6302.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6302.html" target="_blank">HTML</a></td><td class="title">Logging Recommendations for Internet-Facing Servers</td><td>A. Durand, I. Gashinsky, D. Lee, S. Sheppard</td><td>June 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6291" target="_blank">RFC&nbsp;6291</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp161" target="_blank">BCP&nbsp;161</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6291.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6291.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6291.html" target="_blank">HTML</a></td><td class="title">Guidelines for the Use of the "OAM" Acronym in the IETF</td><td>L. Andersson, H. van Helvoort, R. Bonica, D. Romascanu, S. Mansfield</td><td>June 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6280" target="_blank">RFC&nbsp;6280</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp160" target="_blank">BCP&nbsp;160</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6280.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6280.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6280.html" target="_blank">HTML</a></td><td class="title">An Architecture for Location and Location Privacy in Internet Applications</td><td>R. Barnes, M. Lepinski, A. Cooper, J. Morris, H. Tschofenig, H. Schulzrinne</td><td>July 2011</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3693" target="_blank">RFC&nbsp;3693</a>, <a href="https://www.rfc-editor.org/info/rfc3694" target="_blank">RFC&nbsp;3694</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6195" target="_blank">RFC&nbsp;6195</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc6195.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6195.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6195.html" target="_blank">HTML</a></td><td class="special">Domain Name System (DNS) IANA Considerations</td><td>D. Eastlake 3rd</td><td>March 2011</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc5395" target="_blank">RFC&nbsp;5395</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc6895" target="_blank">RFC&nbsp;6895</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1183" target="_blank">RFC&nbsp;1183</a>, <a href="https://www.rfc-editor.org/info/rfc3597" target="_blank">RFC&nbsp;3597</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6191" target="_blank">RFC&nbsp;6191</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp159" target="_blank">BCP&nbsp;159</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6191.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6191.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6191.html" target="_blank">HTML</a></td><td class="title">Reducing the TIME-WAIT State Using TCP Timestamps</td><td>F. Gont</td><td>April 2011</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6177" target="_blank">RFC&nbsp;6177</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp157" target="_blank">BCP&nbsp;157</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6177.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6177.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6177.html" target="_blank">HTML</a></td><td class="title">IPv6 Address Assignment to End Sites</td><td>T. Narten, G. Huston, L. Roberts</td><td>March 2011</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3177" target="_blank">RFC&nbsp;3177</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6158" target="_blank">RFC&nbsp;6158</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp158" target="_blank">BCP&nbsp;158</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6158.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6158.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6158.html" target="_blank">HTML</a></td><td class="title">RADIUS Design Guidelines</td><td>A. DeKok, Ed., G. Weber</td><td>March 2011</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc6929" target="_blank">RFC&nbsp;6929</a>, <a href="https://www.rfc-editor.org/info/rfc8044" target="_blank">RFC&nbsp;8044</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6056" target="_blank">RFC&nbsp;6056</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp156" target="_blank">BCP&nbsp;156</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc6056.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6056.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6056.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc6056.html" target="_blank">HTML with inline errata</a></td><td class="title">Recommendations for Transport-Protocol Port Randomization</td><td>M. Larsen, F. Gont</td><td>January 2011</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc6056" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5855" target="_blank">RFC&nbsp;5855</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp155" target="_blank">BCP&nbsp;155</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5855.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5855.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5855.html" target="_blank">HTML</a></td><td class="title">Nameservers for IPv4 and IPv6 Reverse Zones</td><td>J. Abley, T. Manderson</td><td>May 2010</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5774" target="_blank">RFC&nbsp;5774</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp154" target="_blank">BCP&nbsp;154</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5774.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5774.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5774.html" target="_blank">HTML</a></td><td class="title">Considerations for Civic Addresses in the Presence Information Data Format Location Object (PIDF-LO): Guidelines and IANA Registry Definition</td><td>K. Wolf, A. Mayrhofer</td><td>March 2010</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5774" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc4776" target="_blank">RFC&nbsp;4776</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5771" target="_blank">RFC&nbsp;5771</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp51" target="_blank">BCP&nbsp;51</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5771.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5771.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5771.html" target="_blank">HTML</a></td><td class="title">IANA Guidelines for IPv4 Multicast Address Assignments</td><td>M. Cotton, L. Vegoda, D. Meyer</td><td>March 2010</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5771" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3138" target="_blank">RFC&nbsp;3138</a>, <a href="https://www.rfc-editor.org/info/rfc3171" target="_blank">RFC&nbsp;3171</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2780" target="_blank">RFC&nbsp;2780</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5742" target="_blank">RFC&nbsp;5742</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp92" target="_blank">BCP&nbsp;92</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5742.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5742.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5742.html" target="_blank">HTML</a></td><td class="title">IESG Procedures for Handling of Independent and IRTF Stream Submissions</td><td>H. Alvestrand, R. Housley</td><td>December 2009</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3932" target="_blank">RFC&nbsp;3932</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a>, <a href="https://www.rfc-editor.org/info/rfc3710" target="_blank">RFC&nbsp;3710</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5735" target="_blank">RFC&nbsp;5735</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5735.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5735.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5735.html" target="_blank">HTML</a></td><td class="special">Special Use IPv4 Addresses</td><td>M. Cotton, L. Vegoda</td><td>January 2010</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5735" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3330" target="_blank">RFC&nbsp;3330</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc6890" target="_blank">RFC&nbsp;6890</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6598" target="_blank">RFC&nbsp;6598</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5727" target="_blank">RFC&nbsp;5727</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp67" target="_blank">BCP&nbsp;67</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5727.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5727.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5727.html" target="_blank">HTML</a></td><td class="title">Change Process for the Session Initiation Protocol (SIP) and the Real-time Applications and Infrastructure Area</td><td>J. Peterson, C. Jennings, R. Sparks</td><td>March 2010</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5727" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3427" target="_blank">RFC&nbsp;3427</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3265" target="_blank">RFC&nbsp;3265</a>, <a href="https://www.rfc-editor.org/info/rfc3969" target="_blank">RFC&nbsp;3969</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc7957" target="_blank">RFC&nbsp;7957</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5680" target="_blank">RFC&nbsp;5680</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5680.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5680.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5680.html" target="_blank">HTML</a></td><td class="special">The Nominating Committee Process: Open Disclosure of Willing Nominees</td><td>S. Dawkins, Ed.</td><td>October 2009</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3777" target="_blank">RFC&nbsp;3777</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5657" target="_blank">RFC&nbsp;5657</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5657.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5657.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5657.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5657.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidance on Interoperation and Implementation Reports for Advancement to Draft Standard</td><td>L. Dusseault, R. Sparks</td><td>September 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5657" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5646" target="_blank">RFC&nbsp;5646</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp47" target="_blank">BCP&nbsp;47</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5646.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5646.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5646.html" target="_blank">HTML</a></td><td class="title">Tags for Identifying Languages</td><td>A. Phillips, Ed., M. Davis, Ed.</td><td>September 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5646" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc4646" target="_blank">RFC&nbsp;4646</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5633" target="_blank">RFC&nbsp;5633</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5633.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5633.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5633.html" target="_blank">HTML</a></td><td class="special">Nominating Committee Process: Earlier Announcement of Open Positions and Solicitation of Volunteers</td><td>S. Dawkins, Ed.</td><td>August 2009</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3777" target="_blank">RFC&nbsp;3777</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5625" target="_blank">RFC&nbsp;5625</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp152" target="_blank">BCP&nbsp;152</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5625.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5625.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5625.html" target="_blank">HTML</a></td><td class="title">DNS Proxy Implementation Guidelines</td><td>R. Bellis</td><td>August 2009</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5615" target="_blank">RFC&nbsp;5615</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp151" target="_blank">BCP&nbsp;151</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5615.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5615.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5615.html" target="_blank">HTML</a></td><td class="title">H.248/MEGACO Registration Procedures</td><td>C. Groves, Y. Lin</td><td>August 2009</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5597" target="_blank">RFC&nbsp;5597</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp150" target="_blank">BCP&nbsp;150</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5597.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5597.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5597.html" target="_blank">HTML</a></td><td class="title">Network Address Translation (NAT) Behavioral Requirements for the Datagram Congestion Control Protocol</td><td>R. Denis-Courmont</td><td>September 2009</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5589" target="_blank">RFC&nbsp;5589</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp149" target="_blank">BCP&nbsp;149</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5589.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5589.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5589.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5589.html" target="_blank">HTML with inline errata</a></td><td class="title">Session Initiation Protocol (SIP) Call Control - Transfer</td><td>R. Sparks, A. Johnston, Ed., D. Petrie</td><td>June 2009</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5589" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5508" target="_blank">RFC&nbsp;5508</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp148" target="_blank">BCP&nbsp;148</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5508.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5508.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5508.html" target="_blank">HTML</a></td><td class="title">NAT Behavioral Requirements for ICMP</td><td>P. Srisuresh, B. Ford, S. Sivakumar, S. Guha</td><td>April 2009</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc7857" target="_blank">RFC&nbsp;7857</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5407" target="_blank">RFC&nbsp;5407</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp147" target="_blank">BCP&nbsp;147</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5407.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5407.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5407.html" target="_blank">HTML</a></td><td class="title">Example Call Flows of Race Conditions in the Session Initiation Protocol (SIP)</td><td>M. Hasebe, J. Koshiko, Y. Suzuki, T. Yoshikawa, P. Kyzivat</td><td>December 2008</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5406" target="_blank">RFC&nbsp;5406</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp146" target="_blank">BCP&nbsp;146</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5406.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5406.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5406.html" target="_blank">HTML</a></td><td class="title">Guidelines for Specifying the Use of IPsec Version 2</td><td>S. Bellovin</td><td>February 2009</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5405" target="_blank">RFC&nbsp;5405</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5405.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5405.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5405.html" target="_blank">HTML</a></td><td class="special">Unicast UDP Usage Guidelines for Application Designers</td><td>L. Eggert, G. Fairhurst</td><td>November 2008</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8085" target="_blank">RFC&nbsp;8085</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5395" target="_blank">RFC&nbsp;5395</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5395.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5395.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5395.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5395.html" target="_blank">HTML with inline errata</a></td><td class="special">Domain Name System (DNS) IANA Considerations </td><td>D. Eastlake 3rd</td><td>November 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5395" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2929" target="_blank">RFC&nbsp;2929</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc6195" target="_blank">RFC&nbsp;6195</a>, Updates <a href="https://www.rfc-editor.org/info/rfc1183" target="_blank">RFC&nbsp;1183</a>, <a href="https://www.rfc-editor.org/info/rfc3597" target="_blank">RFC&nbsp;3597</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5383" target="_blank">RFC&nbsp;5383</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp143" target="_blank">BCP&nbsp;143</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5383.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5383.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5383.html" target="_blank">HTML</a></td><td class="title">Deployment Considerations for Lemonade-Compliant Mobile Email</td><td>R. Gellens</td><td>October 2008</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5382" target="_blank">RFC&nbsp;5382</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp142" target="_blank">BCP&nbsp;142</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5382.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5382.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5382.html" target="_blank">HTML</a></td><td class="title">NAT Behavioral Requirements for TCP</td><td>S. Guha, Ed., K. Biswas, B. Ford, S. Sivakumar, P. Srisuresh</td><td>October 2008</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc7857" target="_blank">RFC&nbsp;7857</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5378" target="_blank">RFC&nbsp;5378</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp78" target="_blank">BCP&nbsp;78</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5378.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5378.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5378.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5378.html" target="_blank">HTML with inline errata</a></td><td class="title">Rights Contributors Provide to the IETF Trust</td><td>S. Bradner, Ed., J. Contreras, Ed.</td><td>November 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5378" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3978" target="_blank">RFC&nbsp;3978</a>, <a href="https://www.rfc-editor.org/info/rfc4748" target="_blank">RFC&nbsp;4748</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5359" target="_blank">RFC&nbsp;5359</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp144" target="_blank">BCP&nbsp;144</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5359.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5359.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5359.html" target="_blank">HTML</a></td><td class="title">Session Initiation Protocol Service Examples</td><td>A. Johnston, Ed., R. Sparks, C. Cunningham, S. Donovan, K. Summers</td><td>October 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5359" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5358" target="_blank">RFC&nbsp;5358</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp140" target="_blank">BCP&nbsp;140</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5358.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5358.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5358.html" target="_blank">HTML</a></td><td class="title">Preventing Use of Recursive Nameservers in Reflector Attacks</td><td>J. Damas, F. Neves</td><td>October 2008</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5342" target="_blank">RFC&nbsp;5342</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5342.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5342.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5342.html" target="_blank">HTML</a></td><td class="special">IANA Considerations and IETF Protocol Usage for IEEE 802 Parameters</td><td>D. Eastlake 3rd</td><td>September 2008</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7042" target="_blank">RFC&nbsp;7042</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2153" target="_blank">RFC&nbsp;2153</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5266" target="_blank">RFC&nbsp;5266</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp136" target="_blank">BCP&nbsp;136</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5266.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5266.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5266.html" target="_blank">HTML</a></td><td class="title">Secure Connectivity and Mobility Using Mobile IPv4 and IKEv2 Mobility and Multihoming (MOBIKE)</td><td>V. Devarapalli, P. Eronen</td><td>June 2008</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5249" target="_blank">RFC&nbsp;5249</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp139" target="_blank">BCP&nbsp;139</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5249.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5249.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5249.html" target="_blank">HTML</a></td><td class="title">Templates for Internet-Drafts Containing MIB Modules</td><td>D. Harrington, Ed.</td><td>July 2008</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5248" target="_blank">RFC&nbsp;5248</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp138" target="_blank">BCP&nbsp;138</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5248.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5248.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5248.html" target="_blank">HTML</a></td><td class="title">A Registry for SMTP Enhanced Mail System Status Codes</td><td>T. Hansen, J. Klensin</td><td>June 2008</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3463" target="_blank">RFC&nbsp;3463</a>, <a href="https://www.rfc-editor.org/info/rfc4468" target="_blank">RFC&nbsp;4468</a>, <a href="https://www.rfc-editor.org/info/rfc4954" target="_blank">RFC&nbsp;4954</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5237" target="_blank">RFC&nbsp;5237</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp37" target="_blank">BCP&nbsp;37</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5237.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5237.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5237.html" target="_blank">HTML</a></td><td class="title">IANA Allocation Guidelines for the Protocol Field</td><td>J. Arkko, S. Bradner</td><td>February 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5237" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2780" target="_blank">RFC&nbsp;2780</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5226" target="_blank">RFC&nbsp;5226</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5226.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5226.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5226.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5226.html" target="_blank">HTML with inline errata</a></td><td class="special">Guidelines for Writing an IANA Considerations Section in RFCs</td><td>T. Narten, H. Alvestrand</td><td>May 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5226" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2434" target="_blank">RFC&nbsp;2434</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8126" target="_blank">RFC&nbsp;8126</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5137" target="_blank">RFC&nbsp;5137</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp137" target="_blank">BCP&nbsp;137</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5137.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5137.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5137.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5137.html" target="_blank">HTML with inline errata</a></td><td class="title">ASCII Escaping of Unicode Characters</td><td>J. Klensin</td><td>February 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5137" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5135" target="_blank">RFC&nbsp;5135</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp135" target="_blank">BCP&nbsp;135</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5135.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5135.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5135.html" target="_blank">HTML</a></td><td class="title">IP Multicast Requirements for a Network Address Translator (NAT) and a Network Address Port Translator (NAPT)</td><td>D. Wing, T. Eckert</td><td>February 2008</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5135" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5068" target="_blank">RFC&nbsp;5068</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp134" target="_blank">BCP&nbsp;134</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5068.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5068.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5068.html" target="_blank">HTML</a></td><td class="title">Email Submission Operations: Access and Accountability Requirements</td><td>C. Hutzler, D. Crocker, P. Resnick, E. Allman, T. Finch</td><td>November 2007</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc8314" target="_blank">RFC&nbsp;8314</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5033" target="_blank">RFC&nbsp;5033</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp133" target="_blank">BCP&nbsp;133</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc5033.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5033.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5033.html" target="_blank">HTML</a></td><td class="title">Specifying New Congestion Control Algorithms</td><td>S. Floyd, M. Allman</td><td>August 2007</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4962" target="_blank">RFC&nbsp;4962</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp132" target="_blank">BCP&nbsp;132</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4962.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4962.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4962.html" target="_blank">HTML</a></td><td class="title">Guidance for Authentication, Authorization, and Accounting (AAA) Key Management</td><td>R. Housley, B. Aboba</td><td>July 2007</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4961" target="_blank">RFC&nbsp;4961</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp131" target="_blank">BCP&nbsp;131</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4961.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4961.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4961.html" target="_blank">HTML</a></td><td class="title">Symmetric RTP / RTP Control Protocol (RTCP)</td><td>D. Wing</td><td>July 2007</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4940" target="_blank">RFC&nbsp;4940</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp130" target="_blank">BCP&nbsp;130</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4940.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4940.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4940.html" target="_blank">HTML</a></td><td class="title">IANA Considerations for OSPF</td><td>K. Kompella, B. Fenner</td><td>July 2007</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4940" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4929" target="_blank">RFC&nbsp;4929</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp129" target="_blank">BCP&nbsp;129</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4929.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4929.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4929.html" target="_blank">HTML</a></td><td class="title">Change Process for Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Protocols and Procedures</td><td>L. Andersson, Ed., A. Farrel, Ed.</td><td>June 2007</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4928" target="_blank">RFC&nbsp;4928</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp128" target="_blank">BCP&nbsp;128</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4928.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4928.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4928.html" target="_blank">HTML</a></td><td class="title">Avoiding Equal Cost Multipath Treatment in MPLS Networks</td><td>G. Swallow, S. Bryant, L. Andersson</td><td>June 2007</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4928" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc7274" target="_blank">RFC&nbsp;7274</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4897" target="_blank">RFC&nbsp;4897</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp97" target="_blank">BCP&nbsp;97</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4897.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4897.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4897.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4897.html" target="_blank">HTML with inline errata</a></td><td class="title">Handling Normative References to Standards-Track Documents</td><td>J. Klensin, S. Hartman</td><td>June 2007</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4897" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3967" target="_blank">RFC&nbsp;3967</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4879" target="_blank">RFC&nbsp;4879</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4879.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4879.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4879.html" target="_blank">HTML</a></td><td class="special">Clarification of the Third Party Disclosure Procedure in RFC 3979</td><td>T. Narten</td><td>April 2007</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8179" target="_blank">RFC&nbsp;8179</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3979" target="_blank">RFC&nbsp;3979</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4841" target="_blank">RFC&nbsp;4841</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp111" target="_blank">BCP&nbsp;111</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4841.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4841.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4841.html" target="_blank">HTML</a></td><td class="title">RFC 4181 Update to Recognize the IETF Trust</td><td>C. Heard, Ed.</td><td>March 2007</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc4181" target="_blank">RFC&nbsp;4181</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4787" target="_blank">RFC&nbsp;4787</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp127" target="_blank">BCP&nbsp;127</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4787.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4787.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4787.html" target="_blank">HTML</a></td><td class="title">Network Address Translation (NAT) Behavioral Requirements for Unicast UDP</td><td>F. Audet, Ed., C. Jennings</td><td>January 2007</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc6888" target="_blank">RFC&nbsp;6888</a>, <a href="https://www.rfc-editor.org/info/rfc7857" target="_blank">RFC&nbsp;7857</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4786" target="_blank">RFC&nbsp;4786</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp126" target="_blank">BCP&nbsp;126</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4786.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4786.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4786.html" target="_blank">HTML</a></td><td class="title">Operation of Anycast Services</td><td>J. Abley, K. Lindqvist</td><td>December 2006</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4775" target="_blank">RFC&nbsp;4775</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp125" target="_blank">BCP&nbsp;125</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4775.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4775.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4775.html" target="_blank">HTML</a></td><td class="title">Procedures for Protocol Extensions and Variations</td><td>S. Bradner, B. Carpenter, Ed., T. Narten</td><td>December 2006</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4774" target="_blank">RFC&nbsp;4774</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp124" target="_blank">BCP&nbsp;124</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4774.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4774.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4774.html" target="_blank">HTML</a></td><td class="title">Specifying Alternate Semantics for the Explicit Congestion Notification (ECN) Field</td><td>S. Floyd</td><td>November 2006</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc6040" target="_blank">RFC&nbsp;6040</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4748" target="_blank">RFC&nbsp;4748</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4748.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4748.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4748.html" target="_blank">HTML</a></td><td class="special">RFC 3978 Update to Recognize the IETF Trust</td><td>S. Bradner, Ed.</td><td>October 2006</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5378" target="_blank">RFC&nbsp;5378</a>, Updates <a href="https://www.rfc-editor.org/info/rfc3978" target="_blank">RFC&nbsp;3978</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4697" target="_blank">RFC&nbsp;4697</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp123" target="_blank">BCP&nbsp;123</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4697.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4697.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4697.html" target="_blank">HTML</a></td><td class="title">Observed DNS Resolution Misbehavior</td><td>M. Larson, P. Barber</td><td>October 2006</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc9520" target="_blank">RFC&nbsp;9520</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4647" target="_blank">RFC&nbsp;4647</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp47" target="_blank">BCP&nbsp;47</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4647.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4647.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4647.html" target="_blank">HTML</a></td><td class="title">Matching of Language Tags</td><td>A. Phillips, Ed., M. Davis, Ed.</td><td>September 2006</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3066" target="_blank">RFC&nbsp;3066</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4646" target="_blank">RFC&nbsp;4646</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4646.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4646.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4646.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4646.html" target="_blank">HTML with inline errata</a></td><td class="special">Tags for Identifying Languages</td><td>A. Phillips, M. Davis</td><td>September 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4646" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3066" target="_blank">RFC&nbsp;3066</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5646" target="_blank">RFC&nbsp;5646</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4632" target="_blank">RFC&nbsp;4632</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp122" target="_blank">BCP&nbsp;122</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4632.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4632.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4632.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4632.html" target="_blank">HTML with inline errata</a></td><td class="title">Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan</td><td>V. Fuller, T. Li</td><td>August 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4632" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1519" target="_blank">RFC&nbsp;1519</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4611" target="_blank">RFC&nbsp;4611</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp121" target="_blank">BCP&nbsp;121</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4611.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4611.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4611.html" target="_blank">HTML</a></td><td class="title">Multicast Source Discovery Protocol (MSDP) Deployment Scenarios</td><td>M. McBride, J. Meylor, D. Meyer</td><td>August 2006</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4608" target="_blank">RFC&nbsp;4608</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp120" target="_blank">BCP&nbsp;120</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4608.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4608.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4608.html" target="_blank">HTML</a></td><td class="title">Source-Specific Protocol Independent Multicast in 232/8</td><td>D. Meyer, R. Rockell, G. Shepherd</td><td>August 2006</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4579" target="_blank">RFC&nbsp;4579</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp119" target="_blank">BCP&nbsp;119</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4579.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4579.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4579.html" target="_blank">HTML</a></td><td class="title">Session Initiation Protocol (SIP) Call Control - Conferencing for User Agents</td><td>A. Johnston, O. Levin</td><td>August 2006</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4521" target="_blank">RFC&nbsp;4521</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp118" target="_blank">BCP&nbsp;118</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4521.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4521.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4521.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4521.html" target="_blank">HTML with inline errata</a></td><td class="title">Considerations for Lightweight Directory Access Protocol (LDAP) Extensions</td><td>K. Zeilenga</td><td>June 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4521" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4520" target="_blank">RFC&nbsp;4520</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp64" target="_blank">BCP&nbsp;64</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4520.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4520.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4520.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4520.html" target="_blank">HTML with inline errata</a></td><td class="title">Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP)</td><td>K. Zeilenga</td><td>June 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4520" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3383" target="_blank">RFC&nbsp;3383</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4497" target="_blank">RFC&nbsp;4497</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp117" target="_blank">BCP&nbsp;117</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4497.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4497.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4497.html" target="_blank">HTML</a></td><td class="title">Interworking between the Session Initiation Protocol (SIP) and QSIG</td><td>J. Elwell, F. Derks, P. Mourot, O. Rousseau</td><td>May 2006</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC&nbsp;8996</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4446" target="_blank">RFC&nbsp;4446</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp116" target="_blank">BCP&nbsp;116</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4446.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4446.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4446.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4446.html" target="_blank">HTML with inline errata</a></td><td class="title">IANA Allocations for Pseudowire Edge to Edge Emulation (PWE3)</td><td>L. Martini</td><td>April 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4446" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4395" target="_blank">RFC&nbsp;4395</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4395.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4395.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4395.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4395.html" target="_blank">HTML with inline errata</a></td><td class="special">Guidelines and Registration Procedures for New URI Schemes</td><td>T. Hansen, T. Hardie, L. Masinter</td><td>February 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4395" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2717" target="_blank">RFC&nbsp;2717</a>, <a href="https://www.rfc-editor.org/info/rfc2718" target="_blank">RFC&nbsp;2718</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7595" target="_blank">RFC&nbsp;7595</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4384" target="_blank">RFC&nbsp;4384</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp114" target="_blank">BCP&nbsp;114</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4384.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4384.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4384.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4384.html" target="_blank">HTML with inline errata</a></td><td class="title">BGP Communities for Data Collection</td><td>D. Meyer</td><td>February 2006</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4384" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4371" target="_blank">RFC&nbsp;4371</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4371.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4371.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4371.html" target="_blank">HTML</a></td><td class="special">BCP 101 Update for IPR Trust</td><td>B. Carpenter, Ed., L. Lynch, Ed.</td><td>January 2006</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8714" target="_blank">RFC&nbsp;8714</a>, Updates <a href="https://www.rfc-editor.org/info/rfc4071" target="_blank">RFC&nbsp;4071</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4333" target="_blank">RFC&nbsp;4333</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4333.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4333.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4333.html" target="_blank">HTML</a></td><td class="special">The IETF Administrative Oversight Committee (IAOC) Member Selection Guidelines and Process</td><td>G. Huston, Ed., B. Wijnen, Ed.</td><td>December 2005</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8711" target="_blank">RFC&nbsp;8711</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4289" target="_blank">RFC&nbsp;4289</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp13" target="_blank">BCP&nbsp;13</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4289.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4289.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4289.html" target="_blank">HTML</a></td><td class="title">Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures</td><td>N. Freed, J. Klensin</td><td>December 2005</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2048" target="_blank">RFC&nbsp;2048</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4288" target="_blank">RFC&nbsp;4288</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4288.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4288.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4288.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4288.html" target="_blank">HTML with inline errata</a></td><td class="special">Media Type Specifications and Registration Procedures</td><td>N. Freed, J. Klensin</td><td>December 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4288" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2048" target="_blank">RFC&nbsp;2048</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc6838" target="_blank">RFC&nbsp;6838</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4222" target="_blank">RFC&nbsp;4222</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp112" target="_blank">BCP&nbsp;112</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4222.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4222.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4222.html" target="_blank">HTML</a></td><td class="title">Prioritized Treatment of Specific OSPF Version 2 Packets and Congestion Avoidance</td><td>G. Choudhury, Ed.</td><td>October 2005</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc9454" target="_blank">RFC&nbsp;9454</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4181" target="_blank">RFC&nbsp;4181</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp111" target="_blank">BCP&nbsp;111</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4181.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4181.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4181.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4181.html" target="_blank">HTML with inline errata</a></td><td class="title">Guidelines for Authors and Reviewers of MIB Documents</td><td>C. Heard, Ed.</td><td>September 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4181" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4841" target="_blank">RFC&nbsp;4841</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4170" target="_blank">RFC&nbsp;4170</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp110" target="_blank">BCP&nbsp;110</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4170.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4170.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4170.html" target="_blank">HTML</a></td><td class="title">Tunneling Multiplexed Compressed RTP (TCRTP)</td><td>B. Thompson, T. Koren, D. Wing</td><td>November 2005</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4159" target="_blank">RFC&nbsp;4159</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp109" target="_blank">BCP&nbsp;109</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4159.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4159.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4159.html" target="_blank">HTML</a></td><td class="title">Deprecation of "ip6.int"</td><td>G. Huston</td><td>August 2005</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4148" target="_blank">RFC&nbsp;4148</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp108" target="_blank">BCP&nbsp;108</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4148.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4148.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4148.html" target="_blank">HTML</a></td><td class="special">IP Performance Metrics (IPPM) Metrics Registry</td><td>E. Stephan</td><td>August 2005</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc6248" target="_blank">RFC&nbsp;6248</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4107" target="_blank">RFC&nbsp;4107</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp107" target="_blank">BCP&nbsp;107</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4107.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4107.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4107.html" target="_blank">HTML</a></td><td class="title">Guidelines for Cryptographic Key Management</td><td>S. Bellovin, R. Housley</td><td>June 2005</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4086" target="_blank">RFC&nbsp;4086</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp106" target="_blank">BCP&nbsp;106</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4086.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4086.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4086.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4086.html" target="_blank">HTML with inline errata</a></td><td class="title">Randomness Requirements for Security</td><td>D. Eastlake 3rd, J. Schiller, S. Crocker</td><td>June 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4086" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1750" target="_blank">RFC&nbsp;1750</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4085" target="_blank">RFC&nbsp;4085</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp105" target="_blank">BCP&nbsp;105</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4085.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4085.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4085.html" target="_blank">HTML</a></td><td class="title">Embedding Globally-Routable Internet Addresses Considered Harmful</td><td>D. Plonka</td><td>June 2005</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4084" target="_blank">RFC&nbsp;4084</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp104" target="_blank">BCP&nbsp;104</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4084.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4084.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4084.html" target="_blank">HTML</a></td><td class="title">Terminology for Describing Internet Connectivity</td><td>J. Klensin</td><td>May 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4084" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4071" target="_blank">RFC&nbsp;4071</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4071.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4071.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4071.html" target="_blank">HTML</a></td><td class="special">Structure of the IETF Administrative Support Activity (IASA)</td><td>R. Austein, Ed., B. Wijnen, Ed.</td><td>April 2005</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8711" target="_blank">RFC&nbsp;8711</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4371" target="_blank">RFC&nbsp;4371</a>, <a href="https://www.rfc-editor.org/info/rfc7691" target="_blank">RFC&nbsp;7691</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4053" target="_blank">RFC&nbsp;4053</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp103" target="_blank">BCP&nbsp;103</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4053.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4053.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4053.html" target="_blank">HTML</a></td><td class="title">Procedures for Handling Liaison Statements to and from the IETF</td><td>S. Trowbridge, S. Bradner, F. Baker</td><td>April 2005</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4052" target="_blank">RFC&nbsp;4052</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp102" target="_blank">BCP&nbsp;102</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc4052.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4052.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4052.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc4052.html" target="_blank">HTML with inline errata</a></td><td class="title">IAB Processes for Management of IETF Liaison Relationships</td><td>L. Daigle, Ed., Internet Architecture Board</td><td>April 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc4052" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4020" target="_blank">RFC&nbsp;4020</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4020.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4020.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4020.html" target="_blank">HTML</a></td><td class="special"> Early IANA Allocation of Standards Track Code Points </td><td>K. Kompella, A. Zinin</td><td>February 2005</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7120" target="_blank">RFC&nbsp;7120</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3979" target="_blank">RFC&nbsp;3979</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3979.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3979.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3979.html" target="_blank">HTML</a></td><td class="special">Intellectual Property Rights in IETF Technology </td><td>S. Bradner, Ed.</td><td>March 2005</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3668" target="_blank">RFC&nbsp;3668</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8179" target="_blank">RFC&nbsp;8179</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a>, <a href="https://www.rfc-editor.org/info/rfc2028" target="_blank">RFC&nbsp;2028</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4879" target="_blank">RFC&nbsp;4879</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3978" target="_blank">RFC&nbsp;3978</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3978.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3978.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3978.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3978.html" target="_blank">HTML with inline errata</a></td><td class="special"> IETF Rights in Contributions </td><td>S. Bradner, Ed.</td><td>March 2005</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3978" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc3667" target="_blank">RFC&nbsp;3667</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5378" target="_blank">RFC&nbsp;5378</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4748" target="_blank">RFC&nbsp;4748</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3969" target="_blank">RFC&nbsp;3969</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp99" target="_blank">BCP&nbsp;99</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3969.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3969.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3969.html" target="_blank">HTML</a></td><td class="title"> The Internet Assigned Number Authority (IANA) Uniform Resource Identifier (URI) Parameter Registry for the Session Initiation Protocol (SIP) </td><td>G. Camarillo</td><td>December 2004</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3427" target="_blank">RFC&nbsp;3427</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5727" target="_blank">RFC&nbsp;5727</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3968" target="_blank">RFC&nbsp;3968</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp98" target="_blank">BCP&nbsp;98</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3968.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3968.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3968.html" target="_blank">HTML</a></td><td class="title"> The Internet Assigned Number Authority (IANA) Header Field Parameter Registry for the Session Initiation Protocol (SIP) </td><td>G. Camarillo</td><td>December 2004</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3427" target="_blank">RFC&nbsp;3427</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3967" target="_blank">RFC&nbsp;3967</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp97" target="_blank">BCP&nbsp;97</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3967.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3967.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3967.html" target="_blank">HTML</a></td><td class="title"> Clarifying when Standards Track Documents may Refer Normatively to Documents at a Lower Level </td><td>R. Bush, T. Narten</td><td>December 2004</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3967" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4897" target="_blank">RFC&nbsp;4897</a>, <a href="https://www.rfc-editor.org/info/rfc8067" target="_blank">RFC&nbsp;8067</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3936" target="_blank">RFC&nbsp;3936</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp96" target="_blank">BCP&nbsp;96</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3936.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3936.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3936.html" target="_blank">HTML</a></td><td class="title"> Procedures for Modifying the Resource reSerVation Protocol (RSVP) </td><td>K. Kompella, J. Lang</td><td>October 2004</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc3209" target="_blank">RFC&nbsp;3209</a>, <a href="https://www.rfc-editor.org/info/rfc2205" target="_blank">RFC&nbsp;2205</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3935" target="_blank">RFC&nbsp;3935</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp95" target="_blank">BCP&nbsp;95</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3935.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3935.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3935.html" target="_blank">HTML</a></td><td class="title"> A Mission Statement for the IETF </td><td>H. Alvestrand</td><td>October 2004</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3935" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3934" target="_blank">RFC&nbsp;3934</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp25" target="_blank">BCP&nbsp;25</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3934.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3934.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3934.html" target="_blank">HTML</a></td><td class="title"> Updates to RFC 2418 Regarding the Management of IETF Mailing Lists </td><td>M. Wasserman</td><td>October 2004</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2418" target="_blank">RFC&nbsp;2418</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3933" target="_blank">RFC&nbsp;3933</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp93" target="_blank">BCP&nbsp;93</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3933.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3933.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3933.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3933.html" target="_blank">HTML with inline errata</a></td><td class="title"> A Model for IETF Process Experiments </td><td>J. Klensin, S. Dawkins</td><td>November 2004</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3933" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3932" target="_blank">RFC&nbsp;3932</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3932.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3932.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3932.html" target="_blank">HTML</a></td><td class="special">The IESG and RFC Editor Documents: Procedures </td><td>H. Alvestrand</td><td>October 2004</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5742" target="_blank">RFC&nbsp;5742</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a>, <a href="https://www.rfc-editor.org/info/rfc3710" target="_blank">RFC&nbsp;3710</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3901" target="_blank">RFC&nbsp;3901</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp91" target="_blank">BCP&nbsp;91</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3901.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3901.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3901.html" target="_blank">HTML</a></td><td class="title"> DNS IPv6 Transport Operational Guidelines </td><td>A. Durand, J. Ihren</td><td>September 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3864" target="_blank">RFC&nbsp;3864</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp90" target="_blank">BCP&nbsp;90</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3864.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3864.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3864.html" target="_blank">HTML</a></td><td class="title"> Registration Procedures for Message Header Fields </td><td>G. Klyne, M. Nottingham, J. Mogul</td><td>September 2004</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc9110" target="_blank">RFC&nbsp;9110</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3819" target="_blank">RFC&nbsp;3819</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp89" target="_blank">BCP&nbsp;89</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3819.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3819.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3819.html" target="_blank">HTML</a></td><td class="title"> Advice for Internet Subnetwork Designers </td><td>P. Karn, Ed., C. Bormann, G. Fairhurst, D. Grossman, R. Ludwig, J. Mahdavi, G. Montenegro, J. Touch, L. Wood</td><td>July 2004</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3819" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc9599" target="_blank">RFC&nbsp;9599</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3818" target="_blank">RFC&nbsp;3818</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp88" target="_blank">BCP&nbsp;88</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3818.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3818.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3818.html" target="_blank">HTML</a></td><td class="title"> IANA Considerations for the Point-to-Point Protocol (PPP) </td><td>V. Schryver</td><td>June 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3785" target="_blank">RFC&nbsp;3785</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp87" target="_blank">BCP&nbsp;87</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3785.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3785.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3785.html" target="_blank">HTML</a></td><td class="title"> Use of Interior Gateway Protocol (IGP) Metric as a second MPLS Traffic Engineering (TE) Metric </td><td>F. Le Faucheur, R. Uppili, A. Vedrenne, P. Merckx, T. Telkamp</td><td>May 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3777" target="_blank">RFC&nbsp;3777</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3777.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3777.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3777.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3777.html" target="_blank">HTML with inline errata</a></td><td class="special">IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees </td><td>J. Galvin, Ed.</td><td>June 2004</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3777" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2727" target="_blank">RFC&nbsp;2727</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7437" target="_blank">RFC&nbsp;7437</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5078" target="_blank">RFC&nbsp;5078</a>, <a href="https://www.rfc-editor.org/info/rfc5633" target="_blank">RFC&nbsp;5633</a>, <a href="https://www.rfc-editor.org/info/rfc5680" target="_blank">RFC&nbsp;5680</a>, <a href="https://www.rfc-editor.org/info/rfc6859" target="_blank">RFC&nbsp;6859</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3766" target="_blank">RFC&nbsp;3766</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp86" target="_blank">BCP&nbsp;86</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3766.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3766.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3766.html" target="_blank">HTML</a></td><td class="title"> Determining Strengths For Public Keys Used For Exchanging Symmetric Keys </td><td>H. Orman, P. Hoffman</td><td>April 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3725" target="_blank">RFC&nbsp;3725</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp85" target="_blank">BCP&nbsp;85</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3725.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3725.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3725.html" target="_blank">HTML</a></td><td class="title"> Best Current Practices for Third Party Call Control (3pcc) in the Session Initiation Protocol (SIP) </td><td>J. Rosenberg, J. Peterson, H. Schulzrinne, G. Camarillo</td><td>April 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3704" target="_blank">RFC&nbsp;3704</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp84" target="_blank">BCP&nbsp;84</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3704.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3704.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3704.html" target="_blank">HTML</a></td><td class="title">Ingress Filtering for Multihomed Networks </td><td>F. Baker, P. Savola</td><td>March 2004</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2827" target="_blank">RFC&nbsp;2827</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8704" target="_blank">RFC&nbsp;8704</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3692" target="_blank">RFC&nbsp;3692</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp82" target="_blank">BCP&nbsp;82</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3692.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3692.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3692.html" target="_blank">HTML</a></td><td class="title"> Assigning Experimental and Testing Numbers Considered Useful </td><td>T. Narten</td><td>January 2004</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc2434" target="_blank">RFC&nbsp;2434</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3688" target="_blank">RFC&nbsp;3688</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp81" target="_blank">BCP&nbsp;81</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3688.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3688.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3688.html" target="_blank">HTML</a></td><td class="title"> The IETF XML Registry </td><td>M. Mealling</td><td>January 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3683" target="_blank">RFC&nbsp;3683</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp83" target="_blank">BCP&nbsp;83</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3683.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3683.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3683.html" target="_blank">HTML</a></td><td class="title">A Practice for Revoking Posting Rights to IETF Mailing Lists </td><td>M. Rose</td><td>March 2004</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc9245" target="_blank">RFC&nbsp;9245</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3681" target="_blank">RFC&nbsp;3681</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp80" target="_blank">BCP&nbsp;80</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3681.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3681.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3681.html" target="_blank">HTML</a></td><td class="title"> Delegation of E.F.F.3.IP6.ARPA </td><td>R. Bush, R. Fink</td><td>January 2004</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3677" target="_blank">RFC&nbsp;3677</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp77" target="_blank">BCP&nbsp;77</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3677.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3677.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3677.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3677.html" target="_blank">HTML with inline errata</a></td><td class="title"> IETF ISOC Board of Trustee Appointment Procedures </td><td>L. Daigle, Ed., Internet Architecture Board</td><td>December 2003</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3677" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3668" target="_blank">RFC&nbsp;3668</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3668.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3668.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3668.html" target="_blank">HTML</a></td><td class="special"> Intellectual Property Rights in IETF Technology </td><td>S. Bradner</td><td>February 2004</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc3979" target="_blank">RFC&nbsp;3979</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a>, <a href="https://www.rfc-editor.org/info/rfc2028" target="_blank">RFC&nbsp;2028</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3667" target="_blank">RFC&nbsp;3667</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3667.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3667.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3667.html" target="_blank">HTML</a></td><td class="special"> IETF Rights in Contributions </td><td> S. Bradner</td><td>February 2004</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc3978" target="_blank">RFC&nbsp;3978</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3666" target="_blank">RFC&nbsp;3666</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp76" target="_blank">BCP&nbsp;76</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3666.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3666.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3666.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3666.html" target="_blank">HTML with inline errata</a></td><td class="title"> Session Initiation Protocol (SIP) Public Switched Telephone Network (PSTN) Call Flows </td><td> A. Johnston, S. Donovan, R. Sparks, C. Cunningham, K. Summers</td><td>December 2003</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3666" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3665" target="_blank">RFC&nbsp;3665</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp75" target="_blank">BCP&nbsp;75</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3665.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3665.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3665.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3665.html" target="_blank">HTML with inline errata</a></td><td class="title"> Session Initiation Protocol (SIP) Basic Call Flow Examples </td><td> A. Johnston, S. Donovan, R. Sparks, C. Cunningham, K. Summers</td><td>December 2003</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3665" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3584" target="_blank">RFC&nbsp;3584</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp74" target="_blank">BCP&nbsp;74</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3584.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3584.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3584.html" target="_blank">HTML</a></td><td class="title"> Coexistence between Version 1, Version 2, and Version 3 of the Internet-standard Network Management Framework </td><td> R. Frye, D. Levi, S. Routhier, B. Wijnen</td><td>August 2003</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2576" target="_blank">RFC&nbsp;2576</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3553" target="_blank">RFC&nbsp;3553</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp73" target="_blank">BCP&nbsp;73</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3553.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3553.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3553.html" target="_blank">HTML</a></td><td class="title"> An IETF URN Sub-namespace for Registered Protocol Parameters </td><td> M. Mealling, L. Masinter, T. Hardie, G. Klyne</td><td>June 2003</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3552" target="_blank">RFC&nbsp;3552</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp72" target="_blank">BCP&nbsp;72</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3552.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3552.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3552.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3552.html" target="_blank">HTML with inline errata</a></td><td class="title"> Guidelines for Writing RFC Text on Security Considerations </td><td>E. Rescorla, B. Korver</td><td>July 2003</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3552" target="_blank">Errata</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/rfc9416" target="_blank">RFC&nbsp;9416</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3481" target="_blank">RFC&nbsp;3481</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp71" target="_blank">BCP&nbsp;71</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3481.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3481.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3481.html" target="_blank">HTML</a></td><td class="title"> TCP over Second (2.5G) and Third (3G) Generation Wireless Networks </td><td>H. Inamura, Ed., G. Montenegro, Ed., R. Ludwig, A. Gurtov, F. Khafizov</td><td>February 2003</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3470" target="_blank">RFC&nbsp;3470</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp70" target="_blank">BCP&nbsp;70</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3470.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3470.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3470.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3470.html" target="_blank">HTML with inline errata</a></td><td class="title"> Guidelines for the Use of Extensible Markup Language (XML) within IETF Protocols </td><td>S. Hollenbeck, M. Rose, L. Masinter</td><td>January 2003</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3470" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC&nbsp;8996</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3449" target="_blank">RFC&nbsp;3449</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp69" target="_blank">BCP&nbsp;69</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3449.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3449.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3449.html" target="_blank">HTML</a></td><td class="title"> TCP Performance Implications of Network Path Asymmetry </td><td>H. Balakrishnan, V. Padmanabhan, G. Fairhurst, M. Sooriyabandara</td><td>December 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3438" target="_blank">RFC&nbsp;3438</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp68" target="_blank">BCP&nbsp;68</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3438.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3438.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3438.html" target="_blank">HTML</a></td><td class="title"> Layer Two Tunneling Protocol (L2TP) Internet Assigned Numbers Authority (IANA) Considerations Update </td><td>W. Townsley</td><td>December 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3427" target="_blank">RFC&nbsp;3427</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3427.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3427.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3427.html" target="_blank">HTML</a></td><td class="special"> Change Process for the Session Initiation Protocol (SIP) </td><td>A. Mankin, S. Bradner, R. Mahy, D. Willis, J. Ott, B. Rosen</td><td>December 2002</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5727" target="_blank">RFC&nbsp;5727</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3968" target="_blank">RFC&nbsp;3968</a>, <a href="https://www.rfc-editor.org/info/rfc3969" target="_blank">RFC&nbsp;3969</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3406" target="_blank">RFC&nbsp;3406</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3406.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3406.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3406.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3406.html" target="_blank">HTML with inline errata</a></td><td class="special"> Uniform Resource Names (URN) Namespace Definition Mechanisms </td><td>L. Daigle, D. van Gulik, R. Iannella, P. Faltstrom</td><td>October 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3406" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2611" target="_blank">RFC&nbsp;2611</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc8141" target="_blank">RFC&nbsp;8141</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3405" target="_blank">RFC&nbsp;3405</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp65" target="_blank">BCP&nbsp;65</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3405.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3405.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3405.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3405.html" target="_blank">HTML with inline errata</a></td><td class="title"> Dynamic Delegation Discovery System (DDDS) Part Five: URI.ARPA Assignment Procedures </td><td>M. Mealling</td><td>October 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3405" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8958" target="_blank">RFC&nbsp;8958</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3383" target="_blank">RFC&nbsp;3383</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3383.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3383.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3383.html" target="_blank">HTML</a></td><td class="special"> Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP) </td><td>K. Zeilenga</td><td>September 2002</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc4520" target="_blank">RFC&nbsp;4520</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3372" target="_blank">RFC&nbsp;3372</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp63" target="_blank">BCP&nbsp;63</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3372.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3372.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3372.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3372.html" target="_blank">HTML with inline errata</a></td><td class="title"> Session Initiation Protocol for Telephones (SIP-T): Context and Architectures </td><td>A. Vemuri, J. Peterson</td><td>September 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3372" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3366" target="_blank">RFC&nbsp;3366</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp62" target="_blank">BCP&nbsp;62</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3366.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3366.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3366.html" target="_blank">HTML</a></td><td class="title"> Advice to link designers on link Automatic Repeat reQuest (ARQ) </td><td>G. Fairhurst, L. Wood</td><td>August 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3365" target="_blank">RFC&nbsp;3365</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp61" target="_blank">BCP&nbsp;61</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3365.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3365.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3365.html" target="_blank">HTML</a></td><td class="title"> Strong Security Requirements for Internet Engineering Task Force Standard Protocols </td><td> J. Schiller</td><td>August 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3360" target="_blank">RFC&nbsp;3360</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp60" target="_blank">BCP&nbsp;60</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3360.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3360.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3360.html" target="_blank">HTML</a></td><td class="title"> Inappropriate TCP Resets Considered Harmful </td><td> S. Floyd</td><td>August 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3349" target="_blank">RFC&nbsp;3349</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp59" target="_blank">BCP&nbsp;59</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3349.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3349.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3349.html" target="_blank">HTML</a></td><td class="title"> A Transient Prefix for Identifying Profiles under Development by the Working Groups of the Internet Engineering Task Force </td><td>M. Rose</td><td>July 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3233" target="_blank">RFC&nbsp;3233</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp58" target="_blank">BCP&nbsp;58</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3233.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3233.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3233.html" target="_blank">HTML</a></td><td class="title"> Defining the IETF </td><td> P. Hoffman, S. Bradner</td><td>February 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3228" target="_blank">RFC&nbsp;3228</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp57" target="_blank">BCP&nbsp;57</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3228.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3228.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3228.html" target="_blank">HTML</a></td><td class="title"> IANA Considerations for IPv4 Internet Group Management Protocol (IGMP) </td><td> B. Fenner</td><td>February 2002</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3227" target="_blank">RFC&nbsp;3227</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp55" target="_blank">BCP&nbsp;55</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3227.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3227.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3227.html" target="_blank">HTML</a></td><td class="title"> Guidelines for Evidence Collection and Archiving </td><td> D. Brezinski, T. Killalea</td><td>February 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3227" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3205" target="_blank">RFC&nbsp;3205</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3205.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3205.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3205.html" target="_blank">HTML</a></td><td class="special"> On the use of HTTP as a Substrate </td><td>K. Moore</td><td>February 2002</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3205" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9205" target="_blank">RFC&nbsp;9205</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3184" target="_blank">RFC&nbsp;3184</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3184.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3184.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3184.html" target="_blank">HTML</a></td><td class="special"> IETF Guidelines for Conduct </td><td>S. Harris</td><td>October 2001</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7154" target="_blank">RFC&nbsp;7154</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3180" target="_blank">RFC&nbsp;3180</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp53" target="_blank">BCP&nbsp;53</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3180.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3180.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3180.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3180.html" target="_blank">HTML with inline errata</a></td><td class="title"> GLOP Addressing in 233/8 </td><td> D. Meyer, P. Lothberg</td><td>September 2001</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3180" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2770" target="_blank">RFC&nbsp;2770</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3172" target="_blank">RFC&nbsp;3172</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp52" target="_blank">BCP&nbsp;52</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3172.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3172.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3172.html" target="_blank">HTML</a></td><td class="title"> Management Guidelines & Operational Requirements for the Address and Routing Parameter Area Domain ("arpa") </td><td>G. Huston, Ed.</td><td>September 2001</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc9120" target="_blank">RFC&nbsp;9120</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3171" target="_blank">RFC&nbsp;3171</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3171.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3171.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3171.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3171.html" target="_blank">HTML with inline errata</a></td><td class="special"> IANA Guidelines for IPv4 Multicast Address Assignments </td><td>Z. Albanna, K. Almeroth, D. Meyer, M. Schipper</td><td>August 2001</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3171" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5771" target="_blank">RFC&nbsp;5771</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3155" target="_blank">RFC&nbsp;3155</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp50" target="_blank">BCP&nbsp;50</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3155.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3155.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3155.html" target="_blank">HTML</a></td><td class="title"> End-to-end Performance Implications of Links with Errors </td><td> S. Dawkins, G. Montenegro, M. Kojo, V. Magret, N. Vaidya</td><td>August 2001</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3152" target="_blank">RFC&nbsp;3152</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp49" target="_blank">BCP&nbsp;49</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3152.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3152.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3152.html" target="_blank">HTML</a></td><td class="special"> Delegation of IP6.ARPA </td><td> R. Bush</td><td>August 2001</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc3596" target="_blank">RFC&nbsp;3596</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2874" target="_blank">RFC&nbsp;2874</a>, <a href="https://www.rfc-editor.org/info/rfc2772" target="_blank">RFC&nbsp;2772</a>, <a href="https://www.rfc-editor.org/info/rfc2766" target="_blank">RFC&nbsp;2766</a>, <a href="https://www.rfc-editor.org/info/rfc2553" target="_blank">RFC&nbsp;2553</a>, <a href="https://www.rfc-editor.org/info/rfc1886" target="_blank">RFC&nbsp;1886</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3150" target="_blank">RFC&nbsp;3150</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp48" target="_blank">BCP&nbsp;48</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3150.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3150.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3150.html" target="_blank">HTML</a></td><td class="title"> End-to-end Performance Implications of Slow Links </td><td> S. Dawkins, G. Montenegro, M. Kojo, V. Magret</td><td>July 2001</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3066" target="_blank">RFC&nbsp;3066</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3066.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3066.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3066.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc3066.html" target="_blank">HTML with inline errata</a></td><td class="special"> Tags for the Identification of Languages </td><td> H. Alvestrand</td><td>January 2001</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc3066" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1766" target="_blank">RFC&nbsp;1766</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc4646" target="_blank">RFC&nbsp;4646</a>, <a href="https://www.rfc-editor.org/info/rfc4647" target="_blank">RFC&nbsp;4647</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3013" target="_blank">RFC&nbsp;3013</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp46" target="_blank">BCP&nbsp;46</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc3013.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3013.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3013.html" target="_blank">HTML</a></td><td class="title"> Recommended Internet Service Provider Security Services and Procedures </td><td> T. Killalea</td><td>November 2000</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3005" target="_blank">RFC&nbsp;3005</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3005.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3005.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3005.html" target="_blank">HTML</a></td><td class="special">IETF Discussion List Charter </td><td>S. Harris</td><td>November 2000</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9245" target="_blank">RFC&nbsp;9245</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8717" target="_blank">RFC&nbsp;8717</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2978" target="_blank">RFC&nbsp;2978</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp19" target="_blank">BCP&nbsp;19</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2978.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2978.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2978.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2978.html" target="_blank">HTML with inline errata</a></td><td class="title"> IANA Charset Registration Procedures </td><td> N. Freed, J. Postel</td><td>October 2000</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2978" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2278" target="_blank">RFC&nbsp;2278</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2964" target="_blank">RFC&nbsp;2964</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp44" target="_blank">BCP&nbsp;44</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2964.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2964.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2964.html" target="_blank">HTML</a></td><td class="title"> Use of HTTP State Management </td><td> K. Moore, N. Freed</td><td>October 2000</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2939" target="_blank">RFC&nbsp;2939</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp43" target="_blank">BCP&nbsp;43</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2939.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2939.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2939.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2939.html" target="_blank">HTML with inline errata</a></td><td class="title"> Procedures and IANA Guidelines for Definition of New DHCP Options and Message Types </td><td>R. Droms</td><td>September 2000</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2939" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2489" target="_blank">RFC&nbsp;2489</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2929" target="_blank">RFC&nbsp;2929</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2929.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2929.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2929.html" target="_blank">HTML</a></td><td class="special"> Domain Name System (DNS) IANA Considerations </td><td>D. Eastlake 3rd, E. Brunner-Williams, B. Manning</td><td>September 2000</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5395" target="_blank">RFC&nbsp;5395</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2914" target="_blank">RFC&nbsp;2914</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp41" target="_blank">BCP&nbsp;41</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2914.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2914.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2914.html" target="_blank">HTML</a></td><td class="title">Congestion Control Principles </td><td>S. Floyd</td><td>September 2000</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc7141" target="_blank">RFC&nbsp;7141</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2870" target="_blank">RFC&nbsp;2870</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2870.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2870.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2870.html" target="_blank">HTML</a></td><td class="special"> Root Name Server Operational Requirements </td><td>R. Bush, D. Karrenberg, M. Kosters, R. Plzak</td><td>June 2000</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2010" target="_blank">RFC&nbsp;2010</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc7720" target="_blank">RFC&nbsp;7720</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2850" target="_blank">RFC&nbsp;2850</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp39" target="_blank">BCP&nbsp;39</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2850.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2850.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2850.html" target="_blank">HTML</a></td><td class="title"> Charter of the Internet Architecture Board (IAB) </td><td>Internet Architecture Board, B. Carpenter, Ed.</td><td>May 2000</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1601" target="_blank">RFC&nbsp;1601</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc9283" target="_blank">RFC&nbsp;9283</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2827" target="_blank">RFC&nbsp;2827</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp38" target="_blank">BCP&nbsp;38</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2827.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2827.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2827.html" target="_blank">HTML</a></td><td class="title"> Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing </td><td>P. Ferguson, D. Senie</td><td>May 2000</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2827" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc2267" target="_blank">RFC&nbsp;2267</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3704" target="_blank">RFC&nbsp;3704</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2780" target="_blank">RFC&nbsp;2780</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp37" target="_blank">BCP&nbsp;37</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2780.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2780.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2780.html" target="_blank">HTML</a></td><td class="title"> IANA Allocation Guidelines For Values In the Internet Protocol and Related Headers </td><td>S. Bradner, V. Paxson</td><td>March 2000</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc4443" target="_blank">RFC&nbsp;4443</a>, <a href="https://www.rfc-editor.org/info/rfc5237" target="_blank">RFC&nbsp;5237</a>, <a href="https://www.rfc-editor.org/info/rfc5771" target="_blank">RFC&nbsp;5771</a>, <a href="https://www.rfc-editor.org/info/rfc6335" target="_blank">RFC&nbsp;6335</a>, <a href="https://www.rfc-editor.org/info/rfc7045" target="_blank">RFC&nbsp;7045</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2736" target="_blank">RFC&nbsp;2736</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp36" target="_blank">BCP&nbsp;36</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2736.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2736.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2736.html" target="_blank">HTML</a></td><td class="title"> Guidelines for Writers of RTP Payload Format Specifications </td><td>M. Handley, C. Perkins</td><td>December 1999</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc8088" target="_blank">RFC&nbsp;8088</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2727" target="_blank">RFC&nbsp;2727</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2727.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2727.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2727.html" target="_blank">HTML</a></td><td class="special"> IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees </td><td> J. Galvin</td><td>February 2000</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc2282" target="_blank">RFC&nbsp;2282</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc3777" target="_blank">RFC&nbsp;3777</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2717" target="_blank">RFC&nbsp;2717</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2717.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2717.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2717.html" target="_blank">HTML</a></td><td class="special"> Registration Procedures for URL Scheme Names </td><td>R. Petke, I. King</td><td>November 1999</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc4395" target="_blank">RFC&nbsp;4395</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2644" target="_blank">RFC&nbsp;2644</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp34" target="_blank">BCP&nbsp;34</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2644.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2644.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2644.html" target="_blank">HTML</a></td><td class="title"> Changing the Default for Directed Broadcasts in Routers </td><td> D. Senie</td><td>August 1999</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1812" target="_blank">RFC&nbsp;1812</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2611" target="_blank">RFC&nbsp;2611</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp33" target="_blank">BCP&nbsp;33</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2611.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2611.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2611.html" target="_blank">HTML</a></td><td class="special"> URN Namespace Definition Mechanisms </td><td>L. Daigle, D. van Gulik, R. Iannella, P. Faltstrom</td><td>June 1999</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc3406" target="_blank">RFC&nbsp;3406</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2606" target="_blank">RFC&nbsp;2606</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp32" target="_blank">BCP&nbsp;32</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2606.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2606.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2606.html" target="_blank">HTML</a></td><td class="title"> Reserved Top Level DNS Names </td><td>D. Eastlake 3rd, A. Panitz</td><td>June 1999</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2606" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6761" target="_blank">RFC&nbsp;6761</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2506" target="_blank">RFC&nbsp;2506</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp31" target="_blank">BCP&nbsp;31</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2506.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2506.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2506.html" target="_blank">HTML</a></td><td class="title"> Media Feature Tag Registration Procedure </td><td> K. Holtman, A. Mutz, T. Hardie</td><td>March 1999</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2505" target="_blank">RFC&nbsp;2505</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp30" target="_blank">BCP&nbsp;30</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2505.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2505.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2505.html" target="_blank">HTML</a></td><td class="title"> Anti-Spam Recommendations for SMTP MTAs </td><td> G. Lindberg</td><td>February 1999</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2489" target="_blank">RFC&nbsp;2489</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp29" target="_blank">BCP&nbsp;29</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2489.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2489.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2489.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2489.html" target="_blank">HTML with inline errata</a></td><td class="special"> Procedure for Defining New DHCP Options </td><td> R. Droms</td><td>January 1999</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2489" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2939" target="_blank">RFC&nbsp;2939</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2488" target="_blank">RFC&nbsp;2488</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp28" target="_blank">BCP&nbsp;28</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2488.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2488.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2488.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2488.html" target="_blank">HTML with inline errata</a></td><td class="title"> Enhancing TCP Over Satellite Channels using Standard Mechanisms </td><td> M. Allman, D. Glover, L. Sanchez</td><td>January 1999</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2488" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2438" target="_blank">RFC&nbsp;2438</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp27" target="_blank">BCP&nbsp;27</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2438.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2438.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2438.html" target="_blank">HTML</a></td><td class="title"> Advancement of MIB specifications on the IETF Standards Track </td><td> M. O'Dell, H. Alvestrand, B. Wijnen, S. Bradner</td><td>October 1998</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2434" target="_blank">RFC&nbsp;2434</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2434.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2434.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2434.html" target="_blank">HTML</a></td><td class="special"> Guidelines for Writing an IANA Considerations Section in RFCs </td><td>T. Narten, H. Alvestrand</td><td>October 1998</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5226" target="_blank">RFC&nbsp;5226</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3692" target="_blank">RFC&nbsp;3692</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2418" target="_blank">RFC&nbsp;2418</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp25" target="_blank">BCP&nbsp;25</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2418.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2418.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2418.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2418.html" target="_blank">HTML with inline errata</a></td><td class="title">IETF Working Group Guidelines and Procedures </td><td>S. Bradner</td><td>September 1998</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2418" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1603" target="_blank">RFC&nbsp;1603</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3934" target="_blank">RFC&nbsp;3934</a>, <a href="https://www.rfc-editor.org/info/rfc7475" target="_blank">RFC&nbsp;7475</a>, <a href="https://www.rfc-editor.org/info/rfc7776" target="_blank">RFC&nbsp;7776</a>, <a href="https://www.rfc-editor.org/info/rfc8717" target="_blank">RFC&nbsp;8717</a>, <a href="https://www.rfc-editor.org/info/rfc9141" target="_blank">RFC&nbsp;9141</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2379" target="_blank">RFC&nbsp;2379</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp24" target="_blank">BCP&nbsp;24</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2379.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2379.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2379.html" target="_blank">HTML</a></td><td class="title"> RSVP over ATM Implementation Guidelines </td><td> L. Berger</td><td>August 1998</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2365" target="_blank">RFC&nbsp;2365</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp23" target="_blank">BCP&nbsp;23</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2365.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2365.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2365.html" target="_blank">HTML</a></td><td class="title"> Administratively Scoped IP Multicast </td><td> D. Meyer</td><td>July 1998</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2360" target="_blank">RFC&nbsp;2360</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp22" target="_blank">BCP&nbsp;22</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2360.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2360.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2360.html" target="_blank">HTML</a></td><td class="title"> Guide for Internet Standards Writers </td><td> G. Scott</td><td>June 1998</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2350" target="_blank">RFC&nbsp;2350</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp21" target="_blank">BCP&nbsp;21</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2350.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2350.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2350.html" target="_blank">HTML</a></td><td class="title"> Expectations for Computer Security Incident Response </td><td> N. Brownlee, E. Guttman</td><td>June 1998</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2350" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2317" target="_blank">RFC&nbsp;2317</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp20" target="_blank">BCP&nbsp;20</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2317.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2317.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2317.html" target="_blank">HTML</a></td><td class="title"> Classless IN-ADDR.ARPA delegation </td><td> H. Eidnes, G. de Groot, P. Vixie</td><td>March 1998</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2317" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2277" target="_blank">RFC&nbsp;2277</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp18" target="_blank">BCP&nbsp;18</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2277.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2277.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2277.html" target="_blank">HTML</a></td><td class="title"> IETF Policy on Character Sets and Languages </td><td> H. Alvestrand</td><td>January 1998</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2277" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2219" target="_blank">RFC&nbsp;2219</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp17" target="_blank">BCP&nbsp;17</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2219.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2219.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2219.html" target="_blank">HTML</a></td><td class="title"> Use of DNS Aliases for Network Services </td><td> M. Hamilton, R. Wright</td><td>October 1997</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2182" target="_blank">RFC&nbsp;2182</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp16" target="_blank">BCP&nbsp;16</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2182.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2182.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2182.html" target="_blank">HTML</a></td><td class="title"> Selection and Operation of Secondary DNS Servers </td><td> R. Elz, R. Bush, S. Bradner, M. Patton</td><td>July 1997</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2182" target="_blank">Errata</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2148" target="_blank">RFC&nbsp;2148</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp15" target="_blank">BCP&nbsp;15</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2148.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2148.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2148.html" target="_blank">HTML</a></td><td class="title"> Deployment of the Internet White Pages Service </td><td> H. Alvestrand, P. Jurg</td><td>September 1997</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2119" target="_blank">RFC&nbsp;2119</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp14" target="_blank">BCP&nbsp;14</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2119.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2119.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2119.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2119.html" target="_blank">HTML with inline errata</a></td><td class="title">Key words for use in RFCs to Indicate Requirement Levels </td><td>S. Bradner</td><td>March 1997</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2119" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8174" target="_blank">RFC&nbsp;8174</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2048" target="_blank">RFC&nbsp;2048</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2048.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2048.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2048.html" target="_blank">HTML</a></td><td class="special"> Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures </td><td> N. Freed, J. Klensin, J. Postel</td><td>November 1996</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1521" target="_blank">RFC&nbsp;1521</a>, <a href="https://www.rfc-editor.org/info/rfc1522" target="_blank">RFC&nbsp;1522</a>, <a href="https://www.rfc-editor.org/info/rfc1590" target="_blank">RFC&nbsp;1590</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc4288" target="_blank">RFC&nbsp;4288</a>, <a href="https://www.rfc-editor.org/info/rfc4289" target="_blank">RFC&nbsp;4289</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3023" target="_blank">RFC&nbsp;3023</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2028" target="_blank">RFC&nbsp;2028</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2028.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2028.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2028.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2028.html" target="_blank">HTML with inline errata</a></td><td class="special">The Organizations Involved in the IETF Standards Process </td><td>R. Hovey, S. Bradner</td><td>October 1996</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2028" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc9281" target="_blank">RFC&nbsp;9281</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3668" target="_blank">RFC&nbsp;3668</a>, <a href="https://www.rfc-editor.org/info/rfc3979" target="_blank">RFC&nbsp;3979</a>, <a href="https://www.rfc-editor.org/info/rfc8717" target="_blank">RFC&nbsp;8717</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2026" target="_blank">RFC&nbsp;2026</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp9" target="_blank">BCP&nbsp;9</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2026.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2026.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2026.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc2026.html" target="_blank">HTML with inline errata</a></td><td class="title"> The Internet Standards Process -- Revision 3 </td><td>S. Bradner</td><td>October 1996</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2026" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1602" target="_blank">RFC&nbsp;1602</a>, <a href="https://www.rfc-editor.org/info/rfc1871" target="_blank">RFC&nbsp;1871</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc3667" target="_blank">RFC&nbsp;3667</a>, <a href="https://www.rfc-editor.org/info/rfc3668" target="_blank">RFC&nbsp;3668</a>, <a href="https://www.rfc-editor.org/info/rfc3932" target="_blank">RFC&nbsp;3932</a>, <a href="https://www.rfc-editor.org/info/rfc3978" target="_blank">RFC&nbsp;3978</a>, <a href="https://www.rfc-editor.org/info/rfc3979" target="_blank">RFC&nbsp;3979</a>, <a href="https://www.rfc-editor.org/info/rfc5378" target="_blank">RFC&nbsp;5378</a>, <a href="https://www.rfc-editor.org/info/rfc5657" target="_blank">RFC&nbsp;5657</a>, <a href="https://www.rfc-editor.org/info/rfc5742" target="_blank">RFC&nbsp;5742</a>, <a href="https://www.rfc-editor.org/info/rfc6410" target="_blank">RFC&nbsp;6410</a>, <a href="https://www.rfc-editor.org/info/rfc7100" target="_blank">RFC&nbsp;7100</a>, <a href="https://www.rfc-editor.org/info/rfc7127" target="_blank">RFC&nbsp;7127</a>, <a href="https://www.rfc-editor.org/info/rfc7475" target="_blank">RFC&nbsp;7475</a>, <a href="https://www.rfc-editor.org/info/rfc8179" target="_blank">RFC&nbsp;8179</a>, <a href="https://www.rfc-editor.org/info/rfc8789" target="_blank">RFC&nbsp;8789</a>, <a href="https://www.rfc-editor.org/info/rfc9282" target="_blank">RFC&nbsp;9282</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2014" target="_blank">RFC&nbsp;2014</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp8" target="_blank">BCP&nbsp;8</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2014.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2014.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2014.html" target="_blank">HTML</a></td><td class="title"> IRTF Research Group Guidelines and Procedures </td><td>A. Weinrib, J. Postel</td><td>October 1996</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2008" target="_blank">RFC&nbsp;2008</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp7" target="_blank">BCP&nbsp;7</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc2008.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2008.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2008.html" target="_blank">HTML</a></td><td class="title"> Implications of Various Address Allocation Policies for Internet Routing </td><td> Y. Rekhter, T. Li</td><td>October 1996</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1984" target="_blank">RFC&nbsp;1984</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp200" target="_blank">BCP&nbsp;200</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1984.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1984.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1984.html" target="_blank">HTML</a></td><td class="title">IAB and IESG Statement on Cryptographic Technology and the Internet </td><td>IAB, IESG</td><td>August 1996</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice (changed from Informational <a href="https://mailarchive.ietf.org/arch/msg/ietf-announce/FXpz3-UELhF7S5kBxXvTrRDXSgs"target="_blank">September 2015</a>)</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1930" target="_blank">RFC&nbsp;1930</a> part&nbsp;of&nbsp;<a href="https://www.rfc-editor.org/info/bcp6" target="_blank">BCP&nbsp;6</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1930.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1930.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1930.html" target="_blank">HTML</a></td><td class="title"> Guidelines for creation, selection, and registration of an Autonomous System (AS) </td><td>J. Hawkinson, T. Bates</td><td>March 1996</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc6996" target="_blank">RFC&nbsp;6996</a>, <a href="https://www.rfc-editor.org/info/rfc7300" target="_blank">RFC&nbsp;7300</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1918" target="_blank">RFC&nbsp;1918</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp5" target="_blank">BCP&nbsp;5</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1918.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1918.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1918.html" target="_blank">HTML</a></td><td class="title"> Address Allocation for Private Internets </td><td>Y. Rekhter, B. Moskowitz, D. Karrenberg, G. J. de Groot, E. Lear</td><td>February 1996</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1918" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1627" target="_blank">RFC&nbsp;1627</a>, <a href="https://www.rfc-editor.org/info/rfc1597" target="_blank">RFC&nbsp;1597</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6761" target="_blank">RFC&nbsp;6761</a></td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1917" target="_blank">RFC&nbsp;1917</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp4" target="_blank">BCP&nbsp;4</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1917.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1917.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1917.html" target="_blank">HTML</a></td><td class="title"> An Appeal to the Internet Community to Return Unused IP Networks (Prefixes) to the IANA </td><td> P. Nesser II</td><td>February 1996</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Best Current Practice</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1915" target="_blank">RFC&nbsp;1915</a> a.k.a.&nbsp;<a href="https://www.rfc-editor.org/info/bcp3" target="_blank">BCP&nbsp;3</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1915.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1915.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1915.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1915.html" target="_blank">HTML with inline errata</a></td><td class="title"> Variance for The PPP Compression Control Protocol and The PPP Encryption Control Protocol </td><td> F. Kastenholz</td><td>February 1996</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1915" target="_blank">Errata</a></td><td>Best Current Practice</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