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: </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 <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 :: <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" 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" checked 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>887 results ( Show <a href='rfc_search_detail.php?page=25&pubstatus[]=Unknown&sortkey=Number&sorting=DESC'>25</a> | <b>All</b> )</p><div class="scrolltable"><table class='gridtable'><tr><th><a href='rfc_search_detail.php?sortkey=Number&sorting=ASC&page=All&pubstatus[]=Unknown'>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[]=Unknown'>Date</a></th><th>More Info</th><th>Status</th></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1128" target="_blank">RFC 1128</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1128.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1128.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1128.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc1128.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc1128.html" target="_blank">HTML</a></td><td class="title"> Measured performance of the Network Time Protocol in the Internet system </td><td> D.L. Mills</td><td>October 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1126" target="_blank">RFC 1126</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1126.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1126.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1126.html" target="_blank">HTML</a></td><td class="title"> Goals and functional requirements for inter-autonomous system routing </td><td> M. Little</td><td>October 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1125" target="_blank">RFC 1125</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1125.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1125.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1125.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc1125.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc1125.html" target="_blank">HTML</a></td><td class="title"> Policy requirements for inter Administrative Domain routing </td><td> D. Estrin</td><td>November 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1124" target="_blank">RFC 1124</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1124.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1124.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1124.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc1124.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc1124.html" target="_blank">HTML</a></td><td class="title"> Policy issues in interconnecting networks </td><td> B.M. Leiner</td><td>September 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1109" target="_blank">RFC 1109</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1109.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1109.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1109.html" target="_blank">HTML</a></td><td class="title"> Report of the second Ad Hoc Network Management Review Group </td><td> V.G. Cerf</td><td>August 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1104" target="_blank">RFC 1104</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1104.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1104.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1104.html" target="_blank">HTML</a></td><td class="title"> Models of policy based routing </td><td> H.W. Braun</td><td>June 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1103" target="_blank">RFC 1103</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1103.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1103.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1103.html" target="_blank">HTML</a></td><td class="special"> Proposed standard for the transmission of IP datagrams over FDDI Networks </td><td> D. Katz</td><td>June 1989</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1188" target="_blank">RFC 1188</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1102" target="_blank">RFC 1102</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1102.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1102.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1102.html" target="_blank">HTML</a></td><td class="title"> Policy routing in Internet protocols </td><td> D.D. Clark</td><td>May 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1101" target="_blank">RFC 1101</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1101.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1101.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1101.html" target="_blank">HTML</a></td><td class="title"> DNS encoding of network names and other types </td><td>P. Mockapetris</td><td>April 1989</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1034" target="_blank">RFC 1034</a>, <a href="https://www.rfc-editor.org/info/rfc1035" target="_blank">RFC 1035</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1098" target="_blank">RFC 1098</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1098.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1098.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1098.html" target="_blank">HTML</a></td><td class="special"> Simple Network Management Protocol (SNMP) </td><td> J.D. Case, M. Fedor, M.L. Schoffstall, J. Davin</td><td>April 1989</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1067" target="_blank">RFC 1067</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1157" target="_blank">RFC 1157</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1097" target="_blank">RFC 1097</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1097.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1097.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1097.html" target="_blank">HTML</a></td><td class="title"> Telnet subliminal-message option </td><td> B. Miller</td><td>1 April 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1095" target="_blank">RFC 1095</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1095.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1095.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1095.html" target="_blank">HTML</a></td><td class="special"> Common Management Information Services and Protocol over TCP/IP (CMOT) </td><td>U.S. Warrier, L. Besaw</td><td>April 1989</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1189" target="_blank">RFC 1189</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1093" target="_blank">RFC 1093</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1093.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1093.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1093.html" target="_blank">HTML</a></td><td class="title"> NSFNET routing architecture </td><td> H.W. Braun</td><td>February 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1092" target="_blank">RFC 1092</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1092.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1092.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1092.html" target="_blank">HTML</a></td><td class="title"> EGP and policy based routing in the new NSFNET backbone </td><td> J. Rekhter</td><td>February 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1090" target="_blank">RFC 1090</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1090.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1090.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1090.html" target="_blank">HTML</a></td><td class="title"> SMTP on X.25 </td><td> R. Ullmann</td><td>February 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1089" target="_blank">RFC 1089</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1089.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1089.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1089.html" target="_blank">HTML</a></td><td class="special"> SNMP over Ethernet </td><td> M. Schoffstall, C. Davin, M. Fedor, J. Case</td><td>February 1989</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc4789" target="_blank">RFC 4789</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1087" target="_blank">RFC 1087</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1087.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1087.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1087.html" target="_blank">HTML</a></td><td class="title"> Ethics and the Internet </td><td> Defense Advanced Research Projects Agency, Internet Activities Board</td><td>January 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1086" target="_blank">RFC 1086</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1086.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1086.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1086.html" target="_blank">HTML</a></td><td class="title"> ISO-TP0 bridge between TCP and X.25 </td><td> J.P. Onions, M.T. Rose</td><td>December 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1085" target="_blank">RFC 1085</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1085.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1085.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1085.html" target="_blank">HTML</a></td><td class="title"> ISO presentation services on top of TCP/IP based internets </td><td> M.T. Rose</td><td>December 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1084" target="_blank">RFC 1084</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1084.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1084.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1084.html" target="_blank">HTML</a></td><td class="special"> BOOTP vendor information extensions </td><td> J.K. Reynolds</td><td>December 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1048" target="_blank">RFC 1048</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1395" target="_blank">RFC 1395</a>, <a href="https://www.rfc-editor.org/info/rfc1497" target="_blank">RFC 1497</a>, <a href="https://www.rfc-editor.org/info/rfc1533" target="_blank">RFC 1533</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1082" target="_blank">RFC 1082</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1082.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1082.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1082.html" target="_blank">HTML</a></td><td class="title"> Post Office Protocol: Version 3: Extended service offerings </td><td> M.T. Rose</td><td>November 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1081" target="_blank">RFC 1081</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1081.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1081.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1081.html" target="_blank">HTML</a></td><td class="special"> Post Office Protocol: Version 3 </td><td> M.T. Rose</td><td>November 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1225" target="_blank">RFC 1225</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1080" target="_blank">RFC 1080</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1080.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1080.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1080.html" target="_blank">HTML</a></td><td class="special"> Telnet remote flow control option </td><td> C.L. Hedrick</td><td>November 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1372" target="_blank">RFC 1372</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1077" target="_blank">RFC 1077</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1077.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1077.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1077.html" target="_blank">HTML</a></td><td class="title"> Critical issues in high bandwidth networking </td><td> B.M. Leiner</td><td>November 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1076" target="_blank">RFC 1076</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1076.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1076.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1076.html" target="_blank">HTML</a></td><td class="title"> HEMS monitoring and control language </td><td> G. Trewitt, C. Partridge</td><td>November 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1023" target="_blank">RFC 1023</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1074" target="_blank">RFC 1074</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1074.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1074.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1074.html" target="_blank">HTML</a></td><td class="title"> NSFNET backbone SPF based Interior Gateway Protocol </td><td> J. Rekhter</td><td>October 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1070" target="_blank">RFC 1070</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1070.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1070.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1070.html" target="_blank">HTML</a></td><td class="title"> Use of the Internet as a subnetwork for experimentation with the OSI network layer </td><td> R.A. Hagens, N.E. Hall, M.T. Rose</td><td>February 1989</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1069" target="_blank">RFC 1069</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1069.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1069.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1069.html" target="_blank">HTML</a></td><td class="title"> Guidelines for the use of Internet-IP addresses in the ISO Connectionless-Mode Network Protocol </td><td>R. Callon, H.W. Braun</td><td>February 1989</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc986" target="_blank">RFC 986</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1068" target="_blank">RFC 1068</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1068.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1068.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1068.html" target="_blank">HTML</a></td><td class="title"> Background File Transfer Program (BFTP) </td><td> A.L. DeSchon, R.T. Braden</td><td>August 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1067" target="_blank">RFC 1067</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1067.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1067.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1067.html" target="_blank">HTML</a></td><td class="special"> Simple Network Management Protocol </td><td> J.D. Case, M. Fedor, M.L. Schoffstall, J. Davin</td><td>August 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1098" target="_blank">RFC 1098</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1066" target="_blank">RFC 1066</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1066.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1066.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1066.html" target="_blank">HTML</a></td><td class="special"> Management Information Base for network management of TCP/IP-based internets </td><td> K. McCloghrie, M.T. Rose</td><td>August 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1156" target="_blank">RFC 1156</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1064" target="_blank">RFC 1064</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1064.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1064.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1064.html" target="_blank">HTML</a></td><td class="special"> Interactive Mail Access Protocol: Version 2 </td><td> M.R. Crispin</td><td>July 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1176" target="_blank">RFC 1176</a>, <a href="https://www.rfc-editor.org/info/rfc1203" target="_blank">RFC 1203</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1063" target="_blank">RFC 1063</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1063.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1063.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1063.html" target="_blank">HTML</a></td><td class="special"> IP MTU discovery options </td><td> J.C. Mogul, C.A. Kent, C. Partridge, K. McCloghrie</td><td>July 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1191" target="_blank">RFC 1191</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1062" target="_blank">RFC 1062</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1062.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1062.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1062.html" target="_blank">HTML</a></td><td class="special"> Internet numbers </td><td> S. Romano, M.K. Stahl, M. Recker</td><td>August 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1020" target="_blank">RFC 1020</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1117" target="_blank">RFC 1117</a>, <a href="https://www.rfc-editor.org/info/rfc1166" target="_blank">RFC 1166</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1059" target="_blank">RFC 1059</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1059.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1059.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1059.html" target="_blank">HTML</a></td><td class="special"> Network Time Protocol (version 1) specification and implementation </td><td> D.L. Mills</td><td>July 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc958" target="_blank">RFC 958</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1119" target="_blank">RFC 1119</a>, <a href="https://www.rfc-editor.org/info/rfc1305" target="_blank">RFC 1305</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1054" target="_blank">RFC 1054</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1054.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1054.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1054.html" target="_blank">HTML</a></td><td class="special"> Host extensions for IP multicasting </td><td> S.E. Deering</td><td>May 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc988" target="_blank">RFC 988</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1112" target="_blank">RFC 1112</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1052" target="_blank">RFC 1052</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1052.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1052.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1052.html" target="_blank">HTML</a></td><td class="title"> IAB recommendations for the development of Internet network management standards </td><td>V.G. Cerf</td><td>April 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1048" target="_blank">RFC 1048</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1048.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1048.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1048.html" target="_blank">HTML</a></td><td class="special"> BOOTP vendor information extensions </td><td> P.A. Prindeville</td><td>February 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1084" target="_blank">RFC 1084</a>, <a href="https://www.rfc-editor.org/info/rfc1395" target="_blank">RFC 1395</a>, <a href="https://www.rfc-editor.org/info/rfc1497" target="_blank">RFC 1497</a>, <a href="https://www.rfc-editor.org/info/rfc1533" target="_blank">RFC 1533</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1047" target="_blank">RFC 1047</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1047.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1047.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1047.html" target="_blank">HTML</a></td><td class="title"> Duplicate messages and SMTP </td><td> C. Partridge</td><td>February 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1046" target="_blank">RFC 1046</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1046.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1046.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1046.html" target="_blank">HTML</a></td><td class="title"> Queuing algorithm to provide type-of-service for IP links </td><td> W. Prue, J. Postel</td><td>February 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1040" target="_blank">RFC 1040</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1040.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1040.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1040.html" target="_blank">HTML</a></td><td class="special"> Privacy enhancement for Internet electronic mail: Part I: Message encipherment and authentication procedures </td><td> J. Linn</td><td>January 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc989" target="_blank">RFC 989</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1113" target="_blank">RFC 1113</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1039" target="_blank">RFC 1039</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1039.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1039.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1039.html" target="_blank">HTML</a></td><td class="title"> DoD statement on Open Systems Interconnection protocols </td><td> D. Latham</td><td>January 1988</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc945" target="_blank">RFC 945</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1038" target="_blank">RFC 1038</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1038.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1038.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1038.html" target="_blank">HTML</a></td><td class="special"> Draft revised IP security option </td><td> M. St. Johns</td><td>January 1988</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1108" target="_blank">RFC 1108</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1036" target="_blank">RFC 1036</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1036.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1036.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1036.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1036.html" target="_blank">HTML with inline errata</a></td><td class="special"> Standard for interchange of USENET messages </td><td>M.R. Horton, R. Adams</td><td>December 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1036" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc850" target="_blank">RFC 850</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5536" target="_blank">RFC 5536</a>, <a href="https://www.rfc-editor.org/info/rfc5537" target="_blank">RFC 5537</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1033" target="_blank">RFC 1033</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1033.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1033.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1033.html" target="_blank">HTML</a></td><td class="title">Domain Administrators Operations Guide </td><td>M. Lottor</td><td>November 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1033" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1032" target="_blank">RFC 1032</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1032.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1032.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1032.html" target="_blank">HTML</a></td><td class="title"> Domain administrators guide </td><td> M.K. Stahl</td><td>November 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1031" target="_blank">RFC 1031</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1031.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1031.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1031.html" target="_blank">HTML</a></td><td class="title"> MILNET name domain transition </td><td> W.D. Lazear</td><td>November 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1030" target="_blank">RFC 1030</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1030.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1030.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1030.html" target="_blank">HTML</a></td><td class="title"> On testing the NETBLT Protocol over divers networks </td><td> M.L. Lambert</td><td>November 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1029" target="_blank">RFC 1029</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1029.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1029.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1029.html" target="_blank">HTML</a></td><td class="title"> More fault tolerant approach to address resolution for a Multi-LAN system of Ethernets </td><td> G. Parr</td><td>May 1988</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1027" target="_blank">RFC 1027</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1027.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1027.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1027.html" target="_blank">HTML</a></td><td class="title"> Using ARP to implement transparent subnet gateways </td><td> S. Carl-Mitchell, J.S. Quarterman</td><td>October 1987</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1027" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1026" target="_blank">RFC 1026</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1026.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1026.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1026.html" target="_blank">HTML</a></td><td class="special"> Addendum to RFC 987: (Mapping between X.400 and RFC-822) </td><td> S.E. Kille</td><td>September 1987</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2156" target="_blank">RFC 2156</a>, <a href="https://www.rfc-editor.org/info/rfc1327" target="_blank">RFC 1327</a>, Updates <a href="https://www.rfc-editor.org/info/rfc987" target="_blank">RFC 987</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1138" target="_blank">RFC 1138</a>, <a href="https://www.rfc-editor.org/info/rfc1148" target="_blank">RFC 1148</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1025" target="_blank">RFC 1025</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1025.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1025.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1025.html" target="_blank">HTML</a></td><td class="title"> TCP and IP bake off </td><td> J. Postel</td><td>September 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1024" target="_blank">RFC 1024</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1024.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1024.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1024.html" target="_blank">HTML</a></td><td class="title"> HEMS variable definitions </td><td> C. Partridge, G. Trewitt</td><td>October 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1023" target="_blank">RFC 1023</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1023.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1023.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1023.html" target="_blank">HTML</a></td><td class="special"> HEMS monitoring and control language </td><td> G. Trewitt, C. Partridge</td><td>October 1987</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1076" target="_blank">RFC 1076</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1022" target="_blank">RFC 1022</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1022.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1022.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1022.html" target="_blank">HTML</a></td><td class="title"> High-level Entity Management Protocol (HEMP) </td><td> C. Partridge, G. Trewitt</td><td>October 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1020" target="_blank">RFC 1020</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1020.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1020.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1020.html" target="_blank">HTML</a></td><td class="special"> Internet numbers </td><td> S. Romano, M.K. Stahl</td><td>November 1987</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc997" target="_blank">RFC 997</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1062" target="_blank">RFC 1062</a>, <a href="https://www.rfc-editor.org/info/rfc1117" target="_blank">RFC 1117</a>, <a href="https://www.rfc-editor.org/info/rfc1166" target="_blank">RFC 1166</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1019" target="_blank">RFC 1019</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1019.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1019.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1019.html" target="_blank">HTML</a></td><td class="title"> Report of the Workshop on Environments for Computational Mathematics </td><td> D. Arnon</td><td>September 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1018" target="_blank">RFC 1018</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1018.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1018.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1018.html" target="_blank">HTML</a></td><td class="title"> Some comments on SQuID </td><td>A.M. McKenzie</td><td>August 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1017" target="_blank">RFC 1017</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1017.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1017.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1017.html" target="_blank">HTML</a></td><td class="title"> Network requirements for scientific research: Internet task force on scientific computing </td><td> B.M. Leiner</td><td>August 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1016" target="_blank">RFC 1016</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1016.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1016.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1016.html" target="_blank">HTML</a></td><td class="title">Something a Host Could Do with Source Quench: The Source Quench Introduced Delay (SQuID) </td><td>W. Prue, J. Postel</td><td>July 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1015" target="_blank">RFC 1015</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1015.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1015.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1015.html" target="_blank">HTML</a></td><td class="title"> Implementation plan for interagency research Internet </td><td> B.M. Leiner</td><td>July 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1014" target="_blank">RFC 1014</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1014.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1014.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1014.html" target="_blank">HTML</a></td><td class="title"> XDR: External Data Representation standard </td><td> Sun Microsystems</td><td>June 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1013" target="_blank">RFC 1013</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1013.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1013.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1013.html" target="_blank">HTML</a></td><td class="title"> X Window System Protocol, version 11: Alpha update April 1987 </td><td> R.W. Scheifler</td><td>June 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1011" target="_blank">RFC 1011</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1011.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1011.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1011.html" target="_blank">HTML</a></td><td class="title">Official Internet protocols </td><td>J.K. Reynolds, J. Postel</td><td>May 1987</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc991" target="_blank">RFC 991</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc6093" target="_blank">RFC 6093</a>, <a href="https://www.rfc-editor.org/info/rfc9293" target="_blank">RFC 9293</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1008" target="_blank">RFC 1008</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1008.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1008.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1008.html" target="_blank">HTML</a></td><td class="title"> Implementation guide for the ISO Transport Protocol </td><td> W. McCoy</td><td>June 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1007" target="_blank">RFC 1007</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1007.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1007.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1007.html" target="_blank">HTML</a></td><td class="title"> Military supplement to the ISO Transport Protocol </td><td> W. McCoy</td><td>June 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1005" target="_blank">RFC 1005</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1005.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1005.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1005.html" target="_blank">HTML</a></td><td class="title"> ARPANET AHIP-E Host Access Protocol (enhanced AHIP) </td><td> A. Khanna, A.G. Malis</td><td>May 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1003" target="_blank">RFC 1003</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1003.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1003.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1003.html" target="_blank">HTML</a></td><td class="title"> Issues in defining an equations representation standard </td><td> A.R. Katz</td><td>March 1987</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1000" target="_blank">RFC 1000</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1000.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1000.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1000.html" target="_blank">HTML</a></td><td class="title"> Request For Comments reference guide </td><td> J.K. Reynolds, J. Postel</td><td>August 1987</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc999" target="_blank">RFC 999</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc999" target="_blank">RFC 999</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc999.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc999.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc999.html" target="_blank">HTML</a></td><td class="special"> Requests For Comments summary notes: 900-999 </td><td>A. Westine, J. Postel</td><td>April 1987</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc160" target="_blank">RFC 160</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1000" target="_blank">RFC 1000</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc997" target="_blank">RFC 997</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc997.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc997.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc997.html" target="_blank">HTML</a></td><td class="special"> Internet numbers </td><td> J.K. Reynolds, J. Postel</td><td>March 1987</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1020" target="_blank">RFC 1020</a>, <a href="https://www.rfc-editor.org/info/rfc1117" target="_blank">RFC 1117</a>, Updates <a href="https://www.rfc-editor.org/info/rfc990" target="_blank">RFC 990</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc995" target="_blank">RFC 995</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc995.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc995.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc995.html" target="_blank">HTML</a></td><td class="title"> End System to Intermediate System Routing Exchange Protocol for use in conjunction with ISO 8473 </td><td>International Organization for Standardization</td><td>April 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc994" target="_blank">RFC 994</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc994.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc994.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc994.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc994.html" target="_blank">HTML with inline errata</a></td><td class="title"> Final text of DIS 8473, Protocol for Providing the Connectionless-mode Network Service </td><td> International Organization for Standardization</td><td>March 1986</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc994" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc926" target="_blank">RFC 926</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc993" target="_blank">RFC 993</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc993.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc993.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc993.html" target="_blank">HTML</a></td><td class="special"> PCMAIL: A distributed mail system for personal computers </td><td> D.D. Clark, M.L. Lambert</td><td>December 1986</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc984" target="_blank">RFC 984</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1056" target="_blank">RFC 1056</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc992" target="_blank">RFC 992</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc992.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc992.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc992.html" target="_blank">HTML</a></td><td class="title"> On communication support for fault tolerant process groups </td><td> K.P. Birman, T.A. Joseph</td><td>November 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc991" target="_blank">RFC 991</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc991.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc991.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc991.html" target="_blank">HTML</a></td><td class="special"> Official ARPA-Internet protocols </td><td> J.K. Reynolds, J. Postel</td><td>November 1986</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc961" target="_blank">RFC 961</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1011" target="_blank">RFC 1011</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc989" target="_blank">RFC 989</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc989.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc989.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc989.html" target="_blank">HTML</a></td><td class="special"> Privacy enhancement for Internet electronic mail: Part I: Message encipherment and authentication procedures </td><td> J. Linn</td><td>February 1987</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1040" target="_blank">RFC 1040</a>, <a href="https://www.rfc-editor.org/info/rfc1113" target="_blank">RFC 1113</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc988" target="_blank">RFC 988</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc988.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc988.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc988.html" target="_blank">HTML</a></td><td class="special"> Host extensions for IP multicasting </td><td> S.E. Deering</td><td>July 1986</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc966" target="_blank">RFC 966</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1054" target="_blank">RFC 1054</a>, <a href="https://www.rfc-editor.org/info/rfc1112" target="_blank">RFC 1112</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc987" target="_blank">RFC 987</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc987.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc987.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc987.html" target="_blank">HTML</a></td><td class="special"> Mapping between X.400 and RFC 822 </td><td> S.E. Kille</td><td>June 1986</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc2156" target="_blank">RFC 2156</a>, <a href="https://www.rfc-editor.org/info/rfc1327" target="_blank">RFC 1327</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1026" target="_blank">RFC 1026</a>, <a href="https://www.rfc-editor.org/info/rfc1138" target="_blank">RFC 1138</a>, <a href="https://www.rfc-editor.org/info/rfc1148" target="_blank">RFC 1148</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc986" target="_blank">RFC 986</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc986.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc986.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc986.html" target="_blank">HTML</a></td><td class="special">Guidelines for the use of Internet-IP addresses in the ISO Connectionless-Mode Network Protocol</td><td>R. Callon, H.W. Braun</td><td>June 1986</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1069" target="_blank">RFC 1069</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc985" target="_blank">RFC 985</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc985.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc985.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc985.html" target="_blank">HTML</a></td><td class="special"> Requirements for Internet gateways - draft </td><td> National Science Foundation, Network Technical Advisory Group</td><td>May 1986</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1009" target="_blank">RFC 1009</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc984" target="_blank">RFC 984</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc984.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc984.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc984.html" target="_blank">HTML</a></td><td class="special"> PCMAIL: A distributed mail system for personal computers </td><td> D.D. Clark, M.L. Lambert</td><td>May 1986</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc993" target="_blank">RFC 993</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc983" target="_blank">RFC 983</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc983.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc983.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc983.html" target="_blank">HTML</a></td><td class="special"> ISO transport arrives on top of the TCP </td><td>D.E. Cass, M.T. Rose</td><td>April 1986</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1006" target="_blank">RFC 1006</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc982" target="_blank">RFC 982</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc982.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc982.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc982.html" target="_blank">HTML</a></td><td class="title"> Guidelines for the specification of the structure of the Domain Specific Part (DSP) of the ISO standard NSAP address </td><td>H.W. Braun</td><td>April 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc981" target="_blank">RFC 981</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc981.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc981.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc981.html" target="_blank">HTML</a></td><td class="title"> Experimental multiple-path routing algorithm </td><td> D.L. Mills</td><td>March 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc980" target="_blank">RFC 980</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc980.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc980.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc980.html" target="_blank">HTML</a></td><td class="title"> Protocol document order information </td><td> O.J. Jacobsen, J. Postel</td><td>March 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc979" target="_blank">RFC 979</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc979.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc979.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc979.html" target="_blank">HTML</a></td><td class="title"> PSN End-to-End functional specification </td><td> A.G. Malis</td><td>March 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc978" target="_blank">RFC 978</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc978.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc978.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc978.html" target="_blank">HTML</a></td><td class="title"> Voice File Interchange Protocol (VFIP) </td><td> J.K. Reynolds, R. Gillman, W.A. Brackenridge, A. Witkowski, J. Postel</td><td>February 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc976" target="_blank">RFC 976</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc976.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc976.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc976.html" target="_blank">HTML</a></td><td class="title"> UUCP mail interchange format standard </td><td> M.R. Horton</td><td>February 1986</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc1137" target="_blank">RFC 1137</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc975" target="_blank">RFC 975</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc975.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc975.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc975.html" target="_blank">HTML</a></td><td class="title"> Autonomous confederations </td><td> D.L. Mills</td><td>February 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc973" target="_blank">RFC 973</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc973.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc973.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc973.html" target="_blank">HTML</a></td><td class="special"> Domain system changes and observations </td><td>P. Mockapetris</td><td>January 1986</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1034" target="_blank">RFC 1034</a>, <a href="https://www.rfc-editor.org/info/rfc1035" target="_blank">RFC 1035</a>, Updates <a href="https://www.rfc-editor.org/info/rfc882" target="_blank">RFC 882</a>, <a href="https://www.rfc-editor.org/info/rfc883" target="_blank">RFC 883</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc972" target="_blank">RFC 972</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc972.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc972.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc972.html" target="_blank">HTML</a></td><td class="title"> Password Generator Protocol </td><td> F.J. Wancho</td><td>January 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc971" target="_blank">RFC 971</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc971.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc971.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc971.html" target="_blank">HTML</a></td><td class="title"> Survey of data representation standards </td><td> A.L. DeSchon</td><td>January 1986</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc970" target="_blank">RFC 970</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc970.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc970.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc970.html" target="_blank">HTML</a></td><td class="title">On Packet Switches With Infinite Storage </td><td>J. Nagle</td><td>December 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc969" target="_blank">RFC 969</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc969.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc969.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc969.html" target="_blank">HTML</a></td><td class="special"> NETBLT: A bulk data transfer protocol </td><td> D.D. Clark, M.L. Lambert, L. Zhang</td><td>December 1985</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc998" target="_blank">RFC 998</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc968" target="_blank">RFC 968</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc968.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc968.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc968.html" target="_blank">HTML</a></td><td class="title"> Twas the night before start-up </td><td> V.G. Cerf</td><td>December 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc967" target="_blank">RFC 967</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc967.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc967.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc967.html" target="_blank">HTML</a></td><td class="title"> All victims together </td><td> M.A. Padlipsky</td><td>December 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc966" target="_blank">RFC 966</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc966.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc966.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc966.html" target="_blank">HTML</a></td><td class="special"> Host groups: A multicast extension to the Internet Protocol </td><td> S.E. Deering, D.R. Cheriton</td><td>December 1985</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc988" target="_blank">RFC 988</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc965" target="_blank">RFC 965</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc965.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc965.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc965.html" target="_blank">HTML</a></td><td class="title"> Format for a graphical communication protocol </td><td> L. Aguilar</td><td>December 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc963" target="_blank">RFC 963</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc963.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc963.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc963.html" target="_blank">HTML</a></td><td class="title"> Some problems with the specification of the Military Standard Internet Protocol </td><td> D.P. Sidhu</td><td>November 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc962" target="_blank">RFC 962</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc962.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc962.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc962.html" target="_blank">HTML</a></td><td class="title"> TCP-4 prime </td><td> M.A. Padlipsky</td><td>November 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc961" target="_blank">RFC 961</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc961.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc961.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc961.html" target="_blank">HTML</a></td><td class="special"> Official ARPA-Internet protocols </td><td> J.K. Reynolds, J. Postel</td><td>December 1985</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc944" target="_blank">RFC 944</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc991" target="_blank">RFC 991</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc958" target="_blank">RFC 958</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc958.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc958.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc958.html" target="_blank">HTML</a></td><td class="special"> Network Time Protocol (NTP) </td><td> D.L. Mills</td><td>September 1985</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1059" target="_blank">RFC 1059</a>, <a href="https://www.rfc-editor.org/info/rfc1119" target="_blank">RFC 1119</a>, <a href="https://www.rfc-editor.org/info/rfc1305" target="_blank">RFC 1305</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc957" target="_blank">RFC 957</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc957.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc957.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc957.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc957.html" target="_blank">HTML with inline errata</a></td><td class="title"> Experiments in network clock synchronization </td><td> D.L. Mills</td><td>September 1985</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc957" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc956" target="_blank">RFC 956</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc956.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc956.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc956.html" target="_blank">HTML</a></td><td class="title"> Algorithms for synchronizing network clocks </td><td> D.L. Mills</td><td>September 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc955" target="_blank">RFC 955</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc955.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc955.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc955.html" target="_blank">HTML</a></td><td class="title"> Towards a transport service for transaction processing applications </td><td> R.T. Braden</td><td>September 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc952" target="_blank">RFC 952</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc952.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc952.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc952.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc952.html" target="_blank">HTML with inline errata</a></td><td class="title"> DoD Internet host table specification </td><td>K. Harrenstien, M.K. Stahl, E.J. Feinler</td><td>October 1985</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc952" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc810" target="_blank">RFC 810</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1123" target="_blank">RFC 1123</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc949" target="_blank">RFC 949</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc949.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc949.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc949.html" target="_blank">HTML</a></td><td class="title"> FTP unique-named store command </td><td> M.A. Padlipsky</td><td>July 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc948" target="_blank">RFC 948</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc948.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc948.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc948.html" target="_blank">HTML</a></td><td class="special"> Two methods for the transmission of IP datagrams over IEEE 802.3 networks </td><td> I. Winston</td><td>June 1985</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1042" target="_blank">RFC 1042</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc947" target="_blank">RFC 947</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc947.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc947.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc947.html" target="_blank">HTML</a></td><td class="title"> Multi-network broadcasting within the Internet </td><td> K. Lebowitz, D. Mankins</td><td>June 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc945" target="_blank">RFC 945</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc945.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc945.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc945.html" target="_blank">HTML</a></td><td class="special"> DoD statement on the NRC report </td><td> J. Postel</td><td>May 1985</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1039" target="_blank">RFC 1039</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc944" target="_blank">RFC 944</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc944.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc944.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc944.html" target="_blank">HTML</a></td><td class="special"> Official ARPA-Internet protocols </td><td>J.K. Reynolds, J. Postel</td><td>April 1985</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc924" target="_blank">RFC 924</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc961" target="_blank">RFC 961</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc942" target="_blank">RFC 942</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc942.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc942.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc942.html" target="_blank">HTML</a></td><td class="title"> Transport protocols for Department of Defense data networks </td><td> National Research Council</td><td>February 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc941" target="_blank">RFC 941</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc941.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc941.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc941.html" target="_blank">HTML</a></td><td class="title"> Addendum to the network service definition covering network layer addressing </td><td>International Organization for Standardization</td><td>April 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc940" target="_blank">RFC 940</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc940.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc940.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc940.html" target="_blank">HTML</a></td><td class="title"> Toward an Internet standard scheme for subnetting </td><td>Gateway Algorithms and Data Structures Task Force</td><td>April 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc939" target="_blank">RFC 939</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc939.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc939.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc939.html" target="_blank">HTML</a></td><td class="title"> Executive summary of the NRC report on transport protocols for Department of Defense data networks </td><td> National Research Council</td><td>February 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc936" target="_blank">RFC 936</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc936.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc936.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc936.html" target="_blank">HTML</a></td><td class="title"> Another Internet subnet addressing scheme </td><td> M.J. Karels</td><td>February 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc935" target="_blank">RFC 935</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc935.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc935.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc935.html" target="_blank">HTML</a></td><td class="title"> Reliable link layer protocols </td><td> J.G. Robinson</td><td>January 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc934" target="_blank">RFC 934</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc934.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc934.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc934.html" target="_blank">HTML</a></td><td class="title"> Proposed standard for message encapsulation </td><td> M.T. Rose, E.A. Stefferud</td><td>January 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc932" target="_blank">RFC 932</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc932.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc932.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc932.html" target="_blank">HTML</a></td><td class="title"> Subnetwork addressing scheme </td><td> D.D. Clark</td><td>January 1985</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc931" target="_blank">RFC 931</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc931.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc931.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc931.html" target="_blank">HTML</a></td><td class="special"> Authentication server </td><td> M. St. Johns</td><td>January 1985</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc912" target="_blank">RFC 912</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1413" target="_blank">RFC 1413</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc930" target="_blank">RFC 930</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc930.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc930.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc930.html" target="_blank">HTML</a></td><td class="special"> Telnet terminal type option </td><td> M. Solomon, E. Wimmers</td><td>January 1985</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc884" target="_blank">RFC 884</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1091" target="_blank">RFC 1091</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc928" target="_blank">RFC 928</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc928.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc928.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc928.html" target="_blank">HTML</a></td><td class="title"> Introduction to proposed DoD standard H-FP </td><td> M.A. Padlipsky</td><td>December 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc926" target="_blank">RFC 926</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc926.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc926.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc926.html" target="_blank">HTML</a></td><td class="special"> Protocol for providing the connectionless mode network services </td><td> International Organization for Standardization</td><td>December 1984</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc994" target="_blank">RFC 994</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc925" target="_blank">RFC 925</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc925.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc925.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc925.html" target="_blank">HTML</a></td><td class="title"> Multi-LAN address resolution </td><td> J. Postel</td><td>October 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc924" target="_blank">RFC 924</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc924.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc924.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc924.html" target="_blank">HTML</a></td><td class="special"> Official ARPA-Internet protocols for connecting personal computers to the Internet </td><td> J.K. Reynolds, J. Postel</td><td>October 1984</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc901" target="_blank">RFC 901</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc944" target="_blank">RFC 944</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc921" target="_blank">RFC 921</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc921.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc921.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc921.html" target="_blank">HTML</a></td><td class="title"> Domain name system implementation schedule - revised </td><td> J. Postel</td><td>October 1984</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc897" target="_blank">RFC 897</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc920" target="_blank">RFC 920</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc920.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc920.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc920.html" target="_blank">HTML</a></td><td class="title"> Domain requirements </td><td> J. Postel, J.K. Reynolds</td><td>October 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc918" target="_blank">RFC 918</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc918.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc918.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc918.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc918.html" target="_blank">HTML with inline errata</a></td><td class="special"> Post Office Protocol </td><td> J.K. Reynolds</td><td>October 1984</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc918" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc937" target="_blank">RFC 937</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc917" target="_blank">RFC 917</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc917.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc917.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc917.html" target="_blank">HTML</a></td><td class="title"> Internet subnets </td><td> J.C. Mogul</td><td>October 1984</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc917" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc915" target="_blank">RFC 915</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc915.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc915.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc915.html" target="_blank">HTML</a></td><td class="title"> Network mail path service </td><td> M.A. Elvy, R. Nedved</td><td>December 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc912" target="_blank">RFC 912</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc912.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc912.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc912.html" target="_blank">HTML</a></td><td class="special"> Authentication service </td><td> M. St. Johns</td><td>September 1984</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc931" target="_blank">RFC 931</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc911" target="_blank">RFC 911</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc911.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc911.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc911.html" target="_blank">HTML</a></td><td class="title"> EGP Gateway under Berkeley UNIX 4.2 </td><td> P. Kirton</td><td>August 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc910" target="_blank">RFC 910</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc910.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc910.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc910.html" target="_blank">HTML</a></td><td class="title"> Multimedia mail meeting notes </td><td> H.C. Forsdick</td><td>August 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc906" target="_blank">RFC 906</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc906.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc906.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc906.html" target="_blank">HTML</a></td><td class="title"> Bootstrap loading using TFTP </td><td> R. Finlayson</td><td>June 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc905" target="_blank">RFC 905</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc905.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc905.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc905.html" target="_blank">HTML</a></td><td class="title"> ISO Transport Protocol specification ISO DP 8073 </td><td>ISO</td><td>April 1984</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc892" target="_blank">RFC 892</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc902" target="_blank">RFC 902</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc902.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc902.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc902.html" target="_blank">HTML</a></td><td class="title"> ARPA Internet Protocol policy </td><td> J.K. Reynolds, J. Postel</td><td>July 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc901" target="_blank">RFC 901</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc901.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc901.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc901.html" target="_blank">HTML</a></td><td class="special"> Official ARPA-Internet protocols </td><td> J.K. Reynolds, J. Postel</td><td>June 1984</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc880" target="_blank">RFC 880</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc924" target="_blank">RFC 924</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc898" target="_blank">RFC 898</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc898.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc898.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc898.html" target="_blank">HTML</a></td><td class="title"> Gateway special interest group meeting notes </td><td>R.M. Hinden, J. Postel, M. Muuss, J.K. Reynolds</td><td>April 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc897" target="_blank">RFC 897</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc897.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc897.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc897.html" target="_blank">HTML</a></td><td class="title"> Domain name system implementation schedule </td><td> J. Postel</td><td>February 1984</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc881" target="_blank">RFC 881</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc921" target="_blank">RFC 921</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc893" target="_blank">RFC 893</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc893.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc893.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc893.html" target="_blank">HTML</a></td><td class="title"> Trailer encapsulations </td><td>S. Leffler, M.J. Karels</td><td>April 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc892" target="_blank">RFC 892</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc892.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc892.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc892.html" target="_blank">HTML</a></td><td class="special">ISO Transport Protocol specification</td><td> International Organization for Standardization</td><td>December 1983</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc905" target="_blank">RFC 905</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc890" target="_blank">RFC 890</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc890.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc890.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc890.html" target="_blank">HTML</a></td><td class="title"> Exterior Gateway Protocol implementation schedule </td><td> J. Postel</td><td>February 1984</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc888" target="_blank">RFC 888</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc888.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc888.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc888.html" target="_blank">HTML</a></td><td class="title"> "STUB" Exterior Gateway Protocol </td><td> L. Seamonson, E.C. Rosen</td><td>January 1984</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc904" target="_blank">RFC 904</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc886" target="_blank">RFC 886</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc886.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc886.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc886.html" target="_blank">HTML</a></td><td class="title"> Proposed standard for message header munging </td><td> M.T. Rose</td><td>December 1983</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc884" target="_blank">RFC 884</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc884.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc884.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc884.html" target="_blank">HTML</a></td><td class="special"> Telnet terminal type option </td><td> M. Solomon, E. Wimmers</td><td>December 1983</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc930" target="_blank">RFC 930</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc883" target="_blank">RFC 883</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc883.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc883.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc883.html" target="_blank">HTML</a></td><td class="special"> Domain names: Implementation specification </td><td>P. Mockapetris</td><td>November 1983</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1034" target="_blank">RFC 1034</a>, <a href="https://www.rfc-editor.org/info/rfc1035" target="_blank">RFC 1035</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc973" target="_blank">RFC 973</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc882" target="_blank">RFC 882</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc882.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc882.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc882.html" target="_blank">HTML</a></td><td class="special"> Domain names: Concepts and facilities </td><td>P. Mockapetris</td><td>November 1983</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc882" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1034" target="_blank">RFC 1034</a>, <a href="https://www.rfc-editor.org/info/rfc1035" target="_blank">RFC 1035</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc973" target="_blank">RFC 973</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc881" target="_blank">RFC 881</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc881.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc881.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc881.html" target="_blank">HTML</a></td><td class="title"> Domain names plan and schedule </td><td> J. Postel</td><td>November 1983</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc897" target="_blank">RFC 897</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc878" target="_blank">RFC 878</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc878.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc878.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc878.html" target="_blank">HTML</a></td><td class="title"> ARPANET 1822L Host Access Protocol </td><td> A.G. Malis</td><td>December 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc851" target="_blank">RFC 851</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc877" target="_blank">RFC 877</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc877.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc877.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc877.html" target="_blank">HTML</a></td><td class="special"> Standard for the transmission of IP datagrams over public data networks </td><td> J.T. Korb</td><td>September 1983</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1356" target="_blank">RFC 1356</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc876" target="_blank">RFC 876</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc876.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc876.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc876.html" target="_blank">HTML</a></td><td class="title"> Survey of SMTP implementations </td><td> D. Smallberg</td><td>September 1983</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc875" target="_blank">RFC 875</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc875.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc875.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc875.html" target="_blank">HTML</a></td><td class="title"> Gateways, architectures, and heffalumps </td><td> M.A. Padlipsky</td><td>September 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc874" target="_blank">RFC 874</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc874.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc874.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc874.html" target="_blank">HTML</a></td><td class="title"> Critique of X.25 </td><td> M.A. Padlipsky</td><td>September 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc873" target="_blank">RFC 873</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc873.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc873.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc873.html" target="_blank">HTML</a></td><td class="title"> Illusion of vendor support </td><td> M.A. Padlipsky</td><td>September 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc871" target="_blank">RFC 871</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc871.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc871.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc871.html" target="_blank">HTML</a></td><td class="title"> Perspective on the ARPANET reference model </td><td> M.A. Padlipsky</td><td>September 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc852" target="_blank">RFC 852</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc852.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc852.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc852.html" target="_blank">HTML</a></td><td class="title"> ARPANET short blocking feature </td><td>A.G. Malis</td><td>April 1983</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc851" target="_blank">RFC 851</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc851.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc851.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc851.html" target="_blank">HTML</a></td><td class="special"> ARPANET 1822L Host Access Protocol </td><td> A.G. Malis</td><td>April 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc802" target="_blank">RFC 802</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc878" target="_blank">RFC 878</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc850" target="_blank">RFC 850</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc850.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc850.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc850.html" target="_blank">HTML</a></td><td class="special"> Standard for interchange of USENET messages </td><td> M.R. Horton</td><td>June 1983</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1036" target="_blank">RFC 1036</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc849" target="_blank">RFC 849</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc849.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc849.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc849.html" target="_blank">HTML</a></td><td class="title"> Suggestions for improved host table distribution </td><td> M.R. Crispin</td><td>May 1983</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc848" target="_blank">RFC 848</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc848.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc848.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc848.html" target="_blank">HTML</a></td><td class="title"> Who provides the "little" TCP services? </td><td> D. Smallberg</td><td>March 1983</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc847" target="_blank">RFC 847</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc847.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc847.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc847.html" target="_blank">HTML</a></td><td class="title"> Summary of Smallberg surveys </td><td> A. Westine, D. Smallberg, J. Postel</td><td>February 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc846" target="_blank">RFC 846</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc846" target="_blank">RFC 846</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc846.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc846.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc846.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? - survey of 22 February 1983 </td><td> D. Smallberg</td><td>February 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc845" target="_blank">RFC 845</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc847" target="_blank">RFC 847</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc845" target="_blank">RFC 845</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc845.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc845.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc845.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? - survey of 15 February 1983 </td><td> D. Smallberg</td><td>February 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc843" target="_blank">RFC 843</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc846" target="_blank">RFC 846</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc844" target="_blank">RFC 844</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc844.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc844.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc844.html" target="_blank">HTML</a></td><td class="title"> Who talks ICMP, too? - Survey of 18 February 1983 </td><td> R. Clements</td><td>February 1983</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc843" target="_blank">RFC 843</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc843" target="_blank">RFC 843</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc843.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc843.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc843.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? - survey of 8 February 83 </td><td> D. Smallberg</td><td>February 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc842" target="_blank">RFC 842</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc845" target="_blank">RFC 845</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc844" target="_blank">RFC 844</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc842" target="_blank">RFC 842</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc842.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc842.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc842.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? - survey of 1 February 83 </td><td> D. Smallberg</td><td>February 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc839" target="_blank">RFC 839</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc843" target="_blank">RFC 843</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc841" target="_blank">RFC 841</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc841.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc841.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc841.html" target="_blank">HTML</a></td><td class="title"> Specification for message format for Computer Based Message Systems </td><td> National Bureau of Standards</td><td>January 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc806" target="_blank">RFC 806</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc839" target="_blank">RFC 839</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc839.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc839.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc839.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>January 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc838" target="_blank">RFC 838</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc842" target="_blank">RFC 842</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc838" target="_blank">RFC 838</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc838.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc838.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc838.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>January 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc837" target="_blank">RFC 837</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc839" target="_blank">RFC 839</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc837" target="_blank">RFC 837</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc837.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc837.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc837.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>January 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc836" target="_blank">RFC 836</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc838" target="_blank">RFC 838</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc836" target="_blank">RFC 836</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc836.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc836.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc836.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>January 1983</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc835" target="_blank">RFC 835</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc837" target="_blank">RFC 837</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc835" target="_blank">RFC 835</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc835.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc835.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc835.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>December 1982</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc834" target="_blank">RFC 834</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc836" target="_blank">RFC 836</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc834" target="_blank">RFC 834</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc834.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc834.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc834.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>December 1982</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc833" target="_blank">RFC 833</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc835" target="_blank">RFC 835</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc833" target="_blank">RFC 833</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc833.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc833.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc833.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>December 1982</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc832" target="_blank">RFC 832</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc834" target="_blank">RFC 834</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc832" target="_blank">RFC 832</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc832.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc832.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc832.html" target="_blank">HTML</a></td><td class="special"> Who talks TCP? </td><td> D. Smallberg</td><td>December 1982</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc833" target="_blank">RFC 833</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc831" target="_blank">RFC 831</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc831.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc831.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc831.html" target="_blank">HTML</a></td><td class="title"> Backup access to the European side of SATNET </td><td> R.T. Braden</td><td>December 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc830" target="_blank">RFC 830</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc830.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc830.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc830.html" target="_blank">HTML</a></td><td class="title"> Distributed system for Internet name service </td><td> Z. Su</td><td>October 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc829" target="_blank">RFC 829</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc829.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc829.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc829.html" target="_blank">HTML</a></td><td class="title"> Packet satellite technology reference sources </td><td> V.G. Cerf</td><td>November 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc828" target="_blank">RFC 828</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc828.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc828.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc828.html" target="_blank">HTML</a></td><td class="title"> Data communications: IFIP's international "network" of experts </td><td> K. Owen</td><td>August 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc827" target="_blank">RFC 827</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc827.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc827.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc827.html" target="_blank">HTML</a></td><td class="title"> Exterior Gateway Protocol (EGP) </td><td> E.C. Rosen</td><td>October 1982</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc904" target="_blank">RFC 904</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc825" target="_blank">RFC 825</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc825.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc825.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc825.html" target="_blank">HTML</a></td><td class="special"> Request for comments on Requests For Comments </td><td> J. Postel</td><td>November 1982</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1111" target="_blank">RFC 1111</a>, <a href="https://www.rfc-editor.org/info/rfc1543" target="_blank">RFC 1543</a>, <a href="https://www.rfc-editor.org/info/rfc2223" target="_blank">RFC 2223</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc824" target="_blank">RFC 824</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc824.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc824.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc824.html" target="_blank">HTML</a></td><td class="title"> CRONUS Virtual Local Network </td><td> W.I. MacGregor, D.C. Tappan</td><td>August 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc819" target="_blank">RFC 819</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc819.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc819.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc819.html" target="_blank">HTML</a></td><td class="title">The Domain Naming Convention for Internet User Applications</td><td>Z. Su, J. Postel</td><td>August 1982</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc819" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc815" target="_blank">RFC 815</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc815.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc815.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc815.html" target="_blank">HTML</a></td><td class="title"> IP datagram reassembly algorithms </td><td> D.D. Clark</td><td>July 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc812" target="_blank">RFC 812</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc812.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc812.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc812.html" target="_blank">HTML</a></td><td class="special"> NICNAME/WHOIS </td><td> K. Harrenstien, V. White</td><td>March 1982</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc954" target="_blank">RFC 954</a>, <a href="https://www.rfc-editor.org/info/rfc3912" target="_blank">RFC 3912</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc811" target="_blank">RFC 811</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc811.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc811.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc811.html" target="_blank">HTML</a></td><td class="special"> Hostnames Server </td><td> K. Harrenstien, V. White, E.J. Feinler</td><td>March 1982</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc953" target="_blank">RFC 953</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc810" target="_blank">RFC 810</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc810.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc810.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc810.html" target="_blank">HTML</a></td><td class="special"> DoD Internet host table specification </td><td> E.J. Feinler, K. Harrenstien, Z. Su, V. White</td><td>March 1982</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc608" target="_blank">RFC 608</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc952" target="_blank">RFC 952</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc809" target="_blank">RFC 809</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc809.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc809.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc809.html" target="_blank">HTML</a></td><td class="title"> UCL facsimile system </td><td> T. Chang</td><td>February 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc808" target="_blank">RFC 808</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc808.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc808.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc808.html" target="_blank">HTML</a></td><td class="title"> Summary of computer mail services meeting held at BBN on 10 January 1979 </td><td> J. Postel</td><td>March 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc807" target="_blank">RFC 807</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc807.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc807.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc807.html" target="_blank">HTML</a></td><td class="title"> Multimedia mail meeting notes </td><td> J. Postel</td><td>February 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc806" target="_blank">RFC 806</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc806.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc806.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc806.html" target="_blank">HTML</a></td><td class="special"> Proposed Federal Information Processing Standard: Specification for message format for computer based message systems </td><td> National Bureau of Standards</td><td>September 1981</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc841" target="_blank">RFC 841</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc805" target="_blank">RFC 805</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc805.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc805.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc805.html" target="_blank">HTML</a></td><td class="title"> Computer mail meeting notes </td><td> J. Postel</td><td>February 1982</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc804" target="_blank">RFC 804</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc804.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc804.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc804.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc804.html" target="_blank">HTML with inline errata</a></td><td class="title"> CCITT draft recommendation T.4</td><td> International Telegraph and Telephone Consultative Committee of the International Telecommunication Union</td><td>January 1981</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc804" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc803" target="_blank">RFC 803</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc803.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc803.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc803.html" target="_blank">HTML</a></td><td class="title"> Dacom 450/500 facsimile data transcoding </td><td> A. Agarwal, M.J. O'Connor, D.L. Mills</td><td>November 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc802" target="_blank">RFC 802</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc802.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc802.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc802.html" target="_blank">HTML</a></td><td class="special"> ARPANET 1822L Host Access Protocol </td><td> A.G. Malis</td><td>November 1981</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc851" target="_blank">RFC 851</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc801" target="_blank">RFC 801</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc801.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc801.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc801.html" target="_blank">HTML</a></td><td class="title"> NCP/TCP transition plan </td><td> J. Postel</td><td>November 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc799" target="_blank">RFC 799</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc799.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc799.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc799.html" target="_blank">HTML</a></td><td class="title"> Internet name domains </td><td> D.L. Mills</td><td>September 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc798" target="_blank">RFC 798</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc798.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc798.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc798.html" target="_blank">HTML</a></td><td class="title"> Decoding facsimile data from the Rapicom 450 </td><td> A.R. Katz</td><td>September 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc797" target="_blank">RFC 797</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc797.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc797.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc797.html" target="_blank">HTML</a></td><td class="title"> Format for Bitmap files </td><td> A.R. Katz</td><td>September 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc789" target="_blank">RFC 789</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc789.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc789.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc789.html" target="_blank">HTML</a></td><td class="title"> Vulnerabilities of network control protocols: An example </td><td> E.C. Rosen</td><td>July 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc788" target="_blank">RFC 788</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc788.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc788.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc788.html" target="_blank">HTML</a></td><td class="special"> Simple Mail Transfer Protocol </td><td>J. Postel</td><td>November 1981</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc780" target="_blank">RFC 780</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc821" target="_blank">RFC 821</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc787" target="_blank">RFC 787</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc787.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc787.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc787.html" target="_blank">HTML</a></td><td class="title"> Connectionless data transmission survey/tutorial </td><td> A.L. Chapin</td><td>July 1981</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc787" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc786" target="_blank">RFC 786</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc786.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc786.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc786.html" target="_blank">HTML</a></td><td class="title"> Mail Transfer Protocol: ISI TOPS20 MTP-NIMAIL interface </td><td> S. Sluizer, J. Postel</td><td>July 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc785" target="_blank">RFC 785</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc785.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc785.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc785.html" target="_blank">HTML</a></td><td class="title"> Mail Transfer Protocol: ISI TOPS20 file definitions </td><td> S. Sluizer, J. Postel</td><td>July 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc784" target="_blank">RFC 784</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc784.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc784.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc784.html" target="_blank">HTML</a></td><td class="title"> Mail Transfer Protocol: ISI TOPS20 implementation </td><td> S. Sluizer, J. Postel</td><td>July 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc783" target="_blank">RFC 783</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc783.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc783.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc783.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc783.html" target="_blank">HTML with inline errata</a></td><td class="special"> TFTP Protocol (revision 2) </td><td> K.R. Sollins</td><td>June 1981</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc783" target="_blank">Errata</a>, Obsoletes IEN 133, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1350" target="_blank">RFC 1350</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc782" target="_blank">RFC 782</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc782.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc782.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc782.html" target="_blank">HTML</a></td><td class="title"> Virtual Terminal management model </td><td> J. Nabielsky, A.P. Skelton</td><td>January 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc781" target="_blank">RFC 781</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc781.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc781.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc781.html" target="_blank">HTML</a></td><td class="title"> Specification of the Internet Protocol (IP) timestamp option </td><td> Z. Su</td><td>May 1981</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc780" target="_blank">RFC 780</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc780.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc780.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc780.html" target="_blank">HTML</a></td><td class="special"> Mail Transfer Protocol </td><td>S. Sluizer, J. Postel</td><td>May 1981</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc772" target="_blank">RFC 772</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc788" target="_blank">RFC 788</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc777" target="_blank">RFC 777</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc777.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc777.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc777.html" target="_blank">HTML</a></td><td class="special"> Internet Control Message Protocol </td><td>J. Postel</td><td>April 1981</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc792" target="_blank">RFC 792</a>, Updates <a href="https://www.rfc-editor.org/info/rfc760" target="_blank">RFC 760</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc775" target="_blank">RFC 775</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc775.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc775.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc775.html" target="_blank">HTML</a></td><td class="title"> Directory oriented FTP commands </td><td> D. Mankins, D. Franklin, A.D. Owen</td><td>December 1980</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc774" target="_blank">RFC 774</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc774.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc774.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc774.html" target="_blank">HTML</a></td><td class="title"> Internet Protocol Handbook: Table of contents </td><td> J. Postel</td><td>October 1980</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc766" target="_blank">RFC 766</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc773" target="_blank">RFC 773</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc773.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc773.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc773.html" target="_blank">HTML</a></td><td class="title"> Comments on NCP/TCP mail service transition strategy </td><td> V.G. Cerf</td><td>October 1980</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc772" target="_blank">RFC 772</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc772.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc772.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc772.html" target="_blank">HTML</a></td><td class="special"> Mail Transfer Protocol </td><td>S. Sluizer, J. Postel</td><td>September 1980</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc780" target="_blank">RFC 780</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc771" target="_blank">RFC 771</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc771.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc771.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc771.html" target="_blank">HTML</a></td><td class="title"> Mail transition plan </td><td> V.G. Cerf, J. Postel</td><td>September 1980</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc769" target="_blank">RFC 769</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc769.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc769.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc769.html" target="_blank">HTML</a></td><td class="title"> Rapicom 450 facsimile file format </td><td> J. Postel</td><td>September 1980</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc767" target="_blank">RFC 767</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc767.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc767.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc767.html" target="_blank">HTML</a></td><td class="title"> Structured format for transmission of multi-media documents </td><td> J. Postel</td><td>August 1980</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc766" target="_blank">RFC 766</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc766.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc766.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc766.html" target="_blank">HTML</a></td><td class="special"> Internet Protocol Handbook: Table of contents </td><td> J. Postel</td><td>July 1980</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc774" target="_blank">RFC 774</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc765" target="_blank">RFC 765</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc765.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc765.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc765.html" target="_blank">HTML</a></td><td class="special"> File Transfer Protocol specification </td><td> J. Postel</td><td>June 1980</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc542" target="_blank">RFC 542</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc959" target="_blank">RFC 959</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc764" target="_blank">RFC 764</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc764.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc764.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc764.html" target="_blank">HTML</a></td><td class="special"> Telnet Protocol specification </td><td> J. Postel</td><td>June 1980</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc854" target="_blank">RFC 854</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc763" target="_blank">RFC 763</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc763.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc763.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc763.html" target="_blank">HTML</a></td><td class="title"> Role mailboxes </td><td> M.D. Abrams</td><td>May 1980</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc760" target="_blank">RFC 760</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc760.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc760.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc760.html" target="_blank">HTML</a></td><td class="special"> DoD standard Internet Protocol </td><td> J. Postel</td><td>January 1980</td><td>Obsoletes IEN 123, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc791" target="_blank">RFC 791</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc777" target="_blank">RFC 777</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc757" target="_blank">RFC 757</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc757.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc757.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc757.html" target="_blank">HTML</a></td><td class="title"> Suggested solution to the naming, addressing, and delivery problem for ARPANET message systems </td><td> D.P. Deutsch</td><td>September 1979</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc756" target="_blank">RFC 756</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc756.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc756.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc756.html" target="_blank">HTML</a></td><td class="title"> NIC name server - a datagram-based information utility </td><td> J.R. Pickens, E.J. Feinler, J.E. Mathis</td><td>July 1979</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc754" target="_blank">RFC 754</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc754.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc754.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc754.html" target="_blank">HTML</a></td><td class="title"> Out-of-net host addresses for mail </td><td> J. Postel</td><td>April 1979</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc753" target="_blank">RFC 753</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc753.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc753.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc753.html" target="_blank">HTML</a></td><td class="title"> Internet Message Protocol </td><td> J. Postel</td><td>March 1979</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc752" target="_blank">RFC 752</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc752.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc752.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc752.html" target="_blank">HTML</a></td><td class="title"> Universal host table </td><td> M.R. Crispin</td><td>January 1979</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc751" target="_blank">RFC 751</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc751.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc751.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc751.html" target="_blank">HTML</a></td><td class="title"> Survey of FTP mail and MLFL </td><td> P.D. Lebling</td><td>December 1978</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc748" target="_blank">RFC 748</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc748.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc748.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc748.html" target="_blank">HTML</a></td><td class="title"> Telnet randomly-lose option </td><td> M.R. Crispin</td><td>1 April 1978</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc747" target="_blank">RFC 747</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc747.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc747.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc747.html" target="_blank">HTML</a></td><td class="title"> Recent extensions to the SUPDUP Protocol </td><td> M.R. Crispin</td><td>March 1978</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc746" target="_blank">RFC 746</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc746.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc746.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc746.html" target="_blank">HTML</a></td><td class="title"> SUPDUP graphics extension </td><td> R. Stallman</td><td>March 1978</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc745" target="_blank">RFC 745</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc745.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc745.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc745.html" target="_blank">HTML</a></td><td class="title"> JANUS interface specifications </td><td> M. Beeler</td><td>March 1978</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc744" target="_blank">RFC 744</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc744.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc744.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc744.html" target="_blank">HTML</a></td><td class="title"> MARS - a Message Archiving and Retrieval Service </td><td> J. Sattley</td><td>January 1978</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc743" target="_blank">RFC 743</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc743.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc743.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc743.html" target="_blank">HTML</a></td><td class="title"> FTP extension: XRSQ/XRCP </td><td> K. Harrenstien</td><td>December 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc742" target="_blank">RFC 742</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc742.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc742.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc742.html" target="_blank">HTML</a></td><td class="special"> NAME/FINGER Protocol </td><td> K. Harrenstien</td><td>December 1977</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc1288" target="_blank">RFC 1288</a>, <a href="https://www.rfc-editor.org/info/rfc1196" target="_blank">RFC 1196</a>, <a href="https://www.rfc-editor.org/info/rfc1194" target="_blank">RFC 1194</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc741" target="_blank">RFC 741</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc741.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc741.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc741.html" target="_blank">HTML</a></td><td class="title"> Specifications for the Network Voice Protocol (NVP) </td><td> D. Cohen</td><td>November 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc738" target="_blank">RFC 738</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc738.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc738.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc738.html" target="_blank">HTML</a></td><td class="title"> Time server </td><td> K. Harrenstien</td><td>October 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc737" target="_blank">RFC 737</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc737.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc737.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc737.html" target="_blank">HTML</a></td><td class="title"> FTP extension: XSEN </td><td> K. Harrenstien</td><td>October 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc733" target="_blank">RFC 733</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc733.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc733.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc733.html" target="_blank">HTML</a></td><td class="special"> Standard for the format of ARPA network text messages </td><td> D. Crocker, J. Vittal, K.T. Pogran, D.A. Henderson</td><td>November 1977</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc724" target="_blank">RFC 724</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc822" target="_blank">RFC 822</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc732" target="_blank">RFC 732</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc732.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc732.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc732.html" target="_blank">HTML</a></td><td class="title"> Telnet Data Entry Terminal option </td><td> J.D. Day</td><td>September 1977</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc731" target="_blank">RFC 731</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1043" target="_blank">RFC 1043</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc731" target="_blank">RFC 731</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc731.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc731.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc731.html" target="_blank">HTML</a></td><td class="special"> Telnet Data Entry Terminal option </td><td> J.D. Day</td><td>June 1977</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc732" target="_blank">RFC 732</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc730" target="_blank">RFC 730</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc730.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc730.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc730.html" target="_blank">HTML</a></td><td class="title"> Extensible field addressing </td><td> J. Postel</td><td>May 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc729" target="_blank">RFC 729</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc729.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc729.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc729.html" target="_blank">HTML</a></td><td class="special"> Telnet byte macro option </td><td> D. Crocker</td><td>May 1977</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc735" target="_blank">RFC 735</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc728" target="_blank">RFC 728</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc728.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc728.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc728.html" target="_blank">HTML</a></td><td class="title"> Minor pitfall in the Telnet Protocol </td><td> J.D. Day</td><td>April 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc725" target="_blank">RFC 725</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc725.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc725.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc725.html" target="_blank">HTML</a></td><td class="title"> RJE protocol for a resource sharing network </td><td> J.D. Day, G.R. Grossman</td><td>March 1977</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc724" target="_blank">RFC 724</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc724.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc724.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc724.html" target="_blank">HTML</a></td><td class="special"> Proposed official standard for the format of ARPA Network messages </td><td> D. Crocker, K.T. Pogran, J. Vittal, D.A. Henderson</td><td>May 1977</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc733" target="_blank">RFC 733</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc722" target="_blank">RFC 722</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc722.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc722.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc722.html" target="_blank">HTML</a></td><td class="title"> Thoughts on Interactions in Distributed Services </td><td> J. Haverty</td><td>September 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc720" target="_blank">RFC 720</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc720.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc720.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc720.html" target="_blank">HTML</a></td><td class="title"> Address Specification Syntax for Network Mail </td><td> D. Crocker</td><td>August 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc719" target="_blank">RFC 719</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc719.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc719.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc719.html" target="_blank">HTML</a></td><td class="title"> Discussion on RCTE </td><td> J. Postel</td><td>July 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc718" target="_blank">RFC 718</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc718.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc718.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc718.html" target="_blank">HTML</a></td><td class="title"> Comments on RCTE from the Tenex Implementation Experience </td><td> J. Postel</td><td>June 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc716" target="_blank">RFC 716</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc716.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc716.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc716.html" target="_blank">HTML</a></td><td class="title"> Interim Revision to Appendix F of BBN 1822 </td><td> D.C. Walden, J. Levin</td><td>May 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc714" target="_blank">RFC 714</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc714.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc714.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc714.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc714.html" target="_blank">HTML</a></td><td class="title">Host-Host Protocol for an ARPANET-Type Network </td><td>A.M. McKenzie</td><td>April 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc713" target="_blank">RFC 713</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc713.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc713.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc713.html" target="_blank">HTML</a></td><td class="title"> MSDTP-Message Services Data Transmission Protocol </td><td> J. Haverty</td><td>April 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc712" target="_blank">RFC 712</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc712.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc712.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc712.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc712.html" target="_blank">HTML</a></td><td class="title"> Distributed Capability Computing System (DCCS) </td><td>J.E. Donnelley</td><td>February 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc708" target="_blank">RFC 708</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc708.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc708.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc708.html" target="_blank">HTML</a></td><td class="title"> Elements of a Distributed Programming System </td><td> J.E. White</td><td>January 1976</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc707" target="_blank">RFC 707</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc707.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc707.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc707.html" target="_blank">HTML</a></td><td class="title"> High-level framework for network-based resource sharing </td><td> J.E. White</td><td>December 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc706" target="_blank">RFC 706</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc706.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc706.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc706.html" target="_blank">HTML</a></td><td class="title"> On the junk mail problem </td><td> J. Postel</td><td>November 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc705" target="_blank">RFC 705</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc705.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc705.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc705.html" target="_blank">HTML</a></td><td class="title"> Front-end Protocol B6700 version </td><td> R.F. Bryan</td><td>November 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc704" target="_blank">RFC 704</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc704.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc704.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc704.html" target="_blank">HTML</a></td><td class="title"> IMP/Host and Host/IMP Protocol change </td><td> P.J. Santos</td><td>September 1975</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc687" target="_blank">RFC 687</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc703" target="_blank">RFC 703</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc703.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc703.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc703.html" target="_blank">HTML</a></td><td class="title"> July, 1975, survey of New-Protocol Telnet Servers </td><td>D.W. Dodds</td><td>July 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc679" target="_blank">RFC 679</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc702" target="_blank">RFC 702</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc702.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc702.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc702.html" target="_blank">HTML</a></td><td class="title"> September, 1974, survey of New-Protocol Telnet servers </td><td>D.W. Dodds</td><td>September 1974</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc701" target="_blank">RFC 701</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc669" target="_blank">RFC 669</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc701" target="_blank">RFC 701</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc701.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc701.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc701.html" target="_blank">HTML</a></td><td class="title"> August, 1974, survey of New-Protocol Telnet servers </td><td>D.W. Dodds</td><td>August 1974</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc702" target="_blank">RFC 702</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc697" target="_blank">RFC 697</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc697.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc697.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc697.html" target="_blank">HTML</a></td><td class="title"> CWD command of FTP </td><td> J. Lieb</td><td>July 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc696" target="_blank">RFC 696</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc696.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc696.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc696.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc696.html" target="_blank">HTML</a></td><td class="title"> Comments on the IMP/Host and Host/IMP Protocol changes </td><td>V.G. Cerf</td><td>July 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc695" target="_blank">RFC 695</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc695.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc695.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc695.html" target="_blank">HTML</a></td><td class="title"> Official change in Host-Host Protocol </td><td> M. Krilanovich</td><td>July 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc694" target="_blank">RFC 694</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc694.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc694.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc694.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc694.html" target="_blank">HTML</a></td><td class="title"> Protocol information </td><td>J. Postel</td><td>June 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc661" target="_blank">RFC 661</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc692" target="_blank">RFC 692</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc692.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc692.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc692.html" target="_blank">HTML</a></td><td class="title"> Comments on IMP/Host Protocol changes (RFCs 687 and 690) </td><td> S.M. Wolfe</td><td>June 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc690" target="_blank">RFC 690</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc691" target="_blank">RFC 691</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc691.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc691.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc691.html" target="_blank">HTML</a></td><td class="title"> One more try on the FTP </td><td> B. Harvey</td><td>June 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc690" target="_blank">RFC 690</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc690.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc690.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc690.html" target="_blank">HTML</a></td><td class="title"> Comments on the proposed Host/IMP Protocol changes </td><td> J. Postel</td><td>June 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc687" target="_blank">RFC 687</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc692" target="_blank">RFC 692</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc689" target="_blank">RFC 689</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc689.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc689.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc689.html" target="_blank">HTML</a></td><td class="title"> Tenex NCP finite state machine for connections </td><td> R. Clements</td><td>May 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc688" target="_blank">RFC 688</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc688.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc688.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc688.html" target="_blank">HTML</a></td><td class="title"> Tentative schedule for the new Telnet implementation for the TIP </td><td> D.C. Walden</td><td>June 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc687" target="_blank">RFC 687</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc687.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc687.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc687.html" target="_blank">HTML</a></td><td class="special"> IMP/Host and Host/IMP Protocol changes </td><td> D.C. Walden</td><td>June 1975</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc704" target="_blank">RFC 704</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc690" target="_blank">RFC 690</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc686" target="_blank">RFC 686</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc686.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc686.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc686.html" target="_blank">HTML</a></td><td class="title"> Leaving well enough alone </td><td> B. Harvey</td><td>May 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc685" target="_blank">RFC 685</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc685.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc685.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc685.html" target="_blank">HTML</a></td><td class="title"> Response time in cross network debugging </td><td> M. Beeler</td><td>April 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc684" target="_blank">RFC 684</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc684.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc684.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc684.html" target="_blank">HTML</a></td><td class="title"> Commentary on procedure calling as a network protocol </td><td> R. Schantz</td><td>April 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc683" target="_blank">RFC 683</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc683.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc683.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc683.html" target="_blank">HTML</a></td><td class="title"> FTPSRV - Tenex extension for paged files </td><td> R. Clements</td><td>April 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc681" target="_blank">RFC 681</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc681.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc681.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc681.html" target="_blank">HTML</a></td><td class="title"> Network UNIX </td><td> S. Holmgren</td><td>March 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc680" target="_blank">RFC 680</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc680.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc680.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc680.html" target="_blank">HTML</a></td><td class="title"> Message Transmission Protocol </td><td> T.H. Myer, D.A. Henderson</td><td>April 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc561" target="_blank">RFC 561</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc679" target="_blank">RFC 679</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc679.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc679.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc679.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc679.html" target="_blank">HTML</a></td><td class="title"> February, 1975, survey of New-Protocol Telnet servers </td><td>D.W. Dodds</td><td>February 1975</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc669" target="_blank">RFC 669</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc703" target="_blank">RFC 703</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc678" target="_blank">RFC 678</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc678.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc678.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc678.html" target="_blank">HTML</a></td><td class="title"> Standard file formats </td><td> J. Postel</td><td>December 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc677" target="_blank">RFC 677</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc677.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc677.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc677.html" target="_blank">HTML</a></td><td class="title"> Maintenance of duplicate databases </td><td> P.R. Johnson, R. Thomas</td><td>January 1975</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc674" target="_blank">RFC 674</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc674.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc674.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc674.html" target="_blank">HTML</a></td><td class="title"> Procedure call documents: Version 2 </td><td> J. Postel, J.E. White</td><td>December 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc672" target="_blank">RFC 672</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc672.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc672.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc672.html" target="_blank">HTML</a></td><td class="title"> Multi-site data collection facility </td><td> R. Schantz</td><td>December 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc671" target="_blank">RFC 671</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc671.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc671.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc671.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc671.html" target="_blank">HTML</a></td><td class="title">Note on Reconnection Protocol </td><td>R. Schantz</td><td>December 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc669" target="_blank">RFC 669</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc669.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc669.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc669.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc669.html" target="_blank">HTML</a></td><td class="title"> November, 1974, survey of New-Protocol Telnet servers </td><td>D.W. Dodds</td><td>December 1974</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc702" target="_blank">RFC 702</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc679" target="_blank">RFC 679</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc667" target="_blank">RFC 667</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc667.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc667.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc667.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc667.html" target="_blank">HTML</a></td><td class="title">Host Ports</td><td>S.G. Chipman</td><td>December 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc666" target="_blank">RFC 666</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc666.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc666.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc666.html" target="_blank">HTML</a></td><td class="title">Specification of the Unified User-Level Protocol</td><td> M.A. Padlipsky</td><td>November 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc663" target="_blank">RFC 663</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc663.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc663.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc663.html" target="_blank">HTML</a></td><td class="title"> Lost message detection and recovery protocol </td><td> R. Kanodia</td><td>November 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc662" target="_blank">RFC 662</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc662.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc662.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc662.html" target="_blank">HTML</a></td><td class="title"> Performance improvement in ARPANET file transfers from Multics </td><td> R. Kanodia</td><td>November 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc661" target="_blank">RFC 661</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc661.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc661.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc661.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc661.html" target="_blank">HTML</a></td><td class="title"> Protocol information </td><td>J. Postel</td><td>November 1974</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc694" target="_blank">RFC 694</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc660" target="_blank">RFC 660</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc660.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc660.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc660.html" target="_blank">HTML</a></td><td class="title"> Some changes to the IMP and the IMP/Host interface </td><td> D.C. Walden</td><td>October 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc659" target="_blank">RFC 659</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc659.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc659.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc659.html" target="_blank">HTML</a></td><td class="title"> Announcing additional Telnet options </td><td> J. Postel</td><td>October 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc651" target="_blank">RFC 651</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc651.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc651.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc651.html" target="_blank">HTML</a></td><td class="special"> Revised Telnet status option </td><td> D. Crocker</td><td>October 1974</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc859" target="_blank">RFC 859</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc647" target="_blank">RFC 647</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc647.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc647.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc647.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc647.html" target="_blank">HTML</a></td><td class="title"> Proposed protocol for connecting host computers to ARPA-like networks via front end processors </td><td>M.A. Padlipsky</td><td>November 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc645" target="_blank">RFC 645</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc645.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc645.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc645.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc645.html" target="_blank">HTML</a></td><td class="title"> Network Standard Data Specification syntax </td><td>D. Crocker</td><td>June 1974</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc615" target="_blank">RFC 615</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc644" target="_blank">RFC 644</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc644.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc644.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc644.html" target="_blank">HTML</a></td><td class="title"> On the problem of signature authentication for network mail </td><td> R. Thomas</td><td>July 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc643" target="_blank">RFC 643</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc643.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc643.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc643.html" target="_blank">HTML</a></td><td class="title"> Network Debugging Protocol </td><td> E. Mader</td><td>July 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc642" target="_blank">RFC 642</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc642.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc642.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc642.html" target="_blank">HTML</a></td><td class="title"> Ready line philosophy and implementation </td><td> J.D. Burchfiel</td><td>July 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc640" target="_blank">RFC 640</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc640.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc640.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc640.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc640.html" target="_blank">HTML with inline errata</a></td><td class="title"> Revised FTP reply codes </td><td> J. Postel</td><td>June 1974</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc640" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc542" target="_blank">RFC 542</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc638" target="_blank">RFC 638</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc638.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc638.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc638.html" target="_blank">HTML</a></td><td class="title"> IMP/TIP preventive maintenance schedule </td><td> A.M. McKenzie</td><td>April 1974</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc633" target="_blank">RFC 633</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc637" target="_blank">RFC 637</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc637.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc637.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc637.html" target="_blank">HTML</a></td><td class="title"> Change of network address for SU-DSL </td><td> A.M. McKenzie</td><td>April 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc636" target="_blank">RFC 636</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc636.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc636.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc636.html" target="_blank">HTML</a></td><td class="title"> TIP/Tenex reliability improvements </td><td> J.D. Burchfiel, B. Cosell, R.S. Tomlinson, D.C. Walden</td><td>June 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc635" target="_blank">RFC 635</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc635.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc635.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc635.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc635.html" target="_blank">HTML</a></td><td class="title">Assessment of ARPANET protocols </td><td> V. Cerf</td><td>April 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc634" target="_blank">RFC 634</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc634.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc634.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc634.html" target="_blank">HTML</a></td><td class="title"> Change in network address for Haskins Lab </td><td> A.M. McKenzie</td><td>April 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc633" target="_blank">RFC 633</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc633.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc633.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc633.html" target="_blank">HTML</a></td><td class="special"> IMP/TIP preventive maintenance schedule </td><td> A.M. McKenzie</td><td>March 1974</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc638" target="_blank">RFC 638</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc632" target="_blank">RFC 632</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc632.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc632.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc632.html" target="_blank">HTML</a></td><td class="title"> Throughput degradations for single packet messages </td><td> H. Opderbeck</td><td>May 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc631" target="_blank">RFC 631</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc631.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc631.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc631.html" target="_blank">HTML</a></td><td class="title"> International meeting on minicomputers and data communication: Call for papers </td><td> A. Danthine</td><td>April 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc630" target="_blank">RFC 630</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc630.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc630.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc630.html" target="_blank">HTML</a></td><td class="title"> FTP error code usage for more reliable mail service </td><td> J. Sussman</td><td>April 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc629" target="_blank">RFC 629</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc629.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc629.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc629.html" target="_blank">HTML</a></td><td class="title"> Scenario for using the Network Journal </td><td> J.B. North</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc628" target="_blank">RFC 628</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc628.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc628.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc628.html" target="_blank">HTML</a></td><td class="title"> Status of RFC numbers and a note on pre-assigned journal numbers </td><td> M.L. Keeney</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc627" target="_blank">RFC 627</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc627.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc627.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc627.html" target="_blank">HTML</a></td><td class="title"> ASCII text file of hostnames </td><td> M.D. Kudlick, E.J. Feinler</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc626" target="_blank">RFC 626</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc626.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc626.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc626.html" target="_blank">HTML</a></td><td class="title"> On a possible lockup condition in IMP subnet due to message sequencing </td><td> L. Kleinrock, H. Opderbeck</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc625" target="_blank">RFC 625</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc625.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc625.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc625.html" target="_blank">HTML</a></td><td class="title"> On-line hostnames service </td><td> M.D. Kudlick, E.J. Feinler</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc624" target="_blank">RFC 624</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc624.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc624.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc624.html" target="_blank">HTML</a></td><td class="title"> Comments on the File Transfer Protocol </td><td> M. Krilanovich, G. Gregg, W. Hathaway, J.E. White</td><td>February 1974</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc607" target="_blank">RFC 607</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc623" target="_blank">RFC 623</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc623.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc623.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc623.html" target="_blank">HTML</a></td><td class="title"> Comments on on-line host name service </td><td> M. Krilanovich</td><td>February 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc622" target="_blank">RFC 622</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc622.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc622.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc622.html" target="_blank">HTML</a></td><td class="title"> Scheduling IMP/TIP down time </td><td> A.M. McKenzie</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc621" target="_blank">RFC 621</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc621.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc621.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc621.html" target="_blank">HTML</a></td><td class="title"> NIC user directories at SRI ARC </td><td> M.D. Kudlick</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc620" target="_blank">RFC 620</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc620.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc620.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc620.html" target="_blank">HTML</a></td><td class="title"> Request for monitor host table updates </td><td> B. Ferguson</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc619" target="_blank">RFC 619</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc619.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc619.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc619.html" target="_blank">HTML</a></td><td class="title"> Mean round-trip times in the ARPANET </td><td> W. Naylor, H. Opderbeck</td><td>March 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc618" target="_blank">RFC 618</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc618.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc618.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc618.html" target="_blank">HTML</a></td><td class="title"> Few observations on NCP statistics </td><td> E.A. Taft</td><td>February 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc617" target="_blank">RFC 617</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc617.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc617.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc617.html" target="_blank">HTML</a></td><td class="title"> Note on socket number assignment </td><td> E.A. Taft</td><td>February 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc616" target="_blank">RFC 616</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc616.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc616.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc616.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc616.html" target="_blank">HTML</a></td><td class="title">LATEST NETWORK MAPS</td><td>D. Walden</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc615" target="_blank">RFC 615</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc615.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc615.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc615.html" target="_blank">HTML</a></td><td class="special"> Proposed Network Standard Data Pathname syntax </td><td>D. Crocker</td><td>March 1974</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc645" target="_blank">RFC 645</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc614" target="_blank">RFC 614</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc614.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc614.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc614.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 607: "Comments on the File Transfer Protocol" </td><td> K.T. Pogran, N. Neigus</td><td>January 1974</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc542" target="_blank">RFC 542</a>, <a href="https://www.rfc-editor.org/info/rfc607" target="_blank">RFC 607</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc613" target="_blank">RFC 613</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc613.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc613.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc613.html" target="_blank">HTML</a></td><td class="title"> Network connectivity: A response to RFC 603 </td><td> A.M. McKenzie</td><td>January 1974</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc603" target="_blank">RFC 603</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc612" target="_blank">RFC 612</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc612.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc612.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc612.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (December 1973) </td><td> A.M. McKenzie</td><td>January 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc611" target="_blank">RFC 611</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc611.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc611.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc611.html" target="_blank">HTML</a></td><td class="title"> Two changes to the IMP/Host Protocol to improve user/network communications </td><td> D.C. Walden</td><td>February 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc610" target="_blank">RFC 610</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc610.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc610.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc610.html" target="_blank">HTML</a></td><td class="title"> Further datalanguage design concepts </td><td> R. Winter, J. Hill, W. Greiff</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc609" target="_blank">RFC 609</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc609.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc609.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc609.html" target="_blank">HTML</a></td><td class="title"> Statement of upcoming move of NIC/NLS service </td><td> B. Ferguson</td><td>January 1974</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc608" target="_blank">RFC 608</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc608.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc608.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc608.html" target="_blank">HTML</a></td><td class="special"> Host names on-line </td><td> M.D. Kudlick</td><td>January 1974</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc810" target="_blank">RFC 810</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc607" target="_blank">RFC 607</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc607.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc607.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc607.html" target="_blank">HTML</a></td><td class="special"> Comments on the File Transfer Protocol </td><td> M. Krilanovich, G. Gregg</td><td>January 1974</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc624" target="_blank">RFC 624</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc614" target="_blank">RFC 614</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc606" target="_blank">RFC 606</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc606.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc606.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc606.html" target="_blank">HTML</a></td><td class="title"> Host names on-line </td><td> L.P. Deutsch</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc604" target="_blank">RFC 604</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc604.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc604.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc604.html" target="_blank">HTML</a></td><td class="special"> Assigned link numbers </td><td> J. Postel</td><td>December 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc317" target="_blank">RFC 317</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc739" target="_blank">RFC 739</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc603" target="_blank">RFC 603</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc603.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc603.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc603.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 597: Host status </td><td> J.D. Burchfiel</td><td>December 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc597" target="_blank">RFC 597</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc613" target="_blank">RFC 613</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc602" target="_blank">RFC 602</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc602.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc602.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc602.html" target="_blank">HTML</a></td><td class="title"> "The stockings were hung by the chimney with care" </td><td> R.M. Metcalfe</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc601" target="_blank">RFC 601</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc601.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc601.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc601.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (November 1973) </td><td> A.M. McKenzie</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc600" target="_blank">RFC 600</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc600.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc600.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc600.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc600.html" target="_blank">HTML</a></td><td class="title"> Interfacing an Illinois plasma terminal to the ARPANET </td><td>A. Berggreen</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc599" target="_blank">RFC 599</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc599.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc599.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc599.html" target="_blank">HTML</a></td><td class="special"> Update on NETRJS </td><td> R.T. Braden</td><td>December 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc189" target="_blank">RFC 189</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc740" target="_blank">RFC 740</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc598" target="_blank">RFC 598</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc598.pdf" target="_blank">PDF with Images</a></td><td class="title"> RFC index - December 5, 1973 </td><td>Network Information Center. Stanford Research Institute</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc597" target="_blank">RFC 597</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc597.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc597.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc597.html" target="_blank">HTML</a></td><td class="title"> Host status </td><td> N. Neigus, E.J. Feinler</td><td>December 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc603" target="_blank">RFC 603</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc596" target="_blank">RFC 596</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc596.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc596.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc596.html" target="_blank">HTML</a></td><td class="title"> Second thoughts on Telnet Go-Ahead </td><td> E.A. Taft</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc595" target="_blank">RFC 595</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc595.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc595.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc595.html" target="_blank">HTML</a></td><td class="title"> Second thoughts in defense of the Telnet Go-Ahead </td><td> W. Hathaway</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc594" target="_blank">RFC 594</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc594.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc594.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc594.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc594.html" target="_blank">HTML</a></td><td class="title"> Speedup of Host-IMP interface </td><td>J.D. Burchfiel</td><td>December 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc593" target="_blank">RFC 593</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc593.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc593.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc593.html" target="_blank">HTML</a></td><td class="title"> Telnet and FTP implementation schedule change </td><td> A.M. McKenzie, J. Postel</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc592" target="_blank">RFC 592</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc592.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc592.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc592.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc592.html" target="_blank">HTML</a></td><td class="title"> Some thoughts on system design to facilitate resource sharing </td><td>R.W. Watson</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc591" target="_blank">RFC 591</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc591.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc591.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc591.html" target="_blank">HTML</a></td><td class="title"> Addition to the Very Distant Host specifications </td><td> D.C. Walden</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc590" target="_blank">RFC 590</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc590.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc590.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc590.html" target="_blank">HTML</a></td><td class="title"> MULTICS address change </td><td> M.A. Padlipsky</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc589" target="_blank">RFC 589</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc589.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc589.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc589.html" target="_blank">HTML</a></td><td class="title"> CCN NETRJS server messages to remote user </td><td> R.T. Braden</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc588" target="_blank">RFC 588</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc588.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc588.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc588.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc588.html" target="_blank">HTML</a></td><td class="title"> London Node Is Now Up </td><td>A. Stokes</td><td>October 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc587" target="_blank">RFC 587</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc587.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc587.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc587.html" target="_blank">HTML</a></td><td class="title">Announcing New Telnet Options</td><td>J. Postel</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc586" target="_blank">RFC 586</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc586.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc586.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc586.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc586.html" target="_blank">HTML</a></td><td class="title">Traffic statistics (October 1973) </td><td>A.M. McKenzie</td><td>November 1973</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc586" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc579" target="_blank">RFC 579</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc585" target="_blank">RFC 585</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc585.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc585.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc585.html" target="_blank">HTML</a></td><td class="title"> ARPANET users interest working group meeting </td><td> D. Crocker, N. Neigus, E.J. Feinler, J. Iseli</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc584" target="_blank">RFC 584</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc584.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc584.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc584.html" target="_blank">HTML</a></td><td class="title"> Charter for ARPANET Users Interest Working Group </td><td> J. Iseli, D. Crocker, N. Neigus</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc582" target="_blank">RFC 582</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc582.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc582.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc582.html" target="_blank">HTML</a></td><td class="title"> Comments on RFC 580: Machine readable protocols </td><td> R. Clements</td><td>November 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc580" target="_blank">RFC 580</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc581" target="_blank">RFC 581</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc581.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc581.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc581.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc581.html" target="_blank">HTML</a></td><td class="title">Corrections to RFC 560: Remote Controlled Transmission and Echoing Telnet Option </td><td>D. Crocker, J. Postel</td><td>November 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc560" target="_blank">RFC 560</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc580" target="_blank">RFC 580</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc580.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc580.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc580.html" target="_blank">HTML</a></td><td class="title"> Note to Protocol Designers and Implementers </td><td> J. Postel</td><td>October 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc582" target="_blank">RFC 582</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc579" target="_blank">RFC 579</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc579.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc579.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc579.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc579.html" target="_blank">HTML</a></td><td class="title">Traffic statistics (September 1973) </td><td>A.M. McKenzie</td><td>November 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc566" target="_blank">RFC 566</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc586" target="_blank">RFC 586</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc578" target="_blank">RFC 578</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc578.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc578.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc578.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc578.html" target="_blank">HTML</a></td><td class="title">Using MIT-Mathlab MACSYMA from MIT-DMS Muddle </td><td>A.K. Bhushan, N.D. Ryan</td><td>October 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc577" target="_blank">RFC 577</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc577.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc577.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc577.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc577.html" target="_blank">HTML</a></td><td class="title">Mail priority </td><td>D. Crocker</td><td>October 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc576" target="_blank">RFC 576</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc576.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc576.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc576.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc576.html" target="_blank">HTML</a></td><td class="title"> Proposal for modifying linking </td><td>K. Victor</td><td>September 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc574" target="_blank">RFC 574</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc574.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc574.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc574.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc574.html" target="_blank">HTML</a></td><td class="title">Announcement of a Mail Facility at UCSB</td><td>M. Krilanovich</td><td>September 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc573" target="_blank">RFC 573</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc573.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc573.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc573.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc573.html" target="_blank">HTML</a></td><td class="title">DATA AND FILE TRANSFER - SOME MEASUREMENT RESULTS</td><td>A. Bhushan</td><td>September 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc571" target="_blank">RFC 571</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc571.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc571.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc571.html" target="_blank">HTML</a></td><td class="title">TENEX FTP PROBLEM</td><td>R. Braden</td><td>November 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc570" target="_blank">RFC 570</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc570.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc570.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc570.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc570.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc570.html" target="_blank">HTML</a></td><td class="title"> Experimental input mapping between NVT ASCII and UCSB On Line System </td><td> J.R. Pickens</td><td>October 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc568" target="_blank">RFC 568</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc568.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc568.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc568.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 567 - cross country network bandwidth </td><td> J.M. McQuillan</td><td>September 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc567" target="_blank">RFC 567</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc567" target="_blank">RFC 567</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc567.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc567.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc567.html" target="_blank">HTML</a></td><td class="title"> Cross Country Network Bandwidth </td><td> L.P. Deutsch</td><td>September 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc568" target="_blank">RFC 568</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc566" target="_blank">RFC 566</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc566.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc566.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc566.html" target="_blank">HTML</a></td><td class="title">Traffic statistics (August 1973) </td><td>A.M. McKenzie</td><td>September 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc579" target="_blank">RFC 579</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc565" target="_blank">RFC 565</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc565.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc565.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc565.html" target="_blank">HTML</a></td><td class="title"> Storing network survey data at the datacomputer </td><td> D. Cantor</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc563" target="_blank">RFC 563</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc563.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc563.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc563.html" target="_blank">HTML</a></td><td class="title"> Comments on the RCTE Telnet option </td><td> J. Davidson</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc562" target="_blank">RFC 562</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc562.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc562.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc562.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc562.html" target="_blank">HTML</a></td><td class="title">Modifications to the TELNET Specification</td><td>A.M. McKenzie</td><td>August 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc495" target="_blank">RFC 495</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc561" target="_blank">RFC 561</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc561.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc561.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc561.html" target="_blank">HTML</a></td><td class="title"> Standardizing Network Mail Headers </td><td>A.K. Bhushan, K.T. Pogran, R.S. Tomlinson, J.E. White</td><td>September 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc680" target="_blank">RFC 680</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc560" target="_blank">RFC 560</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc560.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc560.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc560.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc560.html" target="_blank">HTML</a></td><td class="title">Remote Controlled Transmission and Echoing Telnet option </td><td>D. Crocker, J. Postel</td><td>August 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc581" target="_blank">RFC 581</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc559" target="_blank">RFC 559</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc559.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc559.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc559.html" target="_blank">HTML</a></td><td class="title"> Comments on The New Telnet Protocol and its Implementation </td><td> A.K. Bushan</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc557" target="_blank">RFC 557</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc557.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc557.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc557.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc557.html" target="_blank">HTML</a></td><td class="title">REVELATIONS IN NETWORK HOST MEASUREMENTS</td><td>B.D. Wessler</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc556" target="_blank">RFC 556</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc556.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc556.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc556.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc556.html" target="_blank">HTML</a></td><td class="title">Traffic Statistics (July 1973)</td><td>A.M. McKenzie</td><td>August 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc538" target="_blank">RFC 538</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc555" target="_blank">RFC 555</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc555.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc555.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc555.html" target="_blank">HTML</a></td><td class="title"> Responses to critiques of the proposed mail protocol </td><td> J.E. White</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc553" target="_blank">RFC 553</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc553.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc553.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc553.html" target="_blank">HTML</a></td><td class="title"> Draft design for a text/graphics protocol </td><td> C.H. Irby, K. Victor</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc552" target="_blank">RFC 552</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc552.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc552.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc552.html" target="_blank">HTML</a></td><td class="title"> Single access to standard protocols </td><td> A.D. Owen</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc551" target="_blank">RFC 551</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc551.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc551.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc551.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc551.html" target="_blank">HTML</a></td><td class="title">NYU, ANL, and LBL Joining the Net </td><td>Y. Feinroth, R. Fink</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc550" target="_blank">RFC 550</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc550.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc550.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc550.html" target="_blank">HTML</a></td><td class="title"> NIC NCP experiment </td><td> L.P. Deutsch</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc549" target="_blank">RFC 549</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc549.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc549.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc549.html" target="_blank">HTML</a></td><td class="title"> Minutes of Network Graphics Group meeting, 15-17 July 1973 </td><td> J.C. Michener</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc548" target="_blank">RFC 548</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc548.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc548.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc548.html" target="_blank">HTML</a></td><td class="title"> Hosts using the IMP Going Down message </td><td> D.C. Walden</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc547" target="_blank">RFC 547</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc547.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc547.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc547.html" target="_blank">HTML</a></td><td class="title"> Change to the Very Distant Host specification </td><td> D.C. Walden</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc546" target="_blank">RFC 546</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc546.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc546.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc546.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc546.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc546.html" target="_blank">HTML</a></td><td class="title"> Tenex load averages for July 1973 </td><td> R. Thomas</td><td>August 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc545" target="_blank">RFC 545</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc545.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc545.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc545.html" target="_blank">HTML</a></td><td class="title"> Of what quality be the UCSB resources evaluators? </td><td> J.R. Pickens</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc544" target="_blank">RFC 544</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc544.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc544.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc544.html" target="_blank">HTML</a></td><td class="title"> Locating on-line documentation at SRI-ARC </td><td> N.D. Meyer, K. Kelley</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc543" target="_blank">RFC 543</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc543.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc543.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc543.html" target="_blank">HTML</a></td><td class="title"> Network journal submission and delivery </td><td> N.D. Meyer</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc542" target="_blank">RFC 542</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc542.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc542.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc542.html" target="_blank">HTML</a></td><td class="special">File Transfer Protocol </td><td>N. Neigus</td><td>August 1973</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc542" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc765" target="_blank">RFC 765</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc614" target="_blank">RFC 614</a>, <a href="https://www.rfc-editor.org/info/rfc640" target="_blank">RFC 640</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc539" target="_blank">RFC 539</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc539.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc539.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc539.html" target="_blank">HTML</a></td><td class="title"> Thoughts on the mail protocol proposed in RFC 524 </td><td> D. Crocker, J. Postel</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc538" target="_blank">RFC 538</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc538.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc538.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc538.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (June 1973) </td><td>A.M. McKenzie</td><td>July 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc556" target="_blank">RFC 556</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc537" target="_blank">RFC 537</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc537.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc537.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc537.html" target="_blank">HTML</a></td><td class="title"> Announcement of NGG meeting July 16-17 </td><td> S. Bunch</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc535" target="_blank">RFC 535</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc535.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc535.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc535.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc535.html" target="_blank">HTML</a></td><td class="title">Comments on File Access Protocol </td><td>R. Thomas</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc534" target="_blank">RFC 534</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc534.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc534.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc534.html" target="_blank">HTML</a></td><td class="title"> Lost message detection </td><td> D.C. Walden</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc533" target="_blank">RFC 533</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc533.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc533.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc533.html" target="_blank">HTML</a></td><td class="title"> Message-ID numbers </td><td> D.C. Walden</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc532" target="_blank">RFC 532</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc532.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc532.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc532.html" target="_blank">HTML</a></td><td class="title"> UCSD-CC Server-FTP facility </td><td> R.G. Merryman</td><td>July 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc531" target="_blank">RFC 531</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc531.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc531.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc531.html" target="_blank">HTML</a></td><td class="title"> Feast or famine? A response to two recent RFC's about network information </td><td> M.A. Padlipsky</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc530" target="_blank">RFC 530</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc530.pdf" target="_blank">PDF with Images</a></td><td class="title">Report on the Survey Project </td><td>A.K. Bhushan</td><td>June 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc308" target="_blank">RFC 308</a>, <a href="https://www.rfc-editor.org/info/rfc523" target="_blank">RFC 523</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc529" target="_blank">RFC 529</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc529.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc529.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc529.html" target="_blank">HTML</a></td><td class="title"> Note on protocol synch sequences </td><td> A.M. McKenzie, R. Thomas, R.S. Tomlinson, K.T. Pogran</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc528" target="_blank">RFC 528</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc528.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc528.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc528.html" target="_blank">HTML</a></td><td class="title"> Software checksumming in the IMP and network reliability </td><td> J.M. McQuillan</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc527" target="_blank">RFC 527</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc527.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc527.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc527.html" target="_blank">HTML</a></td><td class="title"> ARPAWOCKY </td><td> R. Merryman</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc526" target="_blank">RFC 526</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc526.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc526.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc526.html" target="_blank">HTML</a></td><td class="title"> Technical meeting: Digital image processing software systems </td><td> W.K. Pratt</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc525" target="_blank">RFC 525</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc525.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc525.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc525.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc525.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc525.html" target="_blank">HTML</a></td><td class="title"> MIT-MATHLAB meets UCSB-OLS -an example of resource sharing </td><td> W. Parrish, J.R. Pickens</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc524" target="_blank">RFC 524</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc524.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc524.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc524.html" target="_blank">HTML</a></td><td class="title"> Proposed Mail Protocol </td><td> J.E. White</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc523" target="_blank">RFC 523</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc523.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc523.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc523.html" target="_blank">HTML</a></td><td class="title"> SURVEY is in operation again </td><td> A.K. Bhushan</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc522" target="_blank">RFC 522</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc522.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc522.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc522.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc522.html" target="_blank">HTML</a></td><td class="title">Traffic Statistics (May 1973) </td><td>A.M. McKenzie</td><td>June 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc509" target="_blank">RFC 509</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc521" target="_blank">RFC 521</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc521.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc521.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc521.html" target="_blank">HTML</a></td><td class="title"> Restricted use of IMP DDT </td><td> A.M. McKenzie</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc520" target="_blank">RFC 520</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc520.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc520.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc520.html" target="_blank">HTML</a></td><td class="title"> Memo to FTP group: Proposal for File Access Protocol </td><td> J.D. Day</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc519" target="_blank">RFC 519</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc519.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc519.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc519.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc519.html" target="_blank">HTML</a></td><td class="title">Resource Evaluation </td><td>J.R. Pickens</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc518" target="_blank">RFC 518</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc518.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc518.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc518.html" target="_blank">HTML</a></td><td class="title"> ARPANET accounts </td><td> N. Vaughan, E.J. Feinler</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc516" target="_blank">RFC 516</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc516.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc516.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc516.html" target="_blank">HTML</a></td><td class="title"> Lost message detection </td><td> J. Postel</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc515" target="_blank">RFC 515</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc515.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc515.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc515.html" target="_blank">HTML</a></td><td class="title">Specifications for Datalanguage, Version 0/9</td><td> R. Winter</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc514" target="_blank">RFC 514</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc514.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc514.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc514.html" target="_blank">HTML</a></td><td class="title"> Network make-work </td><td> W. Kantrowitz</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc513" target="_blank">RFC 513</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc513.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc513.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc513.html" target="_blank">HTML</a></td><td class="title"> Comments on the new Telnet specifications </td><td> W. Hathaway</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc512" target="_blank">RFC 512</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc512.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc512.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc512.html" target="_blank">HTML</a></td><td class="title"> More on lost message detection </td><td> W. Hathaway</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc511" target="_blank">RFC 511</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc511.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc511.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc511.html" target="_blank">HTML</a></td><td class="title"> Enterprise phone service to NIC from ARPANET sites </td><td> J.B. North</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc510" target="_blank">RFC 510</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc510.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc510.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc510.html" target="_blank">HTML</a></td><td class="title"> Request for network mailbox addresses </td><td> J.E. White</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc509" target="_blank">RFC 509</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc509.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc509.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc509.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (April 1973) </td><td> A.M. McKenzie</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc508" target="_blank">RFC 508</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc508.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc508.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc508.html" target="_blank">HTML</a></td><td class="title"> Real-time data transmission on the ARPANET </td><td> L. Pfeifer, J. McAfee</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc506" target="_blank">RFC 506</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc506.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc506.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc506.html" target="_blank">HTML</a></td><td class="title"> FTP command naming problem </td><td> M.A. Padlipsky</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc505" target="_blank">RFC 505</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc505.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc505.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc505.html" target="_blank">HTML</a></td><td class="title"> Two solutions to a file transfer access problem </td><td> M.A. Padlipsky</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc504" target="_blank">RFC 504</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc504.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc504.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc504.html" target="_blank">HTML</a></td><td class="title"> Distributed resources workshop announcement </td><td> R. Thomas</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc503" target="_blank">RFC 503</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc503.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc503.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc503.html" target="_blank">HTML</a></td><td class="special"> Socket number list </td><td> N. Neigus, J. Postel</td><td>April 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc433" target="_blank">RFC 433</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc739" target="_blank">RFC 739</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc501" target="_blank">RFC 501</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc501.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc501.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc501.html" target="_blank">HTML</a></td><td class="title"> Un-muddling "free file transfer" </td><td> K.T. Pogran</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc500" target="_blank">RFC 500</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc500.pdf" target="_blank">PDF with Images</a></td><td class="title"> Integration of data management systems on a computer network </td><td>A. Shoshani, I. Spiegler</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc499" target="_blank">RFC 499</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc499.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc499.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc499.html" target="_blank">HTML</a></td><td class="title"> Harvard's network RJE </td><td>B.R. Reussow</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc498" target="_blank">RFC 498</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc498.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc498.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc498.html" target="_blank">HTML</a></td><td class="title"> On mail service to CCN </td><td> R.T. Braden</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc497" target="_blank">RFC 497</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc497.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc497.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc497.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc497.html" target="_blank">HTML</a></td><td class="title">Traffic Statistics (March 1973)</td><td>A.M. McKenzie</td><td>April 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc482" target="_blank">RFC 482</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc496" target="_blank">RFC 496</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc496.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc496.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc496.html" target="_blank">HTML</a></td><td class="title"> TNLS quick reference card is available </td><td> M.F. Auerbach</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc495" target="_blank">RFC 495</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc495.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc495.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc495.html" target="_blank">HTML</a></td><td class="title"> Telnet Protocol specifications </td><td>A.M. McKenzie</td><td>May 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc158" target="_blank">RFC 158</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc562" target="_blank">RFC 562</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc494" target="_blank">RFC 494</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc494.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc494.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc494.html" target="_blank">HTML</a></td><td class="title"> Availability of MIX and MIXAL in the Network </td><td> D.C. Walden</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc493" target="_blank">RFC 493</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc493.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc493.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc493.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc493.html" target="_blank">HTML</a></td><td class="title">GRAPHICS PROTOCOL</td><td>J.C. Michener, I.W. Cotton, K.C. Kelley, D.E. Liddle, E. Meyer</td><td>April 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc292" target="_blank">RFC 292</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc492" target="_blank">RFC 492</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc492.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc492.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc492.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 467 </td><td> E. Meyer</td><td>April 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc467" target="_blank">RFC 467</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc491" target="_blank">RFC 491</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc491.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc491.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc491.html" target="_blank">HTML</a></td><td class="title"> What is "Free"? </td><td> M.A. Padlipsky</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc490" target="_blank">RFC 490</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc490.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc490.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc490.html" target="_blank">HTML</a></td><td class="title"> Surrogate RJS for UCLA-CCN </td><td> J.R. Pickens</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc489" target="_blank">RFC 489</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc489.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc489.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc489.html" target="_blank">HTML</a></td><td class="title"> Comment on resynchronization of connection status proposal </td><td> J. Postel</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc488" target="_blank">RFC 488</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc488.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc488.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc488.html" target="_blank">HTML</a></td><td class="title"> NLS classes at network sites </td><td> M.F. Auerbach</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc487" target="_blank">RFC 487</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc487.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc487.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc487.html" target="_blank">HTML</a></td><td class="title"> Free file transfer </td><td> R.D. Bressler</td><td>April 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc486" target="_blank">RFC 486</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc486.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc486.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc486.html" target="_blank">HTML</a></td><td class="title"> Data transfer revisited </td><td> R.D. Bressler</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc485" target="_blank">RFC 485</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc485.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc485.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc485.html" target="_blank">HTML</a></td><td class="title"> MIX and MIXAL at UCSB </td><td> J.R. Pickens</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc483" target="_blank">RFC 483</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc483.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc483.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc483.html" target="_blank">HTML</a></td><td class="title"> Cancellation of the resource notebook framework meeting </td><td> M.D. Kudlick</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc482" target="_blank">RFC 482</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc482.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc482.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc482.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (February 1973) </td><td>A.M. McKenzie</td><td>March 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc497" target="_blank">RFC 497</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc480" target="_blank">RFC 480</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc480.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc480.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc480.html" target="_blank">HTML</a></td><td class="title"> Host-dependent FTP parameters </td><td> J.E. White</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc479" target="_blank">RFC 479</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc479.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc479.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc479.html" target="_blank">HTML</a></td><td class="title"> Use of FTP by the NIC Journal </td><td> J.E. White</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc478" target="_blank">RFC 478</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc478.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc478.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc478.html" target="_blank">HTML</a></td><td class="title"> FTP server-server interaction - II </td><td> R.D. Bressler, R. Thomas</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc477" target="_blank">RFC 477</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc477.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc477.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc477.html" target="_blank">HTML</a></td><td class="title"> Remote Job Service at UCSB </td><td> M. Krilanovich</td><td>May 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc476" target="_blank">RFC 476</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc476.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc476.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc476.html" target="_blank">HTML</a></td><td class="title"> IMP/TIP memory retrofit schedule (rev 2) </td><td> A.M. McKenzie</td><td>March 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc447" target="_blank">RFC 447</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc475" target="_blank">RFC 475</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc475.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc475.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc475.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc475.html" target="_blank">HTML</a></td><td class="title">FTP and Network Mail System </td><td>A.K. Bhushan</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc474" target="_blank">RFC 474</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc474.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc474.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc474.html" target="_blank">HTML</a></td><td class="title"> Announcement of NGWG meeting: Call for papers </td><td> S. Bunch</td><td>March 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc396" target="_blank">RFC 396</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc473" target="_blank">RFC 473</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc473.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc473.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc473.html" target="_blank">HTML</a></td><td class="title"> MIX and MIXAL? </td><td> D.C. Walden</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc472" target="_blank">RFC 472</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc472.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc472.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc472.html" target="_blank">HTML</a></td><td class="title"> Illinois' reply to Maxwell's request for graphics information (NIC 14925) </td><td> S. Bunch</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc471" target="_blank">RFC 471</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc471.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc471.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc471.html" target="_blank">HTML</a></td><td class="title"> Workshop on multi-site executive programs </td><td> R. Thomas</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc470" target="_blank">RFC 470</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc470.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc470.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc470.html" target="_blank">HTML</a></td><td class="title"> Change in socket for TIP news facility </td><td> R. Thomas</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc469" target="_blank">RFC 469</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc469.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc469.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc469.html" target="_blank">HTML</a></td><td class="title"> Network mail meeting summary </td><td> M.D. Kudlick</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc468" target="_blank">RFC 468</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc468.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc468.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc468.html" target="_blank">HTML</a></td><td class="title"> FTP data compression </td><td> R.T. Braden</td><td>March 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc467" target="_blank">RFC 467</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc467.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc467.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc467.html" target="_blank">HTML</a></td><td class="title"> Proposed change to Host-Host Protocol: Resynchronization of connection status </td><td> J.D. Burchfiel, R.S. Tomlinson</td><td>February 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc492" target="_blank">RFC 492</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc466" target="_blank">RFC 466</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc466.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc466.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc466.html" target="_blank">HTML</a></td><td class="title"> Telnet logger/server for host LL-67 </td><td> J.M. Winett</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc464" target="_blank">RFC 464</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc464.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc464.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc464.html" target="_blank">HTML</a></td><td class="title"> Resource notebook framework </td><td> M.D. Kudlick</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc463" target="_blank">RFC 463</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc463.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc463.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc463.html" target="_blank">HTML</a></td><td class="title"> FTP comments and response to RFC 430 </td><td> A.K. Bhushan</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc462" target="_blank">RFC 462</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc462.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc462.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc462.html" target="_blank">HTML</a></td><td class="title"> Responding to user needs </td><td> J. Iseli, D. Crocker</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc461" target="_blank">RFC 461</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc461.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc461.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc461.html" target="_blank">HTML</a></td><td class="title"> Telnet Protocol meeting announcement </td><td> A.M. McKenzie</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc460" target="_blank">RFC 460</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc460.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc460.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc460.html" target="_blank">HTML</a></td><td class="title"> NCP survey </td><td> C. Kline</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc459" target="_blank">RFC 459</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc459.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc459.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc459.html" target="_blank">HTML</a></td><td class="title"> Network questionnaires </td><td> W. Kantrowitz</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc458" target="_blank">RFC 458</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc458.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc458.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc458.html" target="_blank">HTML</a></td><td class="title"> Mail retrieval via FTP </td><td> R.D. Bressler, R. Thomas</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc457" target="_blank">RFC 457</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc457.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc457.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc457.html" target="_blank">HTML</a></td><td class="title"> TIPUG </td><td> D.C. Walden</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc456" target="_blank">RFC 456</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc456.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc456.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc456.html" target="_blank">HTML</a></td><td class="title"> Memorandum: Date change of mail meeting </td><td> M.D. Kudlick</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc455" target="_blank">RFC 455</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc455.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc455.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc455.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (January 1973) </td><td> A.M. McKenzie</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc454" target="_blank">RFC 454</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc454.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc454.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc454.html" target="_blank">HTML</a></td><td class="title"> File Transfer Protocol - meeting announcement and a new proposed document </td><td> A.M. McKenzie</td><td>February 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc453" target="_blank">RFC 453</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc453.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc453.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc453.html" target="_blank">HTML</a></td><td class="title"> Meeting announcement to discuss a network mail system </td><td> M.D. Kudlick</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc452" target="_blank">RFC 452</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc452.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc452.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc452.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc452.html" target="_blank">HTML</a></td><td class="title">TELNET Command at Host LL</td><td>J. Winett</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc451" target="_blank">RFC 451</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc451.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc451.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc451.html" target="_blank">HTML</a></td><td class="title"> Tentative proposal for a Unified User Level Protocol </td><td> M.A. Padlipsky</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc450" target="_blank">RFC 450</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc450.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc450.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc450.html" target="_blank">HTML</a></td><td class="title"> MULTICS sampling timeout change </td><td> M.A. Padlipsky</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc449" target="_blank">RFC 449</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc449.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc449.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc449.html" target="_blank">HTML</a></td><td class="title"> Current flow-control scheme for IMPSYS </td><td> D.C. Walden</td><td>January 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc442" target="_blank">RFC 442</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc448" target="_blank">RFC 448</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc448.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc448.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc448.html" target="_blank">HTML</a></td><td class="title"> Print files in FTP </td><td> R.T. Braden</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc447" target="_blank">RFC 447</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc447.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc447.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc447.html" target="_blank">HTML</a></td><td class="special"> IMP/TIP memory retrofit schedule </td><td> A.M. McKenzie</td><td>January 1973</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc434" target="_blank">RFC 434</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc476" target="_blank">RFC 476</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc446" target="_blank">RFC 446</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc446.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc446.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc446.html" target="_blank">HTML</a></td><td class="title"> Proposal to consider a network program resource notebook </td><td> L.P. Deutsch</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc445" target="_blank">RFC 445</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc445.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc445.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc445.html" target="_blank">HTML</a></td><td class="title"> IMP/TIP preventive maintenance schedule </td><td> A.M. McKenzie</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc443" target="_blank">RFC 443</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc443.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc443.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc443.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (December 1972) </td><td> A.M. McKenzie</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc442" target="_blank">RFC 442</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc442.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc442.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc442.html" target="_blank">HTML</a></td><td class="title"> Current flow-control scheme for IMPSYS </td><td> V. Cerf</td><td>January 1973</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc449" target="_blank">RFC 449</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc441" target="_blank">RFC 441</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc441.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc441.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc441.html" target="_blank">HTML</a></td><td class="title"> Inter-Entity Communication - an experiment </td><td> R.D. Bressler, R. Thomas</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc440" target="_blank">RFC 440</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc440.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc440.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc440.html" target="_blank">HTML</a></td><td class="title"> Scheduled network software maintenance </td><td> D.C. Walden</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc439" target="_blank">RFC 439</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc439.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc439.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc439.html" target="_blank">HTML</a></td><td class="title"> PARRY encounters the DOCTOR </td><td> V. Cerf</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc438" target="_blank">RFC 438</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc438.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc438.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc438.html" target="_blank">HTML</a></td><td class="title"> FTP server-server interaction </td><td> R. Thomas, R. Clements</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc437" target="_blank">RFC 437</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc437.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc437.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc437.html" target="_blank">HTML</a></td><td class="title"> Data Reconfiguration Service at UCSB </td><td> E. Faeh</td><td>June 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc436" target="_blank">RFC 436</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc436.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc436.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc436.html" target="_blank">HTML</a></td><td class="title"> Announcement of RJS at UCSB </td><td> M. Krilanovich</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc435" target="_blank">RFC 435</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc435.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc435.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc435.html" target="_blank">HTML</a></td><td class="title"> Telnet issues </td><td> B. Cosell, D.C. Walden</td><td>January 1973</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc318" target="_blank">RFC 318</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc434" target="_blank">RFC 434</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc434.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc434.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc434.html" target="_blank">HTML</a></td><td class="special"> IMP/TIP memory retrofit schedule </td><td> A.M. McKenzie</td><td>January 1973</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc447" target="_blank">RFC 447</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc433" target="_blank">RFC 433</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc433.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc433.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc433.html" target="_blank">HTML</a></td><td class="special"> Socket number list </td><td> J. Postel</td><td>December 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc349" target="_blank">RFC 349</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc503" target="_blank">RFC 503</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc432" target="_blank">RFC 432</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc432.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc432.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc432.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc432.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc432.html" target="_blank">HTML</a></td><td class="title"> Network logical map </td><td> N. Neigus</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc431" target="_blank">RFC 431</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc431.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc431.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc431.html" target="_blank">HTML</a></td><td class="title"> Update on SMFS Login and Logout </td><td> M. Krilanovich</td><td>December 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc399" target="_blank">RFC 399</a>, Updates <a href="https://www.rfc-editor.org/info/rfc122" target="_blank">RFC 122</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc430" target="_blank">RFC 430</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc430.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc430.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc430.html" target="_blank">HTML</a></td><td class="title"> Comments on File Transfer Protocol </td><td> R.T. Braden</td><td>February 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc429" target="_blank">RFC 429</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc429.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc429.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc429.html" target="_blank">HTML</a></td><td class="title"> Character Generator Process </td><td> J. Postel</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc426" target="_blank">RFC 426</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc426.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc426.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc426.html" target="_blank">HTML</a></td><td class="title"> Reconnection Protocol </td><td> R. Thomas</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc425" target="_blank">RFC 425</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc425.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc425.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc425.html" target="_blank">HTML</a></td><td class="title"> "But my NCP costs $500 a day" </td><td> R.D. Bressler</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc423" target="_blank">RFC 423</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc423.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc423.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc423.html" target="_blank">HTML</a></td><td class="title"> UCLA Campus Computing Network Liaison Staff for ARPANET </td><td> B. Noble</td><td>December 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc389" target="_blank">RFC 389</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc422" target="_blank">RFC 422</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc422.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc422.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc422.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (November 1972) </td><td> A.M. McKenzie</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc421" target="_blank">RFC 421</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc421.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc421.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc421.html" target="_blank">HTML</a></td><td class="title"> Software Consulting Service for Network Users </td><td> A.M. McKenzie</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc420" target="_blank">RFC 420</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc420.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc420.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc420.html" target="_blank">HTML</a></td><td class="title"> CCA ICCC weather demo </td><td> H. Murray</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc419" target="_blank">RFC 419</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc419.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc419.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc419.html" target="_blank">HTML</a></td><td class="title"> To: Network liaisons and station agents </td><td> A. Vezza</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc418" target="_blank">RFC 418</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc418.pdf" target="_blank">PDF with Images</a></td><td class="title">Server File Transfer Under TSS/360 At NASA-Ames Research Center</td><td>W. Hathaway</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc417" target="_blank">RFC 417</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc417.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc417.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc417.html" target="_blank">HTML</a></td><td class="title"> Link usage violation </td><td> J. Postel, C. Kline</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc416" target="_blank">RFC 416</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc416.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc416.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc416.html" target="_blank">HTML</a></td><td class="title"> ARC System Will Be Unavailable for Use During Thanksgiving Week </td><td> J.C. Norton</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc415" target="_blank">RFC 415</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc415.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc415.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc415.html" target="_blank">HTML</a></td><td class="title"> Tenex bandwidth </td><td> H. Murray</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc414" target="_blank">RFC 414</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc414.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc414.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc414.html" target="_blank">HTML</a></td><td class="title"> File Transfer Protocol (FTP) status and further comments </td><td> A.K. Bhushan</td><td>December 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc385" target="_blank">RFC 385</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc413" target="_blank">RFC 413</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc413.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc413.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc413.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (October 1972) </td><td> A.M. McKenzie</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc412" target="_blank">RFC 412</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc412.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc412.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc412.html" target="_blank">HTML</a></td><td class="title"> User FTP Documentation </td><td> G. Hicks</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc411" target="_blank">RFC 411</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc411.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc411.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc411.html" target="_blank">HTML</a></td><td class="title"> New MULTICS Network Software Features </td><td> M.A. Padlipsky</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc410" target="_blank">RFC 410</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc410.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc410.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc410.html" target="_blank">HTML</a></td><td class="title"> Removal of the 30-Second Delay When Hosts Come Up </td><td> J.M. McQuillan</td><td>November 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc409" target="_blank">RFC 409</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc409.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc409.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc409.html" target="_blank">HTML</a></td><td class="title"> Tenex interface to UCSB's Simple-Minded File System </td><td> J.E. White</td><td>December 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc408" target="_blank">RFC 408</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc408.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc408.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc408.html" target="_blank">HTML</a></td><td class="title"> NETBANK </td><td> A.D. Owen, J. Postel</td><td>October 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc406" target="_blank">RFC 406</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc406.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc406.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc406.html" target="_blank">HTML</a></td><td class="title"> Scheduled IMP Software Releases </td><td> J.M. McQuillan</td><td>October 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc405" target="_blank">RFC 405</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc405.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc405.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc405.html" target="_blank">HTML</a></td><td class="title"> Correction to RFC 404 </td><td> A.M. McKenzie</td><td>October 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc404" target="_blank">RFC 404</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc404" target="_blank">RFC 404</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc404.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc404.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc404.html" target="_blank">HTML</a></td><td class="title"> Host Address Changes Involving Rand and ISI </td><td> A.M. McKenzie</td><td>October 1972</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc405" target="_blank">RFC 405</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc403" target="_blank">RFC 403</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc403.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc403.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc403.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc403.html" target="_blank">HTML</a></td><td class="title">Desirability of a Network 1108 Service </td><td>G. Hicks</td><td>January 1973</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc402" target="_blank">RFC 402</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc402.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc402.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc402.html" target="_blank">HTML</a></td><td class="title"> ARPA Network Mailing Lists </td><td> J.B. North</td><td>October 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc363" target="_blank">RFC 363</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc401" target="_blank">RFC 401</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc401.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc401.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc401.html" target="_blank">HTML</a></td><td class="title"> Conversion of NGP-0 Coordinates to Device Specific Coordinates </td><td> J. Hansen</td><td>October 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc387" target="_blank">RFC 387</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc400" target="_blank">RFC 400</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc400.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc400.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc400.html" target="_blank">HTML</a></td><td class="title"> Traffic Statistics (September 1972) </td><td> A.M. McKenzie</td><td>October 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc399" target="_blank">RFC 399</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc399.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc399.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc399.html" target="_blank">HTML</a></td><td class="special"> SMFS Login and Logout </td><td> M. Krilanovich</td><td>September 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc431" target="_blank">RFC 431</a>, Updates <a href="https://www.rfc-editor.org/info/rfc122" target="_blank">RFC 122</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc398" target="_blank">RFC 398</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc398.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc398.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc398.html" target="_blank">HTML</a></td><td class="title">UCSB Online Graphics</td><td>J.R. Pickens, E. Faeh</td><td>September 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc396" target="_blank">RFC 396</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc396.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc396.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc396.html" target="_blank">HTML</a></td><td class="title"> Network Graphics Working Group Meeting - Second Iteration </td><td> S. Bunch</td><td>November 1972</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc474" target="_blank">RFC 474</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc395" target="_blank">RFC 395</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc395.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc395.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc395.html" target="_blank">HTML</a></td><td class="title"> Switch Settings on IMPs and TIPs </td><td> J.M. McQuillan</td><td>October 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc394" target="_blank">RFC 394</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc394.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc394.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc394.html" target="_blank">HTML</a></td><td class="title"> Two Proposed Changes to the IMP-Host Protocol </td><td> J.M. McQuillan</td><td>September 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc381" target="_blank">RFC 381</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc393" target="_blank">RFC 393</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc393.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc393.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc393.html" target="_blank">HTML</a></td><td class="title"> Comments on Telnet Protocol Changes </td><td> J.M. Winett</td><td>October 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc392" target="_blank">RFC 392</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc392.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc392.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc392.html" target="_blank">HTML</a></td><td class="title"> Measurement of host costs for transmitting network data </td><td> G. Hicks, B.D. Wessler</td><td>September 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc391" target="_blank">RFC 391</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc391.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc391.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc391.html" target="_blank">HTML</a></td><td class="title"> Traffic statistics (August 1972) </td><td> A.M. McKenzie</td><td>September 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc378" target="_blank">RFC 378</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc390" target="_blank">RFC 390</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc390.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc390.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc390.html" target="_blank">HTML</a></td><td class="title"> TSO Scenario </td><td> R.T. Braden</td><td>September 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc389" target="_blank">RFC 389</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc389.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc389.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc389.html" target="_blank">HTML</a></td><td class="special"> UCLA Campus Computing Network Liaison Staff for ARPA Network </td><td> B. Noble</td><td>August 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc423" target="_blank">RFC 423</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc388" target="_blank">RFC 388</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc388.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc388.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc388.html" target="_blank">HTML</a></td><td class="title"> NCP statistics </td><td> V. Cerf</td><td>August 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc323" target="_blank">RFC 323</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc387" target="_blank">RFC 387</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc387.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc387.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc387.html" target="_blank">HTML</a></td><td class="title"> Some experiences in implementing Network Graphics Protocol Level 0 </td><td> K.C. Kelley, J. Meir</td><td>August 1972</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc401" target="_blank">RFC 401</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc386" target="_blank">RFC 386</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc386.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc386.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc386.html" target="_blank">HTML</a></td><td class="title"> Letter to TIP users-2 </td><td> B. Cosell, D.C. Walden</td><td>August 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc385" target="_blank">RFC 385</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc385.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc385.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc385.html" target="_blank">HTML</a></td><td class="title"> Comments on the File Transfer Protocol </td><td> A.K. Bhushan</td><td>August 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc414" target="_blank">RFC 414</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc384" target="_blank">RFC 384</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc384.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc384.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc384.html" target="_blank">HTML</a></td><td class="title"> Official site idents for organizations in the ARPA Network </td><td> J.B. North</td><td>August 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc289" target="_blank">RFC 289</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc382" target="_blank">RFC 382</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc382.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc382.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc382.html" target="_blank">HTML</a></td><td class="title"> Mathematical Software on the ARPA Network </td><td> L. McDaniel</td><td>August 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc381" target="_blank">RFC 381</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc381.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc381.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc381.html" target="_blank">HTML</a></td><td class="title"> Three aids to improved network operation </td><td> J.M. McQuillan</td><td>July 1972</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc394" target="_blank">RFC 394</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc379" target="_blank">RFC 379</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc379.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc379.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc379.html" target="_blank">HTML</a></td><td class="title">Using TSO at CCN </td><td> R. Braden</td><td>August 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc378" target="_blank">RFC 378</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc378.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc378.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc378.html" target="_blank">HTML</a></td><td class="special"> Traffic statistics (July 1972) </td><td> A.M. McKenzie</td><td>August 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc391" target="_blank">RFC 391</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc377" target="_blank">RFC 377</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc377.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc377.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc377.html" target="_blank">HTML</a></td><td class="title"> Using TSO via ARPA Network Virtual Terminal </td><td> R.T. Braden</td><td>August 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc376" target="_blank">RFC 376</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc376.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc376.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc376.html" target="_blank">HTML</a></td><td class="title"> Network Host Status </td><td> E. Westheimer</td><td>August 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc370" target="_blank">RFC 370</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc374" target="_blank">RFC 374</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc374.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc374.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc374.html" target="_blank">HTML</a></td><td class="title"> IMP System Announcement </td><td> A.M. McKenzie</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc373" target="_blank">RFC 373</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc373.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc373.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc373.html" target="_blank">HTML</a></td><td class="title"> Arbitrary Character Sets </td><td> J. McCarthy</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc372" target="_blank">RFC 372</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc372.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc372.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc372.html" target="_blank">HTML</a></td><td class="title"> Notes on a Conversation with Bob Kahn on the ICCC </td><td> R.W. Watson</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc371" target="_blank">RFC 371</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc371.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc371.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc371.html" target="_blank">HTML</a></td><td class="title"> Demonstration at International Computer Communications Conference </td><td> R.E. Kahn</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc370" target="_blank">RFC 370</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc370.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc370.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc370.html" target="_blank">HTML</a></td><td class="title"> Network Host Status </td><td> E. Westheimer</td><td>July 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc367" target="_blank">RFC 367</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc376" target="_blank">RFC 376</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc369" target="_blank">RFC 369</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc369.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc369.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc369.html" target="_blank">HTML</a></td><td class="title"> Evaluation of ARPANET services January-March, 1972 </td><td> J.R. Pickens</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc368" target="_blank">RFC 368</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc368.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc368.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc368.html" target="_blank">HTML</a></td><td class="title"> Comments on "Proposed Remote Job Entry Protocol" </td><td> R.T. Braden</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc367" target="_blank">RFC 367</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc367.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc367.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc367.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>July 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc366" target="_blank">RFC 366</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc370" target="_blank">RFC 370</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc366" target="_blank">RFC 366</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc366.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc366.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc366.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>July 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc362" target="_blank">RFC 362</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc367" target="_blank">RFC 367</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc365" target="_blank">RFC 365</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc365.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc365.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc365.html" target="_blank">HTML</a></td><td class="title"> Letter to All TIP Users </td><td> D.C. Walden</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc364" target="_blank">RFC 364</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc364.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc364.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc364.html" target="_blank">HTML</a></td><td class="title"> Serving remote users on the ARPANET </td><td> M.D. Abrams</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc363" target="_blank">RFC 363</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc363.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc363.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc363.html" target="_blank">HTML</a></td><td class="special"> ARPA Network mailing lists </td><td> Network Information Center. Stanford Research Institute</td><td>August 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc329" target="_blank">RFC 329</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc402" target="_blank">RFC 402</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc362" target="_blank">RFC 362</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc362.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc362.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc362.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>June 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc353" target="_blank">RFC 353</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc366" target="_blank">RFC 366</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc361" target="_blank">RFC 361</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc361.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc361.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc361.html" target="_blank">HTML</a></td><td class="title"> Deamon Processes on Host 106 </td><td> R.D. Bressler</td><td>July 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc360" target="_blank">RFC 360</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc360.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc360.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc360.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc360.html" target="_blank">HTML</a></td><td class="special">Proposed Remote Job Entry Protocol </td><td>C. Holland</td><td>June 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc407" target="_blank">RFC 407</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc359" target="_blank">RFC 359</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc359.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc359.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc359.html" target="_blank">HTML</a></td><td class="title"> Status of the Release of the New IMP System (2600) </td><td> D.C. Walden</td><td>June 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc343" target="_blank">RFC 343</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc357" target="_blank">RFC 357</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc357.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc357.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc357.html" target="_blank">HTML</a></td><td class="title"> Echoing strategy for satellite links </td><td> J. Davidson</td><td>June 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc356" target="_blank">RFC 356</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc356.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc356.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc356.html" target="_blank">HTML</a></td><td class="title"> ARPA Network Control Center </td><td> R. Alter</td><td>June 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc355" target="_blank">RFC 355</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc355.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc355.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc355.html" target="_blank">HTML</a></td><td class="title"> Response to NWG/RFC 346 </td><td> J. Davidson</td><td>June 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc354.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc354.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc354.html" target="_blank">HTML</a></td><td class="special"> File Transfer Protocol </td><td> A.K. Bhushan</td><td>July 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc264" target="_blank">RFC 264</a>, <a href="https://www.rfc-editor.org/info/rfc265" target="_blank">RFC 265</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc542" target="_blank">RFC 542</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc385" target="_blank">RFC 385</a>, <a href="https://www.rfc-editor.org/info/rfc454" target="_blank">RFC 454</a>, <a href="https://www.rfc-editor.org/info/rfc683" target="_blank">RFC 683</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc353" target="_blank">RFC 353</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc353.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc353.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc353.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>June 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc344" target="_blank">RFC 344</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc362" target="_blank">RFC 362</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc352" target="_blank">RFC 352</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc352.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc352.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc352.html" target="_blank">HTML</a></td><td class="title"> TIP Site Information Form </td><td> D. Crocker</td><td>June 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc351" target="_blank">RFC 351</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc351.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc351.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc351.html" target="_blank">HTML</a></td><td class="title"> Graphics information form for the ARPANET graphics resources notebook </td><td> D. Crocker</td><td>June 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc350" target="_blank">RFC 350</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc350.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc350.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc350.html" target="_blank">HTML</a></td><td class="title"> User Accounts for UCSB On-Line System </td><td> R. Stoughton</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc349" target="_blank">RFC 349</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc349.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc349.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc349.html" target="_blank">HTML</a></td><td class="special"> Proposed Standard Socket Numbers </td><td> J. Postel</td><td>May 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc433" target="_blank">RFC 433</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc348" target="_blank">RFC 348</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc348.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc348.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc348.html" target="_blank">HTML</a></td><td class="title"> Discard Process </td><td> J. Postel</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc347" target="_blank">RFC 347</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc347.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc347.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc347.html" target="_blank">HTML</a></td><td class="title"> Echo process </td><td> J. Postel</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc346" target="_blank">RFC 346</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc346.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc346.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc346.html" target="_blank">HTML</a></td><td class="title"> Satellite Considerations </td><td> J. Postel</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc345" target="_blank">RFC 345</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc345.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc345.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc345.html" target="_blank">HTML</a></td><td class="title"> Interest in Mixed Integer Programming (MPSX on NIC 360/91 at CCN) </td><td> K.C. Kelley</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc344" target="_blank">RFC 344</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc344.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc344.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc344.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>May 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc342" target="_blank">RFC 342</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc353" target="_blank">RFC 353</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc343" target="_blank">RFC 343</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc343.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc343.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc343.html" target="_blank">HTML</a></td><td class="special"> IMP System change notification </td><td> A.M. McKenzie</td><td>May 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc331" target="_blank">RFC 331</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc359" target="_blank">RFC 359</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc342" target="_blank">RFC 342</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc342.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc342.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc342.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>May 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc332" target="_blank">RFC 332</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc344" target="_blank">RFC 344</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc340" target="_blank">RFC 340</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc340.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc340.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc340.html" target="_blank">HTML</a></td><td class="title"> Proposed Telnet Changes </td><td> T.C. O'Sullivan</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc339" target="_blank">RFC 339</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc339.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc339.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc339.html" target="_blank">HTML</a></td><td class="title"> MLTNET: A "Multi Telnet" Subsystem for Tenex </td><td> R. Thomas</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc338" target="_blank">RFC 338</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc338.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc338.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc338.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc338.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc338.html" target="_blank">HTML</a></td><td class="title"> EBCDIC/ASCII Mapping for Network RJE </td><td> R.T. Braden</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc336" target="_blank">RFC 336</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc336.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc336.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc336.html" target="_blank">HTML</a></td><td class="title"> Level 0 Graphic Input Protocol </td><td> I.W. Cotton</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc335" target="_blank">RFC 335</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc335.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc335.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc335.html" target="_blank">HTML</a></td><td class="title"> New Interface - IMP/360 </td><td> R.F. Bryan</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc334" target="_blank">RFC 334</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc334.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc334.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc334.html" target="_blank">HTML</a></td><td class="title"> Network Use on May 8 </td><td> A.M. McKenzie</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc333" target="_blank">RFC 333</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc333.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc333.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc333.html" target="_blank">HTML</a></td><td class="title"> Proposed experiment with a Message Switching Protocol </td><td> R.D. Bressler, D. Murphy, D.C. Walden</td><td>May 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc332" target="_blank">RFC 332</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc332.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc332.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc332.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>April 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc342" target="_blank">RFC 342</a>, Updates <a href="https://www.rfc-editor.org/info/rfc330" target="_blank">RFC 330</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc331" target="_blank">RFC 331</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc331.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc331.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc331.html" target="_blank">HTML</a></td><td class="special"> IMP System Change Notification </td><td> J.M. McQuillan</td><td>April 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc343" target="_blank">RFC 343</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc330" target="_blank">RFC 330</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc330.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc330.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc330.html" target="_blank">HTML</a></td><td class="title"> Network Host Status </td><td> E. Westheimer</td><td>April 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc326" target="_blank">RFC 326</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc332" target="_blank">RFC 332</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc329" target="_blank">RFC 329</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc329.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc329.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc329.html" target="_blank">HTML</a></td><td class="special"> ARPA Network Mailing Lists </td><td> Network Information Center. Stanford Research Institute</td><td>May 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc303" target="_blank">RFC 303</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc363" target="_blank">RFC 363</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc328" target="_blank">RFC 328</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc328.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc328.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc328.html" target="_blank">HTML</a></td><td class="title"> Suggested Telnet Protocol Changes </td><td> J. Postel</td><td>April 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc327" target="_blank">RFC 327</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc327.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc327.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc327.html" target="_blank">HTML</a></td><td class="title"> Data and File Transfer workshop notes </td><td> A.K. Bhushan</td><td>April 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc326" target="_blank">RFC 326</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc326.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc326.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc326.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>April 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc330" target="_blank">RFC 330</a>, Updates <a href="https://www.rfc-editor.org/info/rfc319" target="_blank">RFC 319</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc325" target="_blank">RFC 325</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc325.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc325.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc325.html" target="_blank">HTML</a></td><td class="title"> Network Remote Job Entry program - NETRJS </td><td> G. Hicks</td><td>April 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc324" target="_blank">RFC 324</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc324.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc324.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc324.html" target="_blank">HTML</a></td><td class="title"> RJE Protocol meeting </td><td> J. Postel</td><td>April 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc323" target="_blank">RFC 323</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc323.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc323.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc323.html" target="_blank">HTML</a></td><td class="title"> Formation of Network Measurement Group (NMG) </td><td> V. Cerf</td><td>March 1972</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc388" target="_blank">RFC 388</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc322" target="_blank">RFC 322</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc322.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc322.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc322.html" target="_blank">HTML</a></td><td class="title"> Well known socket numbers </td><td> V. Cerf, J. Postel</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc321" target="_blank">RFC 321</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc321.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc321.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc321.html" target="_blank">HTML</a></td><td class="title"> CBI Networking Activity at MITRE </td><td> P.M. Karp</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc320" target="_blank">RFC 320</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc320.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc320.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc320.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc320.html" target="_blank">HTML</a></td><td class="title">Workshop on Hard Copy Line Graphics</td><td>R. Reddy</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc319" target="_blank">RFC 319</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc319.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc319.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc319.html" target="_blank">HTML</a></td><td class="title"> Network Host Status </td><td> E. Westheimer</td><td>March 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc315" target="_blank">RFC 315</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc326" target="_blank">RFC 326</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc318" target="_blank">RFC 318</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc318.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc318.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc318.html" target="_blank">HTML</a></td><td class="title"> Telnet Protocols </td><td> J. Postel</td><td>April 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc158" target="_blank">RFC 158</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc435" target="_blank">RFC 435</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc317" target="_blank">RFC 317</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc317.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc317.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc317.html" target="_blank">HTML</a></td><td class="special"> Official Host-Host Protocol Modification: Assigned Link Numbers </td><td> J. Postel</td><td>March 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc604" target="_blank">RFC 604</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc316" target="_blank">RFC 316</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc316.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc316.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc316.html" target="_blank">HTML</a></td><td class="title"> ARPA Network Data Management Working Group </td><td> D.B. McKay, A.P. Mullery</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc315" target="_blank">RFC 315</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc315.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc315.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc315.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>March 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc306" target="_blank">RFC 306</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc319" target="_blank">RFC 319</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc314" target="_blank">RFC 314</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc314.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc314.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc314.html" target="_blank">HTML</a></td><td class="title"> Network Graphics Working Group Meeting </td><td> I.W. Cotton</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc313" target="_blank">RFC 313</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc313.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc313.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc313.html" target="_blank">HTML</a></td><td class="title"> Computer based instruction </td><td> T.C. O'Sullivan</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc312" target="_blank">RFC 312</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc312.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc312.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc312.html" target="_blank">HTML</a></td><td class="title"> Proposed Change in IMP-to-Host Protocol </td><td> A.M. McKenzie</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc311" target="_blank">RFC 311</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc311.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc311.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc311.html" target="_blank">HTML</a></td><td class="title"> New Console Attachments to the USCB Host </td><td> R.F. Bryan</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc310" target="_blank">RFC 310</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc310.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc310.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc310.html" target="_blank">HTML</a></td><td class="title"> Another Look at Data and File Transfer Protocols </td><td> A.K. Bhushan</td><td>April 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc264" target="_blank">RFC 264</a>, <a href="https://www.rfc-editor.org/info/rfc265" target="_blank">RFC 265</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc309" target="_blank">RFC 309</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc309.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc309.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc309.html" target="_blank">HTML</a></td><td class="title"> Data and File Transfer Workshop Announcement </td><td> A.K. Bhushan</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc308" target="_blank">RFC 308</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc308.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc308.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc308.html" target="_blank">HTML</a></td><td class="title"> ARPANET host availability data </td><td> M. Seriff</td><td>March 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc307" target="_blank">RFC 307</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc307.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc307.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc307.html" target="_blank">HTML</a></td><td class="title"> Using network Remote Job Entry </td><td> E. Harslem</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc306" target="_blank">RFC 306</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc306.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc306.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc306.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>February 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc298" target="_blank">RFC 298</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc315" target="_blank">RFC 315</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc305" target="_blank">RFC 305</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc305.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc305.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc305.html" target="_blank">HTML</a></td><td class="title"> Unknown Host Numbers </td><td> R. Alter</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc304" target="_blank">RFC 304</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc304.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc304.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc304.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc304.html" target="_blank">HTML</a></td><td class="title">Data Management System Proposal for the ARPA Network </td><td>D.B. McKay</td><td>February 1972</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc304" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc303" target="_blank">RFC 303</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc303.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc303.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc303.html" target="_blank">HTML</a></td><td class="special"> ARPA Network mailing lists </td><td> Network Information Center. Stanford Research Institute</td><td>March 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc300" target="_blank">RFC 300</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc329" target="_blank">RFC 329</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc302" target="_blank">RFC 302</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc302.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc302.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc302.html" target="_blank">HTML</a></td><td class="title"> Exercising The ARPANET </td><td> R.F. Bryan</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc301" target="_blank">RFC 301</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc301.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc301.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc301.html" target="_blank">HTML</a></td><td class="title"> BBN IMP (#5) and NCC Schedule March 4, 1971 </td><td> R. Alter</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc300" target="_blank">RFC 300</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc300.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc300.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc300.html" target="_blank">HTML</a></td><td class="special"> ARPA Network mailing lists </td><td> J.B. North</td><td>January 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc211" target="_blank">RFC 211</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc303" target="_blank">RFC 303</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc299" target="_blank">RFC 299</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc299.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc299.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc299.html" target="_blank">HTML</a></td><td class="title"> Information Management System </td><td> D. Hopkin</td><td>February 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc298" target="_blank">RFC 298</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc298.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc298.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc298.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>February 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc293" target="_blank">RFC 293</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc306" target="_blank">RFC 306</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc297" target="_blank">RFC 297</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc297.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc297.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc297.html" target="_blank">HTML</a></td><td class="title"> TIP Message Buffers </td><td> D.C. Walden</td><td>January 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc296" target="_blank">RFC 296</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc296.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc296.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc296.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc296.html" target="_blank">HTML</a></td><td class="title">DS-1 Display System </td><td>D.E. Liddle</td><td>January 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc295" target="_blank">RFC 295</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc295.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc295.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc295.html" target="_blank">HTML</a></td><td class="title"> Report of the Protocol Workshop, 12 October 1971 </td><td> J. Postel</td><td>January 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc294" target="_blank">RFC 294</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc294.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc294.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc294.html" target="_blank">HTML</a></td><td class="title"> The Use of "Set Data Type" Transaction in File Transfer Protocol </td><td> A.K. Bhushan</td><td>January 1972</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc265" target="_blank">RFC 265</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc293" target="_blank">RFC 293</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc293.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc293.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc293.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>January 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc288" target="_blank">RFC 288</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc298" target="_blank">RFC 298</a>, Updates <a href="https://www.rfc-editor.org/info/rfc288" target="_blank">RFC 288</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc292" target="_blank">RFC 292</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc292.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc292.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc292.html" target="_blank">HTML</a></td><td class="special"> Graphics Protocol: Level 0 only </td><td>J.C. Michener, I.W. Cotton, K.C. Kelley, D.E. Liddle, E. Meyer</td><td>January 1972</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc493" target="_blank">RFC 493</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc291" target="_blank">RFC 291</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc291.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc291.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc291.html" target="_blank">HTML</a></td><td class="title"> Data Management Meeting Announcement </td><td> D.B. McKay</td><td>January 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc290" target="_blank">RFC 290</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc290.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc290.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc290.html" target="_blank">HTML</a></td><td class="title"> Computer networks and data sharing: A bibliography </td><td> A.P. Mullery</td><td>January 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc243" target="_blank">RFC 243</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc289" target="_blank">RFC 289</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc289.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc289.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc289.html" target="_blank">HTML</a></td><td class="special"> What we hope is an official list of host names </td><td> R.W. Watson</td><td>December 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc384" target="_blank">RFC 384</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc288" target="_blank">RFC 288</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc288.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc288.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc288.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>January 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc287" target="_blank">RFC 287</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc293" target="_blank">RFC 293</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc293" target="_blank">RFC 293</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc287" target="_blank">RFC 287</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc287.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc287.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc287.html" target="_blank">HTML</a></td><td class="special"> Status of Network Hosts </td><td> E. Westheimer</td><td>December 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc267" target="_blank">RFC 267</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc288" target="_blank">RFC 288</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc286" target="_blank">RFC 286</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc286.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc286.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc286.html" target="_blank">HTML</a></td><td class="title"> Network Library Information System </td><td> E. Forman</td><td>December 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc285" target="_blank">RFC 285</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc285.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc285.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc285.html" target="_blank">HTML</a></td><td class="title"> Network graphics </td><td> D. Huff</td><td>December 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc283" target="_blank">RFC 283</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc283.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc283.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc283.html" target="_blank">HTML</a></td><td class="title"> NETRJT: Remote Job Service Protocol for TIPS </td><td> R.T. Braden</td><td>December 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc189" target="_blank">RFC 189</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc282" target="_blank">RFC 282</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc282.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc282.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc282.html" target="_blank">HTML</a></td><td class="title"> Graphics meeting report </td><td> M.A. Padlipsky</td><td>December 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc281" target="_blank">RFC 281</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc281.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc281.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc281.html" target="_blank">HTML</a></td><td class="title"> Suggested addition to File Transfer Protocol </td><td> A.M. McKenzie</td><td>December 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc265" target="_blank">RFC 265</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc280" target="_blank">RFC 280</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc280.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc280.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc280.html" target="_blank">HTML</a></td><td class="title"> A Draft of Host Names </td><td> R.W. Watson</td><td>November 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc278" target="_blank">RFC 278</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc278.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc278.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc278.html" target="_blank">HTML</a></td><td class="title"> Revision of the Mail Box Protocol </td><td> A.K. Bhushan, R.T. Braden, E. Harslem, J.F. Heafner, A.M. McKenzie, J.T. Melvin, R.L. Sundberg, R.W. Watson, J.E. White</td><td>November 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc221" target="_blank">RFC 221</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc276" target="_blank">RFC 276</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc276.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc276.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc276.html" target="_blank">HTML</a></td><td class="title"> NIC course </td><td> R.W. Watson</td><td>November 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc274" target="_blank">RFC 274</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc274.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc274.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc274.html" target="_blank">HTML</a></td><td class="title"> Establishing a local guide for network usage </td><td> E. Forman</td><td>November 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc273" target="_blank">RFC 273</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc273.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc273.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc273.html" target="_blank">HTML</a></td><td class="title"> More on standard host names </td><td> R.W. Watson</td><td>October 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc237" target="_blank">RFC 237</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc271" target="_blank">RFC 271</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc271.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc271.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc271.html" target="_blank">HTML</a></td><td class="title"> IMP System change notifications </td><td> B. Cosell</td><td>January 1972</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc270" target="_blank">RFC 270</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc270.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc270.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc270.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc270.html" target="_blank">HTML</a></td><td class="title">Correction to BBN Report No. 1822 (NIC NO 7958) </td><td>A.M. McKenzie</td><td>January 1972</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc270" target="_blank">Errata</a>, Updates NIC 7959</td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc269" target="_blank">RFC 269</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc269.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc269.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc269.html" target="_blank">HTML</a></td><td class="title"> Some Experience with File Transfer </td><td> H. Brodie</td><td>December 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc122" target="_blank">RFC 122</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc268" target="_blank">RFC 268</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc268.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc268.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc268.html" target="_blank">HTML</a></td><td class="title"> Graphics facilities information </td><td> J. Postel</td><td>November 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc267" target="_blank">RFC 267</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc267.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc267.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc267.html" target="_blank">HTML</a></td><td class="special"> Network Host Status </td><td> E. Westheimer</td><td>November 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc266" target="_blank">RFC 266</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc287" target="_blank">RFC 287</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc266" target="_blank">RFC 266</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc266.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc266.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc266.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>November 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc255" target="_blank">RFC 255</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc267" target="_blank">RFC 267</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc265" target="_blank">RFC 265</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc265.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc265.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc265.html" target="_blank">HTML</a></td><td class="special"> The File Transfer Protocol </td><td> A. Bhushan, B. Braden, W. Crowther, E. Harslem, J. Heafner, A. McKenzie, J. Melvin, B. Sundberg, D. Watson, J. White</td><td>November 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc172" target="_blank">RFC 172</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc281" target="_blank">RFC 281</a>, <a href="https://www.rfc-editor.org/info/rfc294" target="_blank">RFC 294</a>, <a href="https://www.rfc-editor.org/info/rfc310" target="_blank">RFC 310</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc264" target="_blank">RFC 264</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc264.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc264.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc264.html" target="_blank">HTML</a></td><td class="special"> The Data Transfer Protocol </td><td> A. Bhushan, B. Braden, W. Crowther, E. Harslem, J. Heafner, A. McKenize, B. Sundberg, D. Watson, J. White</td><td>January 1972</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc171" target="_blank">RFC 171</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc354" target="_blank">RFC 354</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc310" target="_blank">RFC 310</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc263" target="_blank">RFC 263</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc263.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc263.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc263.html" target="_blank">HTML</a></td><td class="title"> "Very Distant" Host interface </td><td> A.M. McKenzie</td><td>December 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc256" target="_blank">RFC 256</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc256.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc256.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc256.html" target="_blank">HTML</a></td><td class="title"> IMPSYS change notification </td><td>B. Cosell</td><td>November 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc255" target="_blank">RFC 255</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc255.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc255.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc255.html" target="_blank">HTML</a></td><td class="special"> Status of network hosts </td><td> E. Westheimer</td><td>October 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc252" target="_blank">RFC 252</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc266" target="_blank">RFC 266</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc254" target="_blank">RFC 254</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc254.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc254.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc254.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc254.html" target="_blank">HTML</a></td><td class="title"> Scenarios for using ARPANET computers </td><td>A. Bhushan</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc253" target="_blank">RFC 253</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc253.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc253.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc253.html" target="_blank">HTML</a></td><td class="title"> Second Network Graphics meeting details </td><td> J.A. Moorer</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc252" target="_blank">RFC 252</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc252.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc252.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc252.html" target="_blank">HTML</a></td><td class="special"> Network host status </td><td> E. Westheimer</td><td>October 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc240" target="_blank">RFC 240</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc255" target="_blank">RFC 255</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc251" target="_blank">RFC 251</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc251.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc251.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc251.html" target="_blank">HTML</a></td><td class="title"> Weather data </td><td> D. Stern</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc250" target="_blank">RFC 250</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc250.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc250.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc250.html" target="_blank">HTML</a></td><td class="title"> Some thoughts on file transfer </td><td> H. Brodie</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc249" target="_blank">RFC 249</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc249.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc249.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc249.html" target="_blank">HTML</a></td><td class="title"> Coordination of equipment and supplies purchase </td><td> R.F. Borelli</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc247" target="_blank">RFC 247</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc247.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc247.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc247.html" target="_blank">HTML</a></td><td class="title"> Proffered set of standard host names </td><td> P.M. Karp</td><td>October 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc226" target="_blank">RFC 226</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc246" target="_blank">RFC 246</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc246.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc246.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc246.html" target="_blank">HTML</a></td><td class="title"> Network Graphics meeting </td><td> A. Vezza</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc245" target="_blank">RFC 245</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc245.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc245.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc245.html" target="_blank">HTML</a></td><td class="title"> Reservations for Network Group meeting </td><td> C. Falls</td><td>October 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc243" target="_blank">RFC 243</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc243.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc243.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc243.html" target="_blank">HTML</a></td><td class="special"> Network and data sharing bibliography </td><td> A.P. Mullery</td><td>October 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc290" target="_blank">RFC 290</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc242" target="_blank">RFC 242</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc242.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc242.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc242.html" target="_blank">HTML</a></td><td class="title"> Data Descriptive Language for Shared Data </td><td> L. Haibt, A.P. Mullery</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc241" target="_blank">RFC 241</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc241.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc241.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc241.html" target="_blank">HTML</a></td><td class="title"> Connecting computers to MLC ports </td><td> A.M. McKenzie</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc240" target="_blank">RFC 240</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc240.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc240.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc240.html" target="_blank">HTML</a></td><td class="special"> Site Status </td><td> A.M. McKenzie</td><td>September 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc235" target="_blank">RFC 235</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc252" target="_blank">RFC 252</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc239" target="_blank">RFC 239</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc239.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc239.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc239.html" target="_blank">HTML</a></td><td class="title"> Host mnemonics proposed in RFC 226 (NIC 7625) </td><td> R.T. Braden</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc238" target="_blank">RFC 238</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc238.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc238.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc238.html" target="_blank">HTML</a></td><td class="title"> Comments on DTP and FTP proposals </td><td> R.T. Braden</td><td>September 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc171" target="_blank">RFC 171</a>, <a href="https://www.rfc-editor.org/info/rfc172" target="_blank">RFC 172</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc237" target="_blank">RFC 237</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc237.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc237.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc237.html" target="_blank">HTML</a></td><td class="special"> NIC view of standard host names </td><td> R.W. Watson</td><td>October 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc273" target="_blank">RFC 273</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc236" target="_blank">RFC 236</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc236.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc236.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc236.html" target="_blank">HTML</a></td><td class="title"> Standard host names </td><td> J. Postel</td><td>September 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc229" target="_blank">RFC 229</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc235" target="_blank">RFC 235</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc235.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc235.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc235.html" target="_blank">HTML</a></td><td class="special"> Site status </td><td> E. Westheimer</td><td>September 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc240" target="_blank">RFC 240</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc234" target="_blank">RFC 234</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc234.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc234.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc234.html" target="_blank">HTML</a></td><td class="title"> Network Working Group meeting schedule </td><td> A. Vezza</td><td>October 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc222" target="_blank">RFC 222</a>, <a href="https://www.rfc-editor.org/info/rfc204" target="_blank">RFC 204</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc233" target="_blank">RFC 233</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc233.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc233.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc233.html" target="_blank">HTML</a></td><td class="title"> Standardization of host call letters </td><td> A. Bhushan, R. Metcalfe</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc232" target="_blank">RFC 232</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc232.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc232.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc232.html" target="_blank">HTML</a></td><td class="title"> Postponement of network graphics meeting </td><td> A. Vezza</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc231" target="_blank">RFC 231</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc231.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc231.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc231.html" target="_blank">HTML</a></td><td class="title"> Service center standards for remote usage: A user's view </td><td> J.F. Heafner, E. Harslem</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc230" target="_blank">RFC 230</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc230.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc230.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc230.html" target="_blank">HTML</a></td><td class="title"> Toward reliable operation of minicomputer-based terminals on a TIP </td><td> T. Pyke</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc229" target="_blank">RFC 229</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc229.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc229.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc229.html" target="_blank">HTML</a></td><td class="special"> Standard host names </td><td> J. Postel</td><td>September 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc236" target="_blank">RFC 236</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc228" target="_blank">RFC 228</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc228.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc228.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc228.html" target="_blank">HTML</a></td><td class="title"> Clarification </td><td> D.C. Walden</td><td>September 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc70" target="_blank">RFC 70</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc227" target="_blank">RFC 227</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc227.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc227.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc227.html" target="_blank">HTML</a></td><td class="title"> Data transfer rates (Rand/UCLA) </td><td> J.F. Heafner, E. Harslem</td><td>September 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc113" target="_blank">RFC 113</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc226" target="_blank">RFC 226</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc226.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc226.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc226.html" target="_blank">HTML</a></td><td class="special"> Standardization of host mnemonics </td><td> P.M. Karp</td><td>September 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc247" target="_blank">RFC 247</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc225" target="_blank">RFC 225</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc225.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc225.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc225.html" target="_blank">HTML</a></td><td class="title"> Rand/UCSB network graphics experiment </td><td> E. Harslem, R. Stoughton</td><td>September 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc74" target="_blank">RFC 74</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc224" target="_blank">RFC 224</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc224.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc224.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc224.html" target="_blank">HTML</a></td><td class="title"> Comments on Mailbox Protocol </td><td> A.M. McKenzie</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc223" target="_blank">RFC 223</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc223.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc223.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc223.html" target="_blank">HTML</a></td><td class="title"> Network Information Center schedule for network users </td><td> J.T. Melvin, R.W. Watson</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc222" target="_blank">RFC 222</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc222.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc222.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc222.html" target="_blank">HTML</a></td><td class="title"> Subject: System programmer's workshop </td><td> R.M. Metcalfe</td><td>September 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc212" target="_blank">RFC 212</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc234" target="_blank">RFC 234</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc221" target="_blank">RFC 221</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc221.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc221.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc221.html" target="_blank">HTML</a></td><td class="special"> Mail Box Protocol: Version 2 </td><td> R.W. Watson</td><td>August 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc196" target="_blank">RFC 196</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc278" target="_blank">RFC 278</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc219" target="_blank">RFC 219</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc219.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc219.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc219.html" target="_blank">HTML</a></td><td class="title">User's View of the Datacomputer</td><td> R. Winter</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc218" target="_blank">RFC 218</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc218.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc218.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc218.html" target="_blank">HTML</a></td><td class="title"> Changing the IMP status reporting facility </td><td> B. Cosell</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc217" target="_blank">RFC 217</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc217.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc217.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc217.html" target="_blank">HTML</a></td><td class="title"> Specifications changes for OLS, RJE/RJOR, and SMFS </td><td> J.E. White</td><td>September 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc74" target="_blank">RFC 74</a>, <a href="https://www.rfc-editor.org/info/rfc105" target="_blank">RFC 105</a>, <a href="https://www.rfc-editor.org/info/rfc122" target="_blank">RFC 122</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc216" target="_blank">RFC 216</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc216.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc216.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc216.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc216.html" target="_blank">HTML</a></td><td class="title">Telnet Access to UCSB's On-Line System </td><td>J.E. White</td><td>September 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc215" target="_blank">RFC 215</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc215.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc215.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc215.html" target="_blank">HTML</a></td><td class="title"> NCP, ICP, and Telnet: The Terminal IMP implementation </td><td> A.M. McKenzie</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc214" target="_blank">RFC 214</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc214.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc214.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc214.html" target="_blank">HTML</a></td><td class="title"> Network checkpoint </td><td> E. Harslem</td><td>August 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc198" target="_blank">RFC 198</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc213" target="_blank">RFC 213</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc213.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc213.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc213.html" target="_blank">HTML</a></td><td class="title"> IMP System change notification </td><td> B. Cosell</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc212" target="_blank">RFC 212</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc212.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc212.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc212.html" target="_blank">HTML</a></td><td class="title"> NWG meeting on network usage </td><td> Information Sciences Institute University of Southern California</td><td>August 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc207" target="_blank">RFC 207</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc222" target="_blank">RFC 222</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc211" target="_blank">RFC 211</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc211.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc211.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc211.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc211.html" target="_blank">HTML</a></td><td class="special">ARPA Network Mailing Lists </td><td>J.B. North</td><td>August 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc168" target="_blank">RFC 168</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc300" target="_blank">RFC 300</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc210" target="_blank">RFC 210</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc210.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc210.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc210.html" target="_blank">HTML</a></td><td class="title"> Improvement of Flow Control </td><td> W. Conrad</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc209" target="_blank">RFC 209</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc209.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc209.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc209.html" target="_blank">HTML</a></td><td class="title"> Host/IMP interface documentation </td><td> B. Cosell</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc208" target="_blank">RFC 208</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc208.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc208.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc208.html" target="_blank">HTML</a></td><td class="title"> Address tables </td><td> A.M. McKenzie</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc207" target="_blank">RFC 207</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc207.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc207.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc207.html" target="_blank">HTML</a></td><td class="special"> September Network Working Group meeting </td><td> A. Vezza</td><td>August 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc212" target="_blank">RFC 212</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc206" target="_blank">RFC 206</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc206.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc206.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc206.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc206.html" target="_blank">HTML</a></td><td class="title">A User TELNET Description of an Initial Implementation</td><td>J. White</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc205" target="_blank">RFC 205</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc205.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc205.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc205.html" target="_blank">HTML</a></td><td class="title"> NETCRT - a character display protocol </td><td> R.T. Braden</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc204" target="_blank">RFC 204</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc204.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc204.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc204.html" target="_blank">HTML</a></td><td class="title"> Sockets in use </td><td> J. Postel</td><td>August 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc234" target="_blank">RFC 234</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc203" target="_blank">RFC 203</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc203.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc203.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc203.html" target="_blank">HTML</a></td><td class="title"> Achieving reliable communication </td><td> R.B. Kalin</td><td>August 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc202" target="_blank">RFC 202</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc202.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc202.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc202.html" target="_blank">HTML</a></td><td class="title"> Possible Deadlock in ICP </td><td> S.M. Wolfe, J. Postel</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc200" target="_blank">RFC 200</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc200.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc200.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc200.html" target="_blank">HTML</a></td><td class="special"> RFC list by number </td><td> J.B. North</td><td>August 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc170" target="_blank">RFC 170</a>, <a href="https://www.rfc-editor.org/info/rfc160" target="_blank">RFC 160</a>, Obsoleted by NIC 7724</td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc199" target="_blank">RFC 199</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc199.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc199.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc199.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc199.html" target="_blank">HTML</a></td><td class="title">Suggestions for a Network Data-Tablet Graphics Protocol </td><td>T. Williams</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc198" target="_blank">RFC 198</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc198.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc198.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc198.html" target="_blank">HTML</a></td><td class="special"> Site Certification - Lincoln Labs 360/67 </td><td> J.F. Heafner</td><td>July 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc193" target="_blank">RFC 193</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc214" target="_blank">RFC 214</a>, Updates <a href="https://www.rfc-editor.org/info/rfc193" target="_blank">RFC 193</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc197" target="_blank">RFC 197</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc197.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc197.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc197.html" target="_blank">HTML</a></td><td class="title"> Initial Connection Protocol - Reviewed </td><td> A. Shoshani, E. Harslem</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc196" target="_blank">RFC 196</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc196.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc196.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc196.html" target="_blank">HTML</a></td><td class="special"> Mail Box Protocol </td><td> R.W. Watson</td><td>July 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc221" target="_blank">RFC 221</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc195" target="_blank">RFC 195</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc195.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc195.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc195.html" target="_blank">HTML</a></td><td class="title"> Data computers-data descriptions and access language </td><td> G.H. Mealy</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc194" target="_blank">RFC 194</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc194.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc194.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc194.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc194.html" target="_blank">HTML with inline errata</a></td><td class="title"> The Data Reconfiguration Service -- Compiler/Interpreter Implementation Notes </td><td> V. Cerf, E. Harslem, J. Heafner, B. Metcalfe, J. White</td><td>July 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc194" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc193" target="_blank">RFC 193</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc193.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc193.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc193.html" target="_blank">HTML</a></td><td class="special"> NETWORK CHECKOUT </td><td> E. Harslem, J.F. Heafner</td><td>July 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc198" target="_blank">RFC 198</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc198" target="_blank">RFC 198</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc192" target="_blank">RFC 192</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc192.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc192.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc192.html" target="_blank">HTML</a></td><td class="title"> Some factors which a Network Graphics Protocol must consider </td><td> R.W. Watson</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc191" target="_blank">RFC 191</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc191.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc191.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc191.html" target="_blank">HTML</a></td><td class="title"> Graphics implementation and conceptualization at Augmentation Research Center </td><td> C.H. Irby</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc190" target="_blank">RFC 190</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc190.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc190.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc190.html" target="_blank">HTML</a></td><td class="title"> DEC PDP-10-IMLAC communications system </td><td> L.P. Deutsch</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc189" target="_blank">RFC 189</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc189.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc189.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc189.html" target="_blank">HTML</a></td><td class="special"> Interim NETRJS specifications </td><td> R.T. Braden</td><td>July 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc88" target="_blank">RFC 88</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc599" target="_blank">RFC 599</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc283" target="_blank">RFC 283</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc188" target="_blank">RFC 188</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc188.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc188.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc188.html" target="_blank">HTML</a></td><td class="title"> Data management meeting announcement </td><td> P.M. Karp, D.B. McKay</td><td>January 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc187" target="_blank">RFC 187</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc187.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc187.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc187.html" target="_blank">HTML</a></td><td class="title"> Network/440 Protocol Concept </td><td> D.B. McKay, D.P. Karp</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc186" target="_blank">RFC 186</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc186.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc186.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc186.html" target="_blank">HTML</a></td><td class="title"> Network graphics loader </td><td> J.C. Michener</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc185" target="_blank">RFC 185</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc185.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc185.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc185.html" target="_blank">HTML</a></td><td class="title"> NIC distribution of manuals and handbooks </td><td> J.B. North</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc184" target="_blank">RFC 184</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc184.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc184.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc184.html" target="_blank">HTML</a></td><td class="title"> Proposed graphic display modes </td><td> K.C. Kelley</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc183" target="_blank">RFC 183</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc183.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc183.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc183.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc183.html" target="_blank">HTML</a></td><td class="title">EBCDIC Codes and Their Mapping to ASCII </td><td>J.M. Winett</td><td>July 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc182" target="_blank">RFC 182</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc182.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc182.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc182.html" target="_blank">HTML</a></td><td class="title"> Compilation of list of relevant site reports </td><td> J.B. North</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc181" target="_blank">RFC 181</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc181.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc181.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc181.html" target="_blank">HTML</a></td><td class="title"> Modifications to RFC 177 </td><td> J. McConnell</td><td>July 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc177" target="_blank">RFC 177</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc180" target="_blank">RFC 180</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc180.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc180.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc180.html" target="_blank">HTML</a></td><td class="title"> File system questionnaire </td><td> A.M. McKenzie</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc179" target="_blank">RFC 179</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc179.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc179.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc179.html" target="_blank">HTML</a></td><td class="title"> Link Number Assignments </td><td> A.M. McKenzie</td><td>June 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc178" target="_blank">RFC 178</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc178.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc178.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc178.html" target="_blank">HTML</a></td><td class="title"> Network graphic attention handling </td><td> I.W. Cotton</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc177" target="_blank">RFC 177</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc177.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc177.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc177.html" target="_blank">HTML</a></td><td class="title"> Device independent graphical display description </td><td> J. McConnell</td><td>June 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc125" target="_blank">RFC 125</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc181" target="_blank">RFC 181</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc176" target="_blank">RFC 176</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc176.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc176.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc176.html" target="_blank">HTML</a></td><td class="title"> Comments on "Byte size for connections" </td><td> A.K. Bhushan, R. Kanodia, R.M. Metcalfe, J. Postel</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc175" target="_blank">RFC 175</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc175.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc175.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc175.html" target="_blank">HTML</a></td><td class="title"> Comments on "Socket Conventions Reconsidered" </td><td> E. Harslem, J.F. Heafner</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc174" target="_blank">RFC 174</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc174.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc174.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc174.html" target="_blank">HTML</a></td><td class="title"> UCLA - Computer Science Graphics Overview </td><td> J. Postel, V.G. Cerf</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc173" target="_blank">RFC 173</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc173.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc173.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc173.html" target="_blank">HTML</a></td><td class="title"> Network Data Management Committee Meeting Announcement </td><td> P.M. Karp, D.B. McKay</td><td>June 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc172" target="_blank">RFC 172</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc172.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc172.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc172.html" target="_blank">HTML</a></td><td class="special"> The File Transfer Protocol </td><td> A. Bhushan, B. Braden, W. Crowther, E. Harslem, J. Heafner, A. McKenzie, J. Melvin, B. Sundberg, D. Watson, J. White</td><td>June 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc265" target="_blank">RFC 265</a>, Updates <a href="https://www.rfc-editor.org/info/rfc114" target="_blank">RFC 114</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc238" target="_blank">RFC 238</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc171" target="_blank">RFC 171</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc171.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc171.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc171.html" target="_blank">HTML</a></td><td class="special"> The Data Transfer Protocol </td><td> A. Bhushan, B. Braden, W. Crowther, E. Harslem, J. Heafner, A. McKenize, J. Melvin, B. Sundberg, D. Watson, J. White</td><td>June 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc264" target="_blank">RFC 264</a>, Updates <a href="https://www.rfc-editor.org/info/rfc114" target="_blank">RFC 114</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc238" target="_blank">RFC 238</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc170" target="_blank">RFC 170</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc170.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc170.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc170.html" target="_blank">HTML</a></td><td class="special"> RFC List by Number </td><td> Network Information Center. Stanford Research Institute</td><td>June 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc200" target="_blank">RFC 200</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc169" target="_blank">RFC 169</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc169.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc169.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc169.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc169.html" target="_blank">HTML</a></td><td class="title">COMPUTER NETWORKS</td><td>S.D. Crocker</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc168" target="_blank">RFC 168</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc168.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc168.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc168.html" target="_blank">HTML</a></td><td class="special"> ARPA Network mailing lists </td><td> J.B. North</td><td>May 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc155" target="_blank">RFC 155</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc211" target="_blank">RFC 211</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc167" target="_blank">RFC 167</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc167.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc167.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc167.html" target="_blank">HTML</a></td><td class="title"> Socket conventions reconsidered </td><td> A.K. Bhushan, R.M. Metcalfe, J.M. Winett</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc166" target="_blank">RFC 166</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc166.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc166.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc166.html" target="_blank">HTML</a></td><td class="title"> Data Reconfiguration Service: An implementation specification </td><td> R.H. Anderson, V.G. Cerf, E. Harslem, J.F. Heafner, J. Madden, R.M. Metcalfe, A. Shoshani, J.E. White, D.C.M. Wood</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc165" target="_blank">RFC 165</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc165.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc165.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc165.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc165.html" target="_blank">HTML</a></td><td class="title">Proffered Official Initial Connection Protocol </td><td>J. Postel</td><td>May 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc145" target="_blank">RFC 145</a>, <a href="https://www.rfc-editor.org/info/rfc143" target="_blank">RFC 143</a>, <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a>, Updated by NIC 7101</td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc164" target="_blank">RFC 164</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc164.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc164.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc164.html" target="_blank">HTML</a></td><td class="title"> Minutes of Network Working Group meeting, 5/16 through 5/19/71 </td><td> J.F. Heafner</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc163" target="_blank">RFC 163</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc163.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc163.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc163.html" target="_blank">HTML</a></td><td class="title"> Data transfer protocols </td><td> V.G. Cerf</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc162" target="_blank">RFC 162</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc162.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc162.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc162.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc162.html" target="_blank">HTML with inline errata</a></td><td class="title"> NETBUGGER3 </td><td> M. Kampe</td><td>May 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc162" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc161" target="_blank">RFC 161</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc161.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc161.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc161.html" target="_blank">HTML</a></td><td class="title"> Solution to the race condition in the ICP </td><td> A. Shoshani</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc160" target="_blank">RFC 160</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc160.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc160.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc160.html" target="_blank">HTML</a></td><td class="special"> RFC brief list </td><td> Network Information Center. Stanford Research Institute</td><td>May 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc200" target="_blank">RFC 200</a>, <a href="https://www.rfc-editor.org/info/rfc999" target="_blank">RFC 999</a>, Updates NIC 6716</td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc158" target="_blank">RFC 158</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc158.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc158.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc158.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc158.html" target="_blank">HTML</a></td><td class="special"> Telnet Protocol: A Proposed Document </td><td>T.C. O'Sullivan</td><td>May 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc495" target="_blank">RFC 495</a>, Updates <a href="https://www.rfc-editor.org/info/rfc139" target="_blank">RFC 139</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc318" target="_blank">RFC 318</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc157" target="_blank">RFC 157</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc157.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc157.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc157.html" target="_blank">HTML</a></td><td class="title"> Invitation to the Second Symposium on Problems in the Optimization of Data Communications Systems </td><td> V.G. Cerf</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc156" target="_blank">RFC 156</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc156.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc156.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc156.html" target="_blank">HTML</a></td><td class="title"> Status of the Illinois site: Response to RFC 116 </td><td> J. Bouknight</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc116" target="_blank">RFC 116</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc155" target="_blank">RFC 155</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc155.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc155.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc155.html" target="_blank">HTML</a></td><td class="special"> ARPA Network mailing lists </td><td> J.B. North</td><td>May 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc95" target="_blank">RFC 95</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc168" target="_blank">RFC 168</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc154" target="_blank">RFC 154</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc154.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc154.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc154.html" target="_blank">HTML</a></td><td class="title"> Exposition Style </td><td> S.D. Crocker</td><td>May 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc132" target="_blank">RFC 132</a>, Updates <a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc153" target="_blank">RFC 153</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc153.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc153.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc153.html" target="_blank">HTML</a></td><td class="title"> SRI ARC-NIC status </td><td> J.T. Melvin, R.W. Watson</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc152" target="_blank">RFC 152</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc152.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc152.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc152.html" target="_blank">HTML</a></td><td class="title"> SRI Artificial Intelligence status report </td><td> M. Wilber</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc151" target="_blank">RFC 151</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc151.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc151.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc151.html" target="_blank">HTML</a></td><td class="title"> Comments on a proffered official ICP: RFCs 123, 127 </td><td> A. Shoshani</td><td>May 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc127" target="_blank">RFC 127</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc150" target="_blank">RFC 150</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc150.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc150.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc150.html" target="_blank">HTML</a></td><td class="title"> Use of IPC Facilities: A Working Paper </td><td> R.B. Kalin</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc149" target="_blank">RFC 149</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc149.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc149.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc149.html" target="_blank">HTML</a></td><td class="title"> Best Laid Plans </td><td> S.D. Crocker</td><td>May 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc140" target="_blank">RFC 140</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc148" target="_blank">RFC 148</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc148.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc148.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc148.html" target="_blank">HTML</a></td><td class="title"> Comments on RFC 123 </td><td> A.K. Bhushan</td><td>May 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc147" target="_blank">RFC 147</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc147.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc147.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc147.html" target="_blank">HTML</a></td><td class="title"> Definition of a socket </td><td> J.M. Winett</td><td>May 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc129" target="_blank">RFC 129</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc146" target="_blank">RFC 146</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc146.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc146.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc146.html" target="_blank">HTML</a></td><td class="title"> Views on issues relevant to data sharing on computer networks </td><td> P.M. Karp, D.B. McKay, D.C.M. Wood</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc145" target="_blank">RFC 145</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc145.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc145.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc145.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc145.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc145.html" target="_blank">HTML</a></td><td class="special"> Initial Connection Protocol Control Commands </td><td> J. Postel</td><td>May 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc127" target="_blank">RFC 127</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc165" target="_blank">RFC 165</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc143" target="_blank">RFC 143</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc144" target="_blank">RFC 144</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc144.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc144.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc144.html" target="_blank">HTML</a></td><td class="title"> Data sharing on computer networks </td><td> A. Shoshani</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc143" target="_blank">RFC 143</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc143.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc143.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc143.html" target="_blank">HTML</a></td><td class="special"> Regarding proffered official ICP </td><td> W. Naylor, J. Wong, C. Kline, J. Postel</td><td>May 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc165" target="_blank">RFC 165</a>, Updates <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a>, <a href="https://www.rfc-editor.org/info/rfc145" target="_blank">RFC 145</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc142" target="_blank">RFC 142</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc142.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc142.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc142.html" target="_blank">HTML</a></td><td class="title"> Time-Out Mechanism in the Host-Host Protocol </td><td> C. Kline, J. Wong</td><td>May 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc141" target="_blank">RFC 141</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc141.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc141.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc141.html" target="_blank">HTML</a></td><td class="title"> Comments on RFC 114: A File Transfer Protocol </td><td> E. Harslem, J.F. Heafner</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc114" target="_blank">RFC 114</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc140" target="_blank">RFC 140</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc140.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc140.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc140.html" target="_blank">HTML</a></td><td class="title"> Agenda for the May NWG meeting </td><td> S.D. Crocker</td><td>May 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc149" target="_blank">RFC 149</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc139" target="_blank">RFC 139</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc139.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc139.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc139.html" target="_blank">HTML</a></td><td class="title"> Discussion of Telnet Protocol </td><td> T.C. O'Sullivan</td><td>May 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc137" target="_blank">RFC 137</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc158" target="_blank">RFC 158</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc138" target="_blank">RFC 138</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc138.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc138.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc138.html" target="_blank">HTML</a></td><td class="title"> Status report on proposed Data Reconfiguration Service </td><td> R.H. Anderson, V.G. Cerf, E. Harslem, J.F. Heafner, J. Madden, R.M. Metcalfe, A. Shoshani, J.E. White, D.C.M. Wood</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc137" target="_blank">RFC 137</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc137.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc137.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc137.html" target="_blank">HTML</a></td><td class="title"> Telnet Protocol - a proposed document </td><td> T.C. O'Sullivan</td><td>April 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc139" target="_blank">RFC 139</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc136" target="_blank">RFC 136</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc136.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc136.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc136.html" target="_blank">HTML</a></td><td class="title"> Host accounting and administrative procedures </td><td> R.E. Kahn</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc135" target="_blank">RFC 135</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc135.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc135.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc135.html" target="_blank">HTML</a></td><td class="title"> Response to NWG/RFC 110 </td><td> W. Hathaway</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc110" target="_blank">RFC 110</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc134" target="_blank">RFC 134</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc134.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc134.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc134.html" target="_blank">HTML</a></td><td class="title"> Network Graphics meeting </td><td> A. Vezza</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc133" target="_blank">RFC 133</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc133.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc133.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc133.html" target="_blank">HTML</a></td><td class="title"> File Transfer and Error Recovery </td><td> R.L. Sunberg</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc114" target="_blank">RFC 114</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc132" target="_blank">RFC 132</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc132.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc132.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc132.html" target="_blank">HTML</a></td><td class="special"> Typographical Error in RFC 107 </td><td> J.E. White</td><td>April 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc154" target="_blank">RFC 154</a>, Updates <a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc131" target="_blank">RFC 131</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc131.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc131.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc131.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 116: May NWG meeting </td><td> E. Harslem, J.F. Heafner</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc116" target="_blank">RFC 116</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc130" target="_blank">RFC 130</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc130.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc130.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc130.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 111: Pressure from the chairman </td><td> J.F. Heafner</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc111" target="_blank">RFC 111</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc129" target="_blank">RFC 129</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc129.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc129.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc129.html" target="_blank">HTML</a></td><td class="title"> Request for comments on socket name structure </td><td> E. Harslem, J. Heafner, E. Meyer</td><td>April 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc147" target="_blank">RFC 147</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc128" target="_blank">RFC 128</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc128.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc128.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc128.html" target="_blank">HTML</a></td><td class="title"> Bytes </td><td> J. Postel</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc127" target="_blank">RFC 127</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc127.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc127.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc127.html" target="_blank">HTML</a></td><td class="special"> Comments on RFC 123 </td><td> J. Postel</td><td>April 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc145" target="_blank">RFC 145</a>, Updates <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc151" target="_blank">RFC 151</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc126" target="_blank">RFC 126</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc126.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc126.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc126.html" target="_blank">HTML</a></td><td class="title"> Graphics Facilities at Ames Research Center </td><td> J. McConnell</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc125" target="_blank">RFC 125</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc125.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc125.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc125.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 86: Proposal for Network Standard Format for a Graphics Data Stream </td><td> J. McConnell</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc86" target="_blank">RFC 86</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc177" target="_blank">RFC 177</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc124" target="_blank">RFC 124</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc124.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc124.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc124.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc124.html" target="_blank">HTML with inline errata</a></td><td class="title"> Typographical error in RFC 107 </td><td> J.T. Melvin</td><td>April 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc124" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc123.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc123.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc123.html" target="_blank">HTML</a></td><td class="special"> Proffered Official ICP </td><td> S.D. Crocker</td><td>April 1971</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc66" target="_blank">RFC 66</a>, <a href="https://www.rfc-editor.org/info/rfc80" target="_blank">RFC 80</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc165" target="_blank">RFC 165</a>, Updates <a href="https://www.rfc-editor.org/info/rfc98" target="_blank">RFC 98</a>, <a href="https://www.rfc-editor.org/info/rfc101" target="_blank">RFC 101</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc127" target="_blank">RFC 127</a>, <a href="https://www.rfc-editor.org/info/rfc143" target="_blank">RFC 143</a>, <a href="https://www.rfc-editor.org/info/rfc148" target="_blank">RFC 148</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc122" target="_blank">RFC 122</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc122.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc122.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc122.html" target="_blank">HTML</a></td><td class="title"> Network specifications for UCSB's Simple-Minded File System </td><td> J.E. White</td><td>April 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc217" target="_blank">RFC 217</a>, <a href="https://www.rfc-editor.org/info/rfc269" target="_blank">RFC 269</a>, <a href="https://www.rfc-editor.org/info/rfc399" target="_blank">RFC 399</a>, <a href="https://www.rfc-editor.org/info/rfc431" target="_blank">RFC 431</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc121" target="_blank">RFC 121</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc121.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc121.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc121.html" target="_blank">HTML</a></td><td class="title"> Network on-line operators </td><td> M. Krilanovich</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc120" target="_blank">RFC 120</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc120.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc120.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc120.html" target="_blank">HTML</a></td><td class="title"> Network PL1 subprograms </td><td> M. Krilanovich</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc119" target="_blank">RFC 119</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc119.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc119.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc119.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc119.html" target="_blank">HTML</a></td><td class="title">Network Fortran Subprograms </td><td>M. Krilanovich</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc118" target="_blank">RFC 118</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc118.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc118.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc118.html" target="_blank">HTML</a></td><td class="title"> Recommendations for facility documentation </td><td> R.W. Watson</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc117" target="_blank">RFC 117</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc117.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc117.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc117.html" target="_blank">HTML</a></td><td class="title"> Some comments on the official protocol </td><td> J. Wong</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc116" target="_blank">RFC 116</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc116.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc116.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc116.html" target="_blank">HTML</a></td><td class="title"> Structure of the May NWG Meeting </td><td> S.D. Crocker</td><td>April 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc99" target="_blank">RFC 99</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc131" target="_blank">RFC 131</a>, <a href="https://www.rfc-editor.org/info/rfc156" target="_blank">RFC 156</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc115" target="_blank">RFC 115</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc115.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc115.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc115.html" target="_blank">HTML</a></td><td class="title"> Some Network Information Center policies on handling documents </td><td> R.W. Watson, J.B. North</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc114" target="_blank">RFC 114</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc114.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc114.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc114.html" target="_blank">HTML</a></td><td class="title"> File Transfer Protocol </td><td> A.K. Bhushan</td><td>April 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc133" target="_blank">RFC 133</a>, <a href="https://www.rfc-editor.org/info/rfc141" target="_blank">RFC 141</a>, <a href="https://www.rfc-editor.org/info/rfc171" target="_blank">RFC 171</a>, <a href="https://www.rfc-editor.org/info/rfc172" target="_blank">RFC 172</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc113" target="_blank">RFC 113</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc113.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc113.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc113.html" target="_blank">HTML</a></td><td class="title"> Network activity report: UCSB Rand </td><td> E. Harslem, J.F. Heafner, J.E. White</td><td>April 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc227" target="_blank">RFC 227</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc112" target="_blank">RFC 112</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc112.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc112.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc112.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc112.html" target="_blank">HTML</a></td><td class="title">User/Server Site Protocol: Network Host Questionnaire </td><td>T.C. O'Sullivan</td><td>April 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc111" target="_blank">RFC 111</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc111.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc111.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc111.html" target="_blank">HTML</a></td><td class="title"> Pressure from the Chairman </td><td> S.D. Crocker</td><td>March 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc130" target="_blank">RFC 130</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc110" target="_blank">RFC 110</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc110.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc110.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc110.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc110.html" target="_blank">HTML</a></td><td class="title">Conventions for Using an IBM 2741 Terminal as a User Console for Access to Network Server Hosts </td><td>J. Winett</td><td>March 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc135" target="_blank">RFC 135</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc109" target="_blank">RFC 109</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc109.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc109.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc109.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc109.html" target="_blank">HTML</a></td><td class="title">Level III Server Protocol for the Lincoln Laboratory 360/67 Host </td><td>J. Winett</td><td>March 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc108" target="_blank">RFC 108</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc108.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc108.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc108.html" target="_blank">HTML</a></td><td class="title"> Attendance list at the Urbana NWG meeting, February 17-19, 1971 </td><td> R.W. Watson</td><td>March 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc101" target="_blank">RFC 101</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc107.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc107.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc107.html" target="_blank">HTML</a></td><td class="title"> Output of the Host-Host Protocol Glitch Cleaning Committee </td><td> R.D. Bressler, S.D. Crocker, W.R. Crowther, G.R. Grossman, R.S. Tomlinson, J.E. White</td><td>March 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc102" target="_blank">RFC 102</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc111" target="_blank">RFC 111</a>, <a href="https://www.rfc-editor.org/info/rfc124" target="_blank">RFC 124</a>, <a href="https://www.rfc-editor.org/info/rfc132" target="_blank">RFC 132</a>, <a href="https://www.rfc-editor.org/info/rfc154" target="_blank">RFC 154</a>, <a href="https://www.rfc-editor.org/info/rfc179" target="_blank">RFC 179</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc106" target="_blank">RFC 106</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc106.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc106.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc106.html" target="_blank">HTML</a></td><td class="title"> User/Server Site Protocol Network Host Questionnaire </td><td> T.C. O'Sullivan</td><td>March 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc105" target="_blank">RFC 105</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc105.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc105.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc105.html" target="_blank">HTML</a></td><td class="title"> Network Specifications for Remote Job Entry and Remote Job Output Retrieval at UCSB </td><td> J.E. White</td><td>March 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc217" target="_blank">RFC 217</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc104" target="_blank">RFC 104</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc104.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc104.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc104.html" target="_blank">HTML</a></td><td class="title"> Link 191 </td><td> J.B. Postel, S.D. Crocker</td><td>February 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc103" target="_blank">RFC 103</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc103.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc103.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc103.html" target="_blank">HTML</a></td><td class="title"> Implementation of Interrupt Keys </td><td> R.B. Kalin</td><td>February 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc102" target="_blank">RFC 102</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc102.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc102.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc102.html" target="_blank">HTML</a></td><td class="title"> Output of the Host-Host Protocol glitch cleaning committee </td><td> S.D. Crocker</td><td>February 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc107" target="_blank">RFC 107</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc101" target="_blank">RFC 101</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc101.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc101.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc101.html" target="_blank">HTML</a></td><td class="title"> Notes on the Network Working Group meeting, Urbana, Illinois, February 17, 1971 </td><td> R.W. Watson</td><td>February 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc108" target="_blank">RFC 108</a>, <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc100" target="_blank">RFC 100</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc100.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc100.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc100.html" target="_blank">HTML</a></td><td class="title"> Categorization and guide to NWG/RFCs </td><td> P.M. Karp</td><td>February 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc99" target="_blank">RFC 99</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc99.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc99.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc99.html" target="_blank">HTML</a></td><td class="title"> Network Meeting </td><td> P.M. Karp</td><td>February 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc116" target="_blank">RFC 116</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc98" target="_blank">RFC 98</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc98.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc98.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc98.html" target="_blank">HTML</a></td><td class="title"> Logger Protocol Proposal </td><td> E. Meyer, T. Skinner</td><td>February 1971</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc97" target="_blank">RFC 97</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc97.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc97.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc97.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc97.html" target="_blank">HTML</a></td><td class="title">First Cut at a Proposed Telnet Protocol </td><td>J.T. Melvin, R.W. Watson</td><td>February 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc95" target="_blank">RFC 95</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc95.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc95.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc95.html" target="_blank">HTML</a></td><td class="special">Distribution of NWG/RFC's through the NIC </td><td>S. Crocker</td><td>February 1971</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc155" target="_blank">RFC 155</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc94" target="_blank">RFC 94</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc94.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc94.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc94.html" target="_blank">HTML</a></td><td class="title"> Some thoughts on Network Graphics </td><td> E. Harslem, J.F. Heafner</td><td>February 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc93" target="_blank">RFC 93</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc93.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc93.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc93.html" target="_blank">HTML</a></td><td class="title"> Initial Connection Protocol </td><td> A.M. McKenzie</td><td>January 1971</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc66" target="_blank">RFC 66</a>, <a href="https://www.rfc-editor.org/info/rfc80" target="_blank">RFC 80</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc91" target="_blank">RFC 91</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc91.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc91.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc91.html" target="_blank">HTML</a></td><td class="title"> Proposed User-User Protocol </td><td> G.H. Mealy</td><td>December 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc90" target="_blank">RFC 90</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc90.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc90.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc90.html" target="_blank">HTML</a></td><td class="title"> CCN as a Network Service Center </td><td> R.T. Braden</td><td>January 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc90" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc89" target="_blank">RFC 89</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc89.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc89.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc89.html" target="_blank">HTML</a></td><td class="title"> Some historic moments in networking </td><td> R.M. Metcalfe</td><td>January 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc89" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc88" target="_blank">RFC 88</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc88.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc88.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc88.html" target="_blank">HTML</a></td><td class="special"> NETRJS: A third level protocol for Remote Job Entry </td><td> R.T. Braden, S.M. Wolfe</td><td>January 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc88" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc189" target="_blank">RFC 189</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc87" target="_blank">RFC 87</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc87.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc87.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc87.html" target="_blank">HTML</a></td><td class="title"> Topic for Discussion at the Next Network Working Group Meeting </td><td> A. Vezza</td><td>January 1971</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc86" target="_blank">RFC 86</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc86.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc86.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc86.html" target="_blank">HTML</a></td><td class="title"> Proposal for a Network Standard Format for a Data Stream to Control Graphics Display </td><td>S.D. Crocker</td><td>January 1971</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc86" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc125" target="_blank">RFC 125</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc85" target="_blank">RFC 85</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc85.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc85.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc85.html" target="_blank">HTML</a></td><td class="title"> Network Working Group meeting </td><td> S.D. Crocker</td><td>December 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc84" target="_blank">RFC 84</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc84.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc84.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc84.html" target="_blank">HTML</a></td><td class="title"> List of NWG/RFC's 1-80 </td><td> J.B. North</td><td>December 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc83" target="_blank">RFC 83</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc83.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc83.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc83.html" target="_blank">HTML</a></td><td class="title"> Language-machine for data reconfiguration </td><td> R.H. Anderson, E. Harslem, J.F. Heafner</td><td>December 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc82" target="_blank">RFC 82</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc82.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc82.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc82.html" target="_blank">HTML</a></td><td class="title"> Network Meeting Notes </td><td> E. Meyer</td><td>December 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc81" target="_blank">RFC 81</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc81.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc81.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc81.html" target="_blank">HTML</a></td><td class="title"> Request for Reference Information </td><td> J. Bouknight</td><td>December 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc80" target="_blank">RFC 80</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc80.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc80.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc80.html" target="_blank">HTML</a></td><td class="special"> Protocols and Data Formats </td><td> E. Harslem, J.F. Heafner</td><td>December 1970</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a>, Updates <a href="https://www.rfc-editor.org/info/rfc66" target="_blank">RFC 66</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc93" target="_blank">RFC 93</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc79" target="_blank">RFC 79</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc79.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc79.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc79.html" target="_blank">HTML</a></td><td class="title"> Logger Protocol error </td><td> E. Meyer</td><td>November 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc78" target="_blank">RFC 78</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc78.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc78.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc78.html" target="_blank">HTML</a></td><td class="title"> NCP Status Report: UCSB/Rand </td><td> E. Harslem, J.F. Heafner, J.E. White</td><td>October 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc77" target="_blank">RFC 77</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc77.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc77.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc77.html" target="_blank">HTML</a></td><td class="title"> Network meeting report </td><td> J. Postel</td><td>November 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc76" target="_blank">RFC 76</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc76.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc76.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc76.html" target="_blank">HTML</a></td><td class="title"> Connection by name: User oriented protocol </td><td> J. Bouknight, J. Madden, G.R. Grossman</td><td>October 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc75" target="_blank">RFC 75</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc75.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc75.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc75.html" target="_blank">HTML</a></td><td class="title"> Network Meeting </td><td> S.D. Crocker</td><td>October 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc74" target="_blank">RFC 74</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc74.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc74.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc74.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc74.html" target="_blank">HTML</a></td><td class="title">Specifications for Network Use of the UCSB On-Line System </td><td>J.E. White</td><td>October 1970</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc217" target="_blank">RFC 217</a>, <a href="https://www.rfc-editor.org/info/rfc225" target="_blank">RFC 225</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc73" target="_blank">RFC 73</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc73.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc73.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc73.html" target="_blank">HTML</a></td><td class="title"> Response to NWG/RFC 67 </td><td> S.D. Crocker</td><td>September 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc72" target="_blank">RFC 72</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc72.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc72.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc72.html" target="_blank">HTML</a></td><td class="title"> Proposed Moratorium on Changes to Network Protocol </td><td> R.D. Bressler</td><td>September 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc71" target="_blank">RFC 71</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc71.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc71.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc71.html" target="_blank">HTML</a></td><td class="title"> Reallocation in Case of Input Error </td><td> T. Schipper</td><td>September 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc70" target="_blank">RFC 70</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc70.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc70.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc70.html" target="_blank">HTML</a></td><td class="title"> Note on Padding </td><td> S.D. Crocker</td><td>October 1970</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc228" target="_blank">RFC 228</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc69" target="_blank">RFC 69</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc69.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc69.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc69.html" target="_blank">HTML</a></td><td class="title"> Distribution List Change for MIT </td><td> A.K. Bhushan</td><td>September 1970</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc52" target="_blank">RFC 52</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc68" target="_blank">RFC 68</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc68.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc68.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc68.html" target="_blank">HTML</a></td><td class="title"> Comments on Memory Allocation Control Commands: CEASE, ALL, GVB, RET, and RFNM </td><td> M. Elie</td><td>August 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc67" target="_blank">RFC 67</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc67.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc67.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc67.html" target="_blank">HTML</a></td><td class="title"> Proposed Change to Host/IMP Spec to Eliminate Marking </td><td> W.R. Crowther</td><td>January 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc66" target="_blank">RFC 66</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc66.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc66.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc66.html" target="_blank">HTML</a></td><td class="special"> NIC - third level ideas and other noise </td><td> S.D. Crocker</td><td>August 1970</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc66" target="_blank">Errata</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc123" target="_blank">RFC 123</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc80" target="_blank">RFC 80</a>, <a href="https://www.rfc-editor.org/info/rfc93" target="_blank">RFC 93</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc65" target="_blank">RFC 65</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc65.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc65.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc65.html" target="_blank">HTML</a></td><td class="title"> Comments on Host/Host Protocol document #1 </td><td> D.C. Walden</td><td>August 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc64" target="_blank">RFC 64</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc64.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc64.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc64.html" target="_blank">HTML</a></td><td class="title"> Getting rid of marking </td><td> M. Elie</td><td>July 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc63" target="_blank">RFC 63</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc63.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc63.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc63.html" target="_blank">HTML</a></td><td class="title"> Belated Network Meeting Report </td><td> V.G. Cerf</td><td>July 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc62" target="_blank">RFC 62</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc62.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc62.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc62.html" target="_blank">HTML</a></td><td class="title"> Systems for Interprocess Communication in a Resource Sharing Computer Network </td><td> D.C. Walden</td><td>August 1970</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc61" target="_blank">RFC 61</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc61" target="_blank">RFC 61</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc61.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc61.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc61.html" target="_blank">HTML</a></td><td class="special"> Note on Interprocess Communication in a Resource Sharing Computer Network </td><td> D.C. Walden</td><td>July 1970</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc62" target="_blank">RFC 62</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc60" target="_blank">RFC 60</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc60.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc60.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc60.html" target="_blank">HTML</a></td><td class="title">A Simplified NCP Protocol</td><td>R. Kalin</td><td>July 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc59" target="_blank">RFC 59</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc59.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc59.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc59.html" target="_blank">HTML</a></td><td class="title"> Flow Control - Fixed Versus Demand Allocation </td><td> E. Meyer</td><td>June 1970</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc59" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc58" target="_blank">RFC 58</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc58.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc58.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc58.html" target="_blank">HTML</a></td><td class="title"> Logical Message Synchronization </td><td> T.P. Skinner</td><td>June 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc57" target="_blank">RFC 57</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc57.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc57.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc57.html" target="_blank">HTML</a></td><td class="title"> Thoughts and Reflections on NWG/RFC 54 </td><td> M. Kraley, J. Newkirk</td><td>June 1970</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc57" target="_blank">Errata</a>, Updates <a href="https://www.rfc-editor.org/info/rfc54" target="_blank">RFC 54</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc56" target="_blank">RFC 56</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc56.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc56.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc56.html" target="_blank">HTML</a></td><td class="title"> Third Level Protocol: Logger Protocol </td><td> E. Belove, D. Black, R. Flegal, L.G. Farquar</td><td>June 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc55" target="_blank">RFC 55</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc55.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc55.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc55.html" target="_blank">HTML</a></td><td class="title"> Prototypical implementation of the NCP </td><td> J. Newkirk, M. Kraley, J. Postel, S.D. Crocker</td><td>June 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc54" target="_blank">RFC 54</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc54.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc54.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc54.html" target="_blank">HTML</a></td><td class="title"> Official Protocol Proffering </td><td> S.D. Crocker, J. Postel, J. Newkirk, M. Kraley</td><td>June 1970</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc57" target="_blank">RFC 57</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc53" target="_blank">RFC 53</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc53.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc53.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc53.html" target="_blank">HTML</a></td><td class="title"> Official protocol mechanism </td><td> S.D. Crocker</td><td>June 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc52" target="_blank">RFC 52</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc52.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc52.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc52.html" target="_blank">HTML</a></td><td class="title"> Updated distribution list </td><td> J. Postel, S.D. Crocker</td><td>July 1970</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc69" target="_blank">RFC 69</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc51" target="_blank">RFC 51</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc51.pdf" target="_blank">PDF with Images</a></td><td class="title">Proposal for a Network Interchange Language </td><td>M. Elie</td><td>May 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc50" target="_blank">RFC 50</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc50.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc50.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc50.html" target="_blank">HTML</a></td><td class="title"> Comments on the Meyer Proposal </td><td> E. Harslen, J. Heafner</td><td>April 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc49" target="_blank">RFC 49</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc49.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc49.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc49.html" target="_blank">HTML</a></td><td class="title"> Conversations with S. Crocker (UCLA) </td><td> E. Meyer</td><td>April 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc48" target="_blank">RFC 48</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc48.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc48.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc48.html" target="_blank">HTML</a></td><td class="title"> Possible protocol plateau </td><td> J. Postel, S.D. Crocker</td><td>April 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc47" target="_blank">RFC 47</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc47.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc47.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc47.html" target="_blank">HTML</a></td><td class="title"> BBN's Comments on NWG/RFC #33 </td><td> J. Postel, S. Crocker</td><td>April 1970</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc33" target="_blank">RFC 33</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc46" target="_blank">RFC 46</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc46.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc46.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc46.html" target="_blank">HTML</a></td><td class="title"> ARPA Network protocol notes </td><td> E. Meyer</td><td>April 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc45" target="_blank">RFC 45</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc45.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc45.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc45.html" target="_blank">HTML</a></td><td class="title"> New Protocol is Coming </td><td> J. Postel, S.D. Crocker</td><td>April 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc44" target="_blank">RFC 44</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc44.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc44.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc44.html" target="_blank">HTML</a></td><td class="title"> Comments on NWG/RFC 33 and 36 </td><td> A. Shoshani, R. Long, A. Landsberg</td><td>April 1970</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc36" target="_blank">RFC 36</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc43" target="_blank">RFC 43</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc43.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc43.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc43.html" target="_blank">HTML</a></td><td class="title"> Proposed Meeting </td><td> A.G. Nemeth</td><td>April 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc42" target="_blank">RFC 42</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc42.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc42.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc42.html" target="_blank">HTML</a></td><td class="title"> Message Data Types </td><td> E. Ancona</td><td>March 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc41" target="_blank">RFC 41</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc41.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc41.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc41.html" target="_blank">HTML</a></td><td class="title"> IMP-IMP Teletype Communication </td><td> J.T. Melvin</td><td>March 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc40" target="_blank">RFC 40</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc40.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc40.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc40.html" target="_blank">HTML</a></td><td class="title"> More Comments on the Forthcoming Protocol </td><td> E. Harslem, J.F. Heafner</td><td>March 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc39" target="_blank">RFC 39</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc39.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc39.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc39.html" target="_blank">HTML</a></td><td class="title"> Comments on Protocol Re: NWG/RFC #36 </td><td> E. Harslem, J.F. Heafner</td><td>March 1970</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc36" target="_blank">RFC 36</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc38" target="_blank">RFC 38</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc38.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc38.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc38.html" target="_blank">HTML</a></td><td class="title"> Comments on Network Protocol from NWG/RFC #36 </td><td> S.M. Wolfe</td><td>March 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc37" target="_blank">RFC 37</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc37.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc37.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc37.html" target="_blank">HTML</a></td><td class="title"> Network Meeting Epilogue, etc </td><td> S.D. Crocker</td><td>March 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc36" target="_blank">RFC 36</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc36.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc36.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc36.html" target="_blank">HTML</a></td><td class="title"> Protocol Notes </td><td> S.D. Crocker</td><td>March 1970</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc33" target="_blank">RFC 33</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc39" target="_blank">RFC 39</a>, <a href="https://www.rfc-editor.org/info/rfc44" target="_blank">RFC 44</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc34" target="_blank">RFC 34</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc34.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc34.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc34.html" target="_blank">HTML</a></td><td class="title"> Some Brief Preliminary Notes on the Augmentation Research Center Clock </td><td> W.K. English</td><td>February 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc33" target="_blank">RFC 33</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc33.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc33.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc33.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc33.html" target="_blank">HTML with inline errata</a></td><td class="title"> New Host-Host Protocol </td><td> S.D. Crocker</td><td>February 1970</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc33" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc11" target="_blank">RFC 11</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc36" target="_blank">RFC 36</a>, <a href="https://www.rfc-editor.org/info/rfc47" target="_blank">RFC 47</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc32" target="_blank">RFC 32</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc32.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc32.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc32.html" target="_blank">HTML</a></td><td class="title"> Some Thoughts on SRI's Proposed Real Time Clock </td><td> J. Cole</td><td>February 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc31" target="_blank">RFC 31</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc31.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc31.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc31.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc31.html" target="_blank">HTML with inline errata</a></td><td class="title">Binary Message Forms in Computer </td><td>D. Bobrow, W.R. Sutherland</td><td>February 1968</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc31" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc30" target="_blank">RFC 30</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc30.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc30.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc30.html" target="_blank">HTML</a></td><td class="title"> Documentation Conventions </td><td> S.D. Crocker</td><td>February 1970</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc10" target="_blank">RFC 10</a>, <a href="https://www.rfc-editor.org/info/rfc16" target="_blank">RFC 16</a>, <a href="https://www.rfc-editor.org/info/rfc24" target="_blank">RFC 24</a>, <a href="https://www.rfc-editor.org/info/rfc27" target="_blank">RFC 27</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc29" target="_blank">RFC 29</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc29.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc29.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc29.html" target="_blank">HTML</a></td><td class="title"> Response to RFC 28 </td><td> R.E. Kahn</td><td>January 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc28" target="_blank">RFC 28</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc28.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc28.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc28.html" target="_blank">HTML</a></td><td class="title"> Time Standards </td><td> W.K. English</td><td>January 1970</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc27" target="_blank">RFC 27</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc27.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc27.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc27.html" target="_blank">HTML</a></td><td class="title"> Documentation Conventions </td><td> S.D. Crocker</td><td>December 1969</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc10" target="_blank">RFC 10</a>, <a href="https://www.rfc-editor.org/info/rfc16" target="_blank">RFC 16</a>, <a href="https://www.rfc-editor.org/info/rfc24" target="_blank">RFC 24</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc30" target="_blank">RFC 30</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc25" target="_blank">RFC 25</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc25.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc25.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc25.html" target="_blank">HTML</a></td><td class="title"> No High Link Numbers </td><td> S.D. Crocker</td><td>October 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc24" target="_blank">RFC 24</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc24.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc24.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc24.html" target="_blank">HTML</a></td><td class="title"> Documentation Conventions </td><td> S.D. Crocker</td><td>November 1969</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc16" target="_blank">RFC 16</a>, Updates <a href="https://www.rfc-editor.org/info/rfc10" target="_blank">RFC 10</a>, <a href="https://www.rfc-editor.org/info/rfc16" target="_blank">RFC 16</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc27" target="_blank">RFC 27</a>, <a href="https://www.rfc-editor.org/info/rfc30" target="_blank">RFC 30</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc23" target="_blank">RFC 23</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc23.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc23.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc23.html" target="_blank">HTML</a></td><td class="title"> Transmission of Multiple Control Messages </td><td> G. Gregg</td><td>October 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc22" target="_blank">RFC 22</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc22.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc22.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc22.html" target="_blank">HTML</a></td><td class="title"> Host-host control message formats </td><td> V.G. Cerf</td><td>October 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc21" target="_blank">RFC 21</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc21.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc21.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc21.html" target="_blank">HTML</a></td><td class="title"> Network meeting </td><td> V.G. Cerf</td><td>October 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc19" target="_blank">RFC 19</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc19.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc19.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc19.html" target="_blank">HTML</a></td><td class="title"> Two protocol suggestions to reduce congestion at swap bound nodes </td><td> J.E. Kreznar</td><td>October 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc18" target="_blank">RFC 18</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc18.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc18.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc18.html" target="_blank">HTML</a></td><td class="title"> IMP-IMP and HOST-HOST Control Links </td><td> V. Cerf</td><td>September 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc17" target="_blank">RFC 17</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc17.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc17.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc17.html" target="_blank">HTML</a></td><td class="title"> Some questions re: Host-IMP Protocol </td><td> J.E. Kreznar</td><td>August 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc16" target="_blank">RFC 16</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc16.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc16.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc16.html" target="_blank">HTML</a></td><td class="special"> M.I.T </td><td> S. Crocker</td><td>August 1969</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc10" target="_blank">RFC 10</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc24" target="_blank">RFC 24</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc24" target="_blank">RFC 24</a>, <a href="https://www.rfc-editor.org/info/rfc27" target="_blank">RFC 27</a>, <a href="https://www.rfc-editor.org/info/rfc30" target="_blank">RFC 30</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc15" target="_blank">RFC 15</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc15.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc15.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc15.html" target="_blank">HTML</a></td><td class="title"> Network subsystem for time sharing hosts </td><td> C.S. Carr</td><td>September 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc13" target="_blank">RFC 13</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc13.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc13.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc13.html" target="_blank">HTML</a></td><td class="title"> Zero Text Length EOF Message </td><td> V. Cerf</td><td>August 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc12" target="_blank">RFC 12</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc12.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc12.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc12.ps" target="_blank">PS</a>, <a href="https://www.rfc-editor.org/rfc/rfc12.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc12.html" target="_blank">HTML</a></td><td class="title"> IMP-Host interface flow diagrams </td><td> M. Wingfield</td><td>August 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc11" target="_blank">RFC 11</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc11.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc11.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc11.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc11.html" target="_blank">HTML</a></td><td class="special">Implementation of the Host - Host Software Procedures in GORDO</td><td>G. Deloche</td><td>August 1969</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc33" target="_blank">RFC 33</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc10" target="_blank">RFC 10</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc10.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc10.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc10.html" target="_blank">HTML</a></td><td class="special"> Documentation conventions </td><td> S.D. Crocker</td><td>July 1969</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc3" target="_blank">RFC 3</a>, Obsoleted by <a href="https://www.rfc-editor.org/info/rfc16" target="_blank">RFC 16</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc24" target="_blank">RFC 24</a>, <a href="https://www.rfc-editor.org/info/rfc27" target="_blank">RFC 27</a>, <a href="https://www.rfc-editor.org/info/rfc30" target="_blank">RFC 30</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc9" target="_blank">RFC 9</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc9.pdf" target="_blank">PDF with Images</a></td><td class="title">Host Software </td><td>G. Deloche</td><td>May 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc8" target="_blank">RFC 8</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc8.pdf" target="_blank">PDF with Images</a></td><td class="title">ARPA Network Functional Specifications</td><td>G. Deloche</td><td>May 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc7" target="_blank">RFC 7</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc7.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc7.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc7.html" target="_blank">HTML</a></td><td class="title"> Host-IMP interface </td><td> G. Deloche</td><td>May 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6" target="_blank">RFC 6</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc6.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6.html" target="_blank">HTML</a></td><td class="title"> Conversation with Bob Kahn </td><td> S.D. Crocker</td><td>April 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5" target="_blank">RFC 5</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc5.html" target="_blank">HTML with inline errata</a></td><td class="title"> Decode Encode Language (DEL) </td><td>J. Rulifson</td><td>June 1969</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc5" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc4" target="_blank">RFC 4</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc4.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc4.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc4.html" target="_blank">HTML</a></td><td class="title"> Network timetable </td><td> E.B. Shapiro</td><td>March 1969</td><td> </td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3" target="_blank">RFC 3</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3.html" target="_blank">HTML</a></td><td class="special"> Documentation conventions </td><td> S.D. Crocker</td><td>April 1969</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc10" target="_blank">RFC 10</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2" target="_blank">RFC 2</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2.pdf" target="_blank">PDF with Images</a>, <a href="https://www.rfc-editor.org/rfc/rfc2.html" target="_blank">HTML</a></td><td class="title">Host software </td><td>B. Duvall</td><td>April 1969</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2" target="_blank">Errata</a></td><td>Unknown</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1" target="_blank">RFC 1</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1.html" target="_blank">HTML</a></td><td class="title">Host Software </td><td>S. Crocker</td><td>April 1969</td><td> </td><td>Unknown</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>